Page MenuHomec4science

No OneTemporary

File Metadata

Created
Thu, Apr 17, 10:53
This file is larger than 256 KB, so syntax highlighting was skipped.
diff --git a/ChangeLog b/ChangeLog
index 615bdcf12..1b5149103 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,45452 +1,45513 @@
+CDS Invenio v0.99.3 (released 2010-12-13)
+=========================================
+
+2010-11-25 Samuele Kaplun <samuele.kaplun@cern.ch>
+
+ BibUpload: improve bibdocfile URL recognition
+ * URLs such as http://localhost/record/00123/foo.pdf are now
+ correctly recognized as bibdocfile URLs, when merging FFT
+ MARCXML snippets. (closes #352)
+
+2010-11-18 Jerome Caffaro <jerome.caffaro@cern.ch>
+
+ WebStyle: fixed traversal of final URLs
+ * Only try to traverse URL "parts" which have the _traverse()
+ function available. Others return HTTP_NOT_FOUND.
+ (closes #325)
+
+2010-11-15 Samuele Kaplun <samuele.kaplun@cern.ch>
+
+ WebAccess: fix typo in HTML admin interface
+
+2010-11-10 Samuele Kaplun <samuele.kaplun@cern.ch>
+
+ BibSched: status showing running auto/manual mode
+ * (cherry-picked from b6fbd4b34688b6c5b7730f23550c5cad048e2ce5)
+
+2010-11-08 Tibor Simko <tibor.simko@cern.ch>
+
+ BibClassify: compatibility with rdflib < 2.3.2
+ * Make bibclassify run with older rdflib versions too. Based on changes
+ done in 6796ed47bb365c2589b30ed293cbb671981e3640.
+
+ installation: add update-v0.99.1-tables
+ * Add (empty) update-v0.99.1-tables target for the last release,
+ for completeness.
+
+2010-11-01 Jerome Caffaro <jerome.caffaro@cern.ch>
+
+ BibHarvest: OAI harvesting bug fixes
+ * Fixed bug that would prevent harvesting of multiple repositories at
+ once (file with harvested data being overwritten by harvesting of
+ next repository... Thanks to Sergio Laberer for having pointed out
+ the problem and helped solving it).
+
+ * Improved parsing of input parameter '--repository' when used with
+ (double-)quotes.
+
+ * Fixed wrong help documentation wrt '--repository' parameter.
+
+ * Fixed bug when calling bibupload with harvested data (when harvesting
+ multiple repositories at once, each harvested repository being
+ bibuploaded again with the next ones; due to "mutable defaults trap"
+ with 'mode' param of 'call_bibupload(..)' function).
+
+ * Backported from 50a211189b9fc6758f487b882d8934f5f7a25be9.
+
+2010-10-22 Jerome Caffaro <jerome.caffaro@cern.ch>
+
+ BibFormat: formatting of not-yet-existing records
+ * Do not fail when formatting records that do not exist yet.
+ (cherry-picked from 4f2faee5e1b10e1f9a7279612ff1bbb22bb6b00d)
+
CDS Invenio v0.99.2 (released 2010-10-20)
=========================================
2010-10-20 Tibor Simko <tibor.simko@cern.ch>
release: Invenio v0.99.2
release: update PO files for v0.99.2
installation: fix config.rpath and `all' target
* Add config.rpath needed for higher automake versions such as 1.11.
* Fix minor conflict when building `all' target caused by
`git-version-gen' hooks.
* Propagate VERSION via AC_SUBST.
2010-10-19 Tibor Simko <tibor.simko@cern.ch>
installation: deduce Invenio version dynamically
* Now that we use git since, ahem, many years, let us deduce Invenio version
number dynamically from `git describe'. Useful for making easier and more
precisely numbered development snapshots, not necessitating to bump version
numbers statically anymore.
(closes #318)
2010-10-15 Jerome Caffaro <jerome.caffaro@cern.ch>
WebStyle: fix CVS ID replacement test
* (cherry-picked from e322a406bdbd3ba0f6e01d9ab29ac4634aa61066)
BibHarvest: fixed date manipulation in test
* When retrieving dates from dataset, correctly create alternative
"earliest" and "later" datestamps.
(cherry-picked from fe19901820d859baa49e08baeef16ffce16cedca)
2010-10-13 Samuele Kaplun <samuele.kaplun@cern.ch>
Demo site downloads fulltexts from cdsware.
* Moved all the URLs in FFT tags from doc.cern.ch to
<http://cdsware.cern.ch/download/invenio-demo-site-files/>.
* Reindented all the XML content of demobibdata.xml.
2010-08-02 Jerome Caffaro <jerome.caffaro@cern.ch>
BibHarvest: valid default config
* Removed default newlines returned by OAI verb "Identify" in nodes
<scheme>, <repositoryIdentifier>, <delimiter>, <sampleIdentifier>
for a valid output.
2010-07-12 Samuele Kaplun <samuele.kaplun@cern.ch>
bibdocfile: application/octet-stream by default
* When streaming a file, if the mime-type to provide in the
response HTTP header can not be guessed from the file format,
use "application/octet-stream" instead of "text/plain", to
force browser to download the file.
2010-06-21 Samuele Kaplun <Samuele.Kaplun@cern.ch>
WebSearch: safer protection of restricted records
* Records (/record/xxx) belonging to restricted collections are now more
fully protected, regardless of primary or secondary collection definitions,
by checking if the user is either owner of the record or is authorized
to access *all* restricted collections to which the record belongs to.
2010-06-21 Benoit Thiell <benoit.thiell@cern.ch>
installation: purged multiple targets
* elmsubmit_misc.py and webcomment_tests.py were referenced twice
in the corresponding Makefiles. Cleaned.
2010-06-21 Samuele Kaplun <samuele.kaplun@cern.ch>
WebSession: catching exception when wrong cookie
* When using /youraccount/resetpassword and using a wrong or
non existing cookie an exception was raised and not handled.
This is now fixed. (thanks to Theodoros Theodoropoulos for
reporting)
2010-06-15 Tibor Simko <tibor.simko@cern.ch>
installation: check max python version
* Check also maximal Python version. This is important on systems
like Ubuntu that use Python-2.6 in case people happen to be installing
old Invenio v0.99 release series there.
Added user-query check when setting up alerts.
Added a strict check whether the given user can set up the given query
as a periodic alert. This prevents malicious users from playing with
URL arguments.
Conflicts:
modules/webalert/lib/webalert.py
modules/webalert/lib/webalert_webinterface.py
2010-06-15 Samuele Kaplun <samuele.kaplun@cern.ch>
WebSubmit: fix create_error_box call in errorMsg
2010-06-15 Samuele Kaplun <Samuele.Kaplun@cern.ch>
bibdocfile: backport extension guessing algorithm
* Fix extension guessing algorithm by backporting latest version from
master. Previous algorithm was guessing "foo.docx" as having extension
"ocx". This is fixed.
2010-06-15 Samuele Kaplun <samuele.kaplun@cern.ch>
bibdocfile: fix --fix-marc when no files attached
* When no files are attached --fix-marc was unable to prepare
a MARCXML to upload. Now at least an empty FFT tag is sent
which is enough to trigger the fix-marc procedure in BibUpload.
Added language information to export actions
Removed removal of default language during link creation.
BibHarvest: removed trailing '/' in /oai2d baseurl
* Removed trailing `/' in /oai2d baseurl so that OAI gateway valides.
2010-06-15 Lars Christian Raae <lars.christian.raae@cern.ch>
Fixed all mutable default arguments.
2010-06-15 Samuele Kaplun <samuele.kaplun@cern.ch>
BibEdit: fix adding a field
* Fixed adding a field in BibEdit.
* Merge note: this is a quick-fix for maint only; it was fixed in another way
in master by Lars. Also, this particular fix leads to doubling of subfields
unless one removes default mutual arguments, which is fixed in
1a153fc6b0415d5bb101e3a89c19aca63c7ec51d.
Fix language Vs field treatment in create_searchwithin_selection_box.
2010-05-26 Samuele Kaplun <samuele.kaplun@cern.ch>
WebAccess: fix authaction parameter parsing
* fix authaction parameter parsing, by transforming into an int the
id_user passed on the command line. Closes #64.
2010-05-21 Tibor Simko <tibor.simko@cern.ch>
BibUpload: fixed wrong _add_new_format() call
2010-05-21 Samuele Kaplun <samuele.kaplun@cern.ch>
BibUpload: fixed crash when merging MARC into bibdoc
* When merging MARC into bibdocfile structure, if a URL is resolved
to a docname that is not actually attached to the given record an
exception is raised. This exception is now catched and a warning
is simply issued.
2010-05-17 Samuele Kaplun <samuele.kaplun@cern.ch>
BibIndex: index files with unusual extensions
* Fixing bug (reported by Devin Bougie) triggered when filename has
no extension or is using exotic extension (e.g. Microsoft Office 2007).
(cherry-picked from 919c5c4489155e3652c6ca19967c5b5475c52a15)
2010-05-13 Samuele Kaplun <samuele.kaplun@cern.ch>
BibSched: fix conflict between OS signals and I/O
* Connected USR2 signal to SIG_IGN. This should solve any conflict raising when
pinging a task with USR2 signal for discovering if it's still alive, while the
task is performing I/O operation (e.g. downloading an URL). (See
<http://www.python.org/doc/2.3.5/lib/module-signal.html>, the fourth dot).
* This solves notably problem with full-text-indexing remote files.
(cherry-picked from d7f4373a235c808caccabb068587d7a8afc23422)
2010-05-13 Tibor Simko <tibor.simko@cern.ch>
git: new .gitignore and sse2f files
* Installed project-wide .gitignore, with a notable addition of *.sse2f
files that are actually FASL files compiled with SSE2 support, as generated
by recent versions of CMUCL.
-
CDS Invenio v0.99.1 (released 2008-07-10)
=========================================
2008-07-10 Tibor Simko <tibor.simko@cern.ch>
* NEWS, RELEASE-NOTES: Clarified multi-page RSS output news.
2008-07-10 Tibor Simko <tibor.simko@cern.ch>
* RELEASE-NOTES: Updated upgrade notes by cleaning the session and
user tables of guests.
2008-07-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord_tests.py: Replaced assertTrue by
failUnless in order to please older Pythons.
2008-07-10 Jerome Caffaro <jerome.caffaro@cern.ch>
* po/fr.po: Updated translation.
2008-07-10 Lars Christian Raae <lars.christian.raae@cern.ch>
* po/no.po: Updated norwegian translation.
2008-07-10 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/hu.po,
po/it.po, po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po,
po/sk.po, po/sv.po, po/uk.po, po/zh_CN.po, po/zh_TW.po: New PO
files for the release of v0.99.1.
2008-07-10 Tibor Simko <tibor.simko@cern.ch>
* NEWS, RELEASE-NOTES: Updated 0.99.1 release notes and news.
2008-07-10 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Updated author list and author contributions.
2008-07-10 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webalert/lib/webalert_regression_tests.py: Adapted test
to new format that display publication information.
2008-07-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Using
<references>...</references> envelope for RefWorks output; fixing
XML problem with displaying more than one record. The precise tag
to use to be checked against RefWorks specs.
2008-07-10 Tibor Simko <tibor.simko@cern.ch>
* po/hu.po: Updated last translator.
2008-07-10 Tibor Simko <tibor.simko@cern.ch>
* config/invenio.conf, modules/miscutil/lib/inveniocfg.py:
Temporarily taking out experimental conf variables
(CFG_WEBSEARCH_ENABLED_SEARCH_INTERFACES,
CFG_WEBSEARCH_DEFAULT_SEARCH_INTERFACE) since they will be
refactored soon. Keeping them for now as they are, but generating
them inside inveniocfg.
2008-07-09 Tibor Simko <tibor.simko@cern.ch>
* ChangeLog, INSTALL, NEWS, RELEASE-NOTES, configure.ac: Preparing
the forthcoming release. Completed ChangeLog, bumped version, etc.
2008-07-09 Tibor Simko <tibor.simko@cern.ch>
*
modules/websubmit/lib/functions/Mail_Approval_Request_to_Referee.py,
modules/websubmit/lib/functions/Mail_Approval_Withdrawn_to_Referee.py,
modules/websubmit/lib/functions/Register_Approval_Request.py,
modules/websubmit/lib/functions/Register_Referee_Decision.py,
modules/websubmit/lib/functions/Shared_Functions.py,
modules/websubmit/lib/functions/Withdraw_Approval_Request.py: Added
missing ParamFromFile() definition into Shared_Functions. Import
it from Shared_Functions rather than from (missing) ParamFile.
2008-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/web/admin/bibeditadmin.py: Do not display the
initial recID selection box to guest users. This fixes a failed
regression test case.
2008-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/web/test_bibedit_access_all.html,
modules/bibedit/web/test_bibedit_basic_record_locking.html,
modules/bibedit/web/test_bibedit_reedit_warning.html: Respect the
new all-powerful curator.
2008-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_config.py: The bookcurator
is now Dorian Gray again. This fixes the demo book approval
submission web test suite cases.
2008-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql: Introduced new demo
character, Balthasar Montague, to play to the role of the
all-powerful curator.
2008-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_engine.py,
modules/miscutil/lib/htmlutils.py: Fixed HTML washer's default
whitelist arguments (using tuples). This fixes htmlutils's washing
test case when called from the complete test suite.
2008-07-09 Piotr Praczyk <piotr.praczyk@gmail.com>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: report-number +
other improvements
2008-07-08 Piotr Praczyk <piotr.praczyk@gmail.com>
* modules/bibedit/lib/bibrecord_tests.py: Corrected test for
bibrecord
2008-07-08 Piotr Praczyk <piotr.praczyk@gmail.com>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Changed the way how
authors/ collaborations are beeing processed Solved problem with
non existing 100 field (in some cases) Splitting special format of
forenames when Collaboration and teh name are present in the same
time
2008-07-08 Lars Christian Raae <lars.christian.raae@cern.ch>
* modules/bibedit/lib/bibeditcli.py: '--revert-revision' -->
'--revert-to-revision'
2008-07-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/lib/bibclassifylib.py: Do not use compiled
ontology temporarily because of a bad flaw - the ontology is not
compiled in a input-file-independent way.
2008-07-08 Lars Christian Raae <lars.christian.raae@cern.ch>
* modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibedit_templates.py,
modules/bibedit/lib/bibeditcli.py: bibedit CLI now support
'--revert-revision' which will replace the current version with a
specified earlier revision. 'bibedit_engine.py' has a new support
function 'get_revisions()'.
2008-07-08 Lars Christian Raae <lars.christian.raae@cern.ch>
* po/no.po: Updated norwegian translation.
2008-07-08 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added the change of cmtACTIONHISTORY.client_host to
the update-v0.99.0-tables target.
2008-07-08 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Allow client_host to be NULL
in cmtACTIONHISTORY table. This fixes the problem of storing IPv6
clients that are currently represented via NULL due to MySQL's
INET_ATON(). See also #7327.
2008-07-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord_tests.py: Added docstring.
2008-07-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/bibharvest.py: Added example to help.
2008-07-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc: Added
a note about bibharvest CLI.
2008-07-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Prefix xm with "<?xml
version="1.0" encoding="UTF-8"?>" before transforming with XSLT.
Cleaning.
2008-07-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat.py: Register exception when
record cannot be formatted and fallback format must be used.
CFG_BIBFORMAT_ENABLE_I18N_BRIEF_FORMAT is applied to HB format
only. On-the-fly-or-not formatting for XM does not depend on
language. Cleaning.
2008-07-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webcomment/lib/webcomment_templates.py: Fixed wrong
reference to png in place of gif.
2008-07-04 Piotr Praczyk <piotr.praczyk@gmail.com>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Removed some small
errors
2008-07-04 Piotr Praczyk <piotr.praczyk@gmail.com>
* modules/bibedit/lib/bibrecord.py,
modules/bibedit/lib/bibrecord_tests.py: Added functions to compare
records and fields
2008-07-04 Piotr Praczyk <piotr.praczyk@gmail.com>
* modules/bibharvest/lib/bibharvest_templates.py,
modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/web/admin/bibharvestadmin.py: /tmp/cvs5L0Yky
2008-07-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/lib/webinterface_handler.py: URL handler to
collapse multiple slashes into a single slash. (closing task 7292).
2008-07-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* AUTHORS: Fixed typo.
2008-07-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc: Fixed
wrong link.
2008-07-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/doc/admin/websubmit-admin-guide.webdoc: Fixed a
link to bibconvert guide.
2008-07-03 Tibor Simko <tibor.simko@cern.ch>
* THANKS, config/invenio.conf,
modules/miscutil/demo/democfgdata.sql,
modules/webhelp/web/help-central.webdoc, po/hu.po: First bits of
the Hungarian translation, thanks to Eva Papp.
2008-07-03 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher.py: Proper caching
of citation dictionaries: reload cache when citation data changed
in the DB.
2008-07-03 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/doc/admin/webstyle-admin-guide.webdoc: Added
example on how to set up Google Analytics.
2008-07-03 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/search-guide.webdoc,
modules/websearch/doc/search-tips.webdoc: Added new section on the
parentheses support in the search engine syntax. Note that the
most complete Search Tips/Guide translations (ca, es, fr, it) may
want to translate this new part to be fully localized.
2008-07-03 Nicholas Robinson <nicholas.robinson@cern.ch>
*
modules/websubmit/lib/functions/Mail_Approval_Request_to_Referee.py:
The signature of 'get_approval_request_notes' (in
websubmit_dblayer) has changed, so the call to it in this function
has been updated accordingly.
2008-07-03 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_dblayer.py: Dropped 'category'
from the search for an approval request's 'notes' - it wasn't
necessary.
2008-07-03 Marko Niinimaki <manzikki@gmail.com>
* modules/bibedit/lib/bibedit_templates.py: editor improvement: Add
another subfield when creating a new field
2008-07-03 Marko Niinimaki <manzikki@gmail.com>
* modules/bibedit/lib/bibedit_engine.py: editor improvement: Add
another subfield when creating a new field
2008-07-03 Nicholas Robinson <nicholas.robinson@cern.ch>
*
modules/websubmit/lib/functions/Mail_Approval_Request_to_Referee.py:
Dropped language from the URL sent to the referee - we do not want
to propagate the requestor language to the referee!
2008-07-03 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Send_APP_Mail.py: Dropped an
unused global 'emailvalue'; Now splitting author names by
semi-colon and spaces.
2008-07-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py: Fixed help pages
URLs in webinterface for FireRole.
2008-07-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_engine.py: Trying to fix
exception in acc_authorize_action when dealing with FireRole &
arguments.
2008-07-03 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabfill.sql: Added the details of a new
parameter (newrnin) to the function 'Print_Success_APP'. This
enables the 'success message' to display the document's new report
number (if there is one.)
2008-07-03 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Print_Success_APP.py: Added a
parameter to the function: 'newrnin'. This enables the 'success
message' to display the document's new report number (if there is
one.)
2008-07-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Finish_Submission.py: Bug fix:
action_score was set as a string but websubmit_engine expected to
work on an integer.
2008-07-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabfill.sql: Added
'Print_Success_Approval_Request' WebSubmit function.
2008-07-02 Ruben Pollan <ruben.pollan@cern.ch>
* modules/webstat/lib/webstat.py: Better use of run_sql in
create_customevent.
2008-07-02 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/lib/errorlib.py: Fixed path to invenio.err file
(errors were no longer logged).
2008-07-02 Tibor Simko <tibor.simko@cern.ch>
* po/it.po: Fixed header, e.g. Project-Id-Version.
2008-07-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabfill.sql: Added the details of the
'Mail_Approval_Withdrawn_to_Referee' function.
2008-07-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added the
'Mail_Approval_Withdrawn_to_Referee.py' function.
2008-07-02 Nicholas Robinson <nicholas.robinson@cern.ch>
*
modules/websubmit/lib/functions/Mail_Approval_Withdrawn_to_Referee.py:
A function to mail the referee informing him/her that the request
for approval of a given document has been withdrawn.
2008-07-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Withdraw_Approval_Request.py:
Updated the format of the 'approval withdrawal' note that is stored
in sbmAPPROVAL.
2008-07-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Register_Referee_Decision.py: Bug
fix - had forgotten to raise an InvenioWebSubmitFunctionStop
exception in a certain case.
2008-07-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Register_Referee_Decision.py: Bug
fix - a variable was referenced before assignment.
2008-07-01 Jerome Caffaro <jerome.caffaro@cern.ch>
* po/fr.po: Updated new phrases for release v0.99.1.
2008-07-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* po/it.po: Update italian translation.
2008-07-01 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Send_APP_Mail.py: Added details
of CERN mailing lists of referees.
2008-07-01 Nicholas Robinson <nicholas.robinson@cern.ch>
*
modules/websubmit/lib/functions/Mail_Approval_Request_to_Referee.py:
Updated the docstring.
2008-07-01 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabfill.sql: Added the details of the
'Mail_Approval_Request_to_Referee' function.
2008-07-01 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added the
Mail_Approval_Request_to_Referee.py function.
2008-07-01 Nicholas Robinson <nicholas.robinson@cern.ch>
*
modules/websubmit/lib/functions/Mail_Approval_Request_to_Referee.py:
A function to mail the details of a document's approval request to
the referee.
2008-07-01 Ruben Pollan <ruben.pollan@cern.ch>
* modules/webstat/lib/webstat.py,
modules/webstat/lib/webstat_engine.py: Fixed create custoevent.
2008-07-01 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabfill.sql: Added details of the
'Register_Referee_Decision' function.
2008-07-01 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabfill.sql: Added the details of the
'Withdraw_Approval_Request' function; Added another parameter to
the 'Register_Approval_Request' function.
2008-07-01 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added the
'Withdraw_Approval_Request.py' function.
2008-07-01 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Withdraw_Approval_Request.py: A
function to withdraw the request for (SIMPLE) approval of a
document.
2008-07-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/external_authentication_cern.py: Remap
company to homeinstitute and name to fullname, to be
forward-compatible with SSO.
2008-07-01 Ruben Pollan <ruben.pollan@cern.ch>
* modules/webstat/lib/webstat.py,
modules/webstat/lib/webstat_engine.py: Fixing bugs at sql use, it
didn't work before.
2008-07-01 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Send_APP_Mail.py: Added the
'record owner(s)' (original submitter) into the list of recipents
of the approval mail.
2008-07-01 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added the
Stamp_Replace_Single_File_Approval function.
2008-07-01 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabfill.sql: The function
'Stamp_and_Replace_Single_File_Approval' was renamed as
'Stamp_Replace_Single_File_Approval', so tabfill has been updated.
2008-07-01 Nicholas Robinson <nicholas.robinson@cern.ch>
*
modules/websubmit/lib/functions/Stamp_Replace_Single_File_Approval.py:
Stamp a single file that is already attached to a record as a
bibdoc and replace (revise, in fact) it with the newly-stamped
version (with the possibility to rename it if so desired). The
function is intended for use at document approval time. I.e. the
referee approves the document and it is then stamped with the
official document number, for example.
2008-07-01 Nicholas Robinson <nicholas.robinson@cern.ch>
*
modules/websubmit/lib/functions/Stamp_and_Replace_Single_File_Approval.py:
Renamed.
2008-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/alert_engine_tests.py: Fixed the HTML
stripping test case.
2008-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/testutils.py: When building the unit test
suite, import webinterface_tests first in order to be sure to have
the fake Apache environment loaded among first things. This is
needed for older OSes and mod_pythons such as on SLC4.
2008-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added
Print_Success_Approval_Request.py.
2008-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/etc/Makefile.am,
modules/webstat/lib/Makefile.am: Removed wildcards.
2008-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/Makefile.am: Added alert_engine_tests.py.
2008-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Removed
Stamp_and_Replace_Single_File_Approval.py for the release.
2008-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Comment out the new
function Stamp_and_Replace_Single_File_Approval.py since the
filename is too long for the internal release of 0.99.0.20080630.
(The longest path limit is 99 chars due to older tars.) The
function is to be renamed properly later.
2008-06-30 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/hu.po,
po/it.po, po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po,
po/sk.po, po/sv.po, po/uk.po, po/zh_CN.po, po/zh_TW.po: Updated PO
files. Getting ready for the release of v0.99.1.
2008-06-30 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabfill.sql: Added details of the WebSubmit
function 'Stamp_and_Replace_Single_File_Approval'.
2008-06-30 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in: Added missing files.
2008-06-30 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added
"Stamp_and_Replace_Single_File_Approval.py" function.
2008-06-30 Nicholas Robinson <nicholas.robinson@cern.ch>
*
modules/websubmit/lib/functions/Stamp_and_Replace_Single_File_Approval.py:
A function to allow a single file (that is already attached to a
record as a bibdoc) to be stamped. Foreseen use is when a document
is approved and should be stamped with the new number.
2008-06-30 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Prettified md5sum help message.
2008-06-30 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Bump up the version number after the addition of
md5sum detection.
2008-06-30 Ruben Pollan <ruben.pollan@cern.ch>
* modules/webstat/lib/webstat.py,
modules/webstat/lib/webstat_engine.py: Fixed qote problem with sql
sentences.
2008-06-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Correct support for stopping
the queue when a task finishes with 'DONE WITH ERRORS'
2008-06-30 Ruben Pollan <ruben.pollan@cern.ch>
* modules/webstat/lib/webstat.py,
modules/webstat/lib/webstat_engine.py,
modules/webstat/lib/webstat_templates.py,
modules/webstat/lib/webstat_webinterface.py: Modified the database
structure of webstats and the webinterface for display customevent.
2008-06-30 Tony Osborne <tony.osborne@cern.ch>
* modules/bibedit/etc/refextract-journal-titles.kb,
modules/bibedit/etc/refextract-report-numbers.kb: knowledge bases
up to date to about 20 June 2008. Including new arXiv RN's
2008-06-30 Tony Osborne <tony.osborne@cern.ch>
* modules/bibedit/lib/refextract.py: Added massaging for arxiv
report numbers to change from e.g. arXiv-yymm-1234(v3) to
arXiv:yymm.1234(v3).
2008-06-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: It is happening sometimes that
a task stays in the status 'SCHEDULED' forever without being
executed anymore. Checking through logs and code this could happen
only if bibsched scheduler is stopped before actually submitting
the task but after having set its status to 'SCHEDULED'. Hence I've
added a clean instruction at the start of bibsched scheduler to
reset all scheduled tasks to 'WAITING'.
2008-06-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py: 8564s MARC will be
synchronized after bibdocfile tables only if FFT is used or '856'
tag is present in the MARC. if MARC comes with 8564s tags with
bibdocfile urls (i.e. 'CFG_SITE_URL/record/123/files/docname.ext')
and FFTs have not been used (e.g. because MARC is coming from
bibedit/aleph/current submission), it will first import $y and $z
(description and comment) from MARC into bibdocfile, and then
rebuild all 8564s based on bibdocfile.
2008-06-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am, modules/miscutil/sql/tabcreate.sql:
hstDOCUMENT.docsize to bigint(15).
2008-06-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* configure.ac, config/invenio-autotools.conf.in,
modules/bibupload/lib/bibupload.py,
modules/websubmit/lib/bibdocfile.py: Added checks for md5sum in
./configure scripts. bibdoc.touch() to not touch record
modification date. Better handling of exception (e.g. change_file
to return InvenioWebSubmitFileError in case of error), bibdoc to be
connected to bibrec only after correct creation. docsize enlarged
to bigint in hstDOCUMENT, comments and descriptions got imported
from 8564s into bibdocfile when 8564s to exist and FFT is not used
(for backward compatibilities).
2008-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Adapted
restricted collection search interface page body test by testing
the absence of the latest additions box there.
2008-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Do not return 'The
contents of this collection is restricted' message for restricted
collections anymore as this may not be user friendly when a user is
already logged in.
2008-06-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_engine.py,
modules/websession/lib/webaccount.py: Clarified an output message.
2008-06-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_citation_searcher.py,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql: Dropping final R from
rnkAUTHORDATAR since there are no forward/reverse twin tables here.
2008-06-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Use detected CFG_PATH_WGET.
2008-06-29 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, config/invenio-autotools.conf.in: Added automatic
detection of wget.
2008-06-29 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/demobibdata.xml: Replaced demo record's FFT
links that were pointing to arXiv in order to point to CDS instead.
This is important because automated full-text downloads from arXiv
are not allowed. Also, prettified //archive URLs.
2008-06-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* config/invenio.conf: Added warning on
CFG_BIBSCHED_MAX_NUMBER_CONCURRENT_TASKS: this is still an
experimental feature, not to be used on production environment.
2008-06-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Wget with timeout.
2008-06-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: download_url to use wget
because urllib/socket are influenced by signals(!?)
2008-06-27 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Do not raise
exception when collection is unknown, but print error message.
2008-06-27 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py: Do not insert new
source if it is missing some mandatory settings.
2008-06-27 Lars Christian Raae <lars.christian.raae@cern.ch>
* modules/bibedit/lib/bibedit_templates.py,
modules/bibedit/lib/bibedit_engine.py, config/invenio.conf,
modules/bibedit/web/admin/bibeditadmin.py: bibedit record locking:
Increased safety, many improvements to the code. bibedit history
interface: Implemented functionality, but no user interface yet.
2008-06-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Try to download twice a file
before giving up in case of error.
2008-06-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Simplified
wsignout.gif hook.
2008-06-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Added sleeping before
download option.
2008-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:
Clarified documentation with respect to 8564/FFT. Also,
reformatted some paragraphs to standard width.
2008-06-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Addedd missing import
2008-06-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py: Plugged 8564 synchronization
only when 8564 or FFT exists.
2008-06-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibedit/doc/admin/bibedit-admin-guide.webdoc,
modules/bibupload/doc/admin/bibupload-admin-guide.webdoc: Added
note about 8564 to be managed only via FFT.
2008-06-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_regression_tests.py: Calling
synchronize 8564 for each upload. Fixed FMT regression test that
used a test with docnames.
2008-06-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Fixed wrong mkstemp
implementation in download_url, that always left opened file after
itself.
2008-06-26 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabfill.sql: Added the details of the
'Second_Report_Number_Generation' WebSubmit function.
2008-06-26 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added the
'Second_Report_Number_Generation.py' function.
2008-06-26 Nicholas Robinson <nicholas.robinson@cern.ch>
*
modules/websubmit/lib/functions/Second_Report_Number_Generation.py:
A function for generating a secondary report number. Based upon the
Report_Number_Generation (working more or less the same way and
indeed sharing some code with it . . . )
2008-06-26 Marko Niinimaki <manzikki@gmail.com>
* THANKS: e-mail added
2008-06-26 Marko Niinimaki <manzikki@gmail.com>
* THANKS: Japanese tranlation thanks
2008-06-26 Marko Niinimaki <manzikki@gmail.com>
* modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibedit_templates.py: replaced integers with
clear txet move_up move_down delete
2008-06-26 Lars Christian Raae <lars.christian.raae@cern.ch>
* modules/bibedit/lib/bibedit_engine.py: Fixed error. Thanks to
Marko for notification!
2008-06-26 Lars Christian Raae <lars.christian.raae@cern.ch>
* modules/webaccess/lib/access_control_config.py: Added auth so
that role thesescurator also gives access to view theses, not just
edit them..
2008-06-25 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Updated target update-v0.99.0-tables to produce
exactly the same tables as the forthcoming v0.99.1.
2008-06-25 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabdrop.sql: Added rnkAUTHORDATAR.
2008-06-25 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabdrop.sql: Added rnkCITATIONDATAEXT.
2008-06-25 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/web/Makefile.am: Install BibEdit web tests where
they belong.
2008-06-25 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/functions/Update_Approval_DB.py: Explicitly
specify column names for an sbmAPPROVAL INSERT statement. This
fixes the failed book submission web test.
2008-06-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_webinterface.py,
modules/websearch/lib/websearch_webinterface.py: Moved SSO hook to
/wsignout.gif (i.e. under websearch).
2008-06-25 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Clarified Psyco optionality on 32-bit OSes.
2008-06-25 Tibor Simko <tibor.simko@cern.ch>
* configure-tests.py: Advice about Psyco only when we are running
in a 32-bit environment.
2008-06-25 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/etc/format_templates/Makefile.am,
modules/bibformat/etc/format_templates/RefWorks.bft: Removed
RefWorks.bft.
2008-06-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_webinterface.py,
modules/webstyle/img/wsignout.gif: Tentative support for shibboleth
SSO centralized logout.
2008-06-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfilecli.py: Added big fat warning
about bibdocfile not having a stable command line interface
(regarding the syntax of the parameters, not the stability of the
algorithms :-). Added help descriptions.
2008-06-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: More room for Action
mini-panel.
2008-06-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Default_HTML_actions.bft:
Fixed HTML markup.
2008-06-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/DC.bft,
modules/bibformat/etc/format_templates/EndNote.bft,
modules/bibformat/etc/format_templates/NLM.bft,
modules/bibformat/etc/format_templates/RSS.bft,
modules/bibformat/etc/format_templates/Makefile.am: Removed
bfx-based templates.
2008-06-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformatadminlib.py: Replace CRLF with LF
from template code received from BibFormat template editor.
2008-06-25 Tibor Simko <tibor.simko@cern.ch>
* THANKS,
modules/bibformat/etc/format_templates/Default_HTML_actions.bft,
modules/bibformat/etc/format_templates/Makefile.am,
modules/bibformat/etc/format_templates/RefWorks.bft,
modules/bibformat/etc/format_templates/RefWorks.xsl,
modules/bibformat/etc/output_formats/Makefile.am,
modules/bibformat/etc/output_formats/XW.bfo,
modules/miscutil/sql/tabfill.sql,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: Added XML RefWorks
output format. Thanks to Theodoros Theodoropoulos for the
RefWorks.xsl style sheet.
2008-06-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/RSS.xsl: Include field
111__a in titles.
2008-06-25 Lars Christian Raae <lars.christian.raae@cern.ch>
* modules/bibedit/web/test_bibedit_access_all.html,
modules/bibedit/web/test_bibedit_access_collection.html,
modules/bibedit/web/test_bibedit_access_none.html,
modules/bibedit/web/test_bibedit_basic_record_locking.html,
modules/bibedit/web/test_bibedit_reedit_warning.html,
modules/bibedit/web/admin/test_bibedit_access_all.html,
modules/bibedit/web/admin/test_bibedit_access_collection.html,
modules/bibedit/web/admin/test_bibedit_access_none.html,
modules/bibedit/web/admin/test_bibedit_basic_record_locking.html,
modules/bibedit/web/admin/test_bibedit_reedit_warning.html:
Webtests moved to correct folder.
2008-06-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_templates.py: Use
CFG_WEBSEARCH_ADVANCEDSEARCH_PATTERN_BOX_WIDTH to define width of
advanced search fields in pages generated by WebColl.
2008-06-24 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket_templates.py: Display 'Detailed
record' link also when the viewer does not have any commenting
rights; this is important e.g. for public baskets.
2008-06-24 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket_templates.py: Added 'Detailed
record' links to the standard basket item display. Renamed
existing link to 'View comments'. This is needed in order to
access full-text files for certain records. (Note that currently
only 'hb' and 'xm' output formats are working in baskets, since the
system searches for pre-generated formats in bibfmt/bskEXTFMT
tables. This is to be fixed.)
2008-06-24 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql: Fixed example queries for
exact phrase searches.
2008-06-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Now accepting
the </search/?...> style of URLs.
2008-06-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Fixed input box
size in tmpl_searchfor_simple().
2008-06-24 Lars Christian Raae <lars.christian.raae@cern.ch>
* modules/bibedit/lib/bibedit_engine.py: If record was locked for
editing because of revision waiting in bibsched queue, a tmp file
would be created and not deleted. This is fixed. Also replaced use
of commands library with shellutils for increased safety.
2008-06-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Fixed Acknowledge, fixed purge
task, shortened and cleaned footers, reversed colors of highlighted
row, applying colors to dialogs sort only by runtime.
2008-06-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* config/invenio.conf, modules/miscutil/lib/inveniocfg.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webcoll.py,
modules/websearch/lib/websearch_webinterface.py: Renamed
CFG_ENABLED_SEARCH_INTERFACES and CFG_DEFAULT_SEARCH_INTERFACE to
CFG_WEBSEARCH_ENABLED_SEARCH_INTERFACES and
CFG_WEBSEARCH_DEFAULT_SEARCH_INTERFACE
2008-06-24 Lars Christian Raae <lars.christian.raae@cern.ch>
* modules/webaccess/lib/access_control_config.py: Forgot this file
during last commit (I blame the heat). Contains new demo
configuration.
2008-06-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/demo/democfgdata.sql: Updated example queries
values.
2008-06-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_webinterface.py,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webcoll.py: Preliminary release of
'super-simple' search mode (as=-1), as well as reintroduction of
example search queries. Default search mode is no longer 0, but
configured via CFG_DEFAULT_SEARCH_INTERFACE. Now use
CFG_WEBSEARCH_ADVANCEDSEARCH_PATTERN_BOX_WIDTH and
CFG_WEBSEARCH_SIMPLESEARCH_PATTERN_BOX_WIDTH where needed. Updated
docstrings.
2008-06-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Treat
'CFG_ENABLED_SEARCH_INTERFACES' as a list of integer values.
2008-06-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* config/invenio.conf: Fixed syntax to specify
CFG_ENABLED_SEARCH_INTERFACES. Updated doc
2008-06-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/css/cds.css: New 'examplequery' class for
example query links.
2008-06-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* config/invenio.conf: Added CFG_ENABLED_SEARCH_INTERFACES and
CFG_DEFAULT_SEARCH_INTERFACE config variables in order to choose
which search modes ('avanced', 'simple' or new experimental
'super-simple') are enabled, and which of them is the default
search mode. Also added
CFG_WEBSEARCH_SUPERSIMPLESEARCH_PATTERN_BOX_WIDTH to choose search
box width in super-simple search mode (similar to
CFG_WEBSEARCH_SIMPLESEARCH_PATTERN_BOX_WIDTH and
CFG_WEBSEARCH_ADVANCEDSEARCH_PATTERN_BOX_WIDTH)
2008-06-23 Lars Christian Raae <lars.christian.raae@cern.ch>
* modules/bibedit/web/admin/test_bibedit_access_none.html,
modules/bibedit/web/admin/test_bibedit_basic_record_locking.html,
modules/bibedit/web/admin/bibeditadmin.py,
modules/bibedit/web/admin/test_bibedit_access_all.html,
modules/bibedit/web/admin/test_bibedit_access_collection.html,
modules/bibedit/web/admin/test_bibedit_reedit_warning.html,
modules/bibedit/lib/bibedit_engine.py: Enriched demo site
configuration - bibedit now takes collection as optional argument.
Added both general and collectionspecific curator roles to
accomodate for this extension. Added five Selenium test cases for
testing of bibedit functionality.
2008-06-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert.py: Clarified exception message of
the last commit.
2008-06-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert.py: Raise now an exception to the
site admin when an alert query was deleted for a user but still
exists in the list of her alerts.
2008-06-23 Lars Christian Raae <lars.christian.raae@cern.ch>
* modules/bibedit/lib/bibedit_engine.py: Removed * imports. Error
in previous commit message: Lock levels are 0-3, not 0-4.
2008-06-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Removed a deadlock WRT
bibupload enforced ordering.
2008-06-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webalert/lib/webalert.py: Fixed (I think) a query in
webalert that had a broken join that produced to much rows
(including invalid ones).
2008-06-23 Lars Christian Raae <lars.christian.raae@cern.ch>
* modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibedit_templates.py, config/invenio.conf:
Added CFG_BIBEDIT_LOCKLEVEL - when a user tries to edit a record
being edited by another user, the lock level determines when it is
permitted to do so. Levels are 0-4 and are described in
invenio.conf. Also a minor bugfix; if a user reloaded bibedit while
editing a record, he would lose state and not be informed that he
was editing a temporary record.
2008-06-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibrank/lib/bibrank_word_indexer.py: Added new checks for
Overflow o ZeroDivision.
2008-06-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/elements/bfe_fulltext.py,
modules/websubmit/lib/bibdocfile.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/bibupload/lib/bibupload.py: BibDocFile+FFT to correctly
support URL encoding (for spaces etc.)
2008-06-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_admin.py: Workaround to
avoid crash. Note this function should still be revised and better
fixed.
2008-06-23 Tibor Simko <tibor.simko@cern.ch>
* po/el.po: Completed Greek translation, thanks to Theodoros
Theodoropoulos.
2008-06-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/lib/webstat_webinterface.py: Made '/stats' URL
callable.
2008-06-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py: Fixed page() language
argument. (It is 'language', not 'ln'.)
2008-06-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py: Added "show_title_p"
parameter to page(..) and tmpl_page(..) functions, so that it is
possible to show/hide title in the body ('<h1 />') of the page
independently of its addition in the navtrail, window title and
HTML metada headers.
2008-06-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: Do not create empty
<h1 /> when page title is not given.
2008-06-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/urlutils.py: Fixed "compile-time" reference
to apache module recently introduced.
2008-06-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: task_low_level_submission to
correctly support priority by analysing the parameters.
2008-06-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfilecli.py: Correctly escaping xml
marc.
2008-06-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/doc/admin/bibupload-admin-guide.webdoc,
modules/bibupload/lib/bibupload.py,
modules/websubmit/lib/bibdocfilecli.py: New FIX-MARC (+ FIX as
become FIX-ALL) directive to bibdocfilecli and FFT, used to
synchronize MARC after bibrec/bibdoc.
2008-06-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_fulltext.py: When fulltext is
local, but metadata does not have the complete path to the file,
still consider the file as local, not as external file.
2008-06-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_Request_For_Direct_Approval.py,
modules/websubmit/lib/functions/Send_Request_For_Publication.py,
modules/websubmit/lib/functions/Send_Request_For_Refereeing_Process.py:
Converted getfile.py URLs sent via emails to new /record/123/files/
URL structure. Thanks Maura for reporting!
2008-06-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/websubmit_webinterface.py: New _getfile_py
implementation. Completely redirect to /record/123/files URL,
exploiting its features (authorization checking etc.)
2008-06-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_webinterface.py: Using
HTTP_MOVED_TEMPORARILY when successful login (otherwise FireFox
complains with HTTP_TEMPORARY_REDIRECT that it have to resend form
information to a new URL.
2008-06-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/session.py: set_cookie set the cookie both
in headers_out and in err_headers_out (in place of redirect_to_url
function).
2008-06-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/urlutils.py: redirect_to_url to support
different redirection_types.
2008-06-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/websubmit_webinterface.py: Fixed other bug
in _getfile_py WRT docid as string.
2008-06-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/websubmit_webinterface.py: Fixed
_getfile_py not handling correctly docids when they come as strings
instead of ints.
2008-06-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:
Clarified guide: better differentation of the harvest/export parts,
and removed referenced to bibharvest command-line, as only
oaiharvest is really needed
2008-06-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Fixed crash when bibsched queue
is empty and we turn on bibsched daemon from bibsched monitor.
Added trick to register in bibsched.log the exiting of a task.
2008-06-19 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Removed unneeded warning about the site-packages symlink
creation on some OSes. Reformulated the paragraph. Removed
trailing whitespace.
2008-06-19 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/testimport.py: Properly fixed the
site-packages symlink advice. (The problem on some OSes such as
Debian Etch or SLC4 x86_64 was caused by existence of more than one
'site-packages' directory in sys.path, with testimport using the
first one and intbitset using the second one during 'make install'.
Now testing and advising user to create symlinks for all
site-packages directories.)
2008-06-19 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_fulltext_mini.py: Prettified
output.
2008-06-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Fixed code typo (Time to go bed
:-S)
2008-06-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Fixed message string.
2008-06-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Stop the bibsched queue when a
task ends with status "DONE WITH ERRORS".
2008-06-19 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Register_Referee_Decision.py:
Bugfix.
2008-06-19 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added
Register_Referee_Decision.py function.
2008-06-19 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_dblayer.py: Dropped the use of
categ in the WHERE clause when updating or selecting details about
an approval request.
2008-06-19 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Register_Approval_Request.py:
Small changes to functions that interact with the database layer.
2008-06-19 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Register_Referee_Decision.py: A
function whose job is to update the status of a document in the
approvals database (sbmAPPROVALS), setting it to "approved" or
"rejected" depending on the referee's decision.
2008-06-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/testimport.py: site-packages link is now
created automatically before intbitset is installed.
2008-06-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:
Improved FFT documentation by adding DELETE-FILE directive and some
requirement e.g. for specifing multiple FFTs, for absolute paths,
etc.
2008-06-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py: Completed support for
DELETE-FILE FFT directive.
2008-06-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py: When using FFT to rename a
docname, take care of renaming the corresponding icon accordingly,
if it exists.
2008-06-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher.py: Removed
unneeded import. Fixed unknown exception catching.
2008-06-18 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/doc/hacking/miscutil-dbquery.webdoc: Updated
documentation for run_sql_cached().
2008-06-18 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed run_sql_cached()
calls by stating affected_tables explicitly.
2008-06-18 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_dblayer.py: Added function for
retrieving the category of a document for which an approval request
has been made: "get_approval_request_category".
2008-06-18 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery.py: Changed default values of
run_sql_cached() in order to always look at the 'bibrec' table
modification change as a safety net in case no affected_tables are
specified. This is a *much* safer default. If some client code
does not want to check any tables whatsoever, then it should
specify '[]' explicitly.
(Also, the function should rather use immutable argument, but that
is for another commit.)
2008-06-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_engine.py: Fixed some queries
WRT run_sql_cached: it should not be used when the query contains
functions like NOW() or other time/random related functions that
could change for every call.
2008-06-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser_tests.py: Added tests for
isUserSuperAdmin
2008-06-18 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: More HTML tags and
attributes accepted when washing in 'soft' modes (5 & 6).
2008-06-18 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websession/lib/webuser.py: Build page with 'ln' parameter
in page_not_authorized(..)
2008-06-18 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Register_Approval_Request.py:
Moved database functions "update_approval_request_status",
"register_new_approval_request" and "get_simple_approval_status" to
websubmit_dblayer.
2008-06-18 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_dblayer.py: Added some functions
relating to refereeing/approvals.
2008-06-17 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS, configure.ac, config/invenio.conf,
modules/miscutil/demo/democfgdata.sql,
modules/miscutil/lib/messages.py,
modules/webhelp/web/help-central.webdoc,
modules/websearch/lib/websearch_templates.py, po/LINGUAS, po/hu.po:
Added general support infrastructure for the Hungarian translation.
The dynamic elements as well as the PO file is to be translated
later.
2008-06-17 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/functions/Insert_Record.py,
modules/websubmit/lib/functions/Shared_Functions.py: Fixed
'websumit' typo.
2008-06-17 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py: Added support for
verbose=9 URL in /record/123/files, to display all the details of a
record WRT its bibdocs. (details are displayed only when the
superuser is logged in).
2008-06-17 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Creation of bibdoc folder is
done automatically when it does not exist (e.g. when a bibdoc is
created manually via SQL).
2008-06-17 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: New isUserSuperAdmin function
(sorry for the CamelCase but it's there for historical stylistic
compatibility).
2008-06-17 Nicholas Robinson <nicholas.robinson@cern.ch>
*
modules/websubmit/lib/functions/Print_Success_Approval_Request.py:
Corrected the message
2008-06-17 Nicholas Robinson <nicholas.robinson@cern.ch>
*
modules/websubmit/lib/functions/Print_Success_Approval_Request.py:
A function to create a success message for the user when an
approval request for a document has successfully been registered.
2008-06-17 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Handling of invalid file
name (e.g. "foo.bar", "foo.bar;baz", where the correct name should
be "foo.bar;1"). If an invalid file is found under a bibdoc folder
the migration kit will stop, asking to rename or delete the file.
2008-06-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Catch exceptions of
lower_index_term() and continue in spite of UTF-8 problems (useful
e.g. for fulltext files). Also, call register_exception() in the
'Exception caught' branches.
2008-06-17 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Updated docstring of
lower_index_term() describing possible exceptions that may be
raised.
2008-06-16 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_fulltext.py,
modules/bibformat/lib/elements/bfe_fulltext_mini.py: Updated
"External link(s)" & "CERN link(s)" strings so that it is possible
to translate them correctly in some languages.
2008-06-16 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Register_Approval_Request.py:
Corrected a bug: MySQL string concatenation was wrong.
2008-06-13 Radoslav Ivanov <radoslav.ivanov@cern.ch>
* modules/websearch/lib/search_engine_query_parser.py: Add date
transformations in SPIRES to Invenio syntax conversion.
2008-06-13 Marko Niinimaki <manzikki@gmail.com>
* modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibedit_templates.py: enabled moving subfields
in both directions in web gui
2008-06-13 Marko Niinimaki <manzikki@gmail.com>
* modules/bibedit/lib/bibedit_templates.py: enabled changing the
order of subfields
2008-06-13 Marko Niinimaki <manzikki@gmail.com>
* modules/bibedit/web/admin/bibeditadmin.py,
modules/bibedit/lib/bibedit_engine.py: enabled changing the order
of subfields
2008-06-13 Marko Niinimaki <manzikki@gmail.com>
* po/ja.po: configure (better) translated as settei
2008-06-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Register_Approval_Request.py:
Added support for a 'note' field in the approval request table.
2008-06-13 Marko Niinimaki <manzikki@gmail.com>
* modules/bibedit/lib/bibedit_engine.py: subfields can repeat
2008-06-12 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: extauthor ->
alternative_author_name in code, corresponding to conf
2008-06-12 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: yet another key
fix
2008-06-12 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: tag names
beautified
2008-06-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Added a new text field "note"
to the sbmAPPROVAL table so that notes relating to the approval
request can be kept.
2008-06-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Removed unneeded
&nbsp; after checkboxes in the Narrow by collection portalbox.
Thanks to Theodoros Theodoropoulos for reporting the problem.
2008-06-12 Marko Niinimaki <manzikki@gmail.com>
* po/ja.po: merge
2008-06-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearchadminlib.py: Fixed SQL query
behind creating new collection. Thanks to Devin Bougie for
reporting the problem.
2008-06-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformatadminlib.py: When editing format
templates, do not force to print <name> and <description> pseudo
elements for the XSL templates. Thanks to Theodoros Theodoropoulos
for reporting the problem.
2008-06-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py: Updated
write_outcome(res) function: correctly consider the type of 'res'
parameter as a tuple (of length 2). Any other input is a
programmation error and should raise a traceback.
2008-06-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Register_Approval_Request.py: Bug
fixes.
2008-06-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabfill.sql: Added details of the WebSubmit
function "Register_Approval_Request" and its parameters.
2008-06-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added
'Register_Approval_Request.py' function.
2008-06-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Register_Approval_Request.py:
Added some docstrings. Cleaned things up a bit.
2008-06-10 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:
Updated links to BibConvert admin guide.
2008-06-10 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Register_Approval_Request.py:
First version of a function to register a new *simple* approval
request in the WebSubmit database. Not yet finished - do not use.
2008-06-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/webjournaladminlib.py: Cleaned washing of
quotes in CSS.
2008-06-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: Correctly
redirect when spaces in category name.
2008-06-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/webjournaladminlib.py: Fixed the path from
which images should be fetched CSS is inlined in HTML email.
2008-06-07 Marko Niinimaki <manzikki@gmail.com>
* po/ja.po: translated various JP expressions
2008-06-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/web/test_insert_oai_source.html: Use new URL
of the Invenio demo site.
2008-06-06 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Use the new URL of the Invenio Demo site.
2008-06-06 Marko Niinimaki <manzikki@gmail.com>
* config/invenio.conf: removed the author citation indexing option
-- not needed
2008-06-06 Marko Niinimaki <manzikki@gmail.com>
* po/sv.po: some old translations did not match the phrase
2008-06-06 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Added
wash_output_format() in order to treat properly old URLs for
printing MARC tags of the form 'of=245__a'. (Nowadays 'of=tm' is
preferred for these purposes.)
2008-06-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: Catch more
exception possibly thrown by wash_journal_name() and
wash_issue_number() for legacy URLs
2008-06-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: Catche
exception raised when issue number is badly formed in legacy URLs.
2008-06-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/webjournal_washer.py: Return default
category when none given
2008-06-06 Marko Niinimaki <manzikki@gmail.com>
* po/sv.po: added various admin translations. Grammatically best
Swedish is spoken in Finland.
2008-06-06 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabfill.sql: Added the WebSubmit function
"User_is_Record_Owner_or_Curator" to sbmALLFUNCDESCR.
2008-06-06 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added the
"User_is_Record_Owner_or_Curator.py" function.
2008-06-06 Nicholas Robinson <nicholas.robinson@cern.ch>
*
modules/websubmit/lib/functions/User_is_Record_Owner_or_Curator.py:
A function to test whether the user has the right to work with a
given record and to prevent the processing of a submission if she
does not. Basically an improved version of the
Is_Original_Submitter function.
2008-06-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/bin/bibconvert.in: Updated string formatting.
Exit with status code 1 when there are problems.
2008-06-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiharvestlib.py: Updated status returned
by task. Improved error checking.
2008-06-06 Marko Niinimaki <manzikki@gmail.com>
* po/fr.po: added citation related translations
2008-06-06 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_templates.py: added the word
citable in citation summary
2008-06-06 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_templates.py: added unknown in
affiliations, authors own name not shown in frequent co-author list
2008-06-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/bin/bibconvert.in,
modules/bibconvert/lib/bibconvert_xslt_engine.py: Fixed string
formatting.
2008-06-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/lib/bibconvert_xslt_engine.py: Improved error
handling.
2008-06-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/bin/bibconvert.in: Improved error checking.
Errors written to stderr instead of stdout. Removed trailing
whitespaces.
2008-06-05 Lars Christian Raae <lars.christian.raae@cern.ch>
* po/no.po: 100% complete norwegian translation of CDS Invenio.
Last status was about 5%.
2008-06-05 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: coding style
improvements
2008-06-05 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank.py,
modules/bibrank/lib/bibrank_citation_indexer.py: author citations
processing with a parameter not by CFG
2008-06-05 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_record_sorter.py: find_citations
ranking simplified and made faster
2008-06-05 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: added citinglist as a
param to self-cite generation
2008-06-05 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher.py: fixed a bug in
citation_weight
2008-06-05 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_record_sorter.py: fixed the call of
citation rank in case of an empty pattern
2008-06-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/web/test_insert_oai_source.html: Fixed web
test case by adding explicit login and logout actions as prologue
and epilogue of the test case. Used explicit URLs to be able to
test remote sites too.
2008-06-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Fixed RSS
test case as per the new RSS header.
2008-06-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Cosmetics of output
messages for the stemming info.
2008-06-04 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabfill.sql: Added details of the WebSubmit
function "Ask_For_Record_Details_Confirmation".
2008-06-04 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabfill.sql: Added details of
"Print_Success_DEL" and "Send_Delete_Mail" WebSubmit functions.
2008-06-04 Nicholas Robinson <nicholas.robinson@cern.ch>
* config/invenio.conf: Added CFG_DEVEL_SITE variable.
2008-06-04 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added WebSubmit
function "Send_Delete_Mail.py".
2008-06-04 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Send_Delete_Mail.py: A function
to mail the user (and record managers) when a record has been
deleted.
2008-06-04 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added WebSubmit
function "Convert_RecXML_to_RecALEPH_DELETE.py".
2008-06-04 Nicholas Robinson <nicholas.robinson@cern.ch>
*
modules/websubmit/lib/functions/Convert_RecXML_to_RecALEPH_DELETE.py:
Function to convert an XML MARC record to an ALEPH MARC *DELETE*
record.
2008-06-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/lib/bibclassifylib.py: Always print the
outcome of generate_keywords*() in main(). This fixes a problem of
empty output when called from CLI in the standalone mode. Also,
removed the limit treatment at the moment of printing, as it did
not do proper thing.
2008-06-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/lib/bibclassifylib.py: Fixed
author-attributed keyword printing in the verbose mode.
2008-06-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/lib/bibclassifylib.py: Use our own
write_message() without bibtask infrastructure because
bibclassifylib can be used in a standalone mode without running
full CDS Invenio software.
2008-06-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_query_parser_tests.py:
Standardized test cases docstrings.
2008-06-03 Lars Christian Raae <lars.christian.raae@cern.ch>
* AUTHORS: Added Lars.
2008-06-03 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webinterface_handler.py: Enabled automatic
language detection for WebJournal module
2008-06-03 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/bfe_ObjectLanguage.py: Added 'filter'
parameter in order to return English when supplied language is not
supported.
2008-06-03 Radoslav Ivanov <radoslav.ivanov@cern.ch>
* modules/websearch/lib/search_engine_query_parser.py: SPIRES
syntax translation - remove form search query SPIRES search terms
that are not recognized from the parser.
2008-06-03 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/webjournal_config.py: Fixed remaining
functions that still used "deprected" webjournal_error_box(..) and
webjournal_missing_info_box(..) to use now their templatized
version. Removed these deprecated functions.
2008-06-03 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/webjournal_config.py,
modules/webjournal/lib/webjournal_utils.py,
modules/webjournal/lib/webjournal_washer.py,
modules/webjournal/lib/webjournal_webinterface.py: Wash supplied
issue number and category name
2008-06-02 Radoslav Ivanov <radoslav.ivanov@cern.ch>
* modules/websearch/lib/search_engine_query_parser.py,
modules/websearch/lib/search_engine_query_parser_tests.py: Fix
query parser tests
2008-06-02 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/web/admin/webjournaladmin.py: Fixed
capitalization.
2008-06-02 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/webjournaladminlib.py: When sending text
email, replace possible <br> by \n, not the contrary.
2008-06-02 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: Fixed URL
redirection.
2008-06-02 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webinterface.py: Introduced
<atom:link rel="self|next|previous" /> tags in RSS output.
tmpl_xml_rss_prologue(..) has 3 new parameters. Update your
templates!
2008-05-30 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_citation_searcher.py: run author
analysis if so defined in config. bug fixing (new tag names). more
debug on level 9.
2008-05-30 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: unified and more
understandable has_key checking
2008-05-30 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/webjournaladminlib.py: Correctly include
text message when sending email alert in HTML.
2008-05-30 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/webjournal_templates.py: Cleaning. Removed
some reference to CERN Bulletin.
2008-05-30 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: Added module
docstring
2008-05-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Updated
245:'and' test case as per recent addition of record #96.
2008-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Lower
phrase-to-be-indexed in a Unicode-friendly manner.
2008-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: When searching in a
stemmed index, call proper Unicode-safe lowering function for the
query term. This fixes the problem with case-sensitivity when
searching for e.g. Dasse vs DASSE in a stemmed index.
2008-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Added test
cases for uppercase/lowercase queries using stemmed indexes.
2008-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Updated test
cases WRT now-activated stemming.
2008-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql: Activated English stemming
for some demo indexes.
2008-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord_tests.py: Fixed two failing cases
as per the addition of a new demo record.
2008-05-29 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_file_stamper.py: Added new
functionality for the escaping of LaTeX meta characters in the
LaTeX template variables that are substituted into the LaTeX
template for stamp creation.
In addition, if the creation of the stamp PDF fails the first time
round, another attempt is made with strict LaTeX meta-character
escaping (i.e ALL characters are escaped.)
2008-05-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/webjournal_templates.py: Updated legacy
'alert' URLs with new ones
2008-05-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: Fixed
redirection of legacy alert url (unicode string cannot be used for
redirection)
2008-05-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/webjournal_templates.py,
modules/webjournal/lib/webjournal_utils.py: Standardized value
returned by get_journals_ids_and_names(..)
2008-05-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/webjournal_utils.py: Fixed parsing of URI
when display search page.
2008-05-29 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/etc/citation.cfg,
modules/bibrank/etc/template_citation.cfg: more informative tag
names
2008-05-29 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: better tag
names. error messages. debugging
2008-05-29 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Stamp_Uploaded_Files.py: Changes
made to the behaviour of this function: 1. Previously, a LaTeX
template variable's value was FIRST tested for existence as a
file in the current submission's working directory, and if that
file didn't exist, was used as a literal value to be inserted
into the LaTeX template. Now, however, ALL LaTeX template
variable values will be considered as literal strings to be
inserted into the LaTeX template, UNLESS they are prefixed by
"FILE:". For example: Literal: 'TITLE' : 'Invenio
file stamping' In that case, the string "Invenio file
stamping" will be substituted into the LaTeX template in
place of the "TITLE" marker. File example: 'TITLE' :
'FILE:DEMOTHE_TITLE' In that case, Stamp_Uploaded_Files will
look for a file called 'DEMOTHE_TITLE' in the current
submission's working directory, and will substitute the
value found in that file in place of the "TITLE" marker in
the LaTeX template. If however the file does not exist, an
empty string will be substituted for the "TITLE" marker.
2. The other change is to the way that the latex-template-var
"dictionary" string is broken up and turned into a dictionary.
Previously, a variable-value pair was split on all non-escaped
colons. Now it simply splits on the first colon. This was
necessary to allow the "FILE:" instruction. The implication
for templates is that variable markers in the LaTeX template
cannot contain a colon. Values, however, can.
2008-05-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py,
modules/webstyle/lib/template.py,
modules/webstyle/lib/webstyle_templates.py,
modules/webcomment/lib/webcomment_webinterface.py,
modules/websubmit/lib/websubmit_webinterface.py: Split
webstyle_templates.detailed_record_container(..) into
webstyle_templates.detailed_record_container_top(..) and
webstyle_templates.detailed_record_container_bottom(..), so that it
is possible to flush output faster to client, for example when
displaying the Citations tab.
websearch_templates.tmpl_detailed_record_citations(..) has been
split in several tmpl_detailed_record_citations_*(..) functions
also in order to flush results while they arrive. The above means
APIs change, so please revise your templates accordingly.
2008-05-29 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added sbmPARAMETERS.value column change into
update-v0.99.0-tables.
2008-05-29 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Update to sbmPARAMETERS
table. Changed the "value" column from varchar(200) to text.
2008-05-29 Marko Niinimaki <manzikki@gmail.com>
* config/invenio.conf: added CFG_AUTHORCIT
2008-05-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Default_HTML_actions.bft:
Fixed language parameter in link to personal basket
2008-05-29 Travis C. Brooks <travis@slac.stanford.edu>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/search_engine_query_parser.py,
modules/websearch/lib/search_engine_query_parser_tests.py: SPIRES
Search syntax as used in Inspire Demo - rado and tcb
2008-05-28 Radoslav Ivanov <radoslav.ivanov@cern.ch>
* modules/websearch/lib/search_engine_query_parser.py,
modules/websearch/lib/search_engine_query_parser_tests.py: Updated
version of spires query parser and its test.
2008-05-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine_tests.py: Escaping and
washing tests
2008-05-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webalert/lib/htmlparser.py: Shorter tags names to define
areas that should be removed when washed.
(START_DO_NOT_DISPLAY_IN_TEXTUAL_FORMAT->START_NOT_FOR_TEXT and
END_DO_NOT_DISPLAY_IN_TEXTUAL_FORMAT->END_NOT_FOR_TEXT)
2008-05-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Removed arbitraty
restriction of no underscore in output formats codes.
2008-05-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_dblayer.py: Fixed bug that would
prevent internationalize output formats names.
2008-05-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/bibformatadmin.py,
modules/bibformat/lib/bibformatadminlib.py: Warning instead of
traceback if cannot write to output formats directory
2008-05-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/bibformatadmin.py: Fixed nabtrail
link
2008-05-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/bibformatadmin.py: Fixed string.
2008-05-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Added check for analysing tasks
in the queue in the past + tasks possibly running because they were
started in manual mode.
2008-05-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Removed 'verbose' variable put
in _options. It's automatically used by write_message by reading it
from _task_params.
2008-05-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibrank/lib/bibrank_citation_indexer.py: Deployed verbose
parameter to write_message calls.
2008-05-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/functions/Move_Files_to_Storage.py: Using
Nick's create_icon algorithm.
2008-05-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/external_authentication_cern_wrapper.py:
Fixed typo bug.
2008-05-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine_stemmer.py: Added French to
the stemming dictionary.
2008-05-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibrank/lib/bibrank_word_indexer.py: Added
skip+register_exception for OverflowError.
2008-05-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/doc/admin/webstyle-admin-guide.webdoc: Updated
explanation on customizing the template skin, using
invenio-local.conf.
2008-05-27 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/shellutils.py: Fixed reopening/reclosing of
file-descriptors/file-objects.
2008-05-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Trying to fix deadlocks. When a
task actively changes status (it is scheduled, it is run, it is
stopped...) let's restart from the beginning in elaborating the
queue.
2008-05-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webbasket/lib/webbasket_regression_tests.py,
modules/webbasket/lib/webbasket_webinterface.py: Fixed
list_public_baskets WRT guest users not differentiated.
2008-05-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webbasket/lib/webbasket_webinterface.py: Removed
restriction that guest users can not access public baskets (added
by mistake).
2008-05-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibedit/lib/bibedit_engine.py: BibEdit to run bibupload
-P 5 (higher priority).
2008-05-27 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibreformat.py: Added --id option to format
specific record ids
2008-05-27 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_config.py: New
CFG_BIBFORMAT_ENABLE_I18N_BRIEF_FORMAT configuration variable to
enable or not internationalization of brief formats.
2008-05-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/urlutils.py: redirect_to_url to use
mod_python.util.redirect to raise MOVED_TEMPORARILY which fix
infinite redirection with lynx and other browsers.
2008-05-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_engine.py: Fixed some
automatically created urls that referred to the
user_info['referer'] instead of 'uri'.
2008-05-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/etc/invenio-jsmath.js: Disabled displaying of
progress bar when rendering LaTeX formulas.
2008-05-26 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Fixed a bug when
trying to wash HTML tags from metadata that cannot be parsed by
HTMLParser library. When it happens, just escape HTML chars of the
metadata.
2008-05-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibharvest/lib/oaiharvestlib.py: Added -u oaiharvest to
bibupload calls.
2008-05-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Bibupload should never run
concurrently.
2008-05-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Cleaned logs.
2008-05-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Special treatement for
bibupload and corrected handling of scheduled task_id.
2008-05-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Added missing self variable.
2008-05-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_indexer.py: Added explicitly
the phrase index indication to a search_unit() call. This fixes
the journal pubinfo citation indexing problems.
2008-05-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_field.py: Do not print
'extension' when the limit is escatly equal to the number of
values.
2008-05-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Adapted to
new demobibdata
2008-05-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Enable search query
logging for guests with uid=0 as well. (This is needed when we do
not differentiate between guests.)
2008-05-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_query_parser_tests.py:
Updated docstrings to harmonize naming with the rest of test cases.
2008-05-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webjournal/web/.cvsignore,
modules/webjournal/web/admin/.cvsignore: Added cvsignore files.
2008-05-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/functions/Move_Files_to_Storage.py:
Improved version that (should) always allow the user to add
wathever format, whater file. It is still not complete because it
does not correctly instruct websubmit about which files have been
added (at the moment the generated MARC will be incomplete, it will
just reference the first file).
2008-05-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Improved a bit the
autorecognition of docnames.
2008-05-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/demo/demobibdata.xml: Added space between
ponctuation and HTML markup for Poetry records.
2008-05-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Upgraded
test to cleaned redirection implementation for restricted
collections.
2008-05-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/external_authentication_cern_tests.py:
Fixed tests by using CFG_CERN_SITE.
2008-05-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webbasket/lib/webbasket_regression_tests.py: Fixed
regression tests WRT CFG_WEBSESSION_DIFFERENTIATE_BETWEEN_GUESTS.
2008-05-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_regression_tests.py: Fixed test case
of an internal record featuring only the journal pubinfo and being
cited by another internal record via pubinfo.
2008-05-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Allow 'style'
attribute in modes 5 and 6
2008-05-22 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: removed quotes
when searching for references
2008-05-22 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: always checking
has_key for citation and reference dicts
2008-05-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webmessage/lib/webmessage_dblayer.py: Cleaned all SQL
query, by correctly escaping its arguments.
2008-05-22 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: added debugging
2008-05-22 Marko Niinimaki <manzikki@gmail.com>
* modules/bibsched/lib/bibtask.py: 'verbose' parameter pushed to
individual tasks
2008-05-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/bibformat-admin-guide.webdoc,
modules/bibformat/doc/hacking/bibformat-api.webdoc,
modules/bibformat/lib/bibformat_engine.py: Added new 5 and 6
escaping mode, in order to keep more tags when washing
2008-05-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/lib/webinterface_handler.py: Removing _user_info
and cds_wrapper from req in order to remove circular reference that
causes memory leaks.
2008-05-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Fixed
CFG_SITE_SECURE_URL vs CFG_SITE_URL redirections.
2008-05-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/external_authentication_cern_wrapper.py:
Initialized variable.
2008-05-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* config/invenio.conf, modules/miscutil/lib/urlutils.py,
modules/websession/lib/session.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py: Finally fixed
the session+redirection(+http password)(+not differentiate guest
users) bug. If you have cookie that repesent a session this is sent
to the user via req.headers_out. But redirection is based on
raising an HTTP error, so the header that is sent is
req.err_headers_out, which didn't contained the cookie. I'm now
enforcing the cookie in err.headers_out and this works! It is
finally safe to disable CFG_WEBSESSION_DIFFERENTIATE_BETWEEN_GUESTS
and to enable the CERN hack to popup password for apache group when
there's only one group related to a collection.
2008-05-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: Catching
exceptions
2008-05-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/web/admin/Makefile.am,
modules/webjournal/web/admin/webjournaladmin.py: Initial release
(based on previous webjournal version)
2008-05-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/web/Makefile.am: Initial release
2008-05-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* configure.ac: New "web" directory for webjournal module
2008-05-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webinterface.py: Continued
urgentish prettification of author pages.
2008-05-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Basic
prettification of the author pages. (work in progress)
2008-05-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/external_authentication_cern_wrapper.py: By
debugging via register_exceptions it appear that at random times a
'Connection reset by peer' error happend. Hence I try to solve this
by opening the soap connection, doing the request and closing it.
It can be slow, but safer.
2008-05-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py,
modules/webaccess/web/admin/webaccessadmin.py: Added new becomeuser
action to let the admin to became a given user for debugging
trouble (no password knowledge required). (same as "su" command
line).
2008-05-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py,
modules/webaccess/lib/external_authentication_cern.py,
modules/webaccess/lib/external_authentication_cern_wrapper.py:
Strengthened checking for failure (adding register_errors here and
there...).
2008-05-19 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_field.py: Fixed handling of
'limit' parameter.
2008-05-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Added get_uid_from_email.
2008-05-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Fixed author
pages.
2008-05-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am, modules/webstyle/etc/invenio-jsmath.js,
modules/websearch/lib/search_engine.py: New jsMath release.
Disabled yellow box with error messages.
2008-05-19 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/widgets/Makefile.am,
modules/webjournal/lib/widgets/bfe_webjournal_widget_latestPhoto.py,
modules/webjournal/lib/widgets/bfe_webjournal_widget_seminars.py,
modules/webjournal/lib/widgets/bfe_webjournal_widget_weather.py,
modules/webjournal/Makefile.am, modules/webjournal/doc/Makefile.am,
modules/webjournal/lib/Makefile.am,
modules/webjournal/lib/webjournal.py,
modules/webjournal/lib/webjournal_config.py,
modules/webjournal/lib/webjournal_templates.py,
modules/webjournal/lib/webjournal_utils.py,
modules/webjournal/lib/webjournal_washer.py,
modules/webjournal/lib/webjournal_webinterface.py,
modules/webjournal/lib/webjournaladminlib.py: First pass of
refactoring, debugging and cleaning WebJournal module.
2008-05-19 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiarchiveadminlib.py: Display example of
input value for "Collection(s)" field.
2008-05-18 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearchadminlib.py: For Inspire site,
always show the Fulltext tab.
2008-05-18 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added
'Ask_For_Record_Details_Confirmation.py' function.
2008-05-18 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/bibformat-admin-guide.webdoc: Fixed
incorrectly closed h3 tag
2008-05-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/lib/bibsched.py: Clarified some output messages.
2008-05-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Fixed delete action in BibSched
Manager (was enabled for exactly the wrong status and disabled for
the good ones). Cleaned a bit other actions.
2008-05-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/lib/bibsched.py: Fixed syntax error.
2008-05-17 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Fixed access
workflow for restricted documents/collection.
2008-05-17 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_webinterface.py: Initialized a
variable and small aesthetical change.
2008-05-17 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py,
modules/bibsched/lib/bibtask.py: Many many improvements in
appearence, security, concurrency. Added Aknowledge Error action
(in order to tell the scheduler we have checked an error and we are
sure the scheduler can safely return to automated mode), added
change priority. Added a beep! when bibsched daemon shut down. (I
can not hear it but it depends on your terminal configuration).
2008-05-16 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: searching by tag
journal
2008-05-16 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibrank/lib/bibrank_word_indexer.py: Corrected a message.
2008-05-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Added test
cases for querying the 'journal' index.
2008-05-16 Radoslav Ivanov <radoslav.ivanov@cern.ch>
* modules/websearch/lib/search_engine_query_parser.py: Add exact
author recognition to SPIRES => Invenio syntax translation. Correct
replacement of the truncation symbol.
2008-05-16 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_abstract.py: Split phrases
around ". " (DOT + SPACE) instead of "." (DOT) so that we do not
break links
2008-05-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Added quick hacks for the
journal index. Here, phrases are stored together with the word
terms in the same index, so we often have to go into 'bibwords'
instead of into 'bibxxx' searching mode. Also, as a consequence,
the truncation feature was disabled for this index.
2008-05-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: First implementation of
the intelligent 'journal' index. This is an index where terms are
to be calculated from several subfields. Later, the implementation
can be improved, the journal index special feature can be made more
nicely customizable, as this approach may be useful for other
indexes, etc.
2008-05-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_summarizer.py: For the
Inspire site, do the cite summary only for 'citeable' papers.
2008-05-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: Added new parameter
to tmpl_search_box() in order to decide whether to show collections
or not in a safer way.
2008-05-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Fixed cite summary
search links so that they work for phrase type of searches too.
2008-05-16 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser_tests.py: Updated tests to respect
small changes in funtion calls.
2008-05-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/search_engine_summarizer.py,
modules/websearch/lib/websearch_templates.py: Fixed cite summary
output to work with queries using both 'p' and 'f'.
2008-05-15 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: roll back after
a commit by mistake
2008-05-15 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_grapher.py,
modules/bibrank/lib/bibrank_citation_indexer.py: added a check that
a year is numeric
2008-05-15 Nicholas Robinson <nicholas.robinson@cern.ch>
*
modules/websubmit/lib/functions/Ask_For_Record_Details_Confirmation.py:
A function to display the details of a record and to prompt the
user to confirm that it is indeed the record that they had expected
to work with and that the submission should continue.
2008-05-15 Radoslav Ivanov <radoslav.ivanov@cern.ch>
* modules/websearch/lib/search_engine_query_parser.py: Add journal
to keywords translation and move regular expressions compilation
outside the methods so they are compiled only once.
2008-05-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Do not print
collection selection box in case there is only one collection to
choose from.
2008-05-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: If there is only
one collection defined, do not print its title on the page as it
would be displayed repetitively.
2008-05-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/webjournal_washer.py: Correctly
instantiate IvenioWebJournalNoPopupTypeError
2008-05-15 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/etc/citation.cfg,
modules/bibrank/lib/bibrank_regression_tests.py: added a test case
2008-05-15 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/demo/demobibdata.xml: added missing references
2008-05-15 Travis C. Brooks <travis@slac.stanford.edu>
* modules/websearch/lib/websearch_templates.py: Replaced <br />
with <div> in moreinfo links in brief html
<br /> was causing too much spacing in inspire, <div> should
accomplish the same thing but is stylable. if reverting, consider
leaving divs with if-testing for CFG_INSPIRE_SITE
2008-05-15 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: adds an extry in
rnkCITATIONDATAEXT if the referred publication not found
2008-05-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py: Fixed bug when
viewing a role with no FireRole description caused an exception.
2008-05-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/external_authentication_cern_wrapper.py:
Workaround for bug in Python up to version 2.4.3. SSL connection
may go in timeout when timeout is set, for no reason.
2008-05-15 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: cast
intbitset->list
2008-05-15 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/demo/demobibdata.xml: added a record that has a
999C5s reference to an existing record
2008-05-15 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: finds 999C5s
references now with demobibdata
2008-05-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_templates.py: Fixed RSS url
creation...
2008-05-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_templates.py: Correctly build RSS
url when there is not argument but 'cc'.
2008-05-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Do not try to
cache URLs too long to be written to a file
2008-05-15 Radoslav Ivanov <radoslav.ivanov@cern.ch>
* modules/websearch/lib/search_engine_query_parser.py: SPIRES to
Invenio syntax author search conversion
2008-05-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/lib/bibtask.py: Cosmetic change WRT task status
printing when a task is finished.
2008-05-15 Travis C. Brooks <travis@slac.stanford.edu>
* modules/websearch/lib/search_engine_query_parser_tests.py: MOre
tests for SPIRES query parser..not currently passing
2008-05-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Stamp_Uploaded_Files.py: Added
logging of the dictionary of arguments passed to
websubmit_file_stamper to a file called
"websubmit_file_stamper-calls-options.log" in the submission's
working directory (curdir).
2008-05-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/lib/bibtask.py: Fixed comment typo.
2008-05-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/lib/bibtaskex.py: Added
task_sleep_now_if_required() so that we can demo and test task
sleeping/stopping capabilities.
2008-05-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py: Fixed fix call.
2008-05-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_fulltext.py: When there is no
file with doctype == "Main", we assume that the submission of this
record makes no distinction between main and additional file. In
that case, consider all the files equally as main files.
2008-05-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher.py: Fixed comment
typo.
2008-05-15 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: fixed range.
both lower and upper included in processing
2008-05-15 Tibor Simko <tibor.simko@cern.ch>
* config/invenio.conf: Added CFG_INSPIRE_SITE.
2008-05-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_summarizer.py,
modules/websearch/lib/websearch_templates.py: Altered HTML cite
summary output format to reproduce SPIRES's collection breakdown
columns. Refactored code to strictly separate business logic from
output templates.
2008-05-15 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css: Added citesummary style. Fixed a
'Div' instance case.
2008-05-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibharvest/lib/oaiarchive_engine.py: oaiarchive to
specify user oaiarchive when launching bibupload.
2008-05-14 Travis C. Brooks <travis@slac.stanford.edu>
* modules/websearch/lib/search_engine_query_parser_tests.py: Added
Spires To Invenio Converter test cases
2008-05-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_templates.py: Improved choice
between hb and hd in openurl handler (based on the number of
results).
2008-05-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibrank/lib/bibrank_word_indexer.py: Added
register_exception in critical calculation to isolate
DivisionByZero errors.
2008-05-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Improved the log file. If
lowercase l is pressed then realtime .log file is displayed (if
viewed with less it can be even updated). If uppercase L is preseed
.err file is displayed.
2008-05-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Commented out resubmission of
tasks when they fails. An admin should proof-check the failure and
manually reinitialize.
2008-05-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/bibformat_engine.py,
modules/bibindex/lib/bibindex_engine.py,
modules/miscutil/lib/shellutils.py,
modules/websubmit/lib/bibdocfile.py: Better closed mkstemp-created
files.
2008-05-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/bibformat_engine.py,
modules/bibindex/lib/bibindex_engine.py,
modules/miscutil/lib/shellutils.py,
modules/websubmit/lib/bibdocfile.py: Fixed mkstemp calls that
leaved open files.
2008-05-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_webinterface.py: Fixed a url
redirection.
2008-05-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/external_authentication_cern.py,
modules/webaccess/lib/external_authentication_cern_wrapper.py:
Rewritten in order to be as fast and compact as possible (by not
opening uselessly files).
2008-05-14 Tibor Simko <tibor.simko@cern.ch>
*
modules/bibformat/etc/format_templates/Default_HTML_references.bft:
Corrected no-references-found output message.
2008-05-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearchadminlib.py: Disable checking of
the reference tab suitability because bfe_references.py may be too
slow in case it is doing many lookups (as in Inspire). We do not
really need this checking anyway because we can disable tabs in
WebSearch Admin on a collection-by-collection basis. If we need
this, then we should probably call bfo.fields('999') here that
should be much faster than calling bfe_references.
2008-05-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_fulltext_mini.py: Fixed
unclosed div
2008-05-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webbasket/lib/webbasket_dblayer.py,
modules/webbasket/lib/webbasket_webinterface.py: Support for
CFG_WEBSESSION_DIFFERENTIATE_BETWEEN_GUESTS and enforced inf_limit
= 0 when inf_limit < 0 in list_public_baskets. (Bug found by
GoogleBot :-).
2008-05-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/session.py: Fixed small typo.
2008-05-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession.py,
modules/websession/lib/session.py,
modules/websession/lib/webuser.py: Fixed session bug! session was
written in a cookie sent to headers_out. For re-reading it, it was
read from headers_in. But this contained the cookie only on the
next iteration. Hence trying to read the session more than 0 times
on the first request was bringing each time new cookies, new
sessions, new guests users. Now when the session is generated it is
also saved in fictious way in headers_in.
2008-05-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py,
modules/websubmit/lib/bibdocfile.py: Changed socket default timeout
from 10s to 40s. This could maybe help in solving ssl timeout with
external_authentication_cern
2008-05-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Fixed
redirections by explicitly specifing CFG_SITE_SECURE_URL when going
to login. Otherwise what can happen is that when coming from a non
https url webhandler redirect again to CFG_SITE_SECURE_URL and the
referer is set to be the login url without http, creating the
loop...
2008-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_summarizer.py: Added
CFG_CITESUMMARY_COLLECTIONS configuration. Speeded up the
collection lookup.
2008-05-13 Tibor Simko <tibor.simko@cern.ch>
* config/invenio.conf: Moved CFG_CITESUMMARY_COLLECTIONS next to
other cite summary configurations.
2008-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Added debugging code WRT
encoding, just as for the bibrank word indexer. Now the bad
non-UTF-8 words and simply ignored and the indexing process goes
on. (And the admin is alerted about the record having the bad
word.)
2008-05-13 Tibor Simko <tibor.simko@cern.ch>
* config/invenio.conf: Differentiate between guests by default
until the new behaviour is properly implemented.
2008-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Altered "Cited by"
links to behave in the Google Scholar style. (Showing explicitly
how many records cite given record, or not showing the link at all
if the given record is not cited.)
2008-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher.py: Added new
function get_cited_by_count() returning how many records cite given
record. Used in the search engine.
2008-05-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Disabled isUserReferee
algorithm because it's too slow in production environment.
2008-05-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/dbquery.py: Fixed a bug in run_sql_cached
that returned cached query when affected_tables was changed within
a second.
2008-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_word_indexer.py: Fixed debugging
code.
2008-05-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibrank/lib/bibrank_word_indexer.py: Added debugging code
for spotting broken utf-8 handling.
2008-05-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession.py: Added
CFG_WEBSESSION_DIFFERENTIATE_BETWEEN_GUESTS support (warning not
still functional. Keep it set to 1)
2008-05-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: New apache password functions
that not uses grep.
2008-05-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Cleaned a bit
redirections and added self to get_institute_pub_dict
2008-05-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/lib/webinterface_handler.py: Better format the
profile output.
2008-05-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/session.py,
modules/websession/lib/webuser.py: Fixing collect_user_info doing
lots of useless analysis for guest users.
2008-05-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webmessage/lib/webmessage_dblayer.py: Fixed run_sql non
correctly escaped.
2008-05-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine.py,
modules/bibrank/lib/bibrank_word_indexer.py: Trying to fixing
select/update vs select/insert bug.
2008-05-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Hack to cache user_info into
mod_python request_object.
2008-05-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_webinterface.py:
Disable CERN hack to redirect directly to authentication for apache
group. It's broken!
2008-05-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webgroup_dblayer.py: Memoized all queries
with FROM usergroup g, user_usergroup ug.
2008-05-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository_webinterface.py: Remove ln
parameter from input form in any case (webinterface_handler is
adding it for language recognition, and currently fails at making
an exception for the oai2d urls ending with '/', eg:
CFG_SITE_URL/oai2d.py/?verb=Identify ) in order that OAI validation
of input parameter does not fail.
2008-05-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webgroup_dblayer.py: Memoized get_groups
function to give a bit of relieve to the system (it is called by
collect_user_info).
2008-05-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webgroup.py: Added small check for
IntegrityError in inserting a new group. It could be that because
of concurrency while the group is inserted, another connection have
already inserted it.
2008-05-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Use "collection"
(=logical field name) instead of "980" (=physical field MARC tag)
in the cite summary template search links.
2008-05-12 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_templates.py: Published column is
now a link
2008-05-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher.py: Use cached
structures everywhere, not only in a few places. (A proper cache
invalidation still to be done.) This speeds up the citation
searches considerably.
2008-05-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/dbquery.py: Added
CFG_RUN_SQL_WARNINGS_INTO_VERBOSE_EXCEPTIONS to turn warnings
printed on screen into very verbouse exceptions, useful for
debugging.
2008-05-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Prettified cite
summary output: right justified numerical values, added thousands
separator, updated link argument order, added sorting by the number
of citations.
2008-05-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Reimplemented readfile with
the old behaviour of silently returning empty string in case the
file not exists. (useful for websubmit functions that expect files
to not exists.)
2008-05-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* config/invenio.conf:
added CFG_WEBSESSION_DIFFERENTIATE_BETWEEN_GUESTS config variable.
2008-05-11 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_templates.py: added the forgotten
table closing in request
2008-05-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Added a hack in
get_preferred_user_language to work with Yeti robot.
2008-05-11 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket_templates.py: Fixed
beg/prev/next/end arrow display in the list of public baskets.
2008-05-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: get_word_tables now
returns a list of tuples (index_id, index_tags) instead of a
dictionary. In this way it is possible to respect the order of
tables provided through command line.
2008-05-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Restored old behaviour of
register_download: upper case extension without dot.
2008-05-11 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/it.po,
po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po,
po/sv.po, po/uk.po, po/zh_CN.po, po/zh_TW.po: New PO files for the
internal release of v0.99.0.20080511.
2008-05-11 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in: Added webdoc_tests.py.
2008-05-11 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Internal release of CDS Invenio v0.99.0.20080511.
2008-05-10 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Move_Files_to_Storage.py: In the
following code:
--- dummy, filename, extension = decompose_file(current_file) if
extension: extension = '.' + extension ---
A period was added to the beginning of the extension. However, when
the extension is returned from decompose_file, the period is
already present at its start. It is therefore now only added if
it's not there to begin with.
2008-05-10 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Added few new methods that
are useful for the future bibdocfilecli.
2008-05-09 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py,
modules/bibsched/lib/bibtask.py: New cleaner scheduler
implementation. Should have less bugs and race conditions (in the
priority handling) than previous version.
2008-05-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/css/cds.css: Reverted back from previous commit.
Commented why this line is important
2008-05-09 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: added a config
to turn off author/selfcite indexing
2008-05-09 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added generation of the new rnkCITATIONDATAEXT index
into the update-v0.99.0-tables target.
2008-05-09 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Put the new
rnkCITATIONDATAEXT key definition into the table definition, as
used elsewhere.
2008-05-09 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/sql/tabcreate.sql: index creation for missing
citations table
2008-05-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_indexer.py: Speeded up
print_record() call ~100 times by looking for match inside one
bib99x table (instead of in all 100 bibXXx tables). However, it
may still be good to keep this 'prettifying' feature disabled.
(The proper treatment here should be to go through 999 field
instances one by one, so we should know about $s and $r we have,
and we should not need any print_record() style of detection.)
2008-05-09 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: disabled "print
record" for finding reference's 999c5s (too slow).
2008-05-09 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py,
modules/bibsched/lib/bibtask.py: After viewing a log, require to
press ENTER before returning. Fixed a bug when running manual mode
crashed bibsched. Cleaned progress information after rescheduling.
Fixed a bug that brought the tasks to starvation situation.
2008-05-09 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/etc/citation.cfg: configurable string for
citation search. use "p,v,c" for SPIRES: citation indexser will
search the references for this record as "Journal of Foo,1,76"
p=journalname, v=vol, c=pages
2008-05-09 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: configurable
format string for citation searching
2008-05-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/css/cds.css: Removed unnecessary (?) padding.
2008-05-09 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: added sleep
ability and better searching of pubinfo
2008-05-09 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/img/keep_sso_connection_alive.gif,
modules/webstyle/lib/webpage.py: Added trick to keep SSO session
alive during normal Invenio usage (Invenio use mostly http
connections, but SSO needs https. Hence if the user is logged in
and SSO is enabled a hidden gif is provided through https).
2008-05-09 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/etc/citation.cfg: added publication journal pages
volume tags
2008-05-09 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/search_engine_summarizer.py,
modules/websearch/lib/websearch_templates.py: using req to write
citesummary directly
2008-05-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_indexer.py: Write
logging/profiling messages into log, not err stream. Always use
leading timestamp when printing. Round printed time duration
values. Added "done fully" messages at the end of every started
block (e.g. d_references_s etc).
2008-05-08 Radoslav Ivanov <radoslav.ivanov@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/search_engine_query_parser.py: Plug SPIRES to
Invenio Syntax Translation
2008-05-08 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: record 999c5s in
MISSING instead of 999C5r
2008-05-08 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/demo/demobibdata.xml: removed commas in 999C5s
fields, fixed some journal names in canonical form
2008-05-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Added more
test cases for the special query terms such as U(1). One fancy
test "(U(1) OR SL(2,Z))" currently fails; it serves mostly as a
reminder to strengthen the parens treatment in the future.
2008-05-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Added sanity check for
search_pattern_parenthesised() in order not to invoke the
parenthesised parser unless needed. This fixes queries such as
U(1). Also, added printing of parenthesised parser output in the
verbose mode.
2008-05-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Refactored
search_special_fields() into search_unit_by_times_cited(). Removed
unnecessary list/set conversions. Plugged the function into
search_unit() so that low-level API can use "cited:" index too.
Fixed record universe detection so that "cited:" works in
restricted collections too.
2008-05-07 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher.py:
get_records_with_num_cites() now returns intbitset, saving
unnecessary list to set to list to hitset conversions.
2008-05-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: In the highest verbose
mode and the search stage 1, do not print the full list of recIDs
found for every basic search unit (since the list can be too long
for queries like 'of'), but rather print an abbreviated form as
provided by intbitset.
2008-05-07 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Fixed an ALTER TABLE statement in
update-v0.99.0-tables.
2008-05-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed MARC-tag defined
code test for tags above 9*.
2008-05-07 Tibor Simko <tibor.simko@cern.ch>
* config/invenio.conf,
modules/websearch/lib/websearch_templates.py: Added new conf
variable CFG_WEBSEARCH_SPLIT_BY_COLLECTION, making the "split by
collection" feature configurable.
2008-05-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed parsing of
structured queries so that the nonexistent index codes are not
taken into account.
2008-05-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_tests.py: Added test cases
for parsing structured queries using existing, non-existing, and
MARC-tag defined indexes.
2008-05-07 Radoslav Ivanov <radoslav.ivanov@cern.ch>
* modules/websearch/lib/search_engine_query_parser.py: Add class
for translation from SPIRES search syntax to Invenio search syntax.
2008-05-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* po/fr.po: Fixed a ponctuation
2008-05-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* po/fr.po: Updated translation of 'any {day|month|year}' from
'tous les {jours|mois|annees}' to more explicit '{jour|mois|annee}
quelconque' for search by date options.
2008-05-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* po/fr.po: Minor rephrasing and clarification.
2008-05-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Call
create_external_collections_box() with language parameter.
2008-05-04 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/demo/demobibdata.xml: added 999C5 s for most
records
2008-05-02 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: added logging
for bibsched
2008-04-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Some performance improval, some
bugfixes, alerting of admin via email when queue stops, stopping
the queue when bibupload is stopped.
2008-04-30 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Removed usage of
'popen' as it causes so many problems and reverted back to writing
to temporary files when using the now very old PHP BibFormat
2008-04-30 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webstyle_templates.py:
detailed_record_container() returns content as it is if the number
of tabs for the record is smaller than 2 (was 1 previously)
2008-04-30 Nicholas Robinson <nicholas.robinson@cern.ch>
* INSTALL: Made the message about setting the variable
CFG_WEBSEARCH_USE_JSMATH_FOR_FORMATS more explicit.
2008-04-29 Samuele Kaplun <samuele.kaplun@cern.ch>
* config/invenio.conf, modules/bibsched/lib/bibsched.py,
modules/bibsched/lib/bibtask.py: Enhanced bibsched: * Support for
tasks priorities. * Concurrent task execution. * Daemon mode
(always keep the same task_id and logs file). * Log/detail viewer
available in auto mode too.
2008-04-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webalert/lib/webalert_webinterface.py: Standardized pages
titles to "Your ..."-style.
2008-04-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* po/fr.po: Standardized capitalization of "Vos/Votre ..." strings
wr to English message.
2008-04-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Do not show the
"Latest additions" box when CFG_WEBSEARCH_INSTANT_BROWSE is set to
zero.
2008-04-29 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Fixed error external user not
able to login via nickname when local user has chosen the same
nickname. This fix try to externally authenticate the user by
trying both the email corresponding to the local nickname (when it
exists), and directly with the nickname.
2008-04-27 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/demo/demobibdata.xml: fixed 999C5s-fields to
20060124104603 from the bottom
2008-04-27 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/demo/demobibdata.xml: added 999C5s subfield to 3
records (starting from last)
2008-04-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am, modules/bibsched/lib/bibsched.py,
modules/bibsched/lib/bibtask.py,
modules/miscutil/sql/tabcreate.sql: Priority support in
BibSched/BibTasks. Tasks have gained new -P/--priority parameter
for providing an integer. The bigger, the higher priority it have.
High priority tasks put to sleep incompatible tasks (for the moment
all the tasks are incompatible with each other.)
2008-04-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed navtrail when
displaying search results in of != hb, and when displaying detailed
record outside of any collection in of != hd
2008-04-25 Radoslav Ivanov <radoslav.ivanov@cern.ch>
* modules/websearch/lib/search_engine_query_parser.py,
modules/websearch/lib/search_engine_query_parser_tests.py: Fix AND
NOT to NOT in parentheses parsing and add some unit tests
2008-04-25 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed
search_pattern_parenthesised() so that it works with restricted
collections too.
2008-04-25 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed spelling of the
"nested parethneses" output message. Internationalized the
message.
2008-04-25 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/search_engine_summarizer.py: changed the
publication tag to 980a as in spires records
2008-04-25 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_templates.py: better formatting
for all/published in citesummary
2008-04-25 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/search_engine_summarizer.py: removed
duplicated code by using import
2008-04-24 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/Makefile.am: utils removed since not there
yet
2008-04-24 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/Makefile.am,
modules/websearch/lib/search_engine_summarizer.py: added routines
from search_engine, should be refactored
2008-04-24 Radoslav Ivanov <radoslav.ivanov@cern.ch>
* modules/websearch/lib/search_engine.py: Fix a small bug on
parentheses parsing caused by additional tabulation bere return
statement.
2008-04-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/dbquery.py: When
CFG_ACCESS_CONTROL_LEVEL_SITE == 2 is used run_sql is disabled.
run_sql_cached depends on run_sql but wasn't aware of this and
produced stacktrace of the first call. Fixed.
2008-04-24 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabdrop.sql: Added new index #11 tables.
2008-04-24 Marko Niinimaki <manzikki@gmail.com>
* config/invenio.conf: added CFG_CITESUMMARY_COLLECTIONS
2008-04-24 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Mail_New_Record_Notification.py:
If "managers" have been provided for a submission, send the email
to them regardless of whether or not the mail is to be sent to the
submitters.
2008-04-24 Radoslav Ivanov <radoslav.ivanov@cern.ch>
* modules/websearch/lib/Makefile.am,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/search_engine_query_parser.py,
modules/websearch/lib/search_engine_query_parser_tests.py:
Implementation of parentheses recognission in search engine
2008-04-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Fixed
expected results of the U(1) test query.
2008-04-23 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, modules/miscutil/demo/democfgdata.sql,
modules/miscutil/lib/inveniocfg.py,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabfill.sql,
modules/websearch/lib/websearch_webcoll.py: Initial release of the
'journal' index (no special treatment yet).
2008-04-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* config/invenio.conf,
modules/websearch/lib/websearch_regression_tests.py: Restored
0.92.1 release behaviour of being able to search for e.g. U(1).
2008-04-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Added test
case for querying special terms. Currently, the U(1) test is
failing due to changed word breaking procedure WRT trailing parens.
(Was working with 0.92.1.)
2008-04-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Fixed small bug introduced
after uniformizing date handling in BibDocFile.
2008-04-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/dbquery.py: blob_to_string to return ablob
when ablob is empty.
2008-04-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py,
modules/websubmit/lib/fulltext_files_migration_kit.py: Pylinted
"file" -> "afile" Missing import fixed. Fix algorithm to import
comment/description from MARC the first time a bibdoc is fixed
(i.e. migrated to new Invenio) Fixed wrong variable names in
Exceptions. Uniformized creation/modification date of bibdocfiles.
2008-04-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/webaccess_regression_tests.py: Fixed
behaviour of test.
2008-04-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_firerole.py,
modules/webaccess/lib/webaccess_regression_tests.py: Better
protected FireRole against old mysqldb. Added regression test to
test this.
2008-04-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_firerole.py: Added
blob_to_string trick to FireRole deserialization methods in order
to be compatible
2008-04-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am: Added reference for more_info new column in bibdoc.
2008-04-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Fixed bibdocfile handling of
comments/descriptions not working on old versions of mysqldb (due
to blob vs array).
2008-04-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Fixed small bugs.
2008-04-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: * get_xml_8564 to return all
the 8564 tags of the record. The local one, built after BibDoc
tables, are merged with external one. * some fixes regarding the
updating of modification time for bibdocs. * added delete_file to
BibDoc in order to hard delete a single file (given format and
version) * some cleaning in the code * fixed md5sum call, to work
on Ubuntu/Debian system where supported options are only -b -c -t
and not --binary --check --text. Thanks Joaquim for helping in
spotting this.
2008-04-18 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_templates.py: added links in
citation numbers
2008-04-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py,
modules/bibsched/lib/bibtask.py: Fixed get_task_pid algorithm to
ping a bibtask for being alive. It now sends SIGUSR2 instead of
SIGCONT thus not causing the task to update its status
asynchronously to CONTINUING crashing
2008-04-18 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher.py,
modules/websearch/lib/search_engine.py: allows searching for
cited:0 and cited:0->n
2008-04-18 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/search_engine.py: cites: -> cited:
2008-04-18 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher.py: support ->
spanning of values like 1->10 rather than "-" like 1-10
2008-04-18 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/search_engine_summarizer.py: added
collection support in citations
2008-04-18 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_templates.py: support collections
in cited-listings
2008-04-18 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_webinterface.py: changed cites:
to cited:
2008-04-17 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/search_engine_summarizer.py: fixed the order
of citation classes
2008-04-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed "*** any collection
***" switch on the search results page. Thanks to Barbara Storaci
for reporting the problem.
2008-04-16 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py: When FFT revising, if
restriction/comment/description/icon is not specified, it is
considered
2008-04-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql: Fixed SQL syntax errors.
2008-04-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py,
modules/websubmit/lib/bibdocfilecli.py: Addedd --revise option.
2008-04-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Fixed fix_argv_paths not to
explicitly mention sys.argv in the signature since when bibtask.py
is imported through mod_python sys.argv does not exists.
2008-04-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/demo/democfgdata.sql,
modules/webaccess/lib/access_control_config.py: Added Romeo &
Juliet characters in demo site.
2008-04-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher.py: Fixed missing
run_sql_cached import and call.
2008-04-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: If
bibdoc.set_status('KEEP-OLD-VALUE'), don't touch the status.
BibRecDocs to have a secondary behaviour to consider also deleted
BibDoc as normal BibDocs.
2008-04-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/elements/bfe_fulltext.py: Main file(s) ->
Fulltext.
2008-04-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc_tests.py: Skip tests when English is
missing.
2008-04-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/doc/admin/bibupload-admin-guide.webdoc,
modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_regression_tests.py,
modules/miscutil/demo/demobibdata.xml,
modules/miscutil/demo/democfgdata.sql,
modules/miscutil/sql/tabcreate.sql,
modules/webaccess/lib/access_control_config.py,
modules/websubmit/lib/bibdocfile.py,
modules/websubmit/lib/bibdocfilecli.py,
modules/websubmit/lib/fulltext_files_migration_kit.py: Mega commit
that includes: Added support for keeping comments and descriptions
of bibdocs inside bibdoc tables. Added FIX special command to FFT.
Plugged in bibdocfile. Added one-way synchronization of MARC based
on bibdoc tables. Added importing of comment/description from MARC
in order to initialize bibdoc tables. Added more_info blob column
to bibdoc table and BibDocMoreInfo class to support
comments/descriptions. Added get_xml_8564 method to BibRecDocs to
obtain a representative snippet of coherent MARC code Fixed lots of
smaller bugs within FFT Changed demo site to use more descriptive
"restricted_picture" keyword, and added user Ulysses that can see
restricted pictures.
2008-04-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Added a warning in comment.
2008-04-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Fixed collect_user_info non
working with IPv6. In case IPv6 is used the IP address is ''. In
the future we should maybe support IPv6 too, hence in FireRole.
2008-04-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_webinterface.py: Now stripping
whitespace from the beginning and end of doctype and act arguments
for submissions in the index of the websubmit web interface in
order to correct a bug.
2008-04-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages_tests.py: Clarified docstring.
2008-04-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages_tests.py: Fixed test case for
situations where English is not the default language. Split test
cases for invalid lanugage code and "dashed" language code.
2008-04-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/external_authentication_cern_wrapper.py:
Commented out closing of connection in __del__ method. Garbage
collector should happily close the connection anyway and closing it
explicitly was returning spurious exceptions.
2008-04-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/password_migration_kit.py: Made the
migration kit more verbose.
2008-04-15 Tibor Simko <tibor.simko@cern.ch>
* RELEASE-NOTES: For the migration guide, added forgotten
instruction to run "webaccessadmin -a". This must run prior to the
collection restrictions migration kit.
2008-04-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/collection_restrictions_migration_kit.py:
Added check for VIEWRESTRCOLL to exists.
2008-04-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/lib/messages_tests.py: Testing washing of
'fr-ca' style LNs
2008-04-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/password_migration_kit.py: Improved
password migration kit cosmetics. (Most notably, flushing stdout
before lengthy operations.)
2008-04-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py: Corrected bad indentation
previously committed due to misconfiguration of Kompare tool.
2008-04-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc_tests.py: Skip test
'test_language_filtering' if 'en' not in CFG_SITE_LANGS
2008-04-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py: Deployed fix_argv_paths to
fix relative path issues on the command line.
2008-04-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Added fix_argv_paths, to fix
relative paths issues.
2008-04-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py: Updated misleading/wrong comment
2008-04-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/web/Makefile.am,
modules/bibharvest/web/test_insert_oai_source.html: Initial release
of web test for inserting OAI sources.
2008-04-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc_tests.py: Additional tests.
2008-04-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/lib/htmlutils_tests.py: Testing string to
nmtoken conversion.
2008-04-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/messages_tests.py: Unit tests for messages
library.
2008-04-14 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py: Fixed the order of enabled
languages returned by language_list_long(), for it should match the
order defined in CFG_SITE_LANGS.
2008-04-14 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py: Do not use equality operators
when comparing against True/False/None singletons, see PEP 8.
2008-04-14 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/Makefile.am: Added new file webdoc_tests.py
and untabified.
2008-04-14 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webdoc_tests.py: Skip <lang> test if one of
the necessary languages is not configured. Also, minor doc
cosmetics.
2008-04-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Updated comment.
2008-04-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Fixed a bug when calling
get_last_login on a never logged in user was returning None instead
of the Epoch time.
2008-04-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Filter out languages
from <lang> tags even if they are not in CFG_SITE_LANGS list of
enabled languages.
2008-04-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc_tests.py: Initial release.
2008-04-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py: Filter out languages from webdoc
even if they are not in enabled list of languages.
2008-04-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/lib/messages.py: Added 'enabled_langs_only'
param to language_list_long(..) function in order to get all
Invenio languages, even if not enabled.
2008-04-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Fixed
comment.
2008-04-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibreformat.py: Print task id to the logs
when submitting new bibupload tasks.
2008-04-14 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/shellutils_tests.py: Harmonized test cases'
names.
2008-04-14 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/lib/shellutils_tests.py: Added string escaping
tests for the 'escape_shell_arg' function.
2008-04-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Default_HTML_brief.bft:
[no log message]
2008-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Use run_shell_command() from
the new shellutils library.
2008-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/shellutils.py: Added run_shell_command()
function that used to live in inveniocfg.py. (Beware, it assumes
an already washed argument!) Improved escape_shell_arg() error
reporting.
2008-04-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_icon_creator.py: The function
"quote_shell_arg" has been renamed as "escape_shell_arg" and moved
the the "shellutils" module. Accordingly, all calls to it have been
replaced with calls to the imported "escape_shell_arg".
2008-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/shellutils_tests.py: Added some unit tests for
shellutils.
2008-04-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_file_stamper.py: The function
"quote_shell_arg" has been renamed as "escape_shell_arg" and moved
the the "shellutils" module. Accordingly, all calls to
"quote_shell_arg" have been replaced with calls to
"escape_shell_arg", which has been imported.
2008-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Added test
cases for the publication reference information formatting.
2008-04-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/lib/Makefile.am: Added "shellutils.py" to
"pylib_DATA".
2008-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Added tests
for the display of title parts (245 $n) and of ISBNs (020 $a).
2008-04-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/lib/shellutils.py: Helper functions and
utilities that could be useful when interacting with the shell.
2008-04-11 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/search_engine_summarizer.py: added support
for "cites" in citesummary urls
2008-04-11 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_templates.py: added support for
"cites" in summary url
2008-04-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/Makefile.am: Added
"websubmit_icon_creator.py" to "pylib_DATA".
2008-04-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_icon_creator.py: Initial commit
of a utility to enable WebSubmit to create an icon from an image
file.
2008-04-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Default_HTML_brief.bft:
Display publication information.
2008-04-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Default_HTML_detailed.bft,
modules/bibformat/lib/elements/Makefile.am,
modules/bibformat/lib/elements/bfe_isbn.py: Display ISBNs.
2008-04-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_title.py,
modules/bibformat/lib/elements/bfe_title_brief.py: Dsiplay fields
245__n and 245__p. Removed unnecessary import.
2008-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Removed
apparently forgotten raise statement that was breaking output.
Fixed URL argument escaping in author pages.
2008-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: When displaying search
results, show only those 'Sort by' fields that were explicitly
defined for the originating collection. If none were defined for
the originating collection, then show those defined for the Home
collection. If none were defined for the Home collection either,
then show all sort fields regardless of collections.
2008-04-10 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/search_engine_summarizer.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webinterface.py: adding a criteria
into citation_summary_html
2008-04-10 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher.py: caching the
result of getting citations from the db
2008-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql: Updated demo site data so
that the Books collection would use different sort fields (ISBN
instead of report number).
2008-04-10 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearchadminlib.py: disabled "shall we
show citation tab" checking since its too slow
2008-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Fixed spacing after
'any' in the search options box (e.g. 'any subject' in the
Preprints collection).
2008-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Minor docstring
changes.
2008-04-10 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_config.py: Added a new exception
class: "InvenioWebSubmitIconCreatorError". Raised by
websubmit_icon_creator.
2008-04-10 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_file_stamper.py: Corrected a
comment and docstring.
2008-04-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_regression_tests.py: Added test case
for I18N ranking method names.
2008-04-09 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: When creating demo site,
reset fieldnames after inserting democfgdata. (Needed for I18N
ranking method names.)
2008-04-09 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfilecli.py: Commented out epilog
variable passed to OptionParser. It is a Python 2.5(4) parameter.
2008-04-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webalert/lib/webalert_regression_tests.py: Fixed
regression test.
2008-04-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Do not print the search
results overview box when more than one collection was searched and
a summary format was asked for.
2008-04-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Changed citesummary
output message.
2008-04-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_summarizer.py,
modules/websearch/lib/websearch_templates.py: Started prettifying
the citesummary output format. Added total number of papers,
breakdown message, etc.
2008-04-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/search_engine_summarizer.py,
modules/websearch/lib/websearch_webinterface.py: Plugged
citesummary format into the search engine. The main API of the
search engine summarizer is now summarize_records(), by analogy
with print_records() etc. The HTML citesummary format is now
"hcs", (not similar to "hb", so "b" left out). The "hcs" format
code is still hardcoded, pending for the format table changes.
2008-04-08 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql: Added citesummary format
for Articles & Preprints collection.
2008-04-08 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql: Added HTML citesummary format.
2008-04-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webaccess/lib/access_control_config.py: Added default
'cfgwebjournal' action.
2008-04-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_server_info.py: Backward
compatibility with 'weburl' parameter.
2008-04-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_regression_tests.py: Added four tests
for extcites. (One test currently fails, functionality to be
implemented. One test is currently not implemented, pending demo
data cleanup.)
2008-04-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/bin/.cvsignore: Added bibdocfile to the list of
CVS ignorable files.
2008-04-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Added Videos
collection to the latest additions hack (CERN only).
2008-04-07 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/bin/bibrank.in, modules/bibrank/lib/bibrank.py,
modules/bibrank/lib/bibrank_citation_indexer.py: Fixed extcites
reporting query. Introduced command line argument to report
external papers cited by more than NUM internal articles (-E NUM).
Improved docstring.
2008-04-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py: Moved some key functions out
to bibdocfile. Implemented failing recid on first FFT error.
2008-04-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfilecli.py: Added --append action.
2008-04-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Added version information to
bibdoc url. Added get_docname_from_url, get_format_from_url,
clean_url, check_valid_url and download_url in order to be used by
BibUpload FFT & bibdocfile cli.
2008-04-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Added proper
CFG_BIBUPLOAD_FFT_ALLOWED_LOCAL_PATHS handling.
2008-04-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibrank/lib/bibrank_citation_indexer.py: Cleaned tabs in
comment indentation (Pylint don't notice these).
2008-04-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Removed spurious print.
2008-04-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* config/invenio.conf, modules/bibupload/lib/bibupload_config.py:
Moved CFG_BIBUPLOAD_FFT_ALLOWED_LOCAL_PATHS from bibupload_config
to invenio.conf since now it is read also by bibdocfile.
2008-04-07 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Fixed table definition of
rnkCITATIONDATA. Added some comment cosmetics to
rnkCITATIONDATAEXT.
2008-04-07 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiharvestlib.py: Updating BibSched task
progress.
2008-04-07 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiharvestlib.py: Fixed issue with
retrieval of cli parameter '--repository'. Do not bibupload empty
files, so that task don't fail with "DONE WITH ERRORS" in these
cases. Improved logging. Cleaned --help string.
2008-04-07 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Cleaned space and
tabs in --help.
2008-04-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* configure.ac: Added bibdocadmin.
2008-04-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/demo/democfgdata.sql: Added (but commented out)
stemming in demo site. Will be uncommented once regression tests
are updated.
2008-04-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibrank/lib/bibrank_tag_based_indexer.py: Deployed
task_sleep_now_if_required.
2008-04-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/bin/Makefile.am,
modules/websubmit/bin/bibdocfile.in,
modules/websubmit/lib/Makefile.am,
modules/websubmit/lib/bibdocfile.py,
modules/websubmit/lib/bibdocfilecli.py: New functions added to
bibdocfile to ease querying the BibDocs. New bibdocfile cli tool
introduced that will wrap FFT & BibDoc hierarchy. some options
already implemented for querying BibDoc and checking/updating md5s.
2008-04-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabfill.sql: Cleaned rnkCITATIONDATA table
creation and insertion.
2008-04-04 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: create a db
entry for citation data if it does not exist
2008-04-04 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/webjournal/lib/webjournal_templates.py: In the alert
interface, made the "subject" form field readonly. This was done
because no matter what the user puts in there, the value is later
replaced by a value from one of the templates. It's therefore
misleading to allow it to be edited - perhaps we ought to review
whether or not the user is supposed to be able to change this?
2008-04-04 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: improved set
import
2008-04-04 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: removed table
creation check
2008-04-04 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py: Fixed an SQL INSERT
statement.
2008-04-04 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: set import
2008-04-04 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/search_engine_summarizer.py: checking for
empty list
2008-04-04 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/webjournal/lib/webjournal.py: In the function
"perform_request_alert", now passing the "sendmail" function of the
smtplib.SMTP object a list of recipients instead of a
comma-separated string containing multiple recipients.
2008-04-04 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/webjournal/lib/webjournal_utils.py: In function
"createhtmlmail", now requesting that the MimeWriter object add a
"To" header for each of the addresses in the "toaddr" parameter
string instead of one long comma-separated "To" header.
2008-04-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibharvest/lib/oaiarchive_engine.py,
modules/bibharvest/lib/oaiharvestlib.py: Deployed
task_sleep_now_if_required to bibharvest suite.
2008-04-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py,
modules/websubmit/lib/bibdocfile.py: Added timeout to socket
operations (e.g. urlopen) in order not to possibly hang forever
while uploading/downloading something (e.g. FFT).
2008-04-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/bibreformat.py: Typo in function name.
2008-04-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibrank/lib/bibrank.py,
modules/bibrank/lib/bibrank_word_indexer.py: Deployed
task_sleep_now_if_required to bibrank.
2008-04-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Deployed
task_sleep_now_if_required to bibindex.
2008-04-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py: Deployed
task_sleep_now_if_required in bibupload.
2008-04-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Deployed
task_sleep_if_required to webcoll.
2008-04-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Correctly & Safely handling of
Ctrl-C & Ctrl-Z during BibTask running.
2008-04-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/bibreformat.py: Introduced
task_sleep_now_if_requested into bibreformat.
2008-04-03 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webhelp/web/admin/howto/howto-marc.webdoc: Added
subfields c (modification date) and f (email) to 937__ field, on
Tony/Jocelyne's request.
2008-04-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/sql/tabdrop.sql: Added drop for hstTASK.
2008-04-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Implemented Third Display Type
with archived tasks. Fixed small bugs here and there due to limited
screen size.
2008-04-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* config/invenio.conf, modules/bibsched/lib/bibsched.py,
modules/bibsched/lib/bibtask_config.py,
modules/miscutil/lib/inveniocfg.py,
modules/miscutil/sql/tabcreate.sql,
modules/websession/lib/inveniogc.py: New BibSched purging of
BibTask implementation. Not critical tasks are garbage collected,
critical ones (e.g. bibupload) are moved to hstTASK. Plugged to
bibsched CLI, bibsched monitor "P" key, inveniogc.
2008-04-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Skip -s option for BibUpload
(even if it's a BibTask can not behave as a daemon).
2008-04-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Extended status report to
support --status, --since, --task.
2008-04-02 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webalert/lib/htmlparser.py: Filter out data between <!--
START_DO_NOT_DISPLAY_IN_TEXTUAL_FORMAT --> and <!--
END_DO_NOT_DISPLAY_IN_TEXTUAL_FORMAT --> tags.
2008-04-02 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webalert/lib/alert_engine_tests.py: Removed unnecessary
import.
2008-04-02 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webalert/lib/alert_engine_tests.py: Initial release of
alert engine unit tests.
2008-04-02 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webalert/lib/webalert_regression_tests.py: New test for
HTML to text conversion.
2008-04-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine_stemmer_tests.py: Added C#
and C++ to the stemmer testsuite.
2008-04-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/messages.py: Fixed not correctly handling of
empty ln.
2008-04-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession.py: Fixed FIXME reminder
comment.
2008-04-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/messages.py: Fixed typo bug, that broke
wash_language
2008-04-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Added backward compatibility
code for recent changes to work even with old submitted tasks.
2008-04-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine.py,
modules/bibsched/lib/bibsched.py, modules/bibsched/lib/bibtask.py:
New cleaner signal handling. By using
task_sleep_now_if_required(can_stop_too) a BibTask can declare safe
positions where to sleep or to be stopped. Added new "O" option in
BibSched which display a window with all the current BibTask
details.
2008-04-01 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/search_engine_summarizer.py,
modules/websearch/lib/websearch_webinterface.py,
po/i18n_update_wml_target.py, po/i18n_extract_from_wml_source.py:
Deleted trailing whitespace.
2008-04-01 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/websearch/lib/search_engine.py: Deleted trailing
whitespace.
2008-04-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibedit/lib/bibedit_engine.py,
modules/bibformat/lib/bibreformat.py,
modules/bibsched/lib/bibtask.py,
modules/websubmit/lib/functions/Insert_Modify_Record.py,
modules/websubmit/lib/functions/Insert_Record.py: Rnamed
bibtask_low_level_submission to task_low_level_submission.
2008-04-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/messages.py: Support for 'fr-CA' (if it
doesn't exist it is truncated to 'fr' and checked again).
2008-04-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Added short guide.
2008-04-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Fixed bibindex --reindex
to work when no indexes are specified (it reindexes everything).
2008-03-31 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Fixed
bibsche_low_level_task_submission not building correctly the argv
list (it now adds as first parameter the path to the executable).
2008-03-31 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Added special treatment for
CFG_SITE_SECURE_URL that may be empty, in which case it is put
equal to CFG_SITE_URL.
2008-03-31 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher.py: Fixed
indentation problems. Also, removed trailing whitespace.
2008-03-31 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibedit_engine.py: Fixed syntax error.
2008-03-31 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Fixed string formatting and
wrong number of parameter to query.
2008-03-31 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/lib/bibtask.py: Added missing
register_exception() import. Split non-Invenio and Invenio import
statements.
2008-03-31 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py,
modules/bibupload/lib/bibupload.py: Fixed _options & _task_params
not declared.
2008-03-31 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Fixed authenticate requiring
global _task_params.
2008-03-31 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibclassify/lib/bibclassify_daemon.py,
modules/bibedit/lib/bibedit_engine.py,
modules/bibformat/lib/bibreformat.py,
modules/bibharvest/lib/oaiarchive_engine.py,
modules/bibindex/lib/bibindex_engine.py,
modules/bibrank/lib/bibrank.py, modules/bibsched/lib/Makefile.am,
modules/bibsched/lib/bibsched.py, modules/bibsched/lib/bibtask.py,
modules/bibsched/lib/bibtask_config.py,
modules/bibsched/lib/bibtaskex.py,
modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_regression_tests.py,
modules/miscutil/lib/inveniocfg.py,
modules/websession/lib/inveniogc.py,
modules/websubmit/lib/functions/Insert_Modify_Record.py,
modules/websubmit/lib/functions/Insert_Record.py: New
bibsched_low_level_task_submission for enqueing tasks via API.
(changes a bit the way options are stored in schTASK table).
2008-03-31 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher.py,
modules/bibrank/lib/bibrank_record_sorter.py: clarification: added
a get_cited_by_weight method that returns a number of citing
records for each recordid in parameter. get_cited_by_list returns
a list of citing records for each. Calling: record_sorter now
calls the get_cited_by_weight method.
2008-03-31 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/testutils.py,
modules/miscutil/lib/testutils_regression_tests.py: Do not use the
word 'skipped' when tests fail for a reason.
2008-03-31 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/elmsubmit_tests.py: When skipping tests,
fail with a SKIPPED heading.
2008-03-31 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher.py: made sure
variable getsx initialised
2008-03-31 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dateutils_tests.py: Fail gracefully with a
SKIPPED message if languages used in the test cases are not
available on this particular installation.
2008-03-31 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession.py: Fixed backward
compatibility session code not creating __dirty_remember_me
variable.
2008-03-31 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/search_engine_summarizer.py: bug fix in
list lenght handling
2008-03-31 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_webinterface.py: made hard-coded
tags constants.
2008-03-31 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/search_engine.py: added a typical value
searcher and citer searcher
2008-03-31 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_webinterface.py: improved style,
reverted 'usage' back (had been overwritten by 'statistics')
2008-03-31 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher.py:
get_author_cited added
2008-03-31 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_webinterface.py: support for
/author
2008-03-31 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/search_engine_summarizer.py: fixed
parameters
2008-03-31 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_templates.py: minor style
improvements
2008-03-31 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_templates.py: added a citation
summary template
2008-03-31 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/Makefile.am: added summarizer
2008-03-31 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_templates.py: citation summary,
author summary, pylint fixes
2008-03-31 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: untabify
2008-03-31 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: changed
rnkcitationextcite column names according to new table def
2008-03-31 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/sql/tabcreate.sql: changed doc, column name,
added index
2008-03-31 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank.py,
modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py: changed
--print-missing to --print-extcites
2008-03-31 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/sql/tabcreate.sql: tables for missing citations,
author citations
2008-03-30 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/search_engine_summarizer.py: a module for
producing summarize reports
2008-03-28 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank.py: added "print-missing" command
2008-03-28 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_tag_based_indexer.py: added
"print-missing"
2008-03-28 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: changed the
createxmlrecords-searchinrecords -stuff to direct search by
get_fieldvalues
2008-03-28 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/etc/citation.cfg,
modules/bibrank/etc/template_citation.cfg: found a way of using the
standrd tag form with "parse tag"
2008-03-28 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/etc/citation.cfg,
modules/bibrank/etc/template_citation.cfg: added __
2008-03-28 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: print_missing
method
2008-03-28 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/etc/citation.cfg,
modules/bibrank/etc/template_citation.cfg: added tags so they do
not need to be hardcodedx
2008-03-28 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: improved SQL
clauses to prevent SQL injection
2008-03-28 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: improved style
(mainly commas)
2008-03-28 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: more style
improvements
2008-03-28 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: more intend
fixes
2008-03-28 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: more pylint
styling: split long lines, improved intends
2008-03-28 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: style fixes
suggested by pylint
2008-03-27 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: fixed bugs: no
crash, just warning if database tables do not exist
2008-03-27 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: bugfix: if
loading a dictionary from the db fails, return {}
2008-03-27 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: suppotrs author
indexing. bug fixes.
2008-03-27 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Version bump after the release.
2008-03-27 Tibor Simko <tibor.simko@cern.ch>
* ChangeLog: Updated ChangeLog.
CDS Invenio v0.99.0 (released 2008-03-27)
=========================================
2008-03-27 Tibor Simko <tibor.simko@cern.ch>
* po/it.po: Standardized Language-Team.
2008-03-27 Tibor Simko <tibor.simko@cern.ch>
* po/pt.po: Updated Portuguese translation, thanks to Joaquim.
2008-03-27 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/test_submit_tar_gz.html: Altered document
title in order to be able to distinguish this test easily from the
article test submission.
2008-03-27 Tibor Simko <tibor.simko@cern.ch>
* po/it.po: Fixed header, Project-Id-Version and friends.
2008-03-27 Tibor Simko <tibor.simko@cern.ch>
* po/it.po: Release of v0.99.0.
2008-03-27 Tibor Simko <tibor.simko@cern.ch>
* ChangeLog: Updated ChangeLog.
2008-03-27 Jerome Caffaro <jerome.caffaro@cern.ch>
* po/fr.po: Updated translation
2008-03-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* po/it.po: Updated italian translation.
2008-03-27 Tibor Simko <tibor.simko@cern.ch>
* NEWS, RELEASE-NOTES, configure.ac: Release of v0.99.0.
2008-03-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/functions/Move_Files_to_Storage.py: Fixed
extension handling WRT tar.gz tar.bz2 etc.
2008-03-27 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/test_submit_tar_gz.html: Fixed test case
titles.
2008-03-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/web/Makefile.am,
modules/websubmit/web/test.tar.gz,
modules/websubmit/web/test_submit_tar_gz.html: Testing correct
upload of tar.gz.
2008-03-27 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/it.po,
po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po,
po/sv.po, po/uk.po, po/zh_CN.po, po/zh_TW.po: Added one new phrase.
2008-03-27 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po: Updated Bulgarian translation, thanks to Nikolay
Dyankov.
2008-03-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/websubmit_config.py: Dropped extension
configuration (has been moved to invenio.conf)
2008-03-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc: Fixed
link to WebStyle Internals.
2008-03-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/release-numbering.webdoc: Updated
info on the release numbering.
2008-03-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/hacking.webdoc: Added pointer to the
Invenio wiki.
2008-03-27 Jerome Caffaro <jerome.caffaro@cern.ch>
* po/fr.po: Updated translation
2008-03-27 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websubmit/web/publiline.py: Added 1 localizable string.
2008-03-27 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in, po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po,
po/de.po, po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po,
po/it.po, po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po,
po/sk.po, po/sv.po, po/uk.po, po/zh_CN.po, po/zh_TW.po: Added new
PO source file. Regenerated catalog with new messages.
2008-03-27 Tibor Simko <tibor.simko@cern.ch>
* config/invenio.conf, modules/bibedit/lib/bibedit_config.py,
modules/bibedit/lib/bibedit_engine.py,
modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_config.py,
modules/bibupload/lib/bibupload_regression_tests.py,
modules/miscutil/lib/inveniocfg.py,
modules/webalert/lib/alert_engine.py,
modules/webalert/lib/alert_engine_config.py,
modules/webalert/lib/htmlparser.py,
modules/webalert/lib/webalert_templates.py,
modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_config.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_config.py,
modules/webmessage/lib/webmessage_dblayer.py,
modules/webmessage/lib/webmessage_templates.py,
modules/websearch/lib/websearch_external_collections_config.py,
modules/websession/lib/inveniogc.py,
modules/websession/lib/websession_config.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py: Moved globally
interesting CFG variables from local foo_config.py files into
global invenio.conf file. Updated respective import statements.
Introduced conf value int/string exception list.
2008-03-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_config.py,
modules/websearch/doc/admin/websearch-admin-guide.webdoc: Renamed
accrestrcoll to viewrestrcoll in analogy with viewrestrdoc.
2008-03-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webbasket/lib/webbasket_dblayer.py: New function used by
WebAlert.
2008-03-26 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/lib/bibsched.py: Added file existence check for
CFG_BIBSCHED_LOG_PAGER.
2008-03-26 Tibor Simko <tibor.simko@cern.ch>
* config/invenio.conf, modules/miscutil/lib/inveniocfg.py:
Standardized two list-like options into (nicer) comma-separated
value lists instead of (uglier) Python quoted lists.
2008-03-26 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webinterface_handler.py: Added /journal to
the list of URIs for which the UI language should not be
autodetected from browser settings.
2008-03-26 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery.py: Fixed one occurrence of
CFG_MISCUTIL_SQL_USE_SQLALCHEMY.
2008-03-26 Tibor Simko <tibor.simko@cern.ch>
* config/invenio.conf, modules/miscutil/lib/dbquery.py: Completed
missing documentation for conf parameters. Removed some obsoleted
parameters. Renamed some SQL parameters.
2008-03-26 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Prettified
docstring of the export URL test.
2008-03-26 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/DEMOBOOcreate.tpl: Replaced call to CONF
function with call to IFDEFP.
2008-03-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/demo/demobibdata.xml: Removed fulltext
description from FFT in demosite ("Fulltext" etc.)
2008-03-26 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Added --update-web-tests CLI
option in order to replace URLs in web test cases with
CFG_SITE_URL. (Needed for Selenese 'open' commands in order to
retain user sessions.)
2008-03-26 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/DEMOBOOcreate.tpl: Updated line for URL
creation to take account of cases where there is no fulltext file
so that an empty files line isn't created.
2008-03-26 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/dbexec.in: Added explicit default charset
UTF-8 so that the dbexec client works well also on MySQL systems
that are by default configured to use Latin-1 (say). (You can
check via SHOW VARIABLES LIKE "version"; SHOW VARIABLES LIKE
"character%"; SHOW VARIABLES LIKE "collation%".)
2008-03-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Removed last spourious
printed newline.
2008-03-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Clened fulltext indexing
logging: if extraction method does not exist for a particular kind
of format, say this only in verbose mode 2 (it's not a real error,
e.g. .tiff files aren't supposed to be parsed as text). If a real
error happens, though, this will be correctly printed (without
spourious newlines) with default verbosity.
2008-03-26 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Added more charset variables
in the output of '--detect-system-details'. Useful for debugging.
2008-03-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webalert/lib/alert_engine.py: Fixed add_records_to_basket
which lost synchro with webbasket development. Current
implementation uses webbasket_dblayer api, which is slower but
safer.
2008-03-26 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/approve.py: Fixed access pw detection from
URL now that language is passed in the URL too.
2008-03-26 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/web/approve.py,
modules/websubmit/web/publiline.py: Better propagation of language
in links. Changed "publication line" and "specific publication
line" titles to "Approval and Refereeing Workflow" and "Specific
Approval and Refereeing Workflow" (and made them localizable).
2008-03-26 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Added Joaquim.
2008-03-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/errorlib.py: Cleaned newlines and tabs.
2008-03-26 Tibor Simko <tibor.simko@cern.ch>
* po/pt.po: Updated Portuguese translation, thanks to Joaquim
Silvestre.
2008-03-26 Tibor Simko <tibor.simko@cern.ch>
* NEWS: Compiled most important news for the forthcoming release of
v0.99.0.
2008-03-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* po/it.po: Updated Italian translation.
2008-03-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Removed notImplemented
get_words_from_local_fulltext: it will be anyway reimplemented in
the future in a different way by means of the centralized methods
for extracting/caching streams of words from pdf/ps...
2008-03-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/websubmit_webinterface.py: Fixed small bugs
(CaMelCaSe & extracting string from exceptions).
2008-03-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_webinterface.py: Fixed
update_data_user -> updateDataUser.
2008-03-26 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webinterface_handler.py,
modules/bibharvest/lib/oai_repository_webinterface.py: Don't
automatically add 'ln' parameter to URIs specified in
'no_lang_recognition_uris' list. OAI repository no longer needs to
treat specifically this parameter.
2008-03-26 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/lib/htmlutils.py: Updated 'nmtoken_from_string'
docstring.
2008-03-26 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webhelp/web/hacking/hacking.webdoc: Link to
webstyle-internal webdoc file.
2008-03-26 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/doc/hacking/Makefile.am,
modules/webstyle/doc/hacking/webstyle-internals.webdoc,
modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc: Added
webstyle-internals webdoc file. Fixed typo in
webstyle-webdoc-syntax.webdoc.
2008-03-26 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websubmit/lib/websubmit_templates.py: Propagate language
through 2 additional links. Added 2 localizable strings.
2008-03-26 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/lib/bibclassify_daemon.py: Improved code
kwalitee.
2008-03-26 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/doc/admin/webstyle-admin-guide.webdoc: Updated
doc.
2008-03-26 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/doc/admin/webstyle-admin-guide.webdoc: Replaced
config.py by invenio.conf
2008-03-26 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/doc/admin/webstyle-admin-guide.webdoc: Added
link to WebDoc syntax.
2008-03-26 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/hacking/bibformat-api.webdoc: Fixed HTML.
2008-03-26 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/doc/hacking/Makefile.am,
modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc: Initial
release of the WebDoc syntax guide.
2008-03-26 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibedit_dblayer.py,
modules/bibformat/lib/bibformat_utils.py,
modules/bibformat/lib/elements/bfe_additional_report_numbers.py,
modules/bibformat/lib/elements/bfe_addresses.py,
modules/bibformat/lib/elements/bfe_affiliation.py,
modules/bibformat/lib/elements/bfe_bfx_engine.py,
modules/bibformat/lib/elements/bfe_cited_by.py,
modules/bibformat/lib/elements/bfe_collection.py,
modules/bibformat/lib/elements/bfe_comments.py,
modules/bibformat/lib/elements/bfe_contact.py,
modules/bibformat/lib/elements/bfe_creation_date.py,
modules/bibformat/lib/elements/bfe_date_rec.py,
modules/bibformat/lib/elements/bfe_editors.py,
modules/bibformat/lib/elements/bfe_external_publications.py,
modules/bibformat/lib/elements/bfe_issn.py,
modules/bibformat/lib/elements/bfe_keywords.py,
modules/bibformat/lib/elements/bfe_language.py,
modules/bibformat/lib/elements/bfe_notes.py,
modules/bibformat/lib/elements/bfe_photo_resources.py,
modules/bibformat/lib/elements/bfe_publi_info.py,
modules/bibformat/lib/elements/bfe_record_id.py,
modules/bibformat/lib/elements/bfe_references.py,
modules/bibformat/lib/elements/bfe_report_numbers.py,
modules/bibformat/lib/elements/bfe_test_2.py,
modules/bibformat/lib/elements/bfe_test_4.py,
modules/bibformat/lib/elements/bfe_url.py,
modules/bibformat/lib/elements/bfe_xml_record.py,
modules/bibformat/lib/elements/test_1.py,
modules/bibformat/lib/elements/test_5.py,
modules/bibharvest/lib/oaiarchiveadmin_regression_tests.py,
modules/bibindex/lib/bibindex_engine_stopwords.py,
modules/bibrank/lib/bibrank_downloads_indexer.py,
modules/elmsubmit/lib/elmsubmit_EZArchive.py,
modules/elmsubmit/lib/elmsubmit_enriched2txt.py,
modules/elmsubmit/lib/elmsubmit_field_validation.py,
modules/elmsubmit/lib/elmsubmit_generate_marc.py,
modules/elmsubmit/lib/elmsubmit_html2txt.py,
modules/elmsubmit/lib/elmsubmit_misc.py,
modules/elmsubmit/lib/elmsubmit_richtext2txt.py,
modules/elmsubmit/lib/elmsubmit_submission_parser.py,
modules/elmsubmit/lib/myhtmlentitydefs.py,
modules/miscutil/lib/htmlutils.py,
modules/webbasket/lib/webbasket_config.py,
modules/webcomment/lib/webcomment_config.py,
modules/webjournal/lib/widgets/bfe_webjournal_widget_latestPhoto.py,
modules/webmessage/lib/webmessage_config.py,
modules/webmessage/lib/webmessage_mailutils.py,
modules/websearch/lib/search_engine_config.py,
modules/websearch/lib/websearch_external_collections_config.py,
modules/websearch/lib/websearch_external_collections_getter.py,
modules/websearch/lib/websearch_external_collections_parser.py,
modules/websubmit/lib/websubmit_file_stamper.py,
modules/websubmit/lib/websubmitadmin_dblayer.py,
modules/websubmit/lib/functions/CaseEDS.py,
modules/websubmit/lib/functions/Create_Modify_Interface.py,
modules/websubmit/lib/functions/Create_Recid.py,
modules/websubmit/lib/functions/Print_Success_DEL.py,
modules/websubmit/lib/functions/Print_Success_SRV.py,
modules/websubmit/lib/functions/Shared_Functions.py,
modules/websubmit/lib/functions/Stamp_Uploaded_Files.py: Deleted
trailing whitespace in all Python files.
2008-03-26 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py: Fixed 'content' pages to display
correctly when translation is missing.
2008-03-26 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibclassify/doc/hacking/bibclassify-internals.webdoc:
Fixed phrase.
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* modules/webjournal/lib/.cvsignore,
modules/webjournal/lib/widgets/.cvsignore: Added *.pyc to the list
of CVS-ignored files.
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/elmsubmit_EZEmail.py: Unified two
definitions of EZEmailCreateError exception. Also, removed
trailing whitespace.
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_indexer.py: Fixed apparent
pubreftag typos.
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/lib/bibconvert.py: Removed extraneous
occurrence of parse_query_string() definition.
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added a simple kwalitee-check-indentation target.
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/lib/bibclassify_regression_tests.py,
modules/bibconvert/lib/bibconvert_regression_tests.py,
modules/bibedit/lib/bibedit_templates.py,
modules/bibedit/lib/refextract.py,
modules/bibformat/lib/bibformat_regression_tests.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibindex/lib/bibindex_engine.py,
modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_citation_searcher.py,
modules/bibrank/lib/bibrank_downloads_grapher.py,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_regression_tests.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/miscutil/lib/dbquery.py,
modules/webaccess/lib/access_control_mailcookie.py,
modules/webcomment/lib/webcomment_regression_tests.py,
modules/webjournal/lib/webjournal.py,
modules/webjournal/lib/webjournal_utils.py,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_regression_tests.py,
modules/websubmit/lib/websubmit_regression_tests.py,
modules/websubmit/lib/websubmit_templates.py: Fixed 175 cases of
bad code indentation throughout the codebase. (Please set up your
editors properly: spaces instead of tabs, tab width set to 4, no
trailing whitespace.)
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/test-suite.webdoc: Updated
conclusions to take into account the web test suite.
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/test-suite.webdoc: Added hints on web
testing a remote Invenio demo site in the local Firefox/Selenium.
Also, fixed some '<code>' markup.
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/kwalitee.py: Added counting of web tests.
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Documented optional step 'inveniocfg --run-web-tests'.
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* THANKS: Added Ghostscript for borrowing the tiger test picture.
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/test_format_many_authors.html,
modules/websearch/web/test_search_ellis.html,
modules/websubmit/web/test_submit_article.html,
modules/websubmit/web/test_submit_book.html,
modules/websubmit/web/test_submit_book_approval.html,
modules/websubmit/web/test_submit_picture.html,
modules/websubmit/web/test_submit_poetry.html: Updated web tests so
that we can test easily remote sites from within local Firefox.
Hint: just do 'make install' on local computer as usual, and then:
$ sudo -u apache perl -pi -e 's,localhost,pcuds97.cern.ch,g'
/opt/cds-invenio/lib/webtest/invenio/test*html $
/opt/cds-invenio/bin/inveniocfg --run-web-tests --yes-i-know
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/it.po,
po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po,
po/sv.po, po/uk.po, po/zh_CN.po, po/zh_TW.po: Updated catalog with
a few new phrases.
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in: Added two forgotten bfe files.
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/doc/admin/Makefile.am,
modules/bibclassify/doc/hacking/Makefile.am,
modules/bibconvert/doc/admin/Makefile.am,
modules/bibconvert/doc/hacking/Makefile.am,
modules/bibedit/doc/admin/Makefile.am,
modules/bibformat/doc/admin/Makefile.am,
modules/bibformat/doc/hacking/Makefile.am,
modules/bibharvest/doc/admin/Makefile.am,
modules/bibindex/doc/admin/Makefile.am,
modules/bibmatch/doc/admin/Makefile.am,
modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/hacking/Makefile.am,
modules/bibsched/doc/admin/Makefile.am,
modules/bibupload/doc/admin/Makefile.am,
modules/elmsubmit/doc/admin/Makefile.am,
modules/miscutil/doc/hacking/Makefile.am,
modules/webaccess/doc/admin/Makefile.am,
modules/webaccess/doc/hacking/Makefile.am,
modules/webalert/doc/admin/Makefile.am,
modules/webbasket/doc/admin/Makefile.am,
modules/webcomment/doc/admin/Makefile.am,
modules/webhelp/web/Makefile.am,
modules/webhelp/web/admin/Makefile.am,
modules/webhelp/web/admin/howto/Makefile.am,
modules/webhelp/web/hacking/Makefile.am,
modules/webmessage/doc/admin/Makefile.am,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/admin/Makefile.am,
modules/websearch/doc/hacking/Makefile.am,
modules/websession/doc/admin/Makefile.am,
modules/webstat/doc/admin/Makefile.am,
modules/webstyle/doc/admin/Makefile.am,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/admin/Makefile.am: Adapted Makefiles to the
new standard webdoc source directory
(CFG_PREFIX/lib/webdoc/invenio/).
2008-03-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* po/fr.po: Updated translation.
2008-03-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py: Changed webdoc source dir to
CFG_PREFIX/lib/webdoc/invenio/
2008-03-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websession/lib/websession_templates.py: Added <label>
tags here and there. Closed one <input> tag.
2008-03-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Catch exception
thrown when retrieving available output formats when mysql is
stopped.
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql: Do not index URL fields (856*)
in the "any field" global word index anymore. This avoids the
problem of searching for words that appear in the URL part too.
This is also how the CERN instance of Invenio is configured. Users
wishing the old behaviour can use BibIndex Admin interface to
change the "any field" field definition.
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/testutils_regression_tests.py: Fixed
regression tests to take into account the new language passing
policy.
2008-03-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oai_repository_tests.py,
modules/bibharvest/lib/oai_repository_webinterface.py: Raise a
'badArgument' error when the request includes repeated arguments
(section 3.6, OAI-PMH).
2008-03-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearch_webinterface.py: Added 'hm', 'h'
and 't' formats to the list of formats exported through
/record/%i/export/ URLs. Added corresponding regression tests.
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Added tests
for search results page record grouping (rg).
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Fetch saved user
'rg' preferences only if not overridden via URL.
2008-03-25 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Made the
sort test more robust by looking in title field only. The original
test was looking in 'any field' for word 'cern' which would match
'foo.cern.ch' URLs, hence passing the test on CERN machines and
failing elsewhere.
2008-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Improved cosmetics regarding
wait_for_user().
2008-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/textutils.py: Always print the same
confirmation message in wait_for_user().
2008-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/testutils.py: Standardized 'Yes, I know!'
confirmation message. (Not using wait_for_user() here so that
testutils could be imported eveywhere.)
2008-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/textutils.py: wait_for_user() now requires
typing the full phrase 'Yes, I know!' in order to eliminate
potential accidents. (Power users can still use the silent
'--yes-i-know' command line option as before.)
2008-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/Makefile.am,
modules/websubmit/web/test_submit_book.html,
modules/websubmit/web/test_submit_book_approval.html: Added web
test for book submission and for checking approval rights of
various demo users. (Only rights are tested, no full approval or
rejection procedure, since we don't have any tearDown() method to
clean web tests after use to assure their repetitiveness.)
2008-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: When removing demo records,
remove the whole 'data' directory, not only 'data/files', so that
the submission counters etc get removed too.
2008-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yoursubmissions.py: Phased out unnecessary
'images' argument of WebSubmit template functions.
2008-03-24 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in: Removed removed thumbmaker.in.
2008-03-24 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, modules/websubmit/bin/.cvsignore,
modules/websubmit/bin/Makefile.am,
modules/websubmit/bin/thumbmaker.in: Removed unused thumbmaker/PHP.
2008-03-24 Tibor Simko <tibor.simko@cern.ch>
* ChangeLog: Completed ChangeLog.
2008-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/test-suite.webdoc: Fixed typo, and
some rephrasing.
2008-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/test-suite.webdoc: Documented the web
test suite framework. Mused on the differences with the regression
test suite fremework. (The latter, using mechanize, suitable
mostly for testing simple single page operations; the former, using
Selenium IDE, suitable mostly for testing JavaScript or complex
multipage operations.)
2008-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/.cvsignore,
modules/bibformat/web/Makefile.am,
modules/bibformat/web/test_format_many_authors.html,
modules/miscutil/lib/inveniocfg.py,
modules/miscutil/lib/testutils.py,
modules/websearch/web/Makefile.am,
modules/websearch/web/test_search_ellis.html,
modules/websubmit/web/.cvsignore,
modules/websubmit/web/Makefile.am, modules/websubmit/web/test.jpg,
modules/websubmit/web/test.pdf,
modules/websubmit/web/test_submit_article.html,
modules/websubmit/web/test_submit_picture.html,
modules/websubmit/web/test_submit_poetry.html: Initial release of
the web test suite infrastructure, to be run via 'inveniocfg
--run-web-tests'. The web tests are run in a real browser,
currently Firefox with Selenium IDE extension. The tests are
written in "Selenese HTML" or can be recorded via Selenium IDE.
This initial web test suite release includes an obligatory Ellis
test search example, and, more importantly, tests for
JavaScript-powered pages such as formatting many authors with
show/hide links, submitting a demo article, a picture, and a poem.
More tests to follow progressively.
2008-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webdoc.py: Removed WML-like input mode
enabling to enter the full path of a webdoc file.
2008-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webinterface.py,
modules/webstyle/lib/webinterface_layout.py: Standardized
WebInterfaceAuthorPages web directory name.
2008-03-23 Tibor Simko <tibor.simko@cern.ch>
* configure.ac,
modules/bibclassify/lib/bibclassify_regression_tests.py,
modules/bibconvert/lib/bibconvert_regression_tests.py,
modules/bibconvert/lib/bibconvert_tests.py,
modules/bibedit/lib/bibedit_regression_tests.py,
modules/bibedit/lib/bibrecord_tests.py,
modules/bibformat/lib/bibformat_engine_tests.py,
modules/bibformat/lib/bibformat_regression_tests.py,
modules/bibformat/lib/bibformatadmin_regression_tests.py,
modules/bibharvest/lib/bibharvestadmin_regression_tests.py,
modules/bibharvest/lib/oai_repository_regression_tests.py,
modules/bibharvest/lib/oai_repository_tests.py,
modules/bibharvest/lib/oaiarchiveadmin_regression_tests.py,
modules/bibindex/lib/bibindex_engine_stemmer_tests.py,
modules/bibindex/lib/bibindex_engine_tests.py,
modules/bibindex/lib/bibindexadmin_regression_tests.py,
modules/bibrank/lib/bibrank_citation_indexer_tests.py,
modules/bibrank/lib/bibrank_citation_searcher_tests.py,
modules/bibrank/lib/bibrank_downloads_indexer_tests.py,
modules/bibrank/lib/bibrank_record_sorter_tests.py,
modules/bibrank/lib/bibrank_regression_tests.py,
modules/bibrank/lib/bibrank_tag_based_indexer_tests.py,
modules/bibrank/lib/bibrankadmin_regression_tests.py,
modules/bibupload/lib/bibupload_regression_tests.py,
modules/elmsubmit/lib/elmsubmit_tests.py,
modules/miscutil/bin/.cvsignore, modules/miscutil/bin/Makefile.am,
modules/miscutil/bin/regressiontestsuite.in,
modules/miscutil/bin/testsuite.in,
modules/miscutil/lib/dateutils_tests.py,
modules/miscutil/lib/dbquery_tests.py,
modules/miscutil/lib/errorlib_regression_tests.py,
modules/miscutil/lib/errorlib_tests.py,
modules/miscutil/lib/htmlutils_tests.py,
modules/miscutil/lib/intbitset_tests.py,
modules/miscutil/lib/inveniocfg.py,
modules/miscutil/lib/testutils.py,
modules/miscutil/lib/testutils_regression_tests.py,
modules/miscutil/lib/textutils_tests.py,
modules/webaccess/lib/access_control_firerole_tests.py,
modules/webaccess/lib/external_authentication_cern_tests.py,
modules/webaccess/lib/webaccess_regression_tests.py,
modules/webalert/lib/webalert_regression_tests.py,
modules/webbasket/lib/webbasket_regression_tests.py,
modules/webcomment/lib/webcomment_regression_tests.py,
modules/webcomment/lib/webcomment_tests.py,
modules/webhelp/web/hacking/test-suite.webdoc,
modules/webmessage/lib/webmessage_regression_tests.py,
modules/websearch/lib/search_engine_tests.py,
modules/websearch/lib/websearch_external_collections_getter_tests.py,
modules/websearch/lib/websearch_external_collections_tests.py,
modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearchadmin_regression_tests.py,
modules/websession/lib/webgroup_regression_tests.py,
modules/websession/lib/webgroup_tests.py,
modules/websession/lib/websession_regression_tests.py,
modules/websession/lib/webuser_regression_tests.py,
modules/websession/lib/webuser_tests.py,
modules/webstyle/lib/webinterface_tests.py,
modules/websubmit/lib/websubmit_regression_tests.py,
modules/websubmit/lib/websubmitadmin_regression_tests.py,
po/POTFILES.in: Standardized unit and regression test suite
building and running techniques. Phased out 'testsuite' and
'regressiontestsuite' executables as the test suites are now
runnable from 'inveniocfg'.
2008-03-21 Tibor Simko <tibor.simko@cern.ch>
* po/fr.po: Updated last translator to Jerome.
2008-03-21 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/it.po,
po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po,
po/sv.po, po/uk.po, po/zh_CN.po, po/zh_TW.po: Updated with new
phrases.
2008-03-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Updated two new
output messages.
2008-03-21 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/testimport.py: Fixed deduction of the
'site-packages' location. Removed trailing whitespace.
2008-03-21 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: When detecting Apache (and
mod_python) version from available executables, print information
for all executables found.
2008-03-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webaccount.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py: Moved
user_preferences['preferred_lang'] to 'language'.
2008-03-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/urlutils.py,
modules/websearch/lib/websearch_regression_tests.py: Fixed
regression tests WRT recent changes to ln url parameter.
2008-03-20 Tibor Simko <tibor.simko@cern.ch>
* RELEASE-NOTES: Added note on the removal of 'magic' and 'help'
directories.
2008-03-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/messages.py: Fixed stupid bug.
2008-03-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_regression_tests.py: Strengthened
FFT error checking. Improved regression tests.
2008-03-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py: Print help if no webdoc
specified.
2008-03-20 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/lib/webstat.py: Fixed typo in an output message.
2008-03-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* po/fr.po: Updated translation.
2008-03-20 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py: Do not force English as
default, take CFG_SITE_LANG.
2008-03-20 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_config.py: Do not force
English, take CFG_SITE_LANG.
2008-03-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstat/lib/webstat.py,
modules/webstat/lib/webstat_engine.py: Do not raise an exception if
Gnuplot is missing.
2008-03-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstat/lib/webstat.py,
modules/webstat/lib/webstat_templates.py,
modules/webstat/lib/webstat_webinterface.py: Made webstat language
aware.
2008-03-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py: Moved (-s, --stage) option to
(-S --stage) because of clashing with (-s --sleptime). Replugged
the --stage option to the new BibTask class.
2008-03-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/urlutils.py: If the language of the system
is e.g. en, and an Invenio URL contains ln=en, this is no more
stripped out since this would now trigger the automatic discovering
of the user language based on his browser settings or preference.
2008-03-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload_regression_tests.py: Added
regression test to test for FFT writing rights and made regression
tests more verbose.
2008-03-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py: Better propagation
of language links.
2008-03-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py: Reapplied patch from version
1.28, overwritten by previous commit.
2008-03-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py: Fixed issue related to
translation of webdoc files. A cache file is now created for all
parts of webdoc files, even if that part is absent from the webdoc
(only for CFG_SITE_LANG): this prevents on-the-fly generation when
a part is deliberately missing from a webdoc.
2008-03-19 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibeditcli.py: When doing '--list-revisions',
return latest revisions first.
2008-03-19 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/doc/admin/bibedit-admin-guide.webdoc: Added
documentation on how to access record history.
2008-03-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession.py: Fixed session library to be
able to load old sessions (without __remember_me attribute).
2008-03-19 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webdoc.py: Updated main webdoc help
(help-pages are no more, use search-guide in the example).
2008-03-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* config/invenio.conf,
modules/webaccess/lib/external_authentication.py,
modules/webaccess/lib/external_authentication_cern.py,
modules/webaccess/lib/external_authentication_ldap.py,
modules/webaccess/lib/external_authentication_sso.py,
modules/websession/lib/session.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py,
modules/webstyle/lib/webinterface_handler.py: Implemented permanent
sessions support - a.k.a Remember Me, automatic preferred language
discovery and language configuration in the user preferences.
2008-03-19 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websession/lib/websession_webinterface.py,
modules/websubmit/lib/websubmit_webinterface.py: Fixed typo in
string.
2008-03-19 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py: Fixed variable shadowing
issues.
2008-03-19 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py: Updated docstrings.
2008-03-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/messages.py: Added wash_languages to pick up
the first good language within a list.
2008-03-19 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_engine_tests.py: Do not return
empty string if there is only 1 field when of='xm'. Added
corresponding test.
2008-03-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibeditcli.py: Better argument checking for
'--list-revisions'. General docstrings update.
2008-03-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibeditcli.py: Fixed an error output string
and shortened command line options.
2008-03-18 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, modules/bibedit/bin/.cvsignore,
modules/bibedit/bin/Makefile.am, modules/bibedit/bin/bibedit.in,
modules/bibedit/lib/Makefile.am, modules/bibedit/lib/bibeditcli.py:
Initial release of the BibEdit command line tool. Currently
implements three functions: '--list-record-revisions',
'--get-record-revision', and '--diff-record-revisions'. See also
task #6566.
2008-03-18 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websession/lib/websession_templates.py: Fixed string.
2008-03-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/inveniocfg.py, config/invenio.conf,
modules/websubmit/lib/bibdocfile.py: Added
CFG_WEBSUBMIT_ADDITIONAL_KNOWN_FILE_EXTENSIONS.
2008-03-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/etc/format_templates/Makefile.am: Removed
deleted BFX files.
2008-03-17 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: List of output
formats exported through 'weburl/record/recid/export/' URL is no
longer hard-coded.
2008-03-17 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/DC.bfx,
modules/bibformat/etc/format_templates/EndNote.bfx,
modules/bibformat/etc/format_templates/MARCXML.bfx,
modules/bibformat/etc/format_templates/NLM.bfx,
modules/bibformat/etc/format_templates/RSS.bfx: Removed bfx
templates.
2008-03-17 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibreformat.py: Do no trigger a bibupload
task if there is no record to update.
2008-03-17 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_xslt_engine.py: Catch an
exception thrown when result is empty, due to a bug in libxslt.
2008-03-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Adapted the
"MARC output" test case to fit the new demo book record metadata
featuring new ISBN fields.
2008-03-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearch_templates.py: Fixed dangling tabs
in source. Improved OpenURL handler A.I. Commented out DOI
support. Added firt test cases for OpenURL. More to come.
2008-03-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/sql/tabfill.sql: Commented out doi field.
2008-03-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py: Restored original behaviour
of storing current time as last_update time when updating default
'xm' format.
2008-03-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibedit/lib/bibrecord_tests.py: Updated tests after
changes to demo site.
2008-03-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibreformat.py: If record is empty (or only
has one value, i.e. its recid controlfield), returns empty string.
BibReformat does not cache empty records.
2008-03-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/textutils.py,
modules/miscutil/lib/textutils_tests.py: Fixed bunch of errors.
Added test for single new line -> space, added support for non
ascii text.
2008-03-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibreformat.py: Add time of formatting in
fmt__d field.
2008-03-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_regression_tests.py: Completed
bibupload support for $d in FMT, plugged check in a test case.
2008-03-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py: Added d field to FMT tag to
provide modification_date to bibupload.
2008-03-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/errorlib_regression_tests.py,
modules/miscutil/lib/inveniocfg.py,
modules/miscutil/lib/textutils.py,
modules/miscutil/lib/textutils_tests.py: Fixed adding translation
for translatable field only.
2008-03-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/demo/demobibdata.xml: Added isbn for books.
2008-03-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/sql/tabfill.sql: Added isbn to books (when
possible).
2008-03-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/search_engine.py: Hidden warning message
when user print a jsMath enabled page with poor fonts support on
the browser.
2008-03-14 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql: Updated the descriptions
of some of the DEMO* submission document types.
2008-03-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* po/it.po: Resynchronized Italian translation.
2008-03-13 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/it.po,
po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po,
po/sv.po, po/uk.po, po/zh_CN.po, po/zh_TW.po: PO files regenerated
after addition/modification of I18N phrases.
2008-03-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py: Fixed I18N messages
(whitespace elimination, newline elimination).
2008-03-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/publiline.py: Added a "tweak" to fix
refereeing for doctypes without a category.
2008-03-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Is_Referee.py: Added a "tweak" to
fix refereeing for doctypes with no category.
2008-03-13 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in: Removed recently deleted files (magic,
bibformat).
2008-03-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py,
modules/webstyle/lib/webdoc.py: Fixed I18N messages WRT the %s and
%(x_foo)s convention; see ABOUT-NLS.
2008-03-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webdoc_webinterface.py: Harmonized output
messages WRT index/contents. Fixed I18N message formatting
according to the x_* convention (see ABOUT-NLS).
2008-03-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_config.py: Added new demo
role 'bookadmin' with rights to approve/reject book submissions.
Attached Dorian Gray to the bookadmin role. Fixed Dr. Jekyll's
email address.
2008-03-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Added
'--detect-system-details' option that tries to detect and print
system details such as Apache/Python/MySQL versions. Useful for
debugging problems on various operating systems.
2008-03-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Removed extra printed
newline.
2008-03-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Updated Apache vhost snippet
examples to include Listen directives and to remove https schema
from the ssl snippet. The generated vhost conf files are now
directly usable on Gentoo "as is" by doing: $ ln -s
/opt/cds-invenio/etc/apache/invenio-apache-vhost.conf
/etc/apache2/vhosts.d/invenio-apache-vhost.conf $ ln -s
/opt/cds-invenio/etc/apache/invenio-apache-vhost-ssl.conf
/etc/apache2/vhosts.d/invenio-apache-vhost-ssl.conf
2008-03-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_server_info.py: Changed
variable names to match config variables.
2008-03-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Fixed NLM
output test for XSL processors that don't group empty elements.
2008-03-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Updated cosmetics WRT hints
on how to set up the database.
2008-03-13 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, modules/bibformat/bin/.cvsignore,
modules/bibformat/bin/Makefile.am,
modules/bibformat/bin/bibformat.in: Removed unneeded bibformat PHP
CLI, fixing "neverending test case" issue on SLC4.
2008-03-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py: Restrict record similary
search to 'cc' when 'cc' is specified.
2008-03-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql: I misspelled Dorian's
surname - changed to gray. Sorry Dorian!
2008-03-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql: + Added new demo site user
'Dorian Grey' (dorian.grey@cds.cern.ch; dorian). He will be a
referee for the Demo Book submission (DEMOBOO); + Changed the
email addresses of demo site users Jekyll and Hyde to use
'@cds.cern.ch' instead of '@cern.ch'.
2008-03-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/lib/bibtask.py: A workaround for some Python2.3
systems, e.g. SLC4, where importing this file under
Apache/mod_python environment causes an error. A proper solution
would be not to import bibtask.py as a dependency from web-related
files, because we simply do not need it there...
2008-03-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py,
modules/webstat/lib/webstat_webinterface.py: Cleaned
page_not_authorized calls.
2008-03-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: If the referer is not
specified for page_not_authorized it is guessed from req.
2008-03-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstat/lib/webstat_webinterface.py: Plugged checks for
runwebstatadmin action authorization to webstat.
2008-03-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_templates.py: When OpenURL does
not correspond to an existing record, return a search for recid:-1,
which already produces a nice "Requested record does not seems to
exist." message.
2008-03-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstat/lib/webstat_webinterface.py: Forcing
authentication for users who wants to check the stats.
2008-03-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Registered exception when
OperationalError during getUid.
2008-03-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/lib/webpage.py: uid is used by page function in
order correctly build the page. It is sometimes not passed, but
usually the req is passed by. Hence when no uid is passed, but req
is, uid is set to getUid(req).
2008-03-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/doc/submit-guide.webdoc: Some small edits.
2008-03-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/doc/submit-guide.webdoc: First draft of the new
user guide.
2008-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmitadmin_dblayer.py: Removed
extraneous definition of update_doctype_details().
2008-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Synchronized creation of SSL
and non-SSL Apache conf snippet ("/author" missing in SSL).
2008-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Fixed CFG_SITE_SECURE_URL
name.
2008-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Added /stats URL to the
Apache LocationMatch.
2008-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc,
modules/bibclassify/doc/hacking/bibclassify-extraction-algorithm.webdoc,
modules/bibclassify/doc/hacking/bibclassify-hep-taxonomy.webdoc,
modules/bibclassify/doc/hacking/bibclassify-internals.webdoc,
modules/bibclassify/lib/bibclassify_regression_tests.py,
modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc,
modules/bibconvert/doc/hacking/bibconvert-api.webdoc,
modules/bibconvert/doc/hacking/bibconvert-internals.webdoc,
modules/bibconvert/lib/bibconvert_regression_tests.py,
modules/bibconvert/lib/bibconvert_xslt_engine.py,
modules/bibedit/doc/admin/bibedit-admin-guide.webdoc,
modules/bibedit/lib/bibedit_regression_tests.py,
modules/bibedit/lib/bibedit_templates.py,
modules/bibedit/web/admin/bibeditadmin.py,
modules/bibformat/doc/admin/bibformat-admin-guide.webdoc,
modules/bibformat/doc/hacking/bibformat-api.webdoc,
modules/bibformat/doc/hacking/bibformat-internals.webdoc,
modules/bibformat/etc/format_templates/Default_HTML_actions.bft,
modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_regression_tests.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformat_xslt_engine.py,
modules/bibformat/lib/bibformatadmin_regression_tests.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibformat/lib/bibreformat.py,
modules/bibformat/lib/elements/bfe_abstract.py,
modules/bibformat/lib/elements/bfe_addresses.py,
modules/bibformat/lib/elements/bfe_authors.py,
modules/bibformat/lib/elements/bfe_cited_by.py,
modules/bibformat/lib/elements/bfe_contact.py,
modules/bibformat/lib/elements/bfe_edit_record.py,
modules/bibformat/lib/elements/bfe_editors.py,
modules/bibformat/lib/elements/bfe_fulltext.py,
modules/bibformat/lib/elements/bfe_fulltext_mini.py,
modules/bibformat/lib/elements/bfe_keywords.py,
modules/bibformat/lib/elements/bfe_photo_resources_brief.py,
modules/bibformat/lib/elements/bfe_references.py,
modules/bibformat/lib/elements/bfe_server_info.py,
modules/bibformat/lib/elements/bfe_title.py,
modules/bibformat/web/admin/bibformatadmin.py,
modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc,
modules/bibharvest/lib/bibharvest_templates.py,
modules/bibharvest/lib/bibharvestadmin_regression_tests.py,
modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oai_repository_regression_tests.py,
modules/bibharvest/lib/oaiarchiveadmin_regression_tests.py,
modules/bibharvest/lib/oaiarchiveadminlib.py,
modules/bibharvest/web/admin/bibharvestadmin.py,
modules/bibharvest/web/admin/oaiarchiveadmin.py,
modules/bibindex/doc/admin/bibindex-admin-guide.webdoc,
modules/bibindex/lib/bibindex_engine.py,
modules/bibindex/lib/bibindexadmin_regression_tests.py,
modules/bibindex/lib/bibindexadminlib.py,
modules/bibindex/web/admin/bibindexadmin.py,
modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc,
modules/bibrank/doc/admin/bibrank-admin-guide.webdoc,
modules/bibrank/doc/hacking/bibrank-api.webdoc,
modules/bibrank/doc/hacking/bibrank-bibrankgkb.webdoc,
modules/bibrank/doc/hacking/bibrank-internals.webdoc,
modules/bibrank/doc/hacking/bibrank-single-tag-rank.webdoc,
modules/bibrank/doc/hacking/bibrank-word-similarity.webdoc,
modules/bibrank/lib/bibrank_citation_grapher.py,
modules/bibrank/lib/bibrank_downloads_grapher.py,
modules/bibrank/lib/bibrank_regression_tests.py,
modules/bibrank/lib/bibrankadmin_regression_tests.py,
modules/bibrank/lib/bibrankadminlib.py,
modules/bibrank/web/admin/bibrankadmin.py,
modules/bibsched/doc/admin/bibsched-admin-guide.webdoc,
modules/bibupload/doc/admin/bibupload-admin-guide.webdoc,
modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_regression_tests.py,
modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc,
modules/elmsubmit/lib/elmsubmit_config.py,
modules/miscutil/doc/hacking/miscutil-dateutils.webdoc,
modules/miscutil/doc/hacking/miscutil-dbquery.webdoc,
modules/miscutil/doc/hacking/miscutil-errorlib.webdoc,
modules/miscutil/doc/hacking/miscutil-internals.webdoc,
modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/errorlib_regression_tests.py,
modules/miscutil/lib/errorlib_webinterface.py,
modules/miscutil/lib/inveniocfg.py,
modules/miscutil/lib/mailutils.py,
modules/miscutil/lib/testutils.py,
modules/miscutil/lib/testutils_regression_tests.py,
modules/miscutil/lib/urlutils.py,
modules/webaccess/doc/hacking/webaccess-admin-internals.webdoc,
modules/webaccess/doc/hacking/webaccess-api.webdoc,
modules/webaccess/doc/hacking/webaccess-firerole-api.webdoc,
modules/webaccess/doc/hacking/webaccess-internals.webdoc,
modules/webaccess/doc/hacking/webaccess-table-structure.webdoc,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/webaccess_regression_tests.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webalert/doc/admin/webalert-admin-guide.webdoc,
modules/webalert/lib/alert_engine.py,
modules/webalert/lib/webalert_regression_tests.py,
modules/webalert/lib/webalert_templates.py,
modules/webalert/lib/webalert_webinterface.py,
modules/webbasket/doc/admin/webbasket-admin-guide.webdoc,
modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_regression_tests.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webbasket/lib/webbasket_webinterface.py,
modules/webcomment/doc/admin/webcomment-admin-guide.webdoc,
modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_regression_tests.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcomment_webinterface.py,
modules/webcomment/lib/webcommentadminlib.py,
modules/webcomment/web/admin/webcommentadmin.py,
modules/webhelp/web/admin/admin.webdoc,
modules/webhelp/web/admin/howto/howto-marc.webdoc,
modules/webhelp/web/admin/howto/howto-migrate.webdoc,
modules/webhelp/web/admin/howto/howto-run.webdoc,
modules/webhelp/web/admin/howto/howto.webdoc,
modules/webhelp/web/hacking/coding-style.webdoc,
modules/webhelp/web/hacking/common-concepts.webdoc,
modules/webhelp/web/hacking/directory-organization.webdoc,
modules/webhelp/web/hacking/hacking.webdoc,
modules/webhelp/web/hacking/modules-overview.webdoc,
modules/webhelp/web/hacking/release-numbering.webdoc,
modules/webhelp/web/hacking/test-suite.webdoc,
modules/webjournal/lib/webjournal.py,
modules/webjournal/lib/webjournal_config.py,
modules/webjournal/lib/webjournal_templates.py,
modules/webjournal/lib/webjournal_utils.py,
modules/webjournal/lib/webjournal_webinterface.py,
modules/webmessage/doc/admin/webmessage-admin-guide.webdoc,
modules/webmessage/lib/webmessage_regression_tests.py,
modules/webmessage/lib/webmessage_templates.py,
modules/webmessage/lib/webmessage_webinterface.py,
modules/websearch/doc/search-guide.webdoc,
modules/websearch/doc/search-tips.webdoc,
modules/websearch/doc/admin/websearch-admin-guide.webdoc,
modules/websearch/doc/hacking/search-engine-api.webdoc,
modules/websearch/doc/hacking/search-engine-internals.webdoc,
modules/websearch/doc/hacking/search-engine-stages.webdoc,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webcoll.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websearch/lib/websearchadmin_regression_tests.py,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/admin/websearchadmin.py,
modules/websession/doc/admin/websession-admin-guide.webdoc,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py,
modules/webstat/doc/admin/webstat-admin-guide.webdoc,
modules/webstat/lib/webstat_engine.py,
modules/webstat/lib/webstat_templates.py,
modules/webstat/lib/webstat_webinterface.py,
modules/webstyle/doc/admin/webstyle-admin-guide.webdoc,
modules/webstyle/lib/webdoc.py,
modules/webstyle/lib/webdoc_webinterface.py,
modules/webstyle/lib/webinterface_handler.py,
modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/doc/submit-guide.webdoc,
modules/websubmit/doc/admin/websubmit-admin-guide.webdoc,
modules/websubmit/lib/bibdocfile.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_regression_tests.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/lib/websubmitadmin_config.py,
modules/websubmit/lib/websubmitadmin_regression_tests.py,
modules/websubmit/lib/websubmitadmin_templates.py,
modules/websubmit/lib/functions/Mail_New_Record_Notification.py,
modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/admin/referees.py: Updated codebase to use
CFG_SITE_URL instead of weburl everywhere. Updated client code
that was shadowing this variable. (Please don't shadow variables!)
This concludes the massive CFG_* variable renaming in the
codebase.
2008-03-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql: The DEMOTXT submission was
renamed to DEMOART. Accordingly, all of the associated fields were
renamed.
2008-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_templates.py,
modules/miscutil/lib/inveniocfg.py,
modules/miscutil/lib/testutils.py,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/access_control_mailcookie.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webalert/lib/webalert_webinterface.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcomment_webinterface.py,
modules/webhelp/web/hacking/test-suite.webdoc,
modules/webmessage/lib/webmessage_webinterface.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websearch/web/admin/websearchadmin.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/webgroup_regression_tests.py,
modules/websession/lib/websession_regression_tests.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py,
modules/websession/lib/webuser_regression_tests.py,
modules/webstyle/lib/webdoc.py,
modules/webstyle/lib/webinterface_handler.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/lib/bibdocfile.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py: Updated codebase to use
CFG_SITE_SECURE_URL instead of sweburl everywhere. The only other
lowercase legacy variable is now weburl; an update will follow.
2008-03-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/Makefile.am: The DEMOTXT submission was
renamed to DEMOART. Accordingly, all DEMOTXT* bibconvert templates
were renamed to DEMOART*.
2008-03-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/DEMOTXT.tpl,
modules/websubmit/etc/DEMOTXTcreate.tpl,
modules/websubmit/etc/DEMOTXTmodify.tpl: The Demo Textual Document
submission (DEMOTXT) was renamed to Demo Article submission
(DEMOART). These bibconvert configuration templates were renamed to
DEMOART*.
2008-03-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Hopefully fixed "[must
be sys.stdout or sys.stderr] spurious messages.
2008-03-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/DEMOART.tpl,
modules/websubmit/etc/DEMOARTcreate.tpl,
modules/websubmit/etc/DEMOARTmodify.tpl: The Demo Textual Document
submission (DEMOTXT) was renamed to Demo Article submission
(DEMOART). These are the associated bibconvert configuration
templates that used to be called DEMOTXT*.
2008-03-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/Makefile.am: Added DEMOPOE.tpl
DEMOPOEcreate.tpl and DEMOPOEmodify.tpl for the new Demo Poetry
submission (DEMOPOE).
2008-03-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/DEMOPOE.tpl,
modules/websubmit/etc/DEMOPOEcreate.tpl,
modules/websubmit/etc/DEMOPOEmodify.tpl: First version of the
bibconvert configuration templates for the new Demo Poetry
submission (DEMOPOE).
2008-03-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql: Updated the format of the
DEMOTXT report number. Moved away from: +
DEMO-TEXT-<PA>categ</PA>-<PA>yy</PA> ... in favour of:
DEMO-<PA>categ</PA>-<PA>yy</PA>
2008-03-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/Makefile.am: Dropped the TEXT and RTEXT
document types and all associated configuration files.
2008-03-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/EDSRTEXT.tpl,
modules/websubmit/etc/EDSRTEXTcreate.tpl,
modules/websubmit/etc/EDSRTEXTmodify.tpl,
modules/websubmit/etc/EDSTEXT.tpl,
modules/websubmit/etc/EDSTEXTcreate.tpl,
modules/websubmit/etc/EDSTEXTmodify.tpl: Dropped the "TEXT" and
"RTEXT" document types and their configuration information.
2008-03-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql: Dropped the configuration
information for the "RTEXT" and "TEXT" document types. They are no
longer needed.
2008-03-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql: + Added configuration
information for the Demo Poetry Submission (DEMOPOE). + Removed
the POETRY category of the DEMOTXT submission in favour of REPORT.
2008-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/bibdocfile.py,
modules/websubmit/lib/websubmit_templates.py: Fixed a template
argument name (imagepath->imageurl).
2008-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py,
modules/webstyle/lib/webstyle_templates.py: Fixed some template
argument names (modifydate->modificationdate).
2008-03-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* po/it.po: Resynchronized Italian translation.
2008-03-12 Tibor Simko <tibor.simko@cern.ch>
*
modules/bibformat/etc/format_templates/Default_HTML_similarity.bft,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/elements/bfe_bibtex.py,
modules/websearch/lib/websearch_templates.py,
modules/websubmit/lib/functions/Get_Recid.py: Fixed Frenglish
cosmetics (notice->record).
2008-03-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py: send_email used in place of
local smtplib calls. Bug fixes and restyling applied here and
there.
2008-03-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql: Made the "DEMOBOO_FILE"
field of the DEMOBOO (SBI) submission optional. (I.e. it's
optional to upload a file for a book.)
2008-03-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/DEMOBOOcreate.tpl: Made the fulltext field
optional.
2008-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Fixed verbosity of some
necessary output messages.
2008-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_downloads_similarity.py: Avoid NULL
client_host values when calculating reading similarity lists.
Thanks to Devin Bougie for reporting the problem.
2008-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/elmsubmit_filename_generator.py: Fixed
English in a comment.
2008-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/elements/bfe_server_info.py,
modules/bibrank/lib/bibrank_grapher.py,
modules/bibupload/lib/bibupload.py,
modules/miscutil/lib/inveniocfg.py,
modules/websubmit/lib/bibdocfile.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/lib/functions/Mail_Submitter.py,
modules/websubmit/lib/functions/Send_APP_Mail.py,
modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_Request_For_Direct_Approval.py,
modules/websubmit/lib/functions/Send_Request_For_Publication.py,
modules/websubmit/lib/functions/Send_Request_For_Refereeing_Process.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py,
modules/websubmit/lib/functions/Upload_Files.py,
modules/websubmit/web/approve.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/admin/referees.py: Phased out legacy
variables 'accessurl', 'urlpath', 'images', 'htdocsurl' used in
WebSubmit.
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/elmsubmit/lib/elmsubmit.py,
modules/elmsubmit/lib/elmsubmit_filename_generator.py: Fixed
support for system-provided magic library.
2008-03-11 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Removed path to now-deleted elmsubmit/lib/magic
directory.
2008-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/elements/bfe_server_info.py,
modules/bibharvest/lib/oai_repository.py,
modules/bibindex/doc/admin/bibindex-admin-guide.webdoc,
modules/bibsched/doc/admin/bibsched-admin-guide.webdoc,
modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/errorlib_webinterface.py,
modules/miscutil/lib/inveniocfg.py,
modules/miscutil/lib/mailutils.py,
modules/webaccess/doc/hacking/webaccess-table-structure.webdoc,
modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webalert/bin/alertengine.in,
modules/webalert/doc/admin/webalert-admin-guide.webdoc,
modules/webalert/lib/alert_engine.py,
modules/webalert/lib/alert_engine_config.py,
modules/webalert/lib/webalert_templates.py,
modules/webjournal/lib/webjournal_config.py,
modules/webjournal/lib/webjournal_templates.py,
modules/webmessage/bin/webmessageadmin.in,
modules/websearch/doc/admin/websearch-admin-guide.webdoc,
modules/websearch/lib/websearch_templates.py,
modules/websession/doc/admin/websession-admin-guide.webdoc,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py,
modules/webstyle/doc/admin/webstyle-admin-guide.webdoc,
modules/webstyle/lib/webdoc.py, modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/lib/fulltext_files_migration_kit.py,
modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py,
modules/websubmit/lib/functions/Is_Referee.py,
modules/websubmit/lib/functions/Mail_New_Record_Notification.py,
modules/websubmit/lib/functions/Mail_Submitter.py,
modules/websubmit/lib/functions/Send_APP_Mail.py,
modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_Request_For_Direct_Approval.py,
modules/websubmit/lib/functions/Send_Request_For_Publication.py,
modules/websubmit/lib/functions/Send_Request_For_Refereeing_Process.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py,
modules/websubmit/web/publiline.py: Updated codebase to use
CFG_SITE_SUPPORT_EMAIL instead of supportemail everywhere. Updated
some outdated page() etc docstrings. Other lowercase legacy
variable updates to follow.
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/elmsubmit/lib/Makefile.am,
modules/elmsubmit/lib/elmsubmit_filename_generator.py: [no log
message]
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/admin/referees.py: Different small fixes
after pylint.
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/lib/webinterface_handler.py: Fixed string.
2008-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/elements/bfe_server_info.py,
modules/bibharvest/lib/bibharvest.py,
modules/bibharvest/lib/oai_repository.py,
modules/elmsubmit/lib/elmsubmit_config.py,
modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/inveniocfg.py,
modules/miscutil/lib/mailutils.py,
modules/webaccess/doc/hacking/webaccess-table-structure.webdoc,
modules/webcomment/lib/webcomment.py,
modules/webhelp/web/admin/howto/howto.webdoc,
modules/webjournal/lib/webjournal_config.py,
modules/webjournal/lib/webjournal_templates.py,
modules/webjournal/lib/webjournal_utils.py,
modules/websearch/doc/search-guide.webdoc,
modules/websearch/lib/websearch_webinterface.py,
modules/websession/lib/webgroup_regression_tests.py,
modules/websession/lib/websession_regression_tests.py,
modules/websession/lib/webuser.py,
modules/websession/lib/webuser_regression_tests.py,
modules/webstyle/lib/webdoc.py,
modules/websubmit/doc/admin/websubmit-admin-guide.webdoc,
modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py,
modules/websubmit/lib/functions/Mail_New_Record_Notification.py,
modules/websubmit/lib/functions/Mail_Submitter.py,
modules/websubmit/lib/functions/Send_APP_Mail.py,
modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_Request_For_Direct_Approval.py,
modules/websubmit/lib/functions/Send_Request_For_Publication.py,
modules/websubmit/lib/functions/Send_Request_For_Refereeing_Process.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py,
modules/websubmit/web/publiline.py: Updated codebase to use
CFG_SITE_ADMIN_EMAIL instead of adminemail everywhere. Other
lowercase legacy variable updates to follow.
2008-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindexadminlib.py: Fixed indentation.
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibclassify/doc/hacking/bibclassify-internals.webdoc,
modules/bibformat/doc/admin/bibformat-admin-guide.webdoc,
modules/bibrank/doc/admin/bibrank-admin-guide.webdoc,
modules/bibrank/doc/hacking/bibrank-internals.webdoc,
modules/bibupload/doc/admin/bibupload-admin-guide.webdoc,
modules/webaccess/doc/admin/webaccess-admin-guide.webdoc,
modules/webaccess/doc/hacking/webaccess-internals.webdoc,
modules/webhelp/web/admin/admin.webdoc,
modules/websearch/doc/admin/websearch-admin-guide.webdoc,
modules/webstyle/doc/admin/webstyle-admin-guide.webdoc: Fixed <br>
in *.webdoc.
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Fixed code WRT pylint
errors.
2008-03-11 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS, modules/bibedit/web/admin/bibeditadmin.py,
modules/bibformat/doc/hacking/bibformat-api.webdoc,
modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_dblayer.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_regression_tests.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibformat/lib/elements/bfe_bibtex.py,
modules/bibformat/lib/elements/bfe_server_info.py,
modules/bibformat/web/admin/bibformatadmin.py,
modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oaiarchiveadminlib.py,
modules/bibharvest/web/admin/bibharvestadmin.py,
modules/bibharvest/web/admin/oaiarchiveadmin.py,
modules/bibindex/lib/bibindexadminlib.py,
modules/bibindex/web/admin/bibindexadmin.py,
modules/bibrank/lib/bibrank_citation_grapher.py,
modules/bibrank/lib/bibrank_downloads_grapher.py,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/bibrank/lib/bibrankadminlib.py,
modules/bibrank/web/admin/bibrankadmin.py,
modules/miscutil/doc/hacking/miscutil-dateutils.webdoc,
modules/miscutil/doc/hacking/miscutil-errorlib.webdoc,
modules/miscutil/lib/dateutils.py,
modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/inveniocfg.py,
modules/miscutil/lib/mailutils.py,
modules/miscutil/lib/messages.py, modules/miscutil/lib/urlutils.py,
modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_mailcookie.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert_webinterface.py,
modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webbasket/lib/webbasket_webinterface.py,
modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcomment_webinterface.py,
modules/webcomment/lib/webcommentadminlib.py,
modules/webcomment/web/admin/webcommentadmin.py,
modules/webjournal/lib/webjournal_config.py,
modules/webjournal/lib/webjournal_templates.py,
modules/webjournal/lib/webjournal_utils.py,
modules/webjournal/lib/webjournal_washer.py,
modules/webjournal/lib/webjournal_webinterface.py,
modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_templates.py,
modules/websearch/doc/hacking/search-engine-api.webdoc,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_external_collections.py,
modules/websearch/lib/websearch_external_collections_searcher.py,
modules/websearch/lib/websearch_external_collections_templates.py,
modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webcoll.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/admin/websearchadmin.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/webgroup.py,
modules/websession/lib/webgroup_dblayer.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/webuser.py,
modules/webstyle/doc/admin/webstyle-admin-guide.webdoc,
modules/webstyle/lib/webdoc.py,
modules/webstyle/lib/webdoc_webinterface.py,
modules/webstyle/lib/webinterface_handler.py,
modules/webstyle/lib/webinterface_tests.py,
modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/lib/bibdocfile.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/lib/websubmitadmin_engine.py,
modules/websubmit/lib/websubmitadmin_templates.py,
modules/websubmit/web/approve.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/admin/referees.py,
modules/websubmit/web/admin/websubmitadmin.py: Updated codebase to
use CFG_SITE_LANG and CFG_SITE_LANGS instead of cdslang and
cdslangs everywhere. Fixed language argument passing in some
client code. Removed trailing whitespace in some client code.
Other lowercase legacy variable updates to follow.
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py: Correctly plugged
intbitset in place of HitSet.
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webjournal/lib/webjournal_config.py: Fixed typos in code.
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webjournal/lib/webjournal.py,
modules/webjournal/lib/webjournal_washer.py: Added missing import.
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: Removed
obsoleted main function.
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webjournal/lib/widgets/bfe_webjournal_widget_weather.py:
Fixed typo bug.
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webjournal/lib/webjournal_utils.py: Fixed Null->None.
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webalert/lib/htmlparser.py: Removed obsoleted main
function.
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibclassify/lib/bibclassifylib.py,
modules/bibedit/web/admin/bibeditadmin.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibharvest/web/admin/oaiarchiveadmin.py,
modules/bibindex/doc/admin/bibindex-admin-guide.webdoc,
modules/bibindex/lib/bibindexadminlib.py,
modules/bibindex/web/admin/bibindexadmin.py,
modules/bibrank/doc/admin/bibrank-admin-guide.webdoc,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrankadminlib.py,
modules/bibrank/web/admin/bibrankadmin.py,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcomment_webinterface.py,
modules/webcomment/lib/webcommentadminlib.py,
modules/webjournal/lib/webjournal_utils.py,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_external_collections_parser.py,
modules/websearch/lib/websearch_external_collections_utils.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/admin/websearchadmin.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession_webinterface.py,
modules/webstyle/lib/webinterface_handler.py,
modules/websubmit/lib/websubmitadmin_templates.py,
modules/websubmit/lib/functions/Create_Modify_Interface.py,
modules/websubmit/lib/functions/Print_Success.py,
modules/websubmit/lib/functions/Print_Success_CPLX.py,
modules/websubmit/lib/functions/Print_Success_DEL.py,
modules/websubmit/lib/functions/Print_Success_MBI.py,
modules/websubmit/lib/functions/Print_Success_SRV.py,
modules/websubmit/lib/functions/Upload_Files.py,
modules/websubmit/web/publiline.py: Fixed a bunch of XHTML errors.
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/testutils.py: Added logging of w3c-validator
output.
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/mailutils.py: Fixed docstring.
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/errorlib.py: Prettyfied the registered
exception logging.
2008-03-11 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in: Removed deleted
bibformat_migration_kit_assistant.py.
2008-03-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/bibformat_migration_kit_assistant.py:
Removed.
2008-03-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/bibformat-admin-guide.webdoc,
modules/bibformat/web/admin/Makefile.am: Removed remaining
bibformat migration kit file. Updated doc accordingly.
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/elements/bfe_fulltext.py,
modules/bibformat/lib/elements/bfe_fulltext_mini.py: Added gettext
support to bfe_fulltext(_mini)
2008-03-11 Tibor Simko <tibor.simko@cern.ch>
* config/invenio.conf, modules/bibedit/lib/refextract_config.py,
modules/bibedit/lib/xmlmarc2textmarclib.py,
modules/bibformat/lib/bibreformat.py,
modules/bibformat/lib/elements/bfe_server_info.py,
modules/bibformat/web/admin/bibformat_migration_kit_assistant.py,
modules/bibformat/web/admin/bibformatadmin.py,
modules/bibharvest/lib/bibharvest.py,
modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oaiarchive_engine.py,
modules/bibharvest/web/admin/bibharvestadmin.py,
modules/bibindex/lib/bibindex_engine_config.py,
modules/bibindex/web/admin/bibindexadmin.py,
modules/bibrank/web/admin/bibrankadmin.py,
modules/elmsubmit/lib/elmsubmit.py,
modules/elmsubmit/lib/elmsubmit_config.py,
modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/inveniocfg.py,
modules/miscutil/lib/mailutils.py,
modules/webaccess/doc/admin/webaccess-admin-guide.webdoc,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webalert/doc/admin/webalert-admin-guide.webdoc,
modules/webalert/lib/webalert_templates.py,
modules/webalert/lib/webalert_webinterface.py,
modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/web/admin/webcommentadmin.py,
modules/webhelp/web/help-central.webdoc,
modules/webhelp/web/admin/admin.webdoc,
modules/websearch/doc/search-guide.webdoc,
modules/websearch/doc/admin/websearch-admin-guide.webdoc,
modules/websearch/doc/hacking/search-engine-api.webdoc,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webcoll.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/admin/websearchadmin.py,
modules/websession/doc/admin/websession-admin-guide.webdoc,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py, modules/webstat/lib/webstat.py,
modules/webstat/lib/webstat_webinterface.py,
modules/webstyle/doc/admin/webstyle-admin-guide.webdoc,
modules/webstyle/lib/webdoc.py,
modules/webstyle/lib/webdoc_webinterface.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py,
modules/websubmit/lib/functions/Mail_New_Record_Notification.py,
modules/websubmit/lib/functions/Mail_Submitter.py,
modules/websubmit/lib/functions/Print_Success.py,
modules/websubmit/lib/functions/Print_Success_MBI.py,
modules/websubmit/lib/functions/Send_APP_Mail.py,
modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_Request_For_Direct_Approval.py,
modules/websubmit/lib/functions/Send_Request_For_Publication.py,
modules/websubmit/lib/functions/Send_Request_For_Refereeing_Process.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py,
modules/websubmit/web/approve.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/admin/referees.py, po/bg.po, po/ca.po,
po/cds-invenio.pot, po/cs.po, po/de.po, po/el.po, po/en.po,
po/es.po, po/fr.po, po/hr.po, po/it.po, po/ja.po, po/no.po,
po/pl.po, po/pt.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po,
po/zh_CN.po, po/zh_TW.po: Updated codebase to use CFG_SITE_NAME and
CFG_SITE_NAME_INTL instead of cdsname and cdsnameintl everywhere.
Other lowercase legacy variable updates to follow.
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webalert/lib/webalert_webinterface.py: Typo "self" vs.
"left".
2008-03-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webalert/lib/alert_engine.py,
modules/webalert/lib/webalert_templates.py: Fixed webalert to be up
to date with centralized send_email tool.
2008-03-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Added some filename
washing for uploaded files (paths, e.g. DFS paths) will now be
stripped from the name before it is saved - i.e. a basename for the
file will be saved.
2008-03-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat.py: Indicate encoding when
exporting to Excel.
2008-03-10 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Stamp_Uploaded_Files.py: The
InvenioWebSubmitFileStamperError exception was moved from
websubmit_file_stamper into websubmit_config so now importing it
from there.
2008-03-10 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_file_stamper.py: Moved exception
InvenioWebSubmitFileStamperError into websubmit_config.
2008-03-10 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_config.py: + Added calls to
__init__ method of base-class Exception for the following
exceptions: * InvenioWebSubmitFunctionError *
InvenioWebSubmitFunctionStop * InvenioWebSubmitFunctionWarning +
Moved exception InvenioWebSubmitFileStamperError from
websubmit_file_stamper into websubmit_config.
2008-03-10 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Do not require presence of
invenio-local.conf.
2008-03-10 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, RELEASE-NOTES, config/invenio-autotools.conf.in,
config/invenio.conf, modules/bibclassify/lib/bibclassify_daemon.py,
modules/bibclassify/lib/bibclassifylib.py,
modules/bibconvert/lib/bibconvert.py,
modules/bibconvert/lib/bibconvert_bfx_engine.py,
modules/bibconvert/lib/bibconvert_xslt_engine.py,
modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibrecord_config.py,
modules/bibedit/lib/bibrecord_tests.py,
modules/bibedit/lib/refextract_config.py,
modules/bibformat/lib/bibformat_bfx_engine.py,
modules/bibformat/lib/bibformat_bfx_engine_config.py,
modules/bibformat/lib/bibformat_config.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_engine_tests.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibformat/lib/bibreformat.py,
modules/bibformat/lib/elements/bfe_server_info.py,
modules/bibharvest/lib/bibharvest.py,
modules/bibharvest/lib/bibharvest_templates.py,
modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oai_repository_webinterface.py,
modules/bibharvest/lib/oaiarchive_engine.py,
modules/bibharvest/lib/oaiarchiveadminlib.py,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibindex/lib/bibindex_engine.py,
modules/bibindex/lib/bibindex_engine_config.py,
modules/bibindex/lib/bibindexadminlib.py,
modules/bibmatch/lib/bibmatch_engine.py,
modules/bibrank/lib/bibrank.py,
modules/bibrank/lib/bibrank_grapher.py,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/bibrank/lib/bibrankadminlib.py,
modules/bibrank/lib/bibrankgkb.py,
modules/bibsched/lib/bibsched.py,
modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_config.py,
modules/bibupload/lib/bibupload_regression_tests.py,
modules/elmsubmit/lib/elmsubmit.py,
modules/elmsubmit/lib/elmsubmit_tests.py,
modules/miscutil/bin/testsuite.in, modules/miscutil/lib/dbquery.py,
modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/errorlib_regression_tests.py,
modules/miscutil/lib/inveniocfg.py,
modules/miscutil/lib/mailutils.py,
modules/miscutil/lib/messages.py,
modules/webaccess/doc/admin/webaccess-admin-guide.webdoc,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/external_authentication_cern_wrapper.py,
modules/webalert/bin/alertengine.in,
modules/webalert/lib/alert_engine.py,
modules/webalert/lib/webalert_templates.py,
modules/webbasket/lib/webbasket_webinterface.py,
modules/webcomment/lib/webcomment.py,
modules/webjournal/lib/webjournal.py,
modules/webjournal/lib/webjournal_config.py,
modules/webjournal/lib/webjournal_templates.py,
modules/webjournal/lib/webjournal_utils.py,
modules/webjournal/lib/webjournal_webinterface.py,
modules/webjournal/lib/widgets/bfe_webjournal_widget_seminars.py,
modules/webjournal/lib/widgets/bfe_webjournal_widget_weather.py,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webcoll.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websearch/lib/websearchadminlib.py,
modules/websession/lib/inveniogc.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/webgroup_dblayer.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/webuser.py, modules/webstat/lib/webstat.py,
modules/webstat/lib/webstat_engine.py,
modules/webstat/lib/webstat_templates.py,
modules/webstat/lib/webstat_webinterface.py,
modules/webstyle/lib/webdoc.py,
modules/webstyle/lib/webinterface_handler.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/lib/bibdocfile.py,
modules/websubmit/lib/fulltext_files_migration_kit.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_file_stamper.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/lib/websubmitadmin_engine.py,
modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py,
modules/websubmit/lib/functions/Convert_RecXML_to_RecALEPH.py,
modules/websubmit/lib/functions/Format_Record.py,
modules/websubmit/lib/functions/Insert_Modify_Record.py,
modules/websubmit/lib/functions/Insert_Record.py,
modules/websubmit/lib/functions/Make_Dummy_MARC_XML_Record.py,
modules/websubmit/lib/functions/Make_Modify_Record.py,
modules/websubmit/lib/functions/Make_Record.py,
modules/websubmit/lib/functions/Move_From_Pending.py,
modules/websubmit/lib/functions/Move_to_Done.py,
modules/websubmit/lib/functions/Move_to_Pending.py,
modules/websubmit/lib/functions/Report_Number_Generation.py,
modules/websubmit/lib/functions/Upload_Files.py,
modules/websubmit/web/approve.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py: Updated conf files.
Replaced old style variable names (e.g. WEBURL) with new style ones
(e.g. CFG_SITE_URL). Used CFG_* prefix for all derived variables
everywhere. Phased out some unused variables (e.g. bibupload),
cleaned some derived variables. Fixed a couple of syntactical
errors spotted during the client code editing. Please update your
invenio-local.conf. More cleaning to come before the release.
2008-03-10 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_file_stamper.py: Added quoting
for all shell arguments. Crazy filenames should now be handled OK.
2008-03-10 Samuele Kaplun <samuele.kaplun@cern.ch>
* po/it.po: Completed Italian translation.
2008-03-10 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webjournal/lib/webjournal_utils.py: Small text fix.
2008-03-10 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_fulltext.py: Fixed syntax
error.
2008-03-10 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_date.py: Fixed syntax. Default
date format is '%d %B %Y' now instead of empty.
2008-03-10 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/errorlib.py: Reformatted output for
registered exception sent via email.
2008-03-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py: Lowered Demo Site
output message.
2008-03-09 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/publiline.py: Deprecated the following 3
functions: + getInfo + getInPending + getInAlice
They basically search for details of an item that has at some point
been submitted for referee-approval. getInPending looks for those
details in the WebSubmit pending dir, whereas getInAlice looks for
the details in the CDS Invenio repository. getInfo was some glue
that first called getInPending, then getInAlice if that failed to
find anything.
The way they were used was like this:
try: (authors,title,sysno,newrn) = getInfo(doctype,categ,RN)
except TypeError: return _("Unable to display document.")
It's ugly because the function(s) either returns a 4-element tuple
or integer 0, catching a type-error to realise that it found
nothing.
Another problem (the major motivation for these changes) was that
"getInPending" searches in the pending directory for the following
hard-coded filenames: + TI + TIF + AU + SN This basically
means that the Invenio admin isn't free to call her form fields for
title, etc as she likes, which isn't very nice. To get around this,
I added 3 new functions: + get_pending_item_details (replaces
getInfo) + get_brief_doc_details_from_pending (replaces
getInPending) + get_brief_doc_details_from_repository (replaces
getInAlice)
The idea is that in the "submit" stage of the item, a WebSubmit
function "Make_Dummy_MARC_XML_Record" should be called. This will
create a MARC XML record containing the metadata. This record can
then be parsed here, and fields like title, authors, etc extracted
from it.
For backward compatibility reasons, "get_pending_item_details"
fails to find anything, the old "getInfo" is called. This should
probably be removed though.
2008-03-09 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/DEMOBOO.tpl,
modules/websubmit/etc/DEMOTXT.tpl,
modules/websubmit/etc/DEMOTXTcreate.tpl,
modules/websubmit/etc/DEMOTXTmodify.tpl,
modules/websubmit/etc/DEMOBOOcreate.tpl,
modules/websubmit/etc/DEMOBOOmodify.tpl: First versions of the
bibconvert configuration templates for the new "DEMOTXT" and
"DEMOBOO" submissions.
2008-03-09 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/DEMOTHE.tpl: Corrected the definition of
the "day" field of the "DEMOTHE_DATE" element.
2008-03-09 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/Makefile.am: Added the bibconvert
configuration templates for record-creation in the new DEMOTXT and
DEMOBOO submissions.
2008-03-09 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Print_Success_APP.py: Wanted to
add a new parameter "decision_file", because the function
previously looked for the hard-coded filename "decision", which
meant that any referee's decision field on the form had to be
called "decision". Anyway, because the function was so short, and
a mess, I decided to rewrite it. Sadly, it's still not perfect
because it needs to make use of the global variable "rn" in the
message. Although it now has some exception-registering, it still
needs work in the situation where it wasn't possible to read from
the referee's decision file at all, yet should still return a
message to be deisplayed in the user's browser (I'd have liked to
have raised an InvenioWebSubmitFunctionWarning there, but that
would prevent the return of a string for the user. So, this needs
to be touched-up at some point . . . )
2008-03-09 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Send_APP_Mail.py: + Corrected a
bug encountered when using a regexp to search in the report-
number for category. (If <CATEG> wasn't in the string, i.e. there
is no category in the report number, a non-existent match-group
was referenced.) + Added two new parameters: - decision_file
The name of the file in which the referee's decision is stored.
Previously, it looked for the hard-coded filename
"decision", which meant that the form element for the
referee's decision had to be called 'decision'. Not nice -
now the admin can call it whatever (s)he wants, e.g.
"DEMOBOO_DESCN" in the ATLANTIS Demo Book submission. For
backward-compatibility reasons, if no value is provided for
the "decision_file" parameter, the function will look for
"decision". - comments_file The name of the file in
which the referee's comments are stored. Previously, it
looked for the hard-coded filename "COM", which meant that
the form element for the referee's comments had to be called
"COM". Not nice - now the admin can call it whatever (s)he wants,
e.g. "DEMOBOO_COMNT" in the ATLANTIS Demo Book submission.
For backward-compatibility reasons, if no value is provided
for the "comments_file" parameter, the function will look
for "COM".
2008-03-09 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql: Added the configuration
information for two new demo submissions: + "Demo Textual
Document Submission" (DEMOTXT); + "Demo Book Submission
(Refereed)" (DEMOBOO);
2008-03-09 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabfill.sql: + Added "decision_file"
parameter to functions "Update_Approval_DB", "Send_APP_Mail" and
"Print_Success_APP". + Added "comments_file" parameter to function
"Send_APP_Mail".
2008-03-09 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Update_Approval_DB.py: Fixed a
variable-name error.
2008-03-07 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabfill.sql: Added details of the
"Make_Dummy_MARC_XML_Record" function.
2008-03-07 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added the
Make_Dummy_MARC_XML_Record.py function
2008-03-07 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Make_Dummy_MARC_XML_Record.py:
First version of a function to make a 'dummy' MARC XML record.
This record could have various uses later during a submission (e.g.
creating a preview with bibconvert, enabling the publiline system
to identify fields like title without having to know the filenames
of these fields, etc.)
2008-03-07 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Update_Approval_DB.py: Fixed some
bad handling of groups in regexp searches.
2008-03-07 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_templates.py: Fixed a bug:
contcatenation of str and long types when moving between submission
pages with the number-tabs at the top of the pages.
2008-03-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Added check for existence of
md5sum (e.g. it doesn't exist on MacOS X).
2008-03-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* po/it.po: Partially updated the Italian translation.
2008-03-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_templates.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py: Fixed some
strings.
2008-03-07 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Added Joel.
2008-03-07 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Added Tony, Rado, and Marcus. Updated some information.
2008-03-07 Tibor Simko <tibor.simko@cern.ch>
* ChangeLog, NEWS, RELEASE-NOTES, configure.ac: Preliminary release
and upgrade instructions in view of forthcoming CDS Invenio
v0.99.0. Populated ChangeLog history. Instructions to be updated,
NEWS to be written.
2008-03-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_regression_tests.py: Fixed lowering
of format bug. Now a file with extension .ps.Z can be happily
uploaded. Added regression test to test this and appending.
2008-03-07 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Bumped up the version number.
2008-03-07 Tibor Simko <tibor.simko@cern.ch>
* po/el.po: Greek translation updates, thanks to Theodoros
Theodoropoulos.
2008-03-07 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/it.po,
po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po,
po/sv.po, po/uk.po, po/zh_CN.po, po/zh_TW.po: Added phrases from
new BFT files and from a fixed PY file. Bumped up the version
number in view of forthcoming release.
2008-03-07 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in: Added BFT files. Added missing WEBDOC files.
2008-03-07 Tibor Simko <tibor.simko@cern.ch>
* po/Makefile.in.in: Added support for BFT file type.
2008-03-07 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webjournal/lib/bfe_ObjectLanguage.py: Fixed syntax error.
2008-03-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py: Fixed bug that prevented to
correctly append documents via FFT.
2008-03-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Fixed bug that prevented
recognizing .ps.Z as a valid format file.
2008-03-06 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql: A couple of corrections to
DEMOTHE fields; Updated the DEMOPIC submission to standardise it
and bring it into line with the new DEMO* submissions model
(position of mandatory asterisks, reference- number format,
submission description message, etc);
2008-03-06 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql: Updated the fields on the
DEMOTHE submission pages to standardise the labels, mandatory
stars, etc, and to prettify it some more.
2008-03-06 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/Makefile.am: Renamed DEMOTH.tpl,
DEMOTHcreate.tpl and DEMOTHmodify.tpl to DEMOTHE.tpl,
DEMOTHEcreate.tpl and DEMOTHEmodify.tpl
2008-03-06 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/DEMOTH.tpl,
modules/websubmit/etc/DEMOTHcreate.tpl,
modules/websubmit/etc/DEMOTHmodify.tpl: The Demo Thesis submission
[DEMOTH] was renamed to [DEMOTHE]. Accordingly, these templates
were also renamed.
2008-03-06 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/DEMOTHE.tpl,
modules/websubmit/etc/DEMOTHEcreate.tpl,
modules/websubmit/etc/DEMOTHEmodify.tpl: The bibconvert
configuration templates used for record-creation in the Demo Thesis
(DEMOTHE) submission. (Note: Used to be DEMOTH, but was renamed.)
2008-03-06 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql: + Renaming of 'DEMOTH' to
'DEMOTHE'; Changed a couple of fieldnames; Changed the
description of the DEMOTHE document type to reflect the fact that
it is the simplest of the demo submissions.
2008-03-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/etc/format_templates/Default_HTML_actions.bft,
modules/bibformat/etc/format_templates/Default_HTML_files.bft:
Translates _(text)_ in format templates.
2008-03-06 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql: Added the details of the
new `Demo Thesis' (DEMOTH) submission. Dropped the `THESIS'
category of document from the `TEXT' and `RTEXT' submissions
because it's no longer needed.
2008-03-06 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/Makefile.am: Added details of
DEMOTHmodify.tpl
2008-03-06 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/DEMOTHmodify.tpl: The bibconvert template
used for modifying a Demo Thesis record (DEMOTH).
2008-03-06 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/DEMOTHcreate.tpl: Updated MINLW function
argument to 116 for thesis supervisor's line.
2008-03-06 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/errorlib_regression_tests.py: Updated
cosmetics.
2008-03-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Added some checks for spotting
misuses of collect_user_info.
2008-03-05 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_webinterface.py: Fixed a variable
naming bug (with Sam).
2008-03-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: collect_user_info allows now a
dictionary as input. It will consider it as a previous call to
collect_user_info and will just return. (useful for build function
around collect_user_info that should work with uid, user_info or
req).
2008-03-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/bin/testsuite.in,
modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/errorlib_regression_tests.py,
modules/miscutil/lib/textutils_tests.py: Added regression tests for
register_exception. Added tests for wrap_text_in_a_box.
2008-03-05 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/Makefile.am: Added 'DEMOTH.tpl' and
'DEMOTHcreate.tpl' to submission templates data.
2008-03-05 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/DEMOTH.tpl,
modules/websubmit/etc/DEMOTHcreate.tpl: Bibconvert templates used
for the creation of DEMO Thesis (DEMOTH) records in the ATLANTIS
demo site.
2008-03-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindexadminlib.py,
modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/access_control_mailcookie.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/websession/lib/webgroup_dblayer.py,
modules/websession/lib/webuser.py,
modules/webstat/lib/webstat_engine.py: Corrected SELECT * queries.
2008-03-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/elements/bfe_fulltext_mini.py: Fixed bug
where list was treated as dictionary making the element to fail.
2008-03-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiarchive_engine.py: Removed fragile SQL
code. Thanks to Gregory Favre (EPFL).
2008-03-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Fixed test
WRT indentation (strange had already fixed yesterday for the same
reason...)
2008-03-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset_setup.py: Removed previous
prettyfication. It doesn't work :-(
2008-03-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset_setup.py: Prettified revision name
(it is used in Python 2.5 to create the egg info file.
2008-03-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/lib/webinterface_handler.py: Not registering
apache.SERVER_RETURN which is a legal mod_python way to communicate
to Apache.
2008-03-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/fulltext_files_migration_kit.py: Printing
fixed here and there. Used intbitset for iterating over a huge
collection of recids.
2008-03-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/mailutils.py: Various comment cleaning and
small fixies...
2008-03-04 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery_tests.py: Updated to
test_utf8_python_mysqldb_mysql_storage_chain() to reflect similar
code in inveniocfg.py code and to please pylint.
2008-03-04 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Implemented
'--reset-fieldnames' to have I18N translations. Updated wrapped
text box messages as per the new newline treatment. Small code
refactoring to please pylint.
2008-03-04 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS: Added --use-fuzzy and --use-untranslated options to
the msgcmp example to fit recent gettext versions.
2008-03-04 Tibor Simko <tibor.simko@cern.ch>
* po/el.po: Completed Greek translation, thanks to Theodoros
Theodoropoulos.
2008-03-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/errorlib.py,
modules/webstyle/lib/webinterface_handler.py: Renamed alert_support
to alert_admin in register_exception. sending email from adminemail
to adminemail.
2008-03-04 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Updated kwalitee-check-sql-queries target to detect
SQL SELECT queries without explicit column list.
2008-03-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/lib/webinterface_handler.py: For errorlib.py
commit: Added alert_support flag defaulted to False in
register_exception function, in order to alert the support about
particular excpetion. Added registering and alerting of support
for unhandled exception within Invenio.
2008-03-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/errorlib.py: [no log message]
2008-03-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/textutils.py: Fixed exceptions for very
small max_col values. Smart handling of new lines '\n' -> '',
'\n\n' -> '\n', '\n\n\n' -> '\n\n'... (so that one can happily wrap
multilines text). Note in order to have a true newline now you have
to type twice \n.
2008-03-03 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Added tests
for external sysno queries with recid-like URLs.
2008-03-03 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: If an external sysno was
used as a search argument, and no record with such a sysno exists,
fall to a not-found case rather than to ignoring the argument.
2008-03-03 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, config/invenio-autotools.conf.in, config/invenio.conf,
modules/miscutil/lib/inveniocfg.py: Introduced single conf section
called 'Invenio', as this is how CFG_FOO_BAR are currently being
used. (You may want to update your invenio-local.conf files.)
2008-03-03 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Prettified boxed output
messages as per the new wrap_text_in_a_box().
2008-03-03 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Fixed two
sorting test cases and the search guide test case.
2008-03-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Fixed
regression test WRT spacing in formatting.
2008-03-03 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added a pointer to the HOWTO Run guide once the
installation is finished. Also, done some minor updates WRT
wording.
2008-03-03 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Corrected list() docstring.
2008-03-03 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Added '--list' option to
print names and values of all options from conf files.
2008-03-03 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Improved handling of options
with values (--conf-dir, --get). The latter can be repetitive now.
2008-03-03 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Added '--get' option for
third-party programs to easily access values of conf options such
as CFG_PREFIX.
2008-03-03 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabfill.sql: Added details of the WebSubmit
function 'Stamp_Uploaded_Files'.
2008-03-03 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added
'Stamp_Uploaded_Files.py' function.
2008-03-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/password_migration_kit.py: Used
wrap_text_in_a_box to print messages.
2008-03-03 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/hacking/bibformat-api.webdoc,
modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_regression_tests.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibformat/lib/elements/bfe_client_info.py,
modules/bibformat/lib/elements/bfe_edit_record.py,
modules/bibformat/web/admin/bibformatadmin.py,
modules/webjournal/lib/webjournal.py,
modules/websearch/lib/search_engine.py: Replaced 'req' and 'uid'
arguments of BibFormatObject with 'user_info'.
2008-03-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Stamp_Uploaded_Files.py: Fixed a
bug encountered when trying to retrive a stamped file from the
temporary stamping directory.
2008-03-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Stamp_Uploaded_Files.py: Updated
docstring to take account of the "stamp" parameter.
2008-03-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Stamp_Uploaded_Files.py: First
version of a function to stamp certain files when uploaded during a
submission.
2008-02-29 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/Makefile.am: Added
"websubmit_file_stamper.py" to "pylib_DATA".
2008-02-29 Tibor Simko <tibor.simko@cern.ch>
* po/zh_TW.po: Added translations from obsoleted SQL inserts.
2008-02-29 Tibor Simko <tibor.simko@cern.ch>
* po/hr.po, po/zh_CN.po: Added translations from obsoleted SQL
inserts.
2008-02-29 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po: Added translations from obsoleted SQL inserts.
2008-02-29 Tibor Simko <tibor.simko@cern.ch>
* po/ja.po: Added translations from obsoleted SQL inserts.
2008-02-29 Tibor Simko <tibor.simko@cern.ch>
* po/uk.po: Added translations from obsoleted SQL inserts.
2008-02-29 Tibor Simko <tibor.simko@cern.ch>
* po/el.po: Added translations from obsoleted SQL inserts.
2008-02-29 Tibor Simko <tibor.simko@cern.ch>
* po/sv.po: Added translations from obsoleted SQL inserts.
2008-02-29 Tibor Simko <tibor.simko@cern.ch>
* po/no.po: Added translations from obsoleted SQL inserts.
2008-02-29 Tibor Simko <tibor.simko@cern.ch>
* po/cs.po: Added translations from obsoleted SQL inserts.
2008-02-29 Tibor Simko <tibor.simko@cern.ch>
* po/sk.po: Added translations from obsoleted SQL inserts.
2008-02-29 Tibor Simko <tibor.simko@cern.ch>
* po/ru.po: Added translations from obsoleted SQL inserts.
2008-02-29 Tibor Simko <tibor.simko@cern.ch>
* po/it.po: Added translations from obsoleted SQL inserts.
2008-02-29 Tibor Simko <tibor.simko@cern.ch>
* po/pt.po: Added translations from obsoleted SQL inserts.
2008-02-29 Tibor Simko <tibor.simko@cern.ch>
* po/pl.po: Added translations from obsoleted SQL inserts.
2008-02-29 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibedit/lib/bibrecord.py,
modules/bibedit/lib/bibrecord_tests.py,
modules/bibformat/lib/bibformat_regression_tests.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibmatch/lib/bibmatch_engine.py,
modules/miscutil/lib/dbquery.py, modules/miscutil/lib/textutils.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webmessage/lib/webmessage_templates.py,
modules/websession/lib/websession_templates.py: Cleaned usage of
indent_text everywhere. Cleaned foo = "%s%s" % (foo, bar) used to
concatenate foo and bar, with loss of performance.
2008-02-29 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_admin.py: Fixed a bug,
recently introduced: return somelist.append(something) would return
None :-).
2008-02-29 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/textutils.py: Pylinted.
2008-02-29 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/textutils.py: indent_text have a wrap
parameter defaulted to False, so that by default it behaves by only
indenting, as expected.
2008-02-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_templates.py: Removed on-the-fly
indentation of the html source.
2008-02-28 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en.po,
po/es.po, po/fr.po, po/hr.po, po/it.po, po/ja.po, po/no.po,
po/pl.po, po/pt.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po,
po/zh_CN.po, po/cds-invenio.pot, po/zh_TW.po: Message update to
incorporate new and forgotten messages. Some translations updated
with values taken from old SQL files. Some translations still to
be updated.
2008-02-28 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Added reminder for fieldname
inserts.
2008-02-28 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS: Removed terms from SQL files that are now located in
the PO files.
2008-02-28 Tibor Simko <tibor.simko@cern.ch>
* config/invenio.conf: Align (S)WEBURL examples with the INSTALL
file.
2008-02-28 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Documented hints on editing invenio-local.conf.
2008-02-28 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql: Removed rnkMETHODNAME and
fieldname I18N inserts that are now being done via inveniocfg from
PO files.
2008-02-28 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql: Removed rnkMETHODNAME
inserts as they are now being done via inveniocfg through PO files.
Also, added version number comment and copyright statement.
2008-02-28 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/help-central.webdoc: Use PO style _(Search
Guide)_ phrase.
2008-02-28 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabdrop.sql: Added forgotten
collection_clsMETHOD table.
2008-02-28 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Added invenio-local.conf
functionality. Added two new I18N fields.
2008-02-28 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/textutils.py: Fixed a bug in which
subsequent use of wrap_text_in_a_box touched permanently the
default style.
2008-02-28 Tibor Simko <tibor.simko@cern.ch>
* config/invenio.conf: Documented local config file functionality
('invenio-local.conf'). Cleaned some unused conf sections and
other cosmetics.
2008-02-28 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/fulltext_files_migration_kit.py,
modules/miscutil/lib/textutils.py: Ported
fulltext_files_migration_kit to wrap_text_in_a_box.
2008-02-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Updated browse_pattern()
in order to discard enclosing double quotes should the search
pattern have them around. Useful if the search pattern comes from
explicit exact phrase search kind of searches.
2008-02-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Removed unnecessary
double quotes around browse pattern in the browse page's search
links.
2008-02-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: Propagate properly
language environment in browse pages. Fixed search links in browse
pages for non-default languages. Fixed browse list table row
alignment. Thanks to Ferran Jorba for reporting the problem.
2008-02-28 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Fixed bug about
last_update_time of an index no more updated.
2008-02-28 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/textutils.py: Fixed handling of double new
lines and of tabs.
2008-02-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Removed CERN-only hack
for dummy collections.
2008-02-27 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_file_stamper.py: Import of some
CFG_ config variables from invenio.config; Updated help message;
Added example of how to call the tool via the CLI;
2008-02-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/textutils.py: Fixed style_name -> style.
'DEFAULT' -> '__DEFAULT'.
2008-02-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webmessage/lib/webmessage_templates.py: Fixed two I18N
output messages. (Do not use more than one unnamed parameter (%s)
because some languages may need to invert the order. Use named
parameters instead.)
2008-02-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/textutils.py: Fixed a small bug and restyled
variables names.
2008-02-27 Tibor Simko <tibor.simko@cern.ch>
* config/invenio-autotools.conf.in: Added CFG_PATH_PDFTK and
CFG_PATH_PDF2PS.
2008-02-27 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Documented need for pdftk and pdf2ps for fulltext file
stamping.
2008-02-27 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added check for pdftk and pdf2ps. Bumped up the
version number.
2008-02-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css: Harmonized colours of the tab text
and the tab border for all three kinds of detailed record page tabs
(active, inactive, disabled).
2008-02-27 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in: Added inveniocfg.py.
2008-02-27 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/etc/DEMOPIC.tpl,
modules/websubmit/etc/DEMOPICcreate.tpl,
modules/websubmit/etc/DEMOPICmodify.tpl,
modules/websubmit/etc/EDSRTEXT.tpl,
modules/websubmit/etc/EDSRTEXTcreate.tpl,
modules/websubmit/etc/EDSRTEXTmodify.tpl,
modules/websubmit/etc/EDSTEXT.tpl,
modules/websubmit/etc/EDSTEXTcreate.tpl,
modules/websubmit/etc/EDSTEXTmodify.tpl: Added comment with the
template version number. Deleted trailing blank lines. With Nick.
2008-02-27 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, modules/websubmit/etc/DEMOPIC.tpl,
modules/websubmit/etc/DEMOPICcreate.tpl,
modules/websubmit/etc/DEMOPICmodify.tpl,
modules/websubmit/etc/EDSRTEXT.tpl,
modules/websubmit/etc/EDSRTEXTcreate.tpl,
modules/websubmit/etc/EDSRTEXTmodify.tpl,
modules/websubmit/etc/EDSTEXT.tpl,
modules/websubmit/etc/EDSTEXTcreate.tpl,
modules/websubmit/etc/EDSTEXTmodify.tpl,
modules/websubmit/etc/Makefile.am,
modules/websubmit/etc/demo-stamp-left-logo.png,
modules/websubmit/etc/demo-stamp-left.tex: Moved WebSubmit config
files all in one etc place, with Nick. Standardized stamper config
file names.
2008-02-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/textutils.py: Enhanced wrap_text_in_a_box
function.
2008-02-27 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Removed unused (and useless) Month.KB.
2008-02-27 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/Makefile.am: Added "file_stamper_templates"
to list of directories.
2008-02-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* THANKS, modules/bibclassify/etc/Makefile.am,
modules/bibclassify/etc/NASA-subjects.rdf,
modules/bibclassify/etc/nasa-instruments.rdf,
modules/bibclassify/etc/nasa-subjects.rdf,
modules/bibclassify/lib/bibclassify_daemon.py,
modules/miscutil/demo/democfgdata.sql,
modules/miscutil/sql/tabcreate.sql: Removed NASA-instruments which
doesn't bring any results. Updated bibclassify to allow for a
location (e.g. a url or a full path) to a Taxonomy.
2008-02-27 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/lib/bibclassify_daemon.py: Fixed syntax error
in update_date_of_last_run().
2008-02-27 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql: Fixed syntax error in
BibClassify table insert statements.
2008-02-27 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_file_stamper.py: + Replaced use
of os.popen with os.system in places where it wasn't important to
read anything back from a command. This should avoid problems
like the error code status being read, or the existence of a
file [that should have been created by the command] being tested
before the command that was launched under os.popen has actually
finished executing.
2008-02-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/demo/democfgdata.sql,
modules/bibclassify/lib/bibclassify_daemon.py,
modules/bibclassify/lib/bibclassifylib.py: Made bibclassifyd to
run. Added a couple of example in demo site.
2008-02-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.c,
modules/miscutil/lib/intbitset.pyx,
modules/miscutil/lib/intbitset_tests.py: Added support for
constructing an intbitset after the result of e.g. run_sql('SELECT
id FROM bibrec WHERE...'), i.e. support for tuple of tuples of
single integer. Tested on Gnu/Linux,64bits,Python2.5
Gnu/Linux,64bits,Python2.3 Gnu/Linux,32bits,Python2.4. Still to be
tested on MacOS X.
2008-02-26 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Documented new way of creating Apache vhost
configurations.
2008-02-26 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Renamed
'--generate-apache-conf' to '--create-apache-conf' in order to
resemble '--create-tables' which is a kind of equivalent option.
2008-02-26 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Added --generate-apache-conf
option to assist in creation of Apache virtual hosts.
2008-02-26 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Prettified error messages of
test_db_connection().
2008-02-26 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Added test of the DB
connection during the table creation step.
2008-02-26 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/textutils.py: Made wait_for_user() abort
message more generic.
2008-02-26 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am, install-tests.py: Removed install-tests.py now that
it was integrated with inveniocfg.
2008-02-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py,
modules/webaccess/lib/webaccessadmin_lib.py: Fixed authentication
hack previously introduced.
2008-02-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/textutils.py: Enhanced wrap_text_in_a_box
and prefix_text (was make_conclusions).
2008-02-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* THANKS: Added thanks to NASA for the SKOS files.
2008-02-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/webaccessadmin_lib.py: Fixed small import
bug.
2008-02-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Intregrated latest
modification to webaccessadmin.
2008-02-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibclassify/etc/Makefile.am,
modules/bibclassify/etc/nasa-instruments.rdf,
modules/bibclassify/etc/nasa-subjects.rdf: Added two more examples
of SKOS/RDF files, thanks to NASA.
2008-02-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am: Updated Makefile.am to reflect authentication moved
away from SQL script.
2008-02-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/inveniogc.py: Moved action name from
runsessiongc to runinveniogc.
2008-02-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webaccount.py: Small cleaning.
2008-02-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py: Cleaned options and
added -D for setting/resetting demo site authorizations.
2008-02-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_config.py: Separeted demo
site frome core, and cleaned authorization information.
2008-02-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_admin.py: Hardcode
SUPERADMINROLE super powers. No more in database, this helps in
keeping everything synchronized.
2008-02-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/sql/tabfill.sql: Moved away authentication from
SQL script.
2008-02-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Added good indexes to bibrec,
bibdoc, and added collection_clsMETHOD table.
2008-02-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/demo/democfgdata.sql: Moved away authentication
script from SQL.
2008-02-25 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Corrected
two sort results regression test cases, taking into account the new
demo data (#93).
2008-02-25 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Added CERN-only dirty
hack for making base 29 dummy/deleted records visible to library
approvers. A more elegant solution is to be implemented later,
since the functionality is potentially interesting to any Invenio
lambda site too.
2008-02-25 Tibor Simko <tibor.simko@cern.ch>
* RELEASE-NOTES: Moved check-custom-templates from INSTALL file.
2008-02-25 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Introduced distinction between 'installation' and
'configuration'. Added instructions for inveniocfg. (More to
follow.) Moved check-custom-templates to upgrade instructions
only.
2008-02-25 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Added options to finish the
installation and set up demo site. Added option to specify conf
file location. Added '--update-all' and '--reset-all' options.
Added partially implemented reset I18N field names option. Respect
ordering of options in the command line. More changes to follow.
2008-02-25 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/textutils.py: Added wait_for_user() that is
useful for interactive CLI programs. Slightly emended
wrap_text_in_a_box(). More refactoring needed, e.g.
make_conclusion() is but a special case of wrap_text_in_a_box().
2008-02-25 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/Makefile.am,
modules/webaccess/bin/Makefile.am: Removed some chmodding that is
not necessary anymore.
2008-02-25 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/Makefile.am: Install demo config SQL data
for later use.
2008-02-25 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Updated doc messages to refer to inveniocfg. Do not
advise to check-custom-templates as it belongs to upgrade path
only. Do not call inveniocfg upon installing. Do not manipulate
localstate directory permissions. Phased out 'create-table' and
friends that are now being performed via 'inveniocfg' after basic
installation.
2008-02-25 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, modules/webhelp/web/hacking/test-suite.webdoc:
Phased out 'make create-tables' in the documentation in profit of
'inveniocfg --create-tables' and friends.
2008-02-25 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/testutils.py: Updated doc WRT 'inveniocfg
--create-demo-site' and friends.
2008-02-25 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/dbexec.in, modules/miscutil/lib/dbquery.py:
Used the same demo values for WEBURL and DB credentials as in
invenio.conf.
2008-02-25 Tibor Simko <tibor.simko@cern.ch>
* THANKS: Added Zbigniew Leonowicz for the Polish translation
updates.
2008-02-25 Tibor Simko <tibor.simko@cern.ch>
* po/pl.po: Updated Polish translation, thanks to Zbigniew
Leonowicz.
2008-02-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibedit/lib/bibedit_templates.py: After a record has been
modified, propose to edit another one. Removed trailing
whitespaces.
2008-02-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/textutils.py: Added make_conclusion and
wrap_in_a_box nice function for uniforming printed strings.
2008-02-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py,
modules/websubmit/lib/fulltext_files_migration_kit.py: Fixed typo
in touch() last commit. Addeded very detailed logging to the
migration_kit, in order to spot any possible issue.
2008-02-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Update bibrec modification
time when bibdoc is modified. NOTE: are there any side issues to
this? Does future MARCXML versioning breaks?
2008-02-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat.py: Removed column headers in the
Excel format, since it is not flexible enough to create formats
with a different number of columns. To be moved later to
bibformat_templates.py if needed.
2008-02-21 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/xmlmarc2textmarclib.py: Moved the line "from
__future__ import generators" to be the first statement of the
file in order to correct a syntax error in Python 2.5.1, which
complained that from __future__ imports had to be at the beginning
of the file.
2008-02-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/css/cds.css: Prevent wrapping of links in header
menu.
2008-02-19 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_file_stamper.py: More refactoring
and renaming of stuff. Also now using tempfile.mkdtemp for
creation of the working directory in ~invenio/var/tmp;
2008-02-19 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_file_stamper.py: Plenty of
refactoring and updates to the script. There are now 3 stamping
options: + first -> stamp only the first page of the file;
+ all -> stamp all pages of the file; + coverpage -> add
a separate cover page to the file;
2008-02-19 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_templates.py: Fixed resizing of
documentation frame inside template editor.
2008-02-18 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Removed AC_PREFIX_DEFAULT call now that we test for
prefix explicitly.
2008-02-18 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added explicit prefix test so that the
localstatedir hack works. (It could give NONE otherwise.)
2008-02-17 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Updated sections on OS, on the configure parameters, and
on checking style templates. (The last one should be moved into
upgrade guide.)
2008-02-17 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added AC_PREFIX_DEFAULT so that we shall install
into /opt/cds-invenio by default. "./configure" can now be called
without any arguments.
2008-02-15 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Updated jsmath box cosmetics.
2008-02-15 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in: Removed now-gone dbtest.in file.
2008-02-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am: Fixed dbexec calls made from top_src.
2008-02-15 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_regression_tests.py: adding
author affilitions in demo records changed the order in search
responses - adjusted
2008-02-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_regression_tests.py: Fixed web
interface bug in WebBasket when not selecting a topic, but creating
a new one. Corrected regression tests.
2008-02-15 Marko Niinimaki <manzikki@gmail.com>
* modules/bibformat/lib/bibformat_regression_tests.py: changed the
text cases to include author affiliations as added to demobibdata
2008-02-15 Tibor Simko <tibor.simko@cern.ch>
* configure-tests.py: Severed test for minimal MySQLdb version.
Added test for minimal Stemmer version. Also, minor cosmetic
changes.
2008-02-15 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, Makefile.am, config.nice.in, configure.ac,
install-tests.py, config/invenio-autotools.conf.in,
config/invenio.conf, modules/elmsubmit/etc/elmsubmit.cfg.in,
modules/miscutil/bin/.cvsignore, modules/miscutil/bin/Makefile.am,
modules/miscutil/bin/dbexec.in, modules/miscutil/bin/dbtest.in,
modules/miscutil/lib/.cvsignore, modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/dbquery.py,
modules/miscutil/lib/dbquery.py.in,
modules/miscutil/lib/inveniocfg.py: Moved important runtime
parameters (URLs, DB credentials) from configure options into
invenio.conf. This permits to install Invenio without thinking too
much about them in advance, and to change them later after initial
demo tests are successful, without having to reinstall. Enriched
inveniocfg tool with options to update necessary files (such as
dbquery.py) in situ, keeping one backup file (.OLD).
2008-02-14 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/doc/admin/bibupload-admin-guide.webdoc: Fixed
doc concerning REVERT functionality.
2008-02-14 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Call inveniocfg --generate-config-py after
installation. Adapted inveniocfg --reset-* calls.
2008-02-14 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Do not require conf files as
arguments anymore; rather, look for them in etcdir. When doing
--generate-config-py, do not emit config.py contents anymore;
rather edit the file on the spot in libdir, making a backup first.
This permits to rerun inveniocfg more conveniently during runtime.
2008-02-14 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/Makefile.am: Do not generate config.py
during make anymore. It will be generated later during make
install by inveniocfg.
2008-02-14 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_file_stamper.py: Initial commit
of a utility to enable WebSubmit to add a stamp to a file. **
NOTE: This utility is in a broken state - do not use yet.
2008-02-14 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/inveniocfg.py: Fixed --reset-cdsname so that
it does not touch reclist cache when not needed, and so that it
updates international translations as well.
2008-02-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/bibupload/doc/admin/bibupload-admin-guide.webdoc,
modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_regression_tests.py: Formalized
__str__() method of BibRecDocs, BibDoc, BibDocFile. Fixed sorting
of 8564 rows in MARC produced by BibUpload. Added revert method to
bibdoc, in order to revert to old revision. Fixed deleting bibdoc,
by renaming to DELETED-datetime-docname, so that creating a bibdoc
called docname is then possible. Fixed undelete to work with new
delete algorithm Fixed websubmit file-non-existing error-box which
was raising an exception. Added $v e REVERT command to FFT in
order to exploit revert method of bibdoc. Added regression test
for testing --replace, REVERT and __str__
2008-02-14 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql, modules/miscutil/sql/tabfill.sql:
Removed flx* tables and values now that BibFormat in PHP is gone.
2008-02-14 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/coding-style.webdoc: Removed flx
table name prefix and introduced missing ones (acc, bsk, cls, etc).
2008-02-14 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/demo/demobibdata.xml: added second affiliation
for INFN researchers who have it
2008-02-14 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/demo/demobibdata.xml: added author affiliations.
some of them are incomplete so that the records can be used as test
material for a script that finds canonical forms of institute names
2008-02-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/bibformatadmin.py: Removed reference
to migration kit.
2008-02-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformatadminlib.py: Fixed a bug that
would prevent listing the format templates and output formats when
a file was being edited at the same time.
2008-02-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py: Display only webdoc files in
index pages.
2008-02-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibdocadmin.py: Added by mistake to
repository. Now removed.
2008-02-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibdocadmin.py,
modules/bibupload/lib/bibupload.py: Changed behaviour of Bibupload
WRT FFT when --replace is used. It now behaves as in
replace_or_insert mode, i.e. adding a revision if the doc already
exists otherwise appending a format. In this way it can work with
BibEdit (which uses replace by default).
2008-02-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/dbexec.in: Use single quotes instead of
double quotes for DB parameters. Useful if dbpass contains chars
such as dollar.
2008-02-13 Tibor Simko <tibor.simko@cern.ch>
* config.nice.in: Added --with-mysql option. Quoted --with-dbpass
option.
2008-02-13 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Documented new --with-mysql parameter. Changed dbpass
example to contain dollar sign. Added hint on the recommended
Snowball Stemmer Python module.
2008-02-13 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added optional --with-mysql configuration parameter
to point to a given MySQL client CLI. Useful when there is more
than one MySQL installed on a system.
2008-02-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webhelp/web/hacking/hacking.webdoc: Fixed links.
2008-02-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/doc/admin/Makefile.am,
modules/bibformat/doc/admin/bibformat-admin-guide.webdoc,
modules/bibformat/doc/admin/bibformat-guide-bfo_attributes.png,
modules/bibformat/doc/admin/bibformat-guide-bfo_check_deps.png,
modules/bibformat/doc/admin/bibformat-guide-bfo_edit_rule.png,
modules/bibformat/doc/admin/bibformat-guide-bfo_edit_rule2.png,
modules/bibformat/doc/admin/bibformat-guide-bfo_hb_migrate.png,
modules/bibformat/doc/admin/bibformat-guide-bfo_hd_rules.png,
modules/bibformat/doc/admin/bibformat-guide-bfo_manage.png,
modules/bibformat/doc/admin/bibformat-guide-bfo_rules.png,
modules/bibformat/doc/admin/bibformat-guide-bft_attributes.png,
modules/bibformat/doc/admin/bibformat-guide-bft_editor.png,
modules/bibformat/doc/admin/bibformat-guide-bft_editor2.png,
modules/bibformat/doc/admin/bibformat-guide-bft_manage.png,
modules/bibformat/doc/admin/bibformat-guide-bft_preview.png,
modules/bibformat/doc/admin/bibformat-guide-output_format_attributes_tutorial.png,
modules/bibformat/doc/admin/bibformat-guide-output_format_check_dependencies.png,
modules/bibformat/doc/admin/bibformat-guide-output_format_edit_rule.png,
modules/bibformat/doc/admin/bibformat-guide-output_format_edit_rule2.png,
modules/bibformat/doc/admin/bibformat-guide-output_format_hb_migrate.png,
modules/bibformat/doc/admin/bibformat-guide-output_format_hd_rules.png,
modules/bibformat/doc/admin/bibformat-guide-output_formats_manage_tutorial.png,
modules/bibformat/doc/admin/bibformat-guide-rules_editor_tutorial.png,
modules/bibformat/doc/admin/bibformat-guide-template_attributes_tutorial.png,
modules/bibformat/doc/admin/bibformat-guide-template_editor.png,
modules/bibformat/doc/admin/bibformat-guide-template_editor_tutorial.png,
modules/bibformat/doc/admin/bibformat-guide-template_preview.png,
modules/bibformat/doc/admin/bibformat-guide-templates_manage_tutorial.png:
Shortened image names to fit into 99 chars for older tars.
2008-02-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webstyle_templates.py,
modules/webstyle/css/cds.css,
modules/webstyle/doc/admin/webstyle-admin-guide.webdoc,
modules/bibformat/etc/format_templates/Default_HTML_actions.bft:
Renamed some new CSS classes used in detailed record pages.
2008-02-12 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/it.po,
po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po,
po/sv.po, po/uk.po, po/zh_CN.po, po/zh_TW.po: Upgrade in view of
internal release of 0.93.50.20080212.
2008-02-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added forgotten
Mail_New_Record_Notification.py.
2008-02-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/doc/Makefile.am: Added EXTRA_DIST target.
2008-02-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webjournal/lib/Makefile.am,
modules/websubmit/lib/Makefile.am: Fixed EXTRA_DIST target.
2008-02-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webjournal/Makefile.am,
modules/webjournal/doc/admin/Makefile.am,
modules/webjournal/doc/hacking/Makefile.am: Plugged WebJournal's
doc subdir.
2008-02-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/collection_restrictions_migration_kit.py:
Updated docstring.
2008-02-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/Makefile.am: Fixed noinst target.
2008-02-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/doc/hacking/Makefile.am: Fixed EXTRA_DIST
target.
2008-02-12 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Internal release of CDS Invenio 0.93.50.20080212.
2008-02-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py: Speeded queries
about user retrieval by not checking empty emails (i.e. guest
users).
2008-02-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/css/cds.css,
modules/webstyle/lib/webstyle_templates.py: Updated looks of tabs
in detailed record pages.
2008-02-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am, modules/miscutil/sql/tabcreate.sql: Syncronized
tabcreate.sql and root Makefile.am plus fixed some table (e.g.
firerole, rnkCITATIONDATA) WRT columnt type and/or indexes.
2008-02-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Add_Files.py,
modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py,
modules/websubmit/lib/functions/CaseEDS.py,
modules/websubmit/lib/functions/Check_Group.py,
modules/websubmit/lib/functions/Convert_RecXML_to_RecALEPH.py,
modules/websubmit/lib/functions/Create_Cplx_Approval.py,
modules/websubmit/lib/functions/Create_Modify_Interface.py,
modules/websubmit/lib/functions/Create_Recid.py,
modules/websubmit/lib/functions/Finish_Submission.py,
modules/websubmit/lib/functions/Get_Info.py,
modules/websubmit/lib/functions/Get_Recid.py,
modules/websubmit/lib/functions/Get_Report_Number.py,
modules/websubmit/lib/functions/Get_Sysno.py,
modules/websubmit/lib/functions/Insert_Modify_Record.py,
modules/websubmit/lib/functions/Insert_Record.py,
modules/websubmit/lib/functions/Is_Original_Submitter.py,
modules/websubmit/lib/functions/Is_Referee.py,
modules/websubmit/lib/functions/Mail_New_Record_Notification.py,
modules/websubmit/lib/functions/Mail_Submitter.py,
modules/websubmit/lib/functions/Make_Modify_Record.py,
modules/websubmit/lib/functions/Make_Record.py,
modules/websubmit/lib/functions/Move_Files_Archive.py,
modules/websubmit/lib/functions/Move_Files_to_Storage.py,
modules/websubmit/lib/functions/Move_From_Pending.py,
modules/websubmit/lib/functions/Move_to_Done.py,
modules/websubmit/lib/functions/Move_to_Pending.py,
modules/websubmit/lib/functions/Print_Success_APP.py,
modules/websubmit/lib/functions/Print_Success_CPLX.py,
modules/websubmit/lib/functions/Print_Success_DEL.py,
modules/websubmit/lib/functions/Print_Success_MBI.py,
modules/websubmit/lib/functions/Print_Success.py,
modules/websubmit/lib/functions/Print_Success_SRV.py,
modules/websubmit/lib/functions/Report_Number_Generation.py,
modules/websubmit/lib/functions/Send_APP_Mail.py,
modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_Request_For_Direct_Approval.py,
modules/websubmit/lib/functions/Send_Request_For_Publication.py,
modules/websubmit/lib/functions/Send_Request_For_Refereeing_Process.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py,
modules/websubmit/lib/functions/Test_Status.py,
modules/websubmit/lib/functions/Update_Approval_DB.py,
modules/websubmit/lib/functions/Upload_Files.py,
modules/websubmit/lib/functions/Format_Record.py: Added 4th
parameter "user_info" (defaulting to None) to definition of
WebSubmit functions. "user_info" should be a dictionary
containing information about the logged- in user (e.g. email
address, user id, preferences, etc.) Functions should be able to
make use of this information.
2008-02-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: In
'print_function_calls', added the framework to allow WebSubmit
functions to be called with 'user_info' (a dictionary of user
information) as a 4th keyword argument. This is the new model
for WebSubmit functions. They should now be created and called
with four parameters, thus a declaration like this: def
Function_Name(parameters, curdir, form, user_info):
WebSubmit will first attempt to call the function like this:
function(parameters=parameters,
curdir=curdir,
form=form,
user_info=user_info)
If the function is a legacy function (i.e. doesn't accept
user_info),
a TypeError will be raised when WebSubmit attempts to call it.
WebSubmit
will therefore try once more to call it without user_info, like
this:
function(parameters=parameters,
curdir=curdir,
form=form)
So, from now on, all new WebSubmit functions should defined with
the 4th
user_info parameter.
2008-02-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections_searcher.py:
Fixed Kiss author link for authors with incomplete first name.
Thanks to Tony for reporting the problem. Also, removed trailing
whitespace.
2008-02-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/doc/search-guide.webdoc: XHTML valid markup.
2008-02-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: Fixed a bug: An
attempt was made to call the string "replace" method on the values
found in sys.exc_info()[0] and sys.exc_info()[1]. These values are
not strings - they are in fact a type and an object respectively.
They have therefore been cast to strings.
2008-02-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/doc/search-guide.webdoc: Cleaned markup.
2008-02-08 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/doc/search-tips.webdoc: Fixed not closed <it>
tags.
2008-02-08 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/doc/search-tips.webdoc: Italian translation.
2008-02-08 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/it.po,
po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po,
po/sv.po, po/uk.po, po/zh_CN.po, po/zh_TW.po: Update of PO files in
view of the forthcoming release. Beware, many messages are to be
cleaned still. Translators, please do not take any action yet.
2008-02-08 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in: Removed obsoleted files (WML, removed Python
files) and added new Python and webdoc files to the pot. Added
copyright.
2008-02-08 Tibor Simko <tibor.simko@cern.ch>
* po/Makefile.in.in: Adapted to the change from WML to webdoc.
Added copyright.
2008-02-08 Tibor Simko <tibor.simko@cern.ch>
* modules/webjournal/lib/webjournal_config.py: Removed a majority
of lengthy error descriptions out of I18N control. Amended some
error titles and short descriptions. Much to be done still though.
2008-02-08 Tibor Simko <tibor.simko@cern.ch>
* modules/webjournal/lib/webjournal_templates.py: Fixed some import
and undefined variable problems. Fixed I18N output messages by
rephrasing some and, mostly, removing lengthly HTML boxes out of
gettext control. Messages to be prettified.
2008-02-08 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/bibrecord.py: For exception handling in the
create_record function, replaced the use of print with
sys.stderr.write as it is undesirable to print error messages to
stdout.
2008-02-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/doc/search-tips.webdoc: Made use of _()_ syntax
to translate parts of the guide, instead of <lang/> tags.
2008-02-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_webinterface.py: Fixed variable
replacement in the output message string of the last commit.
2008-02-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_webinterface.py: Made new
output messages translatable. Added x_ prefix to arguments,
removed HTML markup, etc. (Note to developers: please respect
ABOUT-NLS conventions when introducing new output messages.)
2008-02-08 Jerome Caffaro <jerome.caffaro@cern.ch>
*
modules/bibclassify/doc/hacking/bibclassify-extraction-algorithm.webdoc,
modules/bibclassify/doc/hacking/bibclassify-hep-taxonomy.webdoc:
Replaced (broken) HTML links to HEP.rdf with access path to the
file.
2008-02-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websession/lib/websession_templates.py: XHTML-valid login
link ('&'->'&amp;' before referer).
2008-02-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/doc/search-tips.webdoc: French translation,
partially based on (EPFL) Infoscience's own translation of the
tips.
2008-02-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearchadmin_regression_tests.py,
modules/websubmit/lib/websubmitadmin_regression_tests.py,
modules/webaccess/lib/webaccess_regression_tests.py,
modules/bibedit/lib/bibedit_regression_tests.py,
modules/bibrank/lib/bibrankadmin_regression_tests.py,
modules/bibharvest/lib/bibharvestadmin_regression_tests.py,
modules/bibindex/lib/bibindexadmin_regression_tests.py,
modules/bibformat/lib/bibformatadmin_regression_tests.py: Better
checking of admin guides availability.
2008-02-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/doc/search-guide.webdoc: French translation,
adapted from (EPFL) Infoscience's own translation of the guide.
2008-02-07 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine_tests.py: Added unit tests
for wash_index_term(). Cleaned the other test.
2008-02-07 Marko Niinimaki <manzikki@gmail.com>
* po/fr.po, po/sv.po: of which self-citations currently shown when
the user selects citation tab of record
2008-02-07 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_migration_kit.py,
modules/bibformat/lib/bibformat_migration_kit_assistant_lib.py,
modules/bibformat/lib/bibformat_migration_kit_dblayer.py,
modules/bibformat/lib/bibformat_migration_kit_templates.py: Removed
biformat migration kit files.
2008-02-07 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/Makefile.am,
modules/bibformat/lib/bibformatadmin_regression_tests.py,
modules/bibformat/lib/bibformatadminlib.py: Removed references to
bibformat migration kit.
2008-02-07 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_templates.py: Removed note about
the migration from PHP to Python.
2008-02-07 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webcomment/lib/webcomment_regression_tests.py,
modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearchadmin_regression_tests.py,
modules/websubmit/lib/websubmitadmin_regression_tests.py,
modules/bibrank/lib/bibrankadmin_regression_tests.py,
modules/webaccess/lib/webaccess_regression_tests.py,
modules/bibedit/lib/bibedit_regression_tests.py,
modules/bibindex/lib/bibindexadmin_regression_tests.py,
modules/bibformat/lib/bibformatadmin_regression_tests.py,
modules/bibharvest/lib/bibharvestadmin_regression_tests.py: Fixed
regression tests to check for new webdoc pages.
2008-02-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py,
modules/webaccess/web/admin/webaccessadmin.py,
modules/webhelp/web/admin/admin.webdoc,
modules/websession/lib/websession_templates.py,
modules/websession/lib/webuser.py: Updated links for webaccess,
small fixies in webaccess admin plus using mailutils for contacting
user and adding modification of nickname for administrator.
2008-02-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websubmit/web/admin/referees.py: Cleaned Python code and
HTML markup.
2008-02-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websubmit/web/admin/referees.py: Behaves correctly when
accessing referees page without a doctype. Prints a login message
when user has to login instead of an error box.
2008-02-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: Fixed message in
error box.
2008-02-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: Escape quotes in
strings used as parameters for <input> tags.
2008-02-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql, modules/miscutil/sql/tabfill.sql,
modules/websearch/lib/websearchadminlib.py: Renamed table
'collectiondetailedpagetabs' to 'collectiondetailedrecordpagetabs'.
CVS users need to run: echo "RENAME TABLE
collectiondetailedpagetabs TO collectiondetailedrecordpagetabs;" |
./modules/miscutil/bin/dbexec
2008-02-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webalert/lib/webalert_templates.py: Fixed typo.
2008-02-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.c: Compiled with the most up to
date Cython 0.9.6.11b. Tested on SLC4, MacosX, Gentoo 64bit, Python
2.3, 2.4, 2.5.
2008-02-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Fixed
regression test WRT latest modifications to demo site.
2008-02-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/demo/demobibdata.xml: Updated last added record
to FFT.
2008-02-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibrank/lib/bibrank_regression_tests.py: Update
regression tests to work with stemming correctly enabled.
2008-02-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/sql/tabfill.sql: Updated default tab settings
for new '/usage' url.
2008-02-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearchadminlib.py,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_webinterface.py: Changed url of
'usage statistics' tab from /statistics to /usage
2008-02-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Updated test
to work with correct lowerizing of unicode string in the search
engine.
2008-02-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/search_engine.py: Fix lowerizing of unicode
strings (e.g. for russian and greek).
2008-02-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Disabled idxPHRASE
indexing until websearch will exploit it.
2008-02-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.c,
modules/miscutil/lib/intbitset.pyx: Updated to Cython-0.9.6.10b and
added __all__ variable to module.
2008-02-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/template.py: More explicit output message
when deprecated 'tmpl_records_format_other' is found when checking
templates.
2008-02-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websubmit/lib/websubmit_regression_tests.py: New tests
for help page availability and legacy urls.
2008-02-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc_webinterface.py: Fixed problem with
handling of legacy url '/help/submit'
2008-02-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webhelp/web/hacking/coding-style.webdoc: Fixed broken
link.
2008-02-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websession/doc/admin/websession-admin-guide.webdoc: Fixed
broken link.
2008-02-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/doc/admin/websearch-admin-guide.webdoc: Fixed
broken links.
2008-02-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibrank/doc/admin/bibrank-admin-guide.webdoc: Fixed
broken link.
2008-02-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/bibformat-admin-guide.webdoc: Fixed
broken links.
2008-02-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:
Fixed broken links.
2008-02-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/doc/hacking/miscutil-dateutils.webdoc: Fixed
broken link.
2008-02-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py: Generate output on-the-fly when
cache dir cannot be read.
2008-02-04 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am, configure-tests.py, configure.ac,
config/Makefile.am, config/invenio-autotools.conf.in,
config/invenio.conf, modules/Makefile.am,
modules/bibclassify/Makefile.am,
modules/bibclassify/bin/Makefile.am,
modules/bibclassify/bin/bibclassify.in,
modules/bibclassify/bin/bibclassifyd.in,
modules/bibclassify/doc/Makefile.am,
modules/bibclassify/doc/admin/Makefile.am,
modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc,
modules/bibclassify/doc/hacking/Makefile.am,
modules/bibclassify/doc/hacking/bibclassify-extraction-algorithm.webdoc,
modules/bibclassify/doc/hacking/bibclassify-hep-taxonomy.webdoc,
modules/bibclassify/doc/hacking/bibclassify-internals.webdoc,
modules/bibclassify/etc/Makefile.am,
modules/bibclassify/lib/Makefile.am,
modules/bibclassify/lib/bibclassify_daemon.py,
modules/bibclassify/lib/bibclassify_regression_tests.py,
modules/bibclassify/lib/bibclassifylib.py,
modules/bibconvert/Makefile.am, modules/bibconvert/bin/Makefile.am,
modules/bibconvert/bin/bibconvert.in,
modules/bibconvert/doc/Makefile.am,
modules/bibconvert/doc/admin/Makefile.am,
modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc,
modules/bibconvert/doc/admin/example_oaimarc2xm.xsl,
modules/bibconvert/doc/hacking/Makefile.am,
modules/bibconvert/doc/hacking/bibconvert-api.webdoc,
modules/bibconvert/doc/hacking/bibconvert-internals.webdoc,
modules/bibconvert/etc/Makefile.am,
modules/bibconvert/etc/oaiarxiv2marcxml.xsl,
modules/bibconvert/etc/oaidc2marcxml.xsl,
modules/bibconvert/etc/oaimarc2marcxml.xsl,
modules/bibconvert/lib/Makefile.am,
modules/bibconvert/lib/bibconvert.py,
modules/bibconvert/lib/bibconvert_bfx_engine.py,
modules/bibconvert/lib/bibconvert_regression_tests.py,
modules/bibconvert/lib/bibconvert_tests.py,
modules/bibconvert/lib/bibconvert_xslt_engine.py,
modules/bibedit/Makefile.am, modules/bibedit/bin/Makefile.am,
modules/bibedit/bin/refextract.in,
modules/bibedit/bin/xmlmarc2textmarc.in,
modules/bibedit/bin/xmlmarclint.in,
modules/bibedit/doc/Makefile.am,
modules/bibedit/doc/admin/Makefile.am,
modules/bibedit/doc/admin/bibedit-admin-guide.webdoc,
modules/bibedit/etc/MARC21slim.dtd,
modules/bibedit/etc/Makefile.am, modules/bibedit/lib/Makefile.am,
modules/bibedit/lib/bibedit_config.py,
modules/bibedit/lib/bibedit_dblayer.py,
modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibedit_regression_tests.py,
modules/bibedit/lib/bibedit_templates.py,
modules/bibedit/lib/bibrecord.py,
modules/bibedit/lib/bibrecord_config.py,
modules/bibedit/lib/bibrecord_tests.py,
modules/bibedit/lib/refextract.py,
modules/bibedit/lib/refextract_config.py,
modules/bibedit/lib/xmlmarc2textmarclib.py,
modules/bibedit/web/Makefile.am,
modules/bibedit/web/admin/Makefile.am,
modules/bibedit/web/admin/bibeditadmin.py,
modules/bibformat/Makefile.am, modules/bibformat/bin/Makefile.am,
modules/bibformat/bin/bibformat.in,
modules/bibformat/bin/bibreformat.in,
modules/bibformat/doc/Makefile.am,
modules/bibformat/doc/admin/Makefile.am,
modules/bibformat/doc/admin/bibformat-admin-guide.webdoc,
modules/bibformat/doc/hacking/Makefile.am,
modules/bibformat/doc/hacking/bibformat-api.webdoc,
modules/bibformat/doc/hacking/bibformat-internals.webdoc,
modules/bibformat/etc/Makefile.am,
modules/bibformat/etc/format_templates/DC.xsl,
modules/bibformat/etc/format_templates/EndNote.xsl,
modules/bibformat/etc/format_templates/Makefile.am,
modules/bibformat/etc/format_templates/NLM.xsl,
modules/bibformat/etc/format_templates/OAI_DC.xsl,
modules/bibformat/etc/format_templates/RSS.xsl,
modules/bibformat/etc/output_formats/Makefile.am,
modules/bibformat/lib/Makefile.am,
modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_bfx_engine.py,
modules/bibformat/lib/bibformat_bfx_engine_config.py,
modules/bibformat/lib/bibformat_config.py,
modules/bibformat/lib/bibformat_dblayer.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_engine_tests.py,
modules/bibformat/lib/bibformat_migration_kit.py,
modules/bibformat/lib/bibformat_migration_kit_assistant_lib.py,
modules/bibformat/lib/bibformat_migration_kit_dblayer.py,
modules/bibformat/lib/bibformat_migration_kit_templates.py,
modules/bibformat/lib/bibformat_regression_tests.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformat_utils.py,
modules/bibformat/lib/bibformat_xslt_engine.py,
modules/bibformat/lib/bibformatadmin_regression_tests.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibformat/lib/bibreformat.py,
modules/bibformat/lib/elements/Makefile.am,
modules/bibformat/lib/elements/bfe_abstract.py,
modules/bibformat/lib/elements/bfe_additional_report_numbers.py,
modules/bibformat/lib/elements/bfe_addresses.py,
modules/bibformat/lib/elements/bfe_affiliation.py,
modules/bibformat/lib/elements/bfe_authors.py,
modules/bibformat/lib/elements/bfe_bfx_engine.py,
modules/bibformat/lib/elements/bfe_bibtex.py,
modules/bibformat/lib/elements/bfe_cited_by.py,
modules/bibformat/lib/elements/bfe_client_info.py,
modules/bibformat/lib/elements/bfe_collection.py,
modules/bibformat/lib/elements/bfe_comments.py,
modules/bibformat/lib/elements/bfe_contact.py,
modules/bibformat/lib/elements/bfe_creation_date.py,
modules/bibformat/lib/elements/bfe_date.py,
modules/bibformat/lib/elements/bfe_date_rec.py,
modules/bibformat/lib/elements/bfe_edit_record.py,
modules/bibformat/lib/elements/bfe_editors.py,
modules/bibformat/lib/elements/bfe_external_publications.py,
modules/bibformat/lib/elements/bfe_field.py,
modules/bibformat/lib/elements/bfe_fulltext.py,
modules/bibformat/lib/elements/bfe_fulltext_mini.py,
modules/bibformat/lib/elements/bfe_imprint.py,
modules/bibformat/lib/elements/bfe_issn.py,
modules/bibformat/lib/elements/bfe_keywords.py,
modules/bibformat/lib/elements/bfe_language.py,
modules/bibformat/lib/elements/bfe_notes.py,
modules/bibformat/lib/elements/bfe_pagination.py,
modules/bibformat/lib/elements/bfe_photo_resources.py,
modules/bibformat/lib/elements/bfe_photo_resources_brief.py,
modules/bibformat/lib/elements/bfe_place.py,
modules/bibformat/lib/elements/bfe_publi_info.py,
modules/bibformat/lib/elements/bfe_publisher.py,
modules/bibformat/lib/elements/bfe_record_id.py,
modules/bibformat/lib/elements/bfe_references.py,
modules/bibformat/lib/elements/bfe_report_numbers.py,
modules/bibformat/lib/elements/bfe_reprints.py,
modules/bibformat/lib/elements/bfe_server_info.py,
modules/bibformat/lib/elements/bfe_test_2.py,
modules/bibformat/lib/elements/bfe_test_4.py,
modules/bibformat/lib/elements/bfe_title.py,
modules/bibformat/lib/elements/bfe_title_brief.py,
modules/bibformat/lib/elements/bfe_topbanner.py,
modules/bibformat/lib/elements/bfe_url.py,
modules/bibformat/lib/elements/bfe_xml_record.py,
modules/bibformat/lib/elements/bfe_year.py,
modules/bibformat/lib/elements/test_1.py,
modules/bibformat/lib/elements/test_5.py,
modules/bibformat/web/Makefile.am,
modules/bibformat/web/admin/Makefile.am,
modules/bibformat/web/admin/bibformat_migration_kit_assistant.py,
modules/bibformat/web/admin/bibformatadmin.py,
modules/bibharvest/Makefile.am, modules/bibharvest/bin/Makefile.am,
modules/bibharvest/bin/bibharvest.in,
modules/bibharvest/bin/oaiarchive.in,
modules/bibharvest/bin/oaiharvest.in,
modules/bibharvest/doc/Makefile.am,
modules/bibharvest/doc/admin/Makefile.am,
modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc,
modules/bibharvest/lib/Makefile.am,
modules/bibharvest/lib/bibharvest.py,
modules/bibharvest/lib/bibharvest_templates.py,
modules/bibharvest/lib/bibharvestadmin_regression_tests.py,
modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oai_repository_config.py,
modules/bibharvest/lib/oai_repository_regression_tests.py,
modules/bibharvest/lib/oai_repository_tests.py,
modules/bibharvest/lib/oai_repository_webinterface.py,
modules/bibharvest/lib/oaiarchive_engine.py,
modules/bibharvest/lib/oaiarchiveadmin_regression_tests.py,
modules/bibharvest/lib/oaiarchiveadminlib.py,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibharvest/web/Makefile.am,
modules/bibharvest/web/admin/Makefile.am,
modules/bibharvest/web/admin/bibharvestadmin.py,
modules/bibharvest/web/admin/oaiarchiveadmin.py,
modules/bibindex/Makefile.am, modules/bibindex/bin/Makefile.am,
modules/bibindex/bin/bibindex.in, modules/bibindex/bin/bibstat.in,
modules/bibindex/doc/Makefile.am,
modules/bibindex/doc/admin/Makefile.am,
modules/bibindex/doc/admin/bibindex-admin-guide.webdoc,
modules/bibindex/lib/Makefile.am,
modules/bibindex/lib/bibindex_engine.py,
modules/bibindex/lib/bibindex_engine_config.py,
modules/bibindex/lib/bibindex_engine_stemmer.py,
modules/bibindex/lib/bibindex_engine_stemmer_tests.py,
modules/bibindex/lib/bibindex_engine_stopwords.py,
modules/bibindex/lib/bibindex_engine_tests.py,
modules/bibindex/lib/bibindexadmin_regression_tests.py,
modules/bibindex/lib/bibindexadminlib.py,
modules/bibindex/web/Makefile.am,
modules/bibindex/web/admin/Makefile.am,
modules/bibindex/web/admin/bibindexadmin.py,
modules/bibmatch/Makefile.am, modules/bibmatch/bin/Makefile.am,
modules/bibmatch/bin/bibmatch.in, modules/bibmatch/doc/Makefile.am,
modules/bibmatch/doc/admin/Makefile.am,
modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc,
modules/bibmatch/etc/Makefile.am, modules/bibmatch/lib/Makefile.am,
modules/bibmatch/lib/bibmatch_engine.py,
modules/bibrank/Makefile.am, modules/bibrank/bin/Makefile.am,
modules/bibrank/bin/bibrank.in, modules/bibrank/bin/bibrankgkb.in,
modules/bibrank/doc/Makefile.am,
modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/admin/bibrank-admin-guide.webdoc,
modules/bibrank/doc/hacking/Makefile.am,
modules/bibrank/doc/hacking/bibrank-api.webdoc,
modules/bibrank/doc/hacking/bibrank-bibrankgkb.webdoc,
modules/bibrank/doc/hacking/bibrank-internals.webdoc,
modules/bibrank/doc/hacking/bibrank-single-tag-rank.webdoc,
modules/bibrank/doc/hacking/bibrank-word-similarity.webdoc,
modules/bibrank/etc/Makefile.am,
modules/bibrank/etc/bibrankgkb.cfg.in,
modules/bibrank/etc/bibrankgkb_jif_conv.kb,
modules/bibrank/etc/bibrankgkb_jif_example.kb,
modules/bibrank/etc/citation.cfg,
modules/bibrank/etc/demo_jif.cfg.in,
modules/bibrank/etc/demo_jif.kb,
modules/bibrank/etc/stopwords.de.kb,
modules/bibrank/etc/stopwords.el.kb,
modules/bibrank/etc/stopwords.kb,
modules/bibrank/etc/template_citation.cfg,
modules/bibrank/etc/template_combine_method.cfg,
modules/bibrank/etc/template_download_similarity.cfg,
modules/bibrank/etc/template_download_total.cfg,
modules/bibrank/etc/template_download_users.cfg,
modules/bibrank/etc/template_single_tag_rank_method.cfg.in,
modules/bibrank/etc/template_word_similarity.cfg,
modules/bibrank/etc/wrd.cfg, modules/bibrank/lib/Makefile.am,
modules/bibrank/lib/bibrank.py,
modules/bibrank/lib/bibrank_citation_grapher.py,
modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_citation_indexer_tests.py,
modules/bibrank/lib/bibrank_citation_searcher.py,
modules/bibrank/lib/bibrank_citation_searcher_tests.py,
modules/bibrank/lib/bibrank_downloads_grapher.py,
modules/bibrank/lib/bibrank_downloads_indexer.py,
modules/bibrank/lib/bibrank_downloads_indexer_tests.py,
modules/bibrank/lib/bibrank_downloads_similarity.py,
modules/bibrank/lib/bibrank_grapher.py,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_record_sorter_tests.py,
modules/bibrank/lib/bibrank_regression_tests.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_tag_based_indexer_tests.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/bibrank/lib/bibrankadmin_regression_tests.py,
modules/bibrank/lib/bibrankadminlib.py,
modules/bibrank/lib/bibrankgkb.py, modules/bibrank/web/Makefile.am,
modules/bibrank/web/admin/Makefile.am,
modules/bibrank/web/admin/bibrankadmin.py,
modules/bibsched/Makefile.am, modules/bibsched/bin/Makefile.am,
modules/bibsched/bin/bibsched.in,
modules/bibsched/bin/bibtaskex.in,
modules/bibsched/doc/Makefile.am,
modules/bibsched/doc/admin/Makefile.am,
modules/bibsched/doc/admin/bibsched-admin-guide.webdoc,
modules/bibsched/lib/Makefile.am, modules/bibsched/lib/bibsched.py,
modules/bibsched/lib/bibtask.py, modules/bibsched/lib/bibtaskex.py,
modules/bibupload/Makefile.am, modules/bibupload/bin/Makefile.am,
modules/bibupload/bin/bibupload.in,
modules/bibupload/doc/Makefile.am,
modules/bibupload/doc/admin/Makefile.am,
modules/bibupload/doc/admin/bibupload-admin-guide.webdoc,
modules/bibupload/lib/Makefile.am,
modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_config.py,
modules/bibupload/lib/bibupload_regression_tests.py,
modules/elmsubmit/Makefile.am, modules/elmsubmit/bin/Makefile.am,
modules/elmsubmit/bin/elmsubmit.in,
modules/elmsubmit/doc/Makefile.am,
modules/elmsubmit/doc/admin/Makefile.am,
modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc,
modules/elmsubmit/doc/hacking/Makefile.am,
modules/elmsubmit/etc/Makefile.am,
modules/elmsubmit/etc/elmsubmit.cfg.in,
modules/elmsubmit/lib/Makefile.am,
modules/elmsubmit/lib/elmsubmit.py,
modules/elmsubmit/lib/elmsubmit_EZArchive.py,
modules/elmsubmit/lib/elmsubmit_EZEmail.py,
modules/elmsubmit/lib/elmsubmit_config.py,
modules/elmsubmit/lib/elmsubmit_enriched2txt.py,
modules/elmsubmit/lib/elmsubmit_field_validation.py,
modules/elmsubmit/lib/elmsubmit_filename_generator.py,
modules/elmsubmit/lib/elmsubmit_generate_marc.py,
modules/elmsubmit/lib/elmsubmit_html2txt.py,
modules/elmsubmit/lib/elmsubmit_misc.py,
modules/elmsubmit/lib/elmsubmit_richtext2txt.py,
modules/elmsubmit/lib/elmsubmit_submission_parser.py,
modules/elmsubmit/lib/elmsubmit_tests.py,
modules/elmsubmit/lib/myhtmlentitydefs.py,
modules/elmsubmit/lib/magic/Makefile.am,
modules/elmsubmit/lib/magic/compile_magic.py,
modules/miscutil/Makefile.am, modules/miscutil/bin/Makefile.am,
modules/miscutil/bin/dbexec.in, modules/miscutil/bin/dbtest.in,
modules/miscutil/bin/inveniocfg.in,
modules/miscutil/bin/regressiontestsuite.in,
modules/miscutil/bin/testsuite.in,
modules/miscutil/demo/Makefile.am,
modules/miscutil/doc/Makefile.am,
modules/miscutil/doc/hacking/Makefile.am,
modules/miscutil/doc/hacking/miscutil-dateutils.webdoc,
modules/miscutil/doc/hacking/miscutil-dbquery.webdoc,
modules/miscutil/doc/hacking/miscutil-errorlib.webdoc,
modules/miscutil/doc/hacking/miscutil-internals.webdoc,
modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/data_cacher.py,
modules/miscutil/lib/dateutils.py,
modules/miscutil/lib/dateutils_tests.py,
modules/miscutil/lib/dbquery.py.in,
modules/miscutil/lib/dbquery_tests.py,
modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/errorlib_regression_tests.py,
modules/miscutil/lib/errorlib_tests.py,
modules/miscutil/lib/errorlib_webinterface.py,
modules/miscutil/lib/htmlutils.py,
modules/miscutil/lib/htmlutils_tests.py,
modules/miscutil/lib/intbitset.h,
modules/miscutil/lib/intbitset.pyx,
modules/miscutil/lib/intbitset_impl.c,
modules/miscutil/lib/intbitset_setup.py,
modules/miscutil/lib/intbitset_tests.py,
modules/miscutil/lib/inveniocfg.py,
modules/miscutil/lib/kwalitee.py,
modules/miscutil/lib/mailutils.py,
modules/miscutil/lib/messages.py,
modules/miscutil/lib/miscutil_config.py,
modules/miscutil/lib/testimport.py,
modules/miscutil/lib/testutils.py,
modules/miscutil/lib/testutils_regression_tests.py,
modules/miscutil/lib/textutils.py,
modules/miscutil/lib/urlutils.py,
modules/miscutil/lib/w3c_validator.py,
modules/miscutil/sql/Makefile.am,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql, modules/miscutil/sql/tabfill.sql,
modules/miscutil/web/Makefile.am, modules/webaccess/Makefile.am,
modules/webaccess/bin/Makefile.am,
modules/webaccess/bin/authaction.in,
modules/webaccess/bin/webaccessadmin.in,
modules/webaccess/doc/Makefile.am,
modules/webaccess/doc/admin/Makefile.am,
modules/webaccess/doc/admin/webaccess-admin-guide.webdoc,
modules/webaccess/doc/hacking/Makefile.am,
modules/webaccess/doc/hacking/webaccess-admin-internals.webdoc,
modules/webaccess/doc/hacking/webaccess-api.webdoc,
modules/webaccess/doc/hacking/webaccess-firerole-api.webdoc,
modules/webaccess/doc/hacking/webaccess-internals.webdoc,
modules/webaccess/doc/hacking/webaccess-table-structure.webdoc,
modules/webaccess/lib/Makefile.am,
modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/access_control_firerole.py,
modules/webaccess/lib/access_control_firerole_tests.py,
modules/webaccess/lib/access_control_mailcookie.py,
modules/webaccess/lib/collection_restrictions_migration_kit.py,
modules/webaccess/lib/external_authentication.py,
modules/webaccess/lib/external_authentication_cern.py,
modules/webaccess/lib/external_authentication_cern_tests.py,
modules/webaccess/lib/external_authentication_cern_wrapper.py,
modules/webaccess/lib/external_authentication_ldap.py,
modules/webaccess/lib/external_authentication_sso.py,
modules/webaccess/lib/webaccess_regression_tests.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webaccess/web/Makefile.am,
modules/webaccess/web/admin/Makefile.am,
modules/webaccess/web/admin/webaccessadmin.py,
modules/webalert/Makefile.am, modules/webalert/bin/Makefile.am,
modules/webalert/bin/alertengine.in,
modules/webalert/doc/Makefile.am,
modules/webalert/doc/admin/Makefile.am,
modules/webalert/doc/admin/webalert-admin-guide.webdoc,
modules/webalert/lib/Makefile.am,
modules/webalert/lib/alert_engine.py,
modules/webalert/lib/alert_engine_config.py,
modules/webalert/lib/htmlparser.py,
modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert_regression_tests.py,
modules/webalert/lib/webalert_templates.py,
modules/webalert/lib/webalert_webinterface.py,
modules/webalert/web/Makefile.am, modules/webbasket/Makefile.am,
modules/webbasket/doc/Makefile.am,
modules/webbasket/doc/admin/Makefile.am,
modules/webbasket/doc/admin/webbasket-admin-guide.webdoc,
modules/webbasket/lib/Makefile.am,
modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_config.py,
modules/webbasket/lib/webbasket_dblayer.py,
modules/webbasket/lib/webbasket_migration_kit.py,
modules/webbasket/lib/webbasket_regression_tests.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webbasket/lib/webbasket_webinterface.py,
modules/webbasket/web/Makefile.am, modules/webcomment/Makefile.am,
modules/webcomment/doc/Makefile.am,
modules/webcomment/doc/admin/Makefile.am,
modules/webcomment/doc/admin/webcomment-admin-guide.webdoc,
modules/webcomment/doc/hacking/Makefile.am,
modules/webcomment/lib/Makefile.am,
modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_config.py,
modules/webcomment/lib/webcomment_regression_tests.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcomment_tests.py,
modules/webcomment/lib/webcomment_webinterface.py,
modules/webcomment/lib/webcommentadminlib.py,
modules/webcomment/web/Makefile.am,
modules/webcomment/web/admin/Makefile.am,
modules/webcomment/web/admin/webcommentadmin.py,
modules/webhelp/Makefile.am, modules/webhelp/web/Makefile.am,
modules/webhelp/web/help-central.webdoc,
modules/webhelp/web/admin/Makefile.am,
modules/webhelp/web/admin/admin.webdoc,
modules/webhelp/web/admin/howto/Makefile.am,
modules/webhelp/web/admin/howto/howto-marc.webdoc,
modules/webhelp/web/admin/howto/howto-migrate.webdoc,
modules/webhelp/web/admin/howto/howto-run.webdoc,
modules/webhelp/web/admin/howto/howto.webdoc,
modules/webhelp/web/hacking/Makefile.am,
modules/webhelp/web/hacking/cdsware.el,
modules/webhelp/web/hacking/coding-style.webdoc,
modules/webhelp/web/hacking/common-concepts.webdoc,
modules/webhelp/web/hacking/directory-organization.webdoc,
modules/webhelp/web/hacking/hacking.webdoc,
modules/webhelp/web/hacking/modules-overview.webdoc,
modules/webhelp/web/hacking/release-numbering.webdoc,
modules/webhelp/web/hacking/test-suite.webdoc,
modules/webjournal/Makefile.am, modules/webjournal/doc/Makefile.am,
modules/webjournal/doc/admin/Makefile.am,
modules/webjournal/doc/hacking/Makefile.am,
modules/webjournal/lib/Makefile.am,
modules/webjournal/lib/bfe_ObjectLanguage.py,
modules/webjournal/lib/webjournal.py,
modules/webjournal/lib/webjournal_config.py,
modules/webjournal/lib/webjournal_templates.py,
modules/webjournal/lib/webjournal_utils.py,
modules/webjournal/lib/webjournal_washer.py,
modules/webjournal/lib/webjournal_webinterface.py,
modules/webjournal/lib/widgets/Makefile.am,
modules/webjournal/lib/widgets/bfe_webjournal_widget_latestPhoto.py,
modules/webjournal/lib/widgets/bfe_webjournal_widget_seminars.py,
modules/webjournal/lib/widgets/bfe_webjournal_widget_weather.py,
modules/webmessage/Makefile.am, modules/webmessage/bin/Makefile.am,
modules/webmessage/bin/webmessageadmin.in,
modules/webmessage/doc/Makefile.am,
modules/webmessage/doc/admin/Makefile.am,
modules/webmessage/doc/admin/webmessage-admin-guide.webdoc,
modules/webmessage/lib/Makefile.am,
modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_config.py,
modules/webmessage/lib/webmessage_dblayer.py,
modules/webmessage/lib/webmessage_mailutils.py,
modules/webmessage/lib/webmessage_regression_tests.py,
modules/webmessage/lib/webmessage_templates.py,
modules/webmessage/lib/webmessage_webinterface.py,
modules/webmessage/web/Makefile.am, modules/websearch/Makefile.am,
modules/websearch/bin/Makefile.am,
modules/websearch/bin/webcoll.in,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/search-guide.webdoc,
modules/websearch/doc/search-tips.webdoc,
modules/websearch/doc/admin/Makefile.am,
modules/websearch/doc/admin/websearch-admin-guide.webdoc,
modules/websearch/doc/hacking/Makefile.am,
modules/websearch/doc/hacking/search-engine-api.webdoc,
modules/websearch/doc/hacking/search-engine-internals.webdoc,
modules/websearch/doc/hacking/search-engine-stages.webdoc,
modules/websearch/lib/Makefile.am,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/search_engine_config.py,
modules/websearch/lib/search_engine_tests.py,
modules/websearch/lib/websearch_external_collections.py,
modules/websearch/lib/websearch_external_collections_config.py,
modules/websearch/lib/websearch_external_collections_getter.py,
modules/websearch/lib/websearch_external_collections_getter_tests.py,
modules/websearch/lib/websearch_external_collections_parser.py,
modules/websearch/lib/websearch_external_collections_searcher.py,
modules/websearch/lib/websearch_external_collections_templates.py,
modules/websearch/lib/websearch_external_collections_tests.py,
modules/websearch/lib/websearch_external_collections_utils.py,
modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webcoll.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websearch/lib/websearchadmin_regression_tests.py,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/Makefile.am,
modules/websearch/web/admin/Makefile.am,
modules/websearch/web/admin/websearchadmin.py,
modules/websession/Makefile.am, modules/websession/bin/Makefile.am,
modules/websession/bin/inveniogc.in,
modules/websession/doc/Makefile.am,
modules/websession/doc/admin/Makefile.am,
modules/websession/doc/admin/websession-admin-guide.webdoc,
modules/websession/lib/Makefile.am,
modules/websession/lib/inveniogc.py,
modules/websession/lib/password_migration_kit.py,
modules/websession/lib/session.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/webgroup.py,
modules/websession/lib/webgroup_dblayer.py,
modules/websession/lib/webgroup_regression_tests.py,
modules/websession/lib/webgroup_tests.py,
modules/websession/lib/websession.py,
modules/websession/lib/websession_config.py,
modules/websession/lib/websession_regression_tests.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py,
modules/websession/lib/webuser_regression_tests.py,
modules/websession/lib/webuser_tests.py,
modules/websession/web/Makefile.am, modules/webstat/Makefile.am,
modules/webstat/bin/Makefile.am, modules/webstat/bin/webstat.in,
modules/webstat/bin/webstatadmin.in,
modules/webstat/doc/Makefile.am,
modules/webstat/doc/admin/Makefile.am,
modules/webstat/doc/admin/webstat-admin-guide.webdoc,
modules/webstat/doc/hacking/Makefile.am,
modules/webstat/etc/Makefile.am, modules/webstat/lib/Makefile.am,
modules/webstat/lib/load.lisp, modules/webstat/lib/webstat.py,
modules/webstat/lib/webstat_engine.py,
modules/webstat/lib/webstat_templates.py,
modules/webstat/lib/webstat_webinterface.py,
modules/webstat/lib/webstatadmin.py,
modules/webstat/lib/webstatlib.lisp, modules/webstyle/Makefile.am,
modules/webstyle/bin/Makefile.am, modules/webstyle/bin/webdoc.in,
modules/webstyle/css/Makefile.am, modules/webstyle/css/cds.css,
modules/webstyle/doc/Makefile.am,
modules/webstyle/doc/admin/Makefile.am,
modules/webstyle/doc/admin/webstyle-admin-guide.webdoc,
modules/webstyle/etc/Makefile.am, modules/webstyle/img/Makefile.am,
modules/webstyle/lib/Makefile.am, modules/webstyle/lib/template.py,
modules/webstyle/lib/webdoc.py,
modules/webstyle/lib/webdoc_webinterface.py,
modules/webstyle/lib/webinterface_handler.py,
modules/webstyle/lib/webinterface_layout.py,
modules/webstyle/lib/webinterface_tests.py,
modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/Makefile.am, modules/websubmit/bin/Makefile.am,
modules/websubmit/bin/thumbmaker.in,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/submit-guide.webdoc,
modules/websubmit/doc/admin/Makefile.am,
modules/websubmit/doc/admin/websubmit-admin-guide.webdoc,
modules/websubmit/etc/Makefile.am,
modules/websubmit/lib/Makefile.am,
modules/websubmit/lib/bibdocfile.py, modules/websubmit/lib/file.py,
modules/websubmit/lib/fulltext_files_migration_kit.py,
modules/websubmit/lib/websubmit_config.py,
modules/websubmit/lib/websubmit_dblayer.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_regression_tests.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/lib/websubmitadmin_config.py,
modules/websubmit/lib/websubmitadmin_dblayer.py,
modules/websubmit/lib/websubmitadmin_engine.py,
modules/websubmit/lib/websubmitadmin_regression_tests.py,
modules/websubmit/lib/websubmitadmin_templates.py,
modules/websubmit/lib/functions/Add_Files.py,
modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py,
modules/websubmit/lib/functions/CaseEDS.py,
modules/websubmit/lib/functions/Check_Group.py,
modules/websubmit/lib/functions/Convert_RecXML_to_RecALEPH.py,
modules/websubmit/lib/functions/Create_Cplx_Approval.py,
modules/websubmit/lib/functions/Create_Modify_Interface.py,
modules/websubmit/lib/functions/Create_Recid.py,
modules/websubmit/lib/functions/Finish_Submission.py,
modules/websubmit/lib/functions/Format_Record.py,
modules/websubmit/lib/functions/Get_Info.py,
modules/websubmit/lib/functions/Get_Recid.py,
modules/websubmit/lib/functions/Get_Report_Number.py,
modules/websubmit/lib/functions/Get_Sysno.py,
modules/websubmit/lib/functions/Insert_Modify_Record.py,
modules/websubmit/lib/functions/Insert_Record.py,
modules/websubmit/lib/functions/Is_Original_Submitter.py,
modules/websubmit/lib/functions/Is_Referee.py,
modules/websubmit/lib/functions/Mail_New_Record_Notification.py,
modules/websubmit/lib/functions/Mail_Submitter.py,
modules/websubmit/lib/functions/Make_Modify_Record.py,
modules/websubmit/lib/functions/Make_Record.py,
modules/websubmit/lib/functions/Makefile.am,
modules/websubmit/lib/functions/Move_Files_Archive.py,
modules/websubmit/lib/functions/Move_Files_to_Storage.py,
modules/websubmit/lib/functions/Move_From_Pending.py,
modules/websubmit/lib/functions/Move_to_Done.py,
modules/websubmit/lib/functions/Move_to_Pending.py,
modules/websubmit/lib/functions/Print_Success.py,
modules/websubmit/lib/functions/Print_Success_APP.py,
modules/websubmit/lib/functions/Print_Success_CPLX.py,
modules/websubmit/lib/functions/Print_Success_DEL.py,
modules/websubmit/lib/functions/Print_Success_MBI.py,
modules/websubmit/lib/functions/Print_Success_SRV.py,
modules/websubmit/lib/functions/Report_Number_Generation.py,
modules/websubmit/lib/functions/Retrieve_Data.py,
modules/websubmit/lib/functions/Send_APP_Mail.py,
modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_Request_For_Direct_Approval.py,
modules/websubmit/lib/functions/Send_Request_For_Publication.py,
modules/websubmit/lib/functions/Send_Request_For_Refereeing_Process.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py,
modules/websubmit/lib/functions/Shared_Functions.py,
modules/websubmit/lib/functions/Test_Status.py,
modules/websubmit/lib/functions/Update_Approval_DB.py,
modules/websubmit/lib/functions/Upload_Files.py,
modules/websubmit/web/Makefile.am,
modules/websubmit/web/approve.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/admin/Makefile.am,
modules/websubmit/web/admin/referees.py,
modules/websubmit/web/admin/websubmitadmin.py, po/LINGUAS,
po/bg.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en.po,
po/es.po, po/fr.po, po/hr.po, po/i18n_extract_from_wml_source.py,
po/i18n_update_wml_target.py, po/it.po, po/ja.po, po/no.po,
po/pl.po, po/pt.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po,
po/zh_CN.po, po/zh_TW.po: Updated copyright years.
2008-02-04 Tibor Simko <tibor.simko@cern.ch>
* po/ru.po: Russian translation fixes, thanks to Yana Osborne.
2008-02-04 Tibor Simko <tibor.simko@cern.ch>
* THANKS: Added Yana and Iaroslav for the Russian translation.
2008-02-04 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc_webinterface.py: Redirect legacy urls
weburl/help/[...] to corresponding webdoc.
2008-02-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Fixed comment spacing in
order to make tabcreate.sql syntactically correct.
2008-01-31 Tibor Simko <tibor.simko@cern.ch>
* config/.cvsignore: Removed surplus directory.
2008-01-31 Tibor Simko <tibor.simko@cern.ch>
* config/.cvsignore: Ignore autotools-generated file
invenio-autotools.conf.
2008-01-31 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Removed mentions of
WML.
2008-01-31 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.in,
modules/websearch/lib/websearch_webcoll.py: Updated global
docstring.
2008-01-31 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/Makefile.am: Removed unnecessary FILESWML
variable.
2008-01-31 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/template.py, modules/webstyle/lib/webdoc.py:
Fixed WML-related documentation.
2008-01-31 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/kwalitee.py: Do not test *.py.wml files
anymore.
2008-01-31 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc,
modules/websearch/doc/admin/websearch-admin-guide.webdoc,
modules/websubmit/doc/admin/websubmit-admin-guide.webdoc: Replaced
config.wml with invenio.conf.
2008-01-31 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS: Updated parts related to (now gone) WML.
2008-01-31 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser_regression_tests.py: Changed test
account "foo@bar.org" to a domain under our maintenance
("foo@cds.cern.ch") so that we won't bother anyone with test
registration emails eventually.
2008-01-31 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: fixed some "key
not in dictionary" cases that can happen with bad data
2008-01-30 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Removed superfluous inveniogc.
2008-01-30 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, Makefile.am, configure.ac, config/Makefile.am,
config/config.wml, config/configbis.wml.in,
config/invenio-autotools.conf.in, config/invenio.conf: Initial
release of the new invenio.conf configuration file format. This
effectively means that we do not depend on WML anymore. The new
conf format and its corresponding tools are going to be
progressively improved in the coming days and weeks.
2008-01-30 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/.cvsignore,
modules/miscutil/bin/Makefile.am,
modules/miscutil/bin/inveniocfg.in,
modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/config.py.wml,
modules/miscutil/lib/inveniocfg.py: Initial release of the
inveniocfg tool. Phased out good old WML.
2008-01-30 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/.cvsignore: Removed mistaken messages.py and
mailutils.py now that WML is gone.
2008-01-30 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/.cvsignore,
modules/miscutil/sql/Makefile.am: Install SQL files into "lib" too,
so that they can be eventually used even without Invenio sources
laying around.
2008-01-30 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql,
modules/miscutil/sql/tabfill.sql.wml: Removed WML dependency from
tabfill.sql. The current WML-less version no longer sets up
CDSNAME and ADMINEMAIL anymore. These are set by the new
inveniocfg tool.
2008-01-30 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/dbtest.in: Changed dbtest so that it does
not depend on having tables around anymore. The tables will be
explicitly created later during 'make create-tables' step. This
goes hand in hand with decoupling of table creation step from the
'make install' step.
2008-01-30 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabdrop.sql: Added jrnISSUE.
2008-01-30 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py: Removed unused imports of
CFG_WEBSTYLE_CDSPAGEHEADER, CFG_WEBSTYLE_CDSPAGEFOOTER.
2008-01-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:
Expanded several LIBDIR occurrences that survived from WML times.
2008-01-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Security fix to
check for proper rights in a quick way when dealing with searching
for recid-recidb, id-idb, sysno-sysnb, and restricted collections.
2008-01-24 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/mailutils.py: Added a possibility to specify
a charset we want to send the email out in. Also, some minor
documentation and code cleaning updates.
2008-01-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/webcomment/lib/webcomment_webinterface.py: Added security
checking in RSS and searching WRT restricted collection.
2008-01-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/config.py.wml, config/config.wml,
modules/websession/lib/inveniogc.py: Introduced new algorithms in
InvenioGC to clean the cache of RSS and WebJournal.
2008-01-24 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_templates.py: corrected
bulletin link
2008-01-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_config.py,
modules/websearch/lib/search_engine.py: Renamed
CFG_ACC_EMAILS_IN_TAGS_AUTHORIZED_TO_VIEW_RECORD to
CFG_ACC_GRANT_AUTHOR_RIGHTS_TO_EMAILS_IN_TAGS.
2008-01-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_config.py,
modules/websearch/lib/search_engine.py: Added
CFG_ACC_EMAILS_IN_TAGS_AUTHORIZED_TO_VIEW_RECORD, in order to
configure which tags do contain emails of user that should be
authorized to always view a record.
2008-01-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_webinterface.py,
modules/webcomment/lib/webcomment_webinterface.py: Improved
security handling WRT collections. Fixed security flaw in which
users were able to visit /record/123/{files, comments, reviews}
even if they were not authorized to the collection to which the
record belonged. Enriched authorization WRT restricted documents by
letting their submitters to display them even when they're not
authorized to the collection. In case of a restricted fulltext
document (with bibdocfile new feature), if the user is authorized
to download the document, then he/she can regardless of the
collection restriction.
2008-01-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py: Fixed 3 bugs (two
introduced during FireRole migration). Ported all run_sql calls to
the new standard run_sql('bla %s', (value, )).
2008-01-23 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: add in
selfcitlist only if the record is not there already
2008-01-23 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/search_engine.py: List initialisation as an
empty list, not None
2008-01-21 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Hide explicit Python calls in kwalitee checking
targets.
2008-01-21 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Avoid explicit CREATE TABLE statement for
rnkCITATIONDATA during update-v0.92.1-tables.
2008-01-21 Marko Niinimaki <manzikki@gmail.com>
* Makefile.am: in the exceptional case that one cannot do a chmod,
but the mode of the file is correct anyway, do not report an error
2008-01-21 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_templates.py: added button to
reanounce
2008-01-18 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_webinterface.py: replacing plus's
(valid in URLs) with spaces (works for search
authorsurname-comma-space-firstname)
2008-01-18 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_record_sorter.py: finally removed the
"citation search is experimental" msg
2008-01-18 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_record_sorter.py,
modules/webmessage/lib/webmessage.py: recID in
bibrank_citation_searcher is a string not int. changing it
expicitly to int so that citation search works for single records
2008-01-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/refextract.py: Prettified the usage message a
bit.
2008-01-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Made washing of terms
configurable. idxPHRASEs should infact not wash terms (i.e.
lowering case and truncating them).
2008-01-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindexadminlib.py: Removed UNIQUE key to
idxPHRASE term inkdex.
2008-01-17 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Removed UNIQUE attribute to
idxPHRASE* indexes since indexes of phrases are truncated.
2008-01-17 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Removed normalization for
filenames and format. Added __str__ & __repr__ methods to the whole
hierarchy to help printing statistics and information.
2008-01-17 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Fixed and clarified "Press ENTER..." warning
messages.
2008-01-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Fixed
archive_marcxml_for_history() for cases when the upload is being
done not via regular bibupload CLI task running from the task
scheduler, but via lower-level direct Python calls, as used in
regression testing.
2008-01-17 Radoslav Ivanov <radoslav.ivanov@cern.ch>
* modules/webbasket/lib/webbasket_regression_tests.py: Add
additional test for adding records to a basket.
2008-01-17 Marko Niinimaki <manzikki@gmail.com>
* modules/webmessage/lib/webmessage.py,
modules/websearch/lib/websearch_webinterface.py,
modules/webstyle/lib/webinterface_layout.py: author pages
2008-01-17 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/bfe_ObjectLanguage.py: added two to three
letter code language mapping
2008-01-16 Tibor Simko <tibor.simko@cern.ch>
*
modules/websearch/lib/websearch_external_collections_getter_tests.py:
Clarified documentation.
2008-01-16 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/doc/admin/bibupload-admin-guide.webdoc: Fixed
couple of typos in FFT guide.
2008-01-16 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Updated normalize format to
transform '.jpg' into '.jpeg'. Does anybody of any similar aliases?
2008-01-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_migration_kit.py: Removed
unnecessary bibindex migration kit.
2008-01-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine.py,
modules/bibindex/lib/bibindex_migration_kit.py,
modules/bibindex/lib/bibindexadminlib.py,
modules/miscutil/sql/tabcreate.sql: Implemented idxPHRASE indexes
that should help when searching for exact phrases or for author
names. Added a very small bibindex_migration_kit since
idxPHRASE.term column (and its relative index) was moved from
varchar(50) to text.
2008-01-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py,
modules/websubmit/lib/functions/Move_Files_Archive.py,
modules/bibformat/lib/elements/bfe_fulltext.py: Renamed dontcare
variables to dummy variable (to follow Pylint standard).
2008-01-15 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal.py,
modules/webjournal/lib/webjournal_templates.py: prod strings for
alert email system
2008-01-15 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal.py: bugfix
2008-01-15 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_utils.py: try except for not
published issues
2008-01-15 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal.py,
modules/webjournal/lib/webjournal_templates.py: administrate
interface to look one in the future over the current publication
2008-01-15 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal.py: localized archive links
2008-01-15 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal.py,
modules/webjournal/lib/webjournal_webinterface.py: added issue
number to defaults
2008-01-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/inveniogc.py: Added new garbage collection
option to clean unreferenced bibliographic values in bibXXx tables.
Useful for prettifying browse pages and nearest index term pages
in order not to show any unreferenced, long-gone values.
2008-01-14 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_utils.py,
modules/webjournal/lib/webjournal.py,
modules/webjournal/lib/webjournal_config.py,
modules/webjournal/lib/webjournal_washer.py,
modules/webjournal/lib/webjournal_webinterface.py: function for
finding a monday, search page logic, archive logic
2008-01-14 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_webinterface.py,
modules/webstyle/lib/webinterface_layout.py: removed work in
progress
2008-01-14 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_webinterface.py,
modules/webstyle/lib/webinterface_layout.py:
a skeleton for /author
2008-01-14 Marko Niinimaki <manzikki@gmail.com>
* INSTALL: added a directive for author pages
2008-01-14 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/regressiontestsuite.in: Accept silent
argument "--yes-i-know" in order to skip the confirmation step.
Also, removed trailing whitespace.
2008-01-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am, modules/webaccess/lib/access_control_config.py:
Updated configuration for cfgoairepository.
2008-01-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* INSTALL, modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webinterface.py: New experimental
OpenURL resolver ($weburl/openurl?...). Single Sign-On testing URL
($weburl/testsso).
2008-01-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webaccess/lib/access_control_config.py,
modules/websession/lib/websession_templates.py, Makefile.am,
modules/miscutil/sql/tabfill.sql.wml,
modules/websession/lib/webaccount.py,
modules/bibharvest/web/admin/oaiarchiveadmin.py: Made a clearer
distinction between BibHarvest and OAIRepository. Added
cfgoairepository action.
2008-01-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websession/lib/websession_templates.py,
modules/webaccess/lib/access_control_config.py: Fixed links.
2008-01-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: updated to initialise
func_returnval to None when an InvenioWebSubmitFunctionWarning
exception is raised. Previously, it would have been undefined
causing an error.
2008-01-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webalert/lib/webalert_webinterface.py: Fixed wrong value
for navmenuid.
2008-01-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_webcoll.py,
modules/miscutil/lib/config.py.wml, config/config.wml: WebColl can
now internationalize records shown in "Latest Additions" pages
(when CFG_INTERNATIONALIZE_LATEST_ADDITIONS_RECORDS is set to "1"
in config.wml)
2008-01-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_templates.py: Added
max_ndigits_after_dot parameter to tmpl_nice_number, in order to
round a float to a particular digit. It defaults to None which
means no rounding.
2008-01-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_admin.py: Fixed bug in
acc_find_user_role_actions which made it returning partial results:
for or-ing two sets '|' should be used, not 'or'. (Thanks to Greg
for spotting this).
2008-01-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/css/cds.css: Cleaning.
2008-01-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/css/cds.css: Changed detailed record tabs style.
2008-01-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_webinterface.py: Used navmenuid
'youraccount' instead of 'login' for all login pages, fixing
highlighting of the active menu in the page header.
2008-01-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/search_engine.py: Added missing import
statement about DatabaseError.
2008-01-10 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websession/lib/websession_templates.py: Added small space
between user icon and following link.
2008-01-10 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am, modules/miscutil/lib/config.py.wml,
modules/websearch/lib/search_engine.py, config/config.wml,
modules/bibindex/doc/admin/bibindex-admin-guide.webdoc,
modules/bibindex/lib/bibindex_engine.py,
modules/bibindex/lib/bibindex_engine_stemmer.py,
modules/bibindex/lib/bibindexadminlib.py,
modules/bibindex/web/admin/bibindexadmin.py,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabfill.sql.wml,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_word_indexer.py: Moved stemming support
from static index config variable structure to column into idxINDEX
table. Added corresponding web administration support for
configuring it.
2008-01-10 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/css/cds.css: Changed non-selected tabs label
color and weight.
2008-01-10 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_templates.py: Display float
numbers up to the third decimal digit after the dot.
2008-01-10 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/webstyle/lib/webstyle_templates.py: Renamed parameter
'show_notice_p' to 'show_short_rec_p'.
2008-01-10 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed problem when
req.args is None.
2008-01-10 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webinterface.py,
modules/webstyle/lib/webpage.py, config/config.wml,
modules/miscutil/lib/config.py.wml: RSS feed is contextual to
displayed collection and search query.
search_engine.perform_request_search(..) outputs valid XML when
empty.
2008-01-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/doc/admin/bibindex-admin-guide.webdoc: Clarified
the section on reindexing (fixed wrong use of idxINDEX, rephrased
things).
2008-01-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/admin.webdoc: Use proper link title for
"Manage indexes" admin interface.
2008-01-10 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher.py: checking that
get_cited_by returns something even if the DB field is empty
2008-01-10 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/css/cds.css,
modules/webstyle/lib/webstyle_templates.py: Changed style of top
header tabs. Added rss feed url as parameter to tmpl_page(..) and
tmpl_pageheader(..) functions.
2008-01-10 Jerome Caffaro <jerome.caffaro@cern.ch>
* Makefile.am: Fixed syntax error in creation of rnkCITATIONDATA
table.
2008-01-10 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/Makefile.am: Updated wrt moving linting
tools away to cds-invenio-dev.
2008-01-10 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/api_migration_kit.sh,
modules/miscutil/lib/updateapi.data.sed: Since this code is in very
alpha state it has been moved to cds-invenio-dev repository.
2008-01-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Activated writing of MARCXML
versions to hstRECORD.
2008-01-09 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_utils.py: changes to support
different issue number formats
2008-01-09 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher.py,
modules/websearch/lib/search_engine.py: variable names changed to
conform conventions
2008-01-09 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_utils.py: fixed string
formatting in article counting function
2008-01-09 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_utils.py: fixed another bug in
article counting function
2008-01-09 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_utils.py: fixed bug in article
counting function
2008-01-09 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_utils.py: made listing of all
articles in an issue agnostic to 01/ or 1/ issue number style
2008-01-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_fulltext_mini.py: Modified
style.
2008-01-09 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: fixed
rerouting of login in administrate
2008-01-09 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webstyle/lib/webinterface_layout.py: added try except to
import of journal pages
2008-01-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/css/cds.css: Inverted colors of
selected/non-selected menu items in the header.
2008-01-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oai_repository_tests.py,
modules/bibharvest/lib/oai_repository_webinterface.py: Better
checking of input parameters. Fixed related test cases. Fixed bug
that would prevent harvesting sessions to continue with a
resumptionToken when CFG_OAI_LOAD is equal to the number of
documents to harvest.
2008-01-08 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_templates.py: Fixed
tmpl_nice_number wrt float numbers (it previously worked only with
integers). This prettify e.g. indexes size in Overview of Indexes
panel in BibIndex area.
2008-01-08 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindexadminlib.py: Fixed logical fields
column in Overview of indexes panel. Previously it wrongly
displayed the index names in place of the correct list of logical
fields.
2008-01-08 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_utils.py: fixed bug in new year
times
2008-01-08 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_utils.py: fixed bug in
publication list getting function
2008-01-08 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_utils.py: fixed bug in
publication list getting function
2008-01-08 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal.py,
modules/webjournal/lib/webjournal_config.py,
modules/webjournal/lib/webjournal_templates.py,
modules/webjournal/lib/webjournal_utils.py,
modules/webjournal/lib/webjournal_webinterface.py,
modules/webjournal/lib/widgets/bfe_webjournal_widget_weather.py:
added new interface for administration, completeley new alert
system
2008-01-08 Samuele Kaplun <samuele.kaplun@cern.ch>
* config/config.wml,
modules/bibindex/lib/bibindex_engine_stemmer.py,
modules/bibindex/lib/bibindex_engine_stemmer_tests.py,
modules/bibrank/etc/template_word_similarity.cfg,
modules/bibrank/etc/wrd.cfg: Reverted configuration of stemming to
two-letter iso639-2 codes for identifying languages. (e.g.
'english' -> 'en', 'italian' -> 'it').
2008-01-08 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webinterface_handler.py: Fixed with Sam
wash_urlargd() so that {tuple,list} ouptut types are {tuple,list}
of strings. (Beware when using this with multiple file upload
forms!) Also, removed 'dict' output type that does not seem to be
coded properly (and does not seem to be used either). This commit
fixes problems with newer mod_pythons (e.g. 3.3.1) where
wash_urlargd() would return a list of Field objects if the cast to
string is not explicit, unlike previous mod_python versions (e.g.
3.1.3) that returned list of strings directly. Humph.
2008-01-08 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webinterface_tests.py: Deleted trailing
whitespace.
2008-01-08 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: comments.
2008-01-07 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: improved layout for
self cites
2008-01-07 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher.py: Fixed typo.
2008-01-07 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_citation_searcher.py,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: Web interface for
self-citations
2008-01-07 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_citation_searcher.py,
modules/miscutil/sql/tabfill.sql.wml: additions of self citation
index/search
2008-01-07 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webstyle_templates.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webstyle/css/cds.css,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py,
modules/bibformat/etc/format_templates/Default_HTML_references.bft:
Added short bibliographic notice on all detailed page tabs
(excepted main tab).
2007-12-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Makefile.am,
modules/bibformat/etc/format_templates/RSS.xsl,
modules/bibformat/etc/output_formats/XR.bfo: Initial release of RSS
output produced by XSL. Based on RSS.bfx template.
2007-12-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/EndNote.xsl,
modules/bibformat/etc/format_templates/Makefile.am,
modules/bibformat/etc/output_formats/XE.bfo: Initial release of
EndNote output produced by XSL. Based on BFX version.
2007-12-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_fulltext.py,
modules/bibformat/lib/elements/bfe_fulltext_mini.py: Respect
metadata order when displaying files.
2007-12-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py,
modules/webstyle/lib/webdoc_webinterface.py: Index pages layout
reorganization. Fixed navtrails. Suggest index page when page not
found. User help index page does no longer link to hacking/admin
index pages. Full 'last updated' timestamp in footer.
2007-12-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: Fixed syntax.
2007-12-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: 'lastupdated'
parameter of tmpl_pagefooter(..) & co can now be in the form of CVS
$Id tag.
2007-12-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/lib/dateutils_tests.py: Added test of handling
CVS $id tag by convert_datecvs_to_datestruct(..).
2007-12-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/lib/dateutils.py: Fixed comments.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/lib/dateutils.py: Support for CVS $Id as input
to convert_datecvs_to_datestruct(..).
2007-12-20 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/common-concepts.webdoc: Fixed an
identifier2 typo.
2007-12-20 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc,
modules/bibclassify/doc/hacking/bibclassify-extraction-algorithm.webdoc,
modules/bibclassify/doc/hacking/bibclassify-hep-taxonomy.webdoc,
modules/bibclassify/doc/hacking/bibclassify-internals.webdoc,
modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc,
modules/bibconvert/doc/hacking/bibconvert-api.webdoc,
modules/bibedit/doc/admin/bibedit-admin-guide.webdoc,
modules/bibformat/doc/admin/bibformat-admin-guide.webdoc,
modules/bibformat/doc/hacking/bibformat-api.webdoc,
modules/bibformat/doc/hacking/bibformat-internals.webdoc,
modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc,
modules/bibindex/doc/admin/bibindex-admin-guide.webdoc,
modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc,
modules/bibrank/doc/admin/bibrank-admin-guide.webdoc,
modules/bibrank/doc/hacking/bibrank-api.webdoc,
modules/bibrank/doc/hacking/bibrank-bibrankgkb.webdoc,
modules/bibrank/doc/hacking/bibrank-internals.webdoc,
modules/bibrank/doc/hacking/bibrank-single-tag-rank.webdoc,
modules/bibrank/doc/hacking/bibrank-word-similarity.webdoc,
modules/bibsched/doc/admin/bibsched-admin-guide.webdoc,
modules/bibupload/doc/admin/bibupload-admin-guide.webdoc,
modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc,
modules/miscutil/doc/hacking/miscutil-dateutils.webdoc,
modules/miscutil/doc/hacking/miscutil-errorlib.webdoc,
modules/miscutil/doc/hacking/miscutil-internals.webdoc,
modules/webaccess/doc/admin/webaccess-admin-guide.webdoc,
modules/webaccess/doc/hacking/webaccess-admin-internals.webdoc,
modules/webaccess/doc/hacking/webaccess-api.webdoc,
modules/webaccess/doc/hacking/webaccess-firerole-api.webdoc,
modules/webaccess/doc/hacking/webaccess-internals.webdoc,
modules/webaccess/doc/hacking/webaccess-table-structure.webdoc,
modules/webalert/doc/admin/webalert-admin-guide.webdoc,
modules/webbasket/doc/admin/webbasket-admin-guide.webdoc,
modules/webcomment/doc/admin/webcomment-admin-guide.webdoc,
modules/webhelp/web/help-central.webdoc,
modules/webhelp/web/admin/admin.webdoc,
modules/webhelp/web/admin/howto/howto-marc.webdoc,
modules/webhelp/web/admin/howto/howto-migrate.webdoc,
modules/webhelp/web/admin/howto/howto-run.webdoc,
modules/webhelp/web/admin/howto/howto.webdoc,
modules/webhelp/web/hacking/coding-style.webdoc,
modules/webhelp/web/hacking/common-concepts.webdoc,
modules/webhelp/web/hacking/directory-organization.webdoc,
modules/webhelp/web/hacking/modules-overview.webdoc,
modules/webhelp/web/hacking/release-numbering.webdoc,
modules/webhelp/web/hacking/test-suite.webdoc,
modules/webmessage/doc/admin/webmessage-admin-guide.webdoc,
modules/websearch/doc/search-guide.webdoc,
modules/websearch/doc/search-tips.webdoc,
modules/websearch/doc/admin/websearch-admin-guide.webdoc,
modules/websearch/doc/hacking/search-engine-api.webdoc,
modules/websearch/doc/hacking/search-engine-internals.webdoc,
modules/websearch/doc/hacking/search-engine-stages.webdoc,
modules/websession/doc/admin/websession-admin-guide.webdoc,
modules/webstat/doc/admin/webstat-admin-guide.webdoc,
modules/webstyle/doc/admin/webstyle-admin-guide.webdoc,
modules/websubmit/doc/submit-guide.webdoc: Cosmetic megacommit to
standardize whitespaces in WebDoc tags ("<!-- WebDoc-Foo: Bar Baz
-->").
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websubmit/doc/admin/websubmit-admin-guide.webdoc: Added
HTML directive.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websession/doc/admin/websession-admin-guide.webdoc,
modules/webstat/doc/admin/webstat-admin-guide.webdoc,
modules/webstyle/doc/admin/webstyle-admin-guide.webdoc: Removed
WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/doc/hacking/search-engine-api.webdoc,
modules/websearch/doc/hacking/search-engine-internals.webdoc,
modules/websearch/doc/hacking/search-engine-stages.webdoc: Removed
WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select where needed.
Added WebDoc-Page-Revision where needed.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:
Removed WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select.
Added WebDoc-Page-Revision
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:
Removed WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select.
Added WebDoc-Page-Revision.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webalert/doc/admin/webalert-admin-guide.webdoc,
modules/webbasket/doc/admin/webbasket-admin-guide.webdoc: Removed
WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webaccess/doc/admin/webaccess-admin-guide.webdoc,
modules/webaccess/doc/hacking/webaccess-admin-internals.webdoc,
modules/webaccess/doc/hacking/webaccess-api.webdoc,
modules/webaccess/doc/hacking/webaccess-firerole-api.webdoc,
modules/webaccess/doc/hacking/webaccess-internals.webdoc,
modules/webaccess/doc/hacking/webaccess-table-structure.webdoc:
Removed WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select where
needed. Added WebDoc-Page-Revision where needed.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/doc/hacking/miscutil-dateutils.webdoc,
modules/miscutil/doc/hacking/miscutil-dbquery.webdoc,
modules/miscutil/doc/hacking/miscutil-errorlib.webdoc,
modules/miscutil/doc/hacking/miscutil-internals.webdoc: Removed
WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select where needed.
Added WebDoc-Page-Revision where needed.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibupload/doc/admin/bibupload-admin-guide.webdoc,
modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc: Removed
WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibrank/doc/admin/bibrank-admin-guide.webdoc: Removed
WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select. Removed
trailing whitespaces.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibrank/doc/hacking/bibrank-api.webdoc,
modules/bibrank/doc/hacking/bibrank-bibrankgkb.webdoc,
modules/bibrank/doc/hacking/bibrank-internals.webdoc,
modules/bibrank/doc/hacking/bibrank-single-tag-rank.webdoc,
modules/bibrank/doc/hacking/bibrank-word-similarity.webdoc,
modules/bibsched/doc/admin/bibsched-admin-guide.webdoc: Removed
WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select where needed.
Added WebDoc-Page-Revision where needed.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc: Removed
WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select. Added
WebDoc-Page-Revision
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibindex/doc/admin/bibindex-admin-guide.webdoc: Removed
WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:
Removed WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/bibformat-admin-guide.webdoc,
modules/bibformat/doc/hacking/bibformat-api.webdoc,
modules/bibformat/doc/hacking/bibformat-internals.webdoc: Removed
WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select where needed.
Added WebDoc-Page-Revision where needed. Completed documentation
about Python functions available in XSL.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibedit/doc/admin/bibedit-admin-guide.webdoc: Removed
WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc,
modules/bibconvert/doc/hacking/bibconvert-api.webdoc,
modules/bibconvert/doc/hacking/bibconvert-internals.webdoc: Removed
WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select where needed.
Added WebDoc-Page-Revision where needed.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibclassify/doc/hacking/bibclassify-internals.webdoc:
Fixed HTML.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc,
modules/bibclassify/doc/hacking/bibclassify-extraction-algorithm.webdoc,
modules/bibclassify/doc/hacking/bibclassify-hep-taxonomy.webdoc,
modules/bibclassify/doc/hacking/bibclassify-internals.webdoc:
Removed WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select where
needed. Added WebDoc-Page-Revision where needed.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websubmit/doc/admin/websubmit-admin-guide.webdoc: Removed
WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/doc/search-guide.webdoc,
modules/websearch/doc/search-tips.webdoc,
modules/websearch/doc/admin/websearch-admin-guide.webdoc,
modules/websubmit/doc/submit-guide.webdoc: Removed
WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select where needed.
Added WebDoc-Page-Revision where needed.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webhelp/web/admin/admin.webdoc: Fixed HTML.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webhelp/web/help-central.webdoc,
modules/webhelp/web/admin/admin.webdoc,
modules/webhelp/web/admin/howto/howto-marc.webdoc,
modules/webhelp/web/admin/howto/howto-migrate.webdoc,
modules/webhelp/web/admin/howto/howto-run.webdoc,
modules/webhelp/web/admin/howto/howto.webdoc: Removed
WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select where needed.
Added WebDoc-Page-Revision where needed.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py,
modules/webstyle/lib/webdoc_webinterface.py: Print page title
instead of filename. Propagate language links. Fixed url to
help/contents.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py,
modules/webstyle/lib/webdoc_webinterface.py: Remapped index pages
help/{admin,hacking}/topics urls to help/{admin,hacking}/contents.
Index pages only show links to pages of same category. Cleaning
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py,
modules/webstyle/lib/webdoc_webinterface.py: Creates cache for
WebDoc-Page-Description and WebDoc-Page-Keywords tags. Builds page
by taking WebDoc-Page-Description, WebDoc-Page-Keywords and
WebDoc-Page-Revision tags into account.
2007-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webhelp/web/hacking/coding-style.webdoc,
modules/webhelp/web/hacking/common-concepts.webdoc,
modules/webhelp/web/hacking/directory-organization.webdoc,
modules/webhelp/web/hacking/modules-overview.webdoc,
modules/webhelp/web/hacking/release-numbering.webdoc,
modules/webhelp/web/hacking/test-suite.webdoc: Removed
WebDoc-Page-Navbar-Name and WebDoc-Page-Navbar-Select tags. Added
WebDoc-Page-Revision where missing.
2007-12-19 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc: Fixed
links to sample files. Fixed links to other admin guides.
2007-12-19 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/hacking/bibconvert-api.webdoc: Fixed link
to the BibConvert Admin Guide.
2007-12-19 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/lib/Makefile.am,
modules/bibconvert/lib/bibconvert_regression_tests.py: Added
BibConvert regression test suite.
2007-12-19 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS, CREDITS, Makefile.am, NEWS, THANKS: Renamed CREDITS to
THANKS in order to better comply to GNU packaging standards.
Thanks to Jose.
2007-12-19 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/doc/hacking/bibclassify-internals.webdoc:
Fixed link to BibClassify Admin Guide.
2007-12-19 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:
Removed link to HEP.rdf now that it is distributed with Invenio.
2007-12-19 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/lib/Makefile.am,
modules/bibclassify/lib/bibclassify_regression_tests.py: Added
BibClassify regression test suite.
2007-12-19 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/testutils.py: Added a simple
test_web_page_existence() helper function. Also, removed trailing
whitespace.
2007-12-19 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: selfcitdict
correctly recorded in the db
2007-12-19 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository_tests.py: Adapted tests for
default records of Atlantis.
2007-12-19 Marko Niinimaki <manzikki@gmail.com>
* Makefile.am: added rnkCITATIONDATA update
2007-12-19 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher.py: added an
exception handler
2007-12-19 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/lib/webcomment_regression_tests.py: Adapted
WebComment Admin Guide page availability test to the new URL
schema.
2007-12-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Fixed "Help
Central" availability test case.
2007-12-19 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_citation_searcher.py,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabfill.sql.wml: new table structure for
citations
2007-12-19 Marko Niinimaki <manzikki@gmail.com>
* modules/bibedit/lib/bibrecord_tests.py: There are more records
now - thus more fields. Corrected.
2007-12-18 Radoslav Ivanov <radoslav.ivanov@cern.ch>
* modules/webbasket/lib/webbasket_regression_tests.py: Add
additional test for adding records to a basket.
2007-12-18 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py,
modules/webstyle/lib/webdoc_webinterface.py: Added index page with
links to all webdoc files. Removed parsing of
WebDoc-Page-Navbar-Name variable. webdoc_webinterface url handler
takes 'admin', 'hacking' and 'help' directories into account.
2007-12-18 Tibor Simko <tibor.simko@cern.ch>
* config/cdswmllib.wml: Deleted uneeded WML library file.
2007-12-18 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/dbquery.py.in,
modules/miscutil/lib/dbquery.py.wml,
modules/miscutil/lib/messages.py,
modules/miscutil/lib/messages.py.wml,
modules/miscutil/sql/tabfill.sql.wml: Phased out unnecessary WML
source files for database access and I18N.
2007-12-18 Tibor Simko <tibor.simko@cern.ch>
* config/Makefile.am, config/cdsnavbar.wml, config/cdsnavtrail.wml,
config/cdspage.wml, config/config.wml, config/configbis.wml.in:
Phased out unneeded WML lib files.
2007-12-18 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/etc/Makefile.am, modules/webstat/etc/webstat.cfg,
modules/webstat/etc/webstat.cfg.wml: Phased out WML sources of the
WebStat config file, at the price of hardcoded collection name
Atlantis Institute of Fictive Science. This is to be customized by
the clients, or WebStat could be made intelligent enough to
retrieve this information from the database.
2007-12-18 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/Makefile.am,
modules/miscutil/demo/democfgdata.sql,
modules/miscutil/demo/democfgdata.sql.wml: Phased out WML sources
of the demo site config, at the expense of using / instead of
WEBURL. Maybe we can use .in later if need be, or manipulate
tables a posteriori.
2007-12-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/etc/Makefile.am,
modules/bibrank/etc/template_word_similarity.cfg,
modules/bibrank/etc/template_word_similarity.cfg.wml,
modules/bibrank/etc/wrd.cfg, modules/bibrank/etc/wrd.cfg.wml:
Phased out WML sources of config files.
2007-12-18 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/testutils.py: Cleaned some simple pylint
findings, with Radoslav.
2007-12-18 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/bin/Makefile.am: Removed obsoleted target from
CLEANFILES.
2007-12-17 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiarchive_engine.py: Retrieve repository
size using "exact phrase" mode.
2007-12-17 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository.py: Fixed response header
of 'GetRecord' verb. Selective harvesting now use
perform_request_search() instead of SQL. Removed usage of
deprecated 'string' module.
2007-12-17 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiarchive_engine.py: Alternative Patterns
mode off.
2007-12-17 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Improved wash_dates() in
order to allow for independent d1 and d2 date specifications, e.g.
d1 can now be defined from datetext and d2 from (year, month, day)
tuple.
2007-12-17 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_tests.py: Added wash_dates()
test case in case both d1 and (d1y, d1m, d1d) are supplied by a
user.
2007-12-17 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Added printing of some
search stage 5 details when in verbose mode.
2007-12-17 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/hacking/search-engine-api.webdoc,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/search_engine_tests.py,
modules/websearch/lib/websearch_templates.py: Extended search
engine API with a possibility to pass full datetime values d1, d2
in the format "YYYY-MM-DD hh:mm:ss" to retrieve records created or
modified in a certain time interval. Useful e.g. for OAI interface
client code. Note that d1, d2 take precedence over (d1y, d1m,
d1d), (d2y, d2m, d2d) tuples if they exist. Added some more test
cases.
2007-12-17 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository_tests.py: Fixed typo.
2007-12-17 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository_tests.py: Added tests for
selective harvesting ('from', 'until' and 'set' parameters).
Removed trailing whitespaces.
2007-12-14 Marko Niinimaki <manzikki@gmail.com>
* modules/bibedit/lib/bibrecord_tests.py: 1 record more
2007-12-14 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py,
modules/miscutil/sql/tabcreate.sql: added a simple method to find
self citations and database field to store them
2007-12-14 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/demo/demobibdata.xml: added another initial for
Polyakov in order to test self-cite
2007-12-14 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added a warning check before doing destructive
operations (make remove-demo-records, make drop-demo-site, make
drop-tables). Knowledgeable people can use "FORCE=yes make
drop-tables" to bypass the check. Added deletion of fulltext files
when removing demo records.
2007-12-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed a typo featuring
run() instead of run_sql().
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/admin/websearch-admin-guide.webdoc: Removed
ePerl statement dating from WML times.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/doc/Makefile.am: Do not clean PHP files
anymore.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/search-tips.webdoc: Replaced deprecated
<lang:current/> linking technique with <lang:link/>.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
*
modules/bibclassify/doc/hacking/bibclassify-extraction-algorithm.webdoc,
modules/bibclassify/doc/hacking/bibclassify-hep-taxonomy.webdoc,
modules/bibclassify/doc/hacking/bibclassify-internals.webdoc,
modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc,
modules/bibconvert/doc/hacking/bibconvert-api.webdoc,
modules/bibconvert/doc/hacking/bibconvert-internals.webdoc,
modules/bibformat/doc/hacking/bibformat-api.webdoc,
modules/bibformat/doc/hacking/bibformat-internals.webdoc,
modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc,
modules/bibindex/doc/admin/bibindex-admin-guide.webdoc,
modules/bibrank/doc/hacking/bibrank-api.webdoc,
modules/bibrank/doc/hacking/bibrank-bibrankgkb.webdoc,
modules/bibrank/doc/hacking/bibrank-internals.webdoc,
modules/bibrank/doc/hacking/bibrank-single-tag-rank.webdoc,
modules/bibrank/doc/hacking/bibrank-word-similarity.webdoc,
modules/miscutil/doc/hacking/miscutil-dateutils.webdoc,
modules/miscutil/doc/hacking/miscutil-dbquery.webdoc,
modules/miscutil/doc/hacking/miscutil-errorlib.webdoc,
modules/miscutil/doc/hacking/miscutil-internals.webdoc,
modules/webaccess/doc/hacking/webaccess-admin-internals.webdoc,
modules/webaccess/doc/hacking/webaccess-api.webdoc,
modules/webaccess/doc/hacking/webaccess-firerole-api.webdoc,
modules/webaccess/doc/hacking/webaccess-internals.webdoc,
modules/webaccess/doc/hacking/webaccess-table-structure.webdoc,
modules/webhelp/web/admin/howto/howto-marc.webdoc,
modules/webhelp/web/admin/howto/howto-migrate.webdoc,
modules/webhelp/web/admin/howto/howto-run.webdoc,
modules/webhelp/web/admin/howto/howto.webdoc,
modules/webhelp/web/hacking/coding-style.webdoc,
modules/webhelp/web/hacking/common-concepts.webdoc,
modules/webhelp/web/hacking/directory-organization.webdoc,
modules/webhelp/web/hacking/modules-overview.webdoc,
modules/webhelp/web/hacking/release-numbering.webdoc,
modules/webhelp/web/hacking/test-suite.webdoc,
modules/websearch/doc/admin/websearch-admin-guide.webdoc,
modules/websearch/doc/hacking/search-engine-api.webdoc,
modules/websearch/doc/hacking/search-engine-internals.webdoc,
modules/websearch/doc/hacking/search-engine-stages.webdoc: Fixed
navtrail links to respect the new /help/{admin,hacking}/foo style.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/admin.webdoc,
modules/webhelp/web/admin/howto/Makefile.am,
modules/webhelp/web/admin/howto/admin-howto-marc.webdoc,
modules/webhelp/web/admin/howto/admin-howto-migrate.webdoc,
modules/webhelp/web/admin/howto/admin-howto-run.webdoc,
modules/webhelp/web/admin/howto/admin-howto.webdoc,
modules/webhelp/web/admin/howto/howto-marc.webdoc,
modules/webhelp/web/admin/howto/howto-migrate.webdoc,
modules/webhelp/web/admin/howto/howto-run.webdoc,
modules/webhelp/web/admin/howto/howto.webdoc: Renamed HOWTO guides
as per the new /help/admin/foo policy.
2007-12-13 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/demo/demobibdata.xml: fixed publication tag of
"Wall of the Cave" to 909C4
2007-12-13 Gabriel Hase <gabriel.hase@cern.ch>
* modules/miscutil/sql/tabcreate.sql: added issue table for
webjournal
2007-12-13 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal.py,
modules/webjournal/lib/webjournal_config.py,
modules/webjournal/lib/webjournal_templates.py,
modules/webjournal/lib/webjournal_utils.py: refactoring, issue
numbers moved to DB
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/doc/hacking/webaccess-firerole-api.webdoc:
Fixed link to the firewall-like role definition language page, now
integrated in the WebAccess Admin Guide.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/doc/admin/Makefile.am,
modules/webaccess/doc/admin/webaccess-admin-guide.webdoc,
modules/webaccess/doc/admin/webaccess-admin.webdoc,
modules/webaccess/doc/admin/webaccess-firerole.webdoc,
modules/webaccess/lib/webaccessadmin_lib.py: Phased out WebAccess
Admin static intro page.
2007-12-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_field.py: No longer print
field separator if field has not a subfield with specified subcode.
2007-12-13 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/demo/demobibdata.xml: added a new record (The
wall of the cave) to test self-cite elimination
2007-12-13 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_regression_tests.py: renamed a
misleadingly named test
2007-12-13 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/sql/tabfill.sql.wml: gave human names to some
tags
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/doc/admin/Makefile.am,
modules/webstyle/doc/admin/webstyle-admin-guide.webdoc,
modules/webstyle/doc/admin/webstyle-admin.webdoc: Phased out
WebStyle Admin static intro page.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/doc/admin/Makefile.am,
modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc,
modules/elmsubmit/doc/admin/elmsubmit-admin.webdoc: Phased out
ElmSubmit Admin static intro page.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/doc/admin/Makefile.am,
modules/websession/doc/admin/websession-admin-guide.webdoc,
modules/websession/doc/admin/websession-admin.webdoc: Phased out
WebSession Admin static intro page.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/doc/admin/Makefile.am,
modules/webbasket/doc/admin/webbasket-admin-guide.webdoc,
modules/webbasket/doc/admin/webbasket-admin.webdoc: Phased out
WebBasket Admin static intro page.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/doc/admin/Makefile.am,
modules/websubmit/doc/admin/websubmit-admin-guide.webdoc,
modules/websubmit/doc/admin/websubmit-admin.webdoc: Phased out
WebSubmit Admin static intro page.
2007-12-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/OAI_DC.xsl: Display
subtitle when available.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/doc/admin/Makefile.am,
modules/webstat/doc/admin/webstat-admin-guide.webdoc,
modules/webstat/doc/admin/webstat-admin.webdoc: Phased out WebStat
Admin static intro page.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/doc/admin/Makefile.am,
modules/bibsched/doc/admin/bibsched-admin-guide.webdoc,
modules/bibsched/doc/admin/bibsched-admin.webdoc: Phased out
BibSched Admin static intro page.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/admin/Makefile.am,
modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc,
modules/bibconvert/doc/admin/bibconvert-admin.webdoc: Phased out
BibConvert Admin static intro page.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibmatch/doc/admin/Makefile.am,
modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc,
modules/bibmatch/doc/admin/bibmatch-admin.webdoc: Phased out
BibMatch Admin static intro page.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/doc/admin/Makefile.am,
modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc,
modules/bibclassify/doc/admin/bibclassify-admin.webdoc: Phased out
BibClassify Admin static intro page.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/doc/admin/Makefile.am,
modules/webalert/doc/admin/webalert-admin-guide.webdoc,
modules/webalert/doc/admin/webalert-admin.webdoc: Phased out
WebAlert Admin static intro page.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webmessage/doc/admin/webmessage-admin-guide.webdoc: Fixed
navtrail.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webmessage/doc/admin/Makefile.am,
modules/webmessage/doc/admin/webmessage-admin-guide.webdoc,
modules/webmessage/doc/admin/webmessage-admin.webdoc: Phased out
WebMessage Admin static intro page.
2007-12-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository.py: Fixed problems with
timezones and short ISO 8601 dates in 'from' and 'until' arguments
of oai-pmh.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/doc/admin/Makefile.am,
modules/bibupload/doc/admin/bibupload-admin-guide.webdoc,
modules/bibupload/doc/admin/bibupload-admin.webdoc: Phased out
BibUpload Admin static intro page.
2007-12-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiarchiveadminlib.py: Removed unnecessary
'from mod_python import apache' statement.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/admin.webdoc: Fixed link to module
overview page.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/doc/admin/Makefile.am,
modules/webcomment/doc/admin/webcomment-admin-guide.webdoc,
modules/webcomment/doc/admin/webcomment-admin.webdoc,
modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcommentadminlib.py,
modules/webcomment/web/admin/webcommentadmin.py: Phased out
WebComment Admin static intro page.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/admin/bibformatadmin.py: Fixed navtrail
admin link.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/doc/admin/Makefile.am,
modules/bibformat/doc/admin/bibformat-admin-guide.webdoc,
modules/bibformat/doc/admin/bibformat-admin.webdoc,
modules/bibformat/lib/bibformat_migration_kit_assistant_lib.py,
modules/bibformat/lib/bibformat_migration_kit_templates.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformatadminlib.py: Phased out BibFormat
Admin static intro page.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/admin/bibrank-admin-guide.webdoc,
modules/bibrank/doc/admin/bibrank-admin.webdoc,
modules/bibrank/lib/bibrankadminlib.py: Phased out BibRank Admin
static intro page.
2007-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/doc/admin/Makefile.am,
modules/bibedit/doc/admin/bibedit-admin-guide.webdoc,
modules/bibedit/doc/admin/bibedit-admin.webdoc,
modules/bibedit/web/admin/bibeditadmin.py: Phased out BibEdit Admin
static intro page.
2007-12-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/doc/admin/Makefile.am,
modules/bibharvest/doc/admin/bibharvest-admin.webdoc,
modules/bibharvest/lib/bibharvest_templates.py,
modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oaiarchiveadminlib.py: Phased out BibHarvest
Admin static intro page.
2007-12-12 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/sql/tabfill.sql.wml: changed back since the id's
have foreign key constraints
2007-12-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmitadmin_templates.py: Fixed guide
link in the menu. Updated navtrail.
2007-12-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/doc/admin/Makefile.am,
modules/bibindex/doc/admin/bibindex-admin.webdoc,
modules/bibindex/lib/bibindexadminlib.py: Phased out BibIndex Admin
static intro page.
2007-12-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/cdsware.el: Corrected URL to point to
the full Emacs Tips wiki page.
2007-12-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/cdsware.el: Added links to the wiki
page describing more Emacs Tips, such as how to setup CEDET and ECB
development environment for Invenio hacking in Emacs.
2007-12-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/cdsware.el: Treat .webdoc files via
HTML editing mode.
2007-12-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/admin.webdoc: Use direct links to
various admin interfaces, bypassing admin intro pages.
2007-12-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/admin/Makefile.am,
modules/websearch/doc/admin/websearch-admin.webdoc,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/admin/websearchadmin.py: Phased out WebSearch
Admin static intro page.
2007-12-12 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/sql/tabfill.sql.wml: fixed names institute ->
publication
2007-12-12 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/sql/tabfill.sql.wml: added some more English
names for MARC tags
2007-12-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/NLM.xsl: Fixed multiple
affiliations for reports and articles.
2007-12-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py: Fixed issues with languages.
2007-12-11 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Updated info on Sam, added Gabriel and Marko, moved Jan.
2007-12-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py: Display English translation
(after having tried cdslang) when translation for user language is
missing.
2007-12-10 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: + Added "warningMsg"
and "errorMsg" function definitions back into websubmit engine
after they had been removed and put into websubmit-webinterface
(from which they could not be imported!) FIXME: They are now
duplicated and this should be cleaned.
2007-12-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/doc/hacking/Makefile.am,
modules/webstat/doc/hacking/Makefile.am,
modules/elmsubmit/doc/hacking/Makefile.am: Cleaned CLEANFILES
target.
2007-12-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/Makefile.am,
modules/webhelp/web/admin/index.html.wml,
modules/webhelp/web/admin/howto/Makefile.am,
modules/webhelp/web/admin/howto/admin-howto.webdoc,
modules/webhelp/web/admin/howto/index.html.wml,
modules/webhelp/web/admin/howto/marc.html.wml,
modules/webhelp/web/admin/howto/migrate.html.wml,
modules/webhelp/web/admin/howto/run.html.wml: Verified and fixed
webdoc files, removed WML files.
2007-12-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/doc/hacking/Makefile.am,
modules/webaccess/doc/hacking/admin-internals.html.wml,
modules/webaccess/doc/hacking/api.html.wml,
modules/webaccess/doc/hacking/firerole_api.html.wml,
modules/webaccess/doc/hacking/index.html.wml,
modules/webaccess/doc/hacking/table-structure.html.wml: Verified
webdoc files, removed WML files.
2007-12-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibindex/lib/bibindexadminlib.py: Still to be find a better
place for this adderrorbox, but at least now things compiles :-)
2007-12-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibrank/etc/wrd.cfg.wml,
modules/bibrank/lib/bibrank_word_indexer.py: Ported ranking
configuration to Porter Stemming. i.e. change 'en' language to
'english' (TODO, implement a conversion table), making wrd example
working with stemming.
2007-12-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/search_engine.py, config/config.wml,
modules/bibindex/doc/admin/bibindex-admin-guide.webdoc,
modules/bibindex/lib/bibindex_engine.py,
modules/miscutil/lib/config.py.wml: Fixed stemming applyed to all
the indexes, by adding CFG_BIBINDEX_DISABLE_STEMMING_FOR_INDEXES
variable to disable stemming for certain critical indexes (say
collection, aythor, reportnumber...). Now Invenio is usable when
stemming is enabled.
2007-12-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload_regression_tests.py: Beautified
variable names.
2007-12-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/doc/admin/websession-admin-guide.webdoc,
modules/websession/lib/inveniogc.py,
modules/webhelp/web/admin/howto/admin-howto-run.webdoc,
modules/bibsched/lib/bibtask.py: Updated InvenioGC documentation
and cleaned the command line parameters and help.
2007-12-07 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/coding-style.webdoc,
modules/webhelp/web/hacking/hacking.webdoc,
modules/webhelp/web/hacking/test-suite.webdoc: Adapted to the new
filenames.
2007-12-07 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/Makefile.am,
modules/webhelp/web/hacking/concepts.html.wml,
modules/webhelp/web/hacking/directory.html.wml,
modules/webhelp/web/hacking/hacking.webdoc,
modules/webhelp/web/hacking/index.html.wml,
modules/webhelp/web/hacking/internals.webdoc,
modules/webhelp/web/hacking/modules-overview-diagram.dia,
modules/webhelp/web/hacking/modules-overview-diagram.jpeg,
modules/webhelp/web/hacking/modules-overview-graph.jpeg,
modules/webhelp/web/hacking/modules-overview.webdoc,
modules/webhelp/web/hacking/modules.dia,
modules/webhelp/web/hacking/modules.html.wml,
modules/webhelp/web/hacking/release-numbering-scheme.webdoc,
modules/webhelp/web/hacking/release-numbering.webdoc,
modules/webhelp/web/hacking/releases.html.wml,
modules/webhelp/web/hacking/style.html.wml,
modules/webhelp/web/hacking/test-suite-strategy.webdoc,
modules/webhelp/web/hacking/test-suite.webdoc,
modules/webhelp/web/hacking/testsuite.html.wml: Verified and
renamed webdoc files, removed WML files.
2007-12-07 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/doc/admin/Makefile.am,
modules/webaccess/doc/admin/firerole.html.wml,
modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/doc/admin/index.html.wml: Verified webdoc files,
removed WML files.
2007-12-07 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/doc/hacking/Makefile.am,
modules/miscutil/doc/hacking/dateutils.html.wml,
modules/miscutil/doc/hacking/dbquery.html.wml,
modules/miscutil/doc/hacking/errorlib.html.wml,
modules/miscutil/doc/hacking/index.html.wml: Verified webdoc files,
removed WML files.
2007-12-07 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/doc/hacking/Makefile.am,
modules/bibrank/doc/hacking/api.html.wml,
modules/bibrank/doc/hacking/bibrankgkb.html.wml,
modules/bibrank/doc/hacking/index.html.wml,
modules/bibrank/doc/hacking/single_tag_rank.html.wml,
modules/bibrank/doc/hacking/word_similarity.html.wml,
modules/bibsched/doc/admin/Makefile.am,
modules/bibsched/doc/admin/guide.html.wml,
modules/bibsched/doc/admin/index.html.wml: Verified webdoc files,
removed WML files.
2007-12-07 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/admin/bibrank-admin-guide.webdoc,
modules/bibrank/doc/admin/guide.html.wml,
modules/bibrank/doc/admin/index.html.wml: Verified and fixed webdoc
files, removed WML files. Comment sign treatment not prettified
everywhere.
2007-12-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Fixed zero_version_bug
(versions start from 1, fulltext_files_migration_kit will fix this.
2007-12-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/doc/admin/Makefile.am,
modules/websubmit/doc/admin/guide.html.wml,
modules/websubmit/doc/admin/index.html.wml,
modules/websubmit/doc/admin/websubmit-admin-guide.webdoc,
modules/webstat/doc/admin/Makefile.am,
modules/webstat/doc/admin/guide.html.wml,
modules/webstat/doc/admin/index.html.wml,
modules/webstat/doc/admin/webstat-admin-guide.webdoc: Verified and
fixed webdoc files, removed WML files.
2007-12-07 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/doc/admin/Makefile.am,
modules/bibindex/doc/admin/bibindex-admin-guide.webdoc,
modules/bibindex/doc/admin/guide.html.wml,
modules/bibindex/doc/admin/index.html.wml: Verified and fixed
webdoc files, removed WML files.
2007-12-07 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/doc/admin/Makefile.am,
modules/webcomment/doc/admin/guide.html.wml,
modules/webcomment/doc/admin/index.html.wml,
modules/webcomment/doc/admin/webcomment-admin-guide.webdoc,
modules/webbasket/doc/admin/Makefile.am,
modules/webbasket/doc/admin/guide.html.wml,
modules/webbasket/doc/admin/index.html.wml,
modules/webbasket/doc/admin/webbasket-admin-guide.webdoc: Verified
and fixed webdoc files, removed WML files.
2007-12-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/doc/admin/Makefile.am,
modules/websession/doc/admin/guide.html.wml,
modules/websession/doc/admin/index.html.wml: Verified webdoc files,
removed WML files.
2007-12-07 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/doc/admin/Makefile.am,
modules/webstyle/doc/admin/guide.html.wml,
modules/webstyle/doc/admin/index.html.wml: Verified webdoc files,
removed WML files.
2007-12-07 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/doc/admin/Makefile.am,
modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc,
modules/elmsubmit/doc/admin/guide.html.wml,
modules/elmsubmit/doc/admin/index.html.wml: Verified and fixed
webdoc files, removed WML files.
2007-12-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearchadminlib.py: Fixed a link.
2007-12-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearchadminlib.py: Reworked the message
for restricted collections.
2007-12-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearchadminlib.py: Backward compatible
admin web interface WRT restricted collection. It now points
directly to WebAccess proper area in order to administrate
Authorizations.
2007-12-07 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webstyle_templates.py,
modules/webstyle/css/cds.css,
modules/bibformat/etc/format_templates/Default_HTML_references.bft,
modules/websearch/lib/websearch_templates.py,
modules/websubmit/lib/websubmit_templates.py: Cleaned look.
2007-12-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibedit/doc/admin/bibedit-admin-guide.webdoc: Update
guide, with note about using bibindex --reindex when wiping out the
bibliographic content.
2007-12-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Strengthened readfile
function (raise nice exception.)
2007-12-06 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Bump up the version number as per recent table
structure changes.
2007-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabbibclean.sql,
modules/miscutil/sql/tabdrop.sql: Added hstRECORD table.
2007-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Fixed wrong id_bibdoc column
type of the rnkDOWNLOADS table. Added hstRECORD table to record
record's metadata history. Grouped this table with hstDOCUMENT
that records fulltext document history.
2007-12-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/doc/admin/websearch-admin-guide.webdoc,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/admin/websearchadmin.py: Removed references
in the web interface on restricted collection (via apache
password), replaced by WebAccess more general facility.
2007-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabdrop.sql: Added missing jrnJOURNAL table.
2007-12-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/elements/bfe_fulltext.py,
modules/bibupload/lib/bibupload_regression_tests.py,
modules/miscutil/sql/tabbibclean.sql,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql,
modules/websubmit/lib/bibdocfile.py, modules/websubmit/lib/file.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/lib/functions/Add_Files.py,
modules/websubmit/lib/functions/Move_Files_Archive.py,
modules/websubmit/lib/functions/Move_Files_to_Storage.py,
modules/websubmit/lib/functions/Upload_Files.py: New bibdocfile
library for handling fulltextes, to be used in place of file.py.
2007-12-06 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher.py: initialise a
variable in case it is not evaluated
2007-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/admin/Makefile.am,
modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc,
modules/bibconvert/doc/admin/guide.html.wml,
modules/bibconvert/doc/admin/index.html.wml,
modules/bibconvert/doc/hacking/Makefile.am,
modules/bibconvert/doc/hacking/api.html.wml,
modules/bibconvert/doc/hacking/index.html.wml: Verified and fixed
webdoc files, removed WML files.
2007-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibmatch/doc/admin/Makefile.am,
modules/bibmatch/doc/admin/guide.html.wml,
modules/bibmatch/doc/admin/index.html.wml: Verified webdoc files,
removed WML files.
2007-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/admin/Makefile.am,
modules/websearch/doc/admin/guide.html.wml,
modules/websearch/doc/admin/index.html.wml,
modules/websearch/doc/admin/websearch-admin-guide.webdoc,
modules/websearch/doc/hacking/Makefile.am,
modules/websearch/doc/hacking/api.html.wml,
modules/websearch/doc/hacking/index.html.wml,
modules/websearch/doc/hacking/stages.html.wml: Verified and fixed
webdoc files, removed WML files.
2007-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/doc/admin/Makefile.am,
modules/webalert/doc/admin/guide.html.wml,
modules/webalert/doc/admin/index.html.wml: Verified webdoc files,
removed WML files.
2007-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/doc/admin/Makefile.am,
modules/bibharvest/doc/admin/guide.html.wml,
modules/bibharvest/doc/admin/index.html.wml,
modules/webmessage/doc/admin/Makefile.am,
modules/webmessage/doc/admin/guide.html.wml,
modules/webmessage/doc/admin/index.html.wml: Verified webdoc files,
removed WML files.
2007-12-06 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/widgets/bfe_webjournal_widget_weather.py:
added link to Yahoo Weather
2007-12-06 Gabriel Hase <gabriel.hase@cern.ch>
* modules/miscutil/sql/tabcreate.sql: added table for webjournal
module
2007-12-06 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/Makefile.am,
modules/webjournal/lib/webjournal.py,
modules/webjournal/lib/webjournal_config.py,
modules/webjournal/lib/webjournal_templates.py,
modules/webjournal/lib/webjournal_utils.py,
modules/webjournal/lib/webjournal_washer.py,
modules/webjournal/lib/webjournal_webinterface.py,
modules/webjournal/lib/widgets/bfe_webjournal_widget_seminars.py: a
lot of refactoring
2007-12-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/lib/webinterface_handler.py: Print an error in
place of the profile, when the Profiler is not installed.
2007-12-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websearch/lib/websearchadminlib.py,
modules/webcomment/lib/webcomment_webinterface.py,
modules/websearch/lib/search_engine.py,
modules/websubmit/lib/websubmit_webinterface.py: Added 'citations'
tab. 'ln' parameter is preserved by tabs.
2007-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/doc/admin/Makefile.am,
modules/bibformat/doc/admin/bibformat.gif,
modules/bibformat/doc/admin/guide.html.wml,
modules/bibformat/doc/admin/guide_output_format_attributes_tutorial.png,
modules/bibformat/doc/admin/guide_output_format_check_dependencies.png,
modules/bibformat/doc/admin/guide_output_format_edit_rule.png,
modules/bibformat/doc/admin/guide_output_format_edit_rule2.png,
modules/bibformat/doc/admin/guide_output_format_hb_migrate.png,
modules/bibformat/doc/admin/guide_output_format_hd_rules.png,
modules/bibformat/doc/admin/guide_output_formats_manage_tutorial.png,
modules/bibformat/doc/admin/guide_rules_editor_tutorial.png,
modules/bibformat/doc/admin/guide_template_attributes_tutorial.png,
modules/bibformat/doc/admin/guide_template_editor.png,
modules/bibformat/doc/admin/guide_template_editor_tutorial.png,
modules/bibformat/doc/admin/guide_template_preview.png,
modules/bibformat/doc/admin/guide_templates_manage_tutorial.png,
modules/bibformat/doc/admin/guide_url_bar.png,
modules/bibformat/doc/admin/index.html.wml,
modules/bibformat/doc/hacking/Makefile.am,
modules/bibformat/doc/hacking/api.html.wml,
modules/bibformat/doc/hacking/index.html.wml: Verified webdoc
files, removed WML files.
2007-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/doc/admin/Makefile.am,
modules/bibupload/doc/admin/guide.html.wml,
modules/bibupload/doc/admin/index.html.wml: Verified webdoc files,
removed WML files.
2007-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/doc/admin/Makefile.am,
modules/bibedit/doc/admin/guide.html.wml,
modules/bibedit/doc/admin/index.html.wml: Verified webdoc files,
removed WML files.
2007-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/doc/admin/guide_cloud.jpeg: Removed old admin
guide picture.
2007-12-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/NLM.xsl: Support for
multiple affiliations.
2007-12-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/doc/hacking/Makefile.am,
modules/bibclassify/doc/hacking/bibclassify-hep-taxonomy.webdoc,
modules/bibclassify/doc/hacking/extraction-algorithm.html.wml,
modules/bibclassify/doc/hacking/hep-taxonomy.html.wml,
modules/bibclassify/doc/hacking/index.html.wml: Fixed webdoc files,
removed WML files.
2007-12-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/doc/admin/Makefile.am,
modules/bibclassify/doc/admin/guide.html.wml,
modules/bibclassify/doc/admin/index.html.wml: Verified webdoc
files, removed WML files.
2007-12-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc,
modules/bibclassify/doc/admin/guide.html.wml,
modules/webhelp/web/admin/howto/admin-howto-run.webdoc,
modules/webhelp/web/admin/howto/run.html.wml,
modules/webstyle/doc/admin/guide.html.wml,
modules/webstyle/doc/admin/webstyle-admin-guide.webdoc,
modules/webstyle/lib/template.py: Use "/opt/cds-invenio" as the
installation path example consistently everywhere.
2007-12-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py: Temporarily disactivated
_log_action function.
2007-12-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Updated
expected NLM.
2007-12-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/output_formats/XN.bfo: Use xsl instead of
bfx template.
2007-12-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/NLM.xsl: Fixed date output
in NLM_DEFAULT template.
2007-12-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/lib/webpage.py,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrankadminlib.py: Moved adderrobox to webpage
module, in order to have it only in one place (it is used also by
websearchadmin).
2007-12-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websession/lib/websession_templates.py: Changed default
login user icon.
2007-12-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/img/user-icon-1-16x16.gif,
modules/webstyle/img/user-icon-1-20x20.gif,
modules/webstyle/img/user-icon-1-24x24.gif: Added new user icon.
2007-12-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/bibformatadmin.py: Fixed link.
2007-12-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_xslt_engine.py: Added support for
executing BibFormat format template code inside xslt stylesheets.
2007-12-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Picture_HTML_detailed.bft:
Removed trailing whitespaces.
2007-12-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Makefile.am: Added
NLM.xsl.
2007-12-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/Makefile.am: Addition of
bfe_year.py
2007-12-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_year.py: Initial release. Used
by NLM.xsl.
2007-12-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/NLM.xsl: Initial release.
Translated from NLM.bfx. Addition of author affiliation.
2007-12-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_webinterface.py: Broken a
message in two in order to exploit same translation in an other
part of the web interface. Fixed a variable name bug (found thanks
to pylint).
2007-12-04 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_downloads_grapher.py: added a check
to prevent crashing
2007-12-04 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_date.py,
modules/bibformat/lib/elements/bfe_imprint.py: Added 'date_format'
parameter in order to format date using a given pattern.
2007-12-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Reverted creation of
bibdoclog table until its name/structure will be finalized.
2007-12-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Phased out dependency on
cdsnameintl.
2007-12-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Replaced
cdsnameintl by dynamic lookup of cdsname translations.
2007-12-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: For home collection,
print dynamically translated names from the collectionname table
instead of compile-time translated "cdsnameintl" names. This
permits one to change the visible home collection name in many
places a posteriori, during the runtime.
2007-12-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/inveniogc.py: Ported inveniogc to
bibdocfile.
2007-12-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/mailutils.py: Update docstring example and
made send_mail more tolerant (allowing no subjects).
2007-12-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/errorlib.py: Fixed indentation logical error
and how email are sent.
2007-12-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py,
modules/miscutil/sql/tabcreate.sql: First proposal for implementing
logging on database of bibdocfile library actions. New chain of
facilities for translating urls into bibdocfile objects (currently
used by bibindex), some random bugfixies about version management,
strictened valid docnames (alfanumeric and '_' and '-' charactars
allowed).
2007-12-04 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Updated
tests for new file url schema in metadata.
2007-12-04 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_title_brief.py: Removed
whitespace before colon and semi-colon.
2007-12-04 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_title.py: Added "Edition
statement".
2007-12-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Ported to bibdocfile,
implemented -R,--reindex feature, directly reading of local
fulltext file, hopefully closed task 4342 about bibindex daemon not
able to notice new/removed indexes. Still TODO: interaction between
bibindex and bibdocfile in order to guess when fulltext files have
changed.
2007-12-04 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Fixed temporary directory in the jsMath installer.
2007-12-04 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/etc/.cvsignore: Added standard .cvsignore file.
2007-12-03 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added target "kwalitee-check-variables". Prettified
jsmath installer targets and removed some unnecessary pushd/popd
and command path dependencies.
2007-12-03 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: deleted double
include
2007-12-03 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: added editor
redirecter for articles
2007-12-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/doc/hacking/search-engine-api.webdoc: Fixed
typo: collectin -> collection.
2007-12-03 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher.py,
modules/bibrank/lib/bibrank_grapher.py: added a key check so that
the module does not crash if citation key missing
2007-12-03 Marko Niinimaki <manzikki@gmail.com>
* modules/bibedit/lib/bibedit_templates.py: added FIXME for lint
2007-12-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.c,
modules/miscutil/lib/intbitset.pyx: Fixed: intbitset.c:7728:
warning: comparison is always false due to limited range of data
type warning, due to usage of bool_t datatype. Cython support bint
datatype which behaves as bool in Python, but are stored as int in
C.
2007-11-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.c: New intbitset.c generated with
Cython-0.9.6.9. It is again compatible with Python-2.3.
2007-11-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/etc/invenio-jsmath.js: Specified Root path.
2007-11-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/fulltext_files_migration_kit.py: docfile.py
-> bibdocfile.py
2007-11-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py,
modules/websession/lib/webuser_tests.py: Restored original
behaviour of auth_apache_user_p and fixed some regression_tests.
2007-11-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/errorlib.py: Better printing stack tracing.
2007-11-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/Makefile.am,
modules/websubmit/lib/bibdocfile.py,
modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_regression_tests.py: 1) Bibupload
FFT to support bibdocfile, 2) bibupload FFT to support icon
appending to record with no documents, 3) regression test for point
2, 4) bibdocfile to correctly stream files.
2007-11-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/bibdocfile.py,
modules/websubmit/lib/docfile.py: Moved docfile.py to
bibdocfile.py. Move .doc_checksum to .md5, better handling of huge
files, when streaming, when md5ing, when comparing.
2007-11-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am: Changed install-jsmath-plugin frame to double-stars,
to comply to other scripts in Makefile.am.
2007-11-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* INSTALL: Added /journal to the list of URLs recognized by
Invenio's native URL handler. Added jsMath plugin installation
instructions.
2007-11-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/bibformat_config.py,
modules/bibformat/lib/elements/bfe_abstract.py,
modules/bibformat/lib/elements/bfe_title.py: Removed MimeTeX. Use
the much powerful jsMath facility (sudo make
install-jsmath-plugin).
2007-11-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am, configure.ac, modules/webstyle/Makefile.am,
modules/websearch/lib/search_engine.py,
modules/webstyle/etc/Makefile.am,
modules/webstyle/etc/invenio-jsmath.js: Completed jsMath
installation scripts. To install jsMath just run $> sudo make
install-jsmath-plugin to uninstall: $> sudo make
uninstall-jsmath-plugin
To enable it just add something similar to ['hd', 'hb'] for the
CFG_WEBSEARCH_USE_JSMATH_FOR_FORMATS variable in config.wml.
2007-11-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/lib/webinterface_handler.py: Changed behaviour
of URL parameters for profiler: you can now specify
profile=time&profile=cumulative&... to obtain different
representations at a time. The file created in tmp folder is now
called invenio-profile-stats-datetime.raw.
2007-11-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/lib/webinterface_handler.py: New embedded
profiling facility. To use it, just add profile=1 to a desired url,
and the profile will be appended to the output. In order to change
the sorting algorithm it is possible to provide
sort_profile=algorithm_name. (a list of available algorithms is
displayed at the bottom of the page). It has been tested on
Python2.5, it is still to be tested on Python2.4 and previous
versions.
2007-11-30 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added a note on a lib64 Python symlink for intbitset on
some platforms. Added a note on a need to compile Gnuplot with GD
library for PNG support.
2007-11-30 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket_dblayer.py: Fixed
get_basket_record() SQL query parameters.
2007-11-30 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/css/cds.css: Fixed some invalid
properties/values.
2007-11-30 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: Fixed markup.
header_background.gif is transmitted though https when page is
secured.
2007-11-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_grapher.py: Updated Y axis
label as per analogy with download statistics.
2007-11-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_downloads_grapher.py: Polished
download history grahps a bit. Fixed display of Y axis. Removed
trailing whitespaces.
2007-11-29 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Added a config variable for
showing/hiding client IP distribution in the download statistics
graphs.
2007-11-29 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/widgets/bfe_webjournal_widget_weather.py:
added two languages
2007-11-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_grapher.py: Use trailing
colon for "Citation history:" box title name. Removed trailing
whitespace.
2007-11-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py: Refactored away
unnecessary isNumber() function.
2007-11-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/help-central.webdoc: Updated link to the new
Submit Guide. Fixed language links.
2007-11-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/submit-guide.webdoc,
modules/websubmit/doc/submit.webdoc: Renamed Submit Help as per
analogy with Search Guide, now that we have module-independent Help
Central welcome page.
2007-11-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/Makefile.am,
modules/websearch/doc/search-guide.webdoc,
modules/websearch/doc/search-tips.webdoc,
modules/websearch/doc/search.webdoc: Use new module-independent
Help Central page.
2007-11-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webhelp/web/help-central.webdoc: Merged search.webdoc
into help-central.webdoc
2007-11-29 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_downloads_grapher.py: added comments
and a check that prevents a crash if gnuplot not available ->
returns empty tuples
2007-11-29 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_utils.py,
modules/webjournal/lib/webjournal_webinterface.py: regenerate tool
for issues
2007-11-29 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_utils.py: added function to
reset the cache for an article
2007-11-29 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_engine.py: Added docstrings.
2007-11-29 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/mailutils.py: Removed unused import that
breaks backword compatibility with Python 2.4.
2007-11-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformatadminlib.py: Do not display
elements that could not be loaded in format elements documentation
list
2007-11-29 Gabriel Hase <gabriel.hase@cern.ch>
* modules/bibformat/lib/elements/bfe_abstract.py: backward
compatibility hack for cdsweb
2007-11-28 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: changed email
address back
2007-11-28 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: fixed mail
address
2007-11-28 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: removed top
level caching from index page
2007-11-28 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_utils.py: caching for
recid_order_map dictionary
2007-11-28 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Fixed very slow query in
get_email_from_username. If username is empty (it's possible when
using SSO or when trying malicious logging) the function directly
returns empty string (there are far too many empty users in the
database, i.e. all the guests!).
2007-11-28 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_utils.py,
modules/webjournal/lib/webjournal_webinterface.py: caching
2007-11-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/bibformatadmin.py: Fixed for
intbitset behaviour regarding infinite sets.
2007-11-28 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: changed issue
number date to monday of the first week
2007-11-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/mailutils.py: Added email_strip_html. This
function strips html tags from text by respecting paragraph and new
lines. It also output text respecting 72 column width. It can be
used when sending an email for which it exists only the html
version, in order to automatically generate the plain content.
2007-11-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/mailutils.py: Added CDS Invenio user agent
header.
2007-11-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/mailutils.py: Added support for multipart
mime email, with html/plain format including attached images. To
have a multipart email just provide html_content and, if needed, a
dictioanary of image-codes : image-paths.
2007-11-27 Marko Niinimaki <manzikki@gmail.com>
* modules/bibedit/lib/bibedit_templates.py: a comment for adding
enrichment functionality
2007-11-27 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_utils.py: added regular
expressions to util file
2007-11-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Made collect_user_info not
crashing. It now accept any possible value as req. If req is None,
a profile valid for a guest user is returned. In case of error the
exception is registered and a guest user profile is returned.
2007-11-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_config.py: Added
acc_find_possible_activities for returning a dictionary to build
the administration activities menu.
2007-11-27 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_utils.py,
modules/webjournal/lib/webjournal_webinterface.py: added subject
box and to address to email alert
2007-11-27 Gabriel Hase <gabriel.hase@cern.ch>
* modules/bibformat/lib/elements/bfe_abstract.py: added auto
parameter to print_lang in order to have the current language
(bfo.lang)
2007-11-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_admin.py: (Note this log
refer to the previous commit without description). Final Fix for
the apache password implementation by means of FireRole. Hoepfully
fixed the redirection loop caused by previous implementation.
2007-11-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_templates.py,
modules/websession/lib/webuser.py,
modules/webstyle/lib/webinterface_handler.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websession/lib/websession.py,
modules/webaccess/lib/access_control_firerole.py: [no log message]
2007-11-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/docfile.py: Sparse fixies.
2007-11-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/fulltext_files_migration_kit.py: Nice
informative messages added and implemented table backup.
2007-11-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/Makefile.am: Added referenc for
fulltext_files_migration_kit.py
2007-11-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/fulltext_files_migration_kit.py: Migration
kit for converting the filesystem structure from file.py to
docfile.py. Docfile.py filesystem structure is a stricter subset of
file.py filesystem. Extensions of files are all lower case. Files
are all named after the corresponding bibdoc. Thus there can't
exist more than one file with the same format and version for the
same bibdoc. The script take care of creating a bibdoc with a
similar name in order to host the conflicting bibdoc.
2007-11-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/docfile.py: New implementation of file.py.
This module should render file.py deprecated. It has a cleaner api
for handling fulltext files, is more robust and coherent. Some
restriction have been implemented on how to import file on the
filesystem. For this a migration kit will be implemented.
2007-11-26 Gabriel Hase <gabriel.hase@cern.ch>
* modules/bibformat/lib/elements/bfe_title_brief.py: bugfix
2007-11-26 Gabriel Hase <gabriel.hase@cern.ch>
* modules/bibformat/lib/elements/bfe_title_brief.py: added
multilang functionality for fr, en in bulletin news
2007-11-26 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: changed record
creation function in popup
2007-11-23 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: bugfixes
2007-11-23 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: added popup
page
2007-11-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Removed replacement of
whitespaces by HTML non breakable spaces in action names since they
are then escaped.
2007-11-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Fixed class links and
unnecessary escaping.
2007-11-22 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_grapher.py: added a check so
that calc_cit_history does not crash if there are neither 777y nor
260c fields in the citing records
2007-11-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Corrected wrong error message
code. (displayed network problems when user typed wrong
authentication credentials).
2007-11-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webaccount.py,
modules/websession/lib/websession_webinterface.py,
modules/webaccess/lib/access_control_engine.py: Small temporary
hack to aid CERN migration. It's enabled only when CERN_CFG_SITE is
True. When a restricted collection is searched for, and it exists
one and only apache-password enabled role to access this
collection, the user is automatically prompted for apache-password
like in the previous release, while if there's more of one
apache-password enabled role, those roles are proposed, but the
login dialog will be hidden.
2007-11-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/errorlib.py: register_exception never trhows
exception, now. If it can't write to the log it just print an error
on sys.stderr.
2007-11-22 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket_dblayer.py: Fixed
get_basket_content() variable typo introduced by recent
escape_string() cleanup.
2007-11-21 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/access_control_mailcookie.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websession/lib/websession_webinterface.py: Huge and nasty
hack in order to nicely suggest all the potential apache-aware
Roles enabled to perform a given action with this time the proper
option taken into account, in the login dialog.
2007-11-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/lib/bibsched.py: Added a simple queue status
reporter in order to quickly inspect the list of running and
waiting BibSched processes. Invoked from CLI via "bibsched
status".
2007-11-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/lib/bibtaskex.py: Fixed bibtask example by
converting the task argument back to integer. (The new bibtask
class returns it as string.)
2007-11-21 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/Makefile.am,
modules/webaccess/lib/collection_restrictions_migration_kit.py:
First draft of Collection Restrictions Migration kit.
2007-11-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Respect newly added
config variables deciding which part of the reading, download, and
citation stats to show.
2007-11-21 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Added several config
variables to govern various aspects of the reading, download, and
citation stats.
2007-11-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py: Removed surplus
trailing dot in an output warning message. Removed trailing
whitespace.
2007-11-21 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py: Fixed small typo
bug.
2007-11-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Added temporary hack
in order to tweak latest additions list for some CERN collections.
(CERN Yellow Reports from the current year only.)
2007-11-20 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: bugfix in
alert
2007-11-20 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: bugfix
2007-11-20 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: change to
email alert
2007-11-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/img/restricted.gif: Changed icon.
2007-11-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_photo_resources_brief.py:
Removed border.
2007-11-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Reverting
previously wrongly commit (partial openurl implementation).
2007-11-20 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_templates.py: fixed citation
history graphs (removed 'row')
2007-11-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_webinterface.py: Fixed query
formatting bug.
2007-11-20 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: changed login
handling from passing req to passing uid
2007-11-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py: Check for last modification date
of compiled po files. Updated binary help. Check that parameter
'mode' is integer when running from CLI.
2007-11-19 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher.py: fixed a bug:
exception if one queries cites of X and X has not been cited. now
returns an empty list
2007-11-19 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher.py,
modules/bibrank/lib/bibrank_record_sorter.py: improved debugging.
added get_cited_by(x) that returns a list of records that cite x
link "Cited by" in the web GUI works now
2007-11-19 Gabriel Hase <gabriel.hase@cern.ch>
* configure.ac: deleted 2 non-used folders for webjournal from the
configure.ac
2007-11-19 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_utils.py: added utf-8 handling
to utils function get string from config
2007-11-19 Gabriel Hase <gabriel.hase@cern.ch>
* configure.ac: Upped version number.
2007-11-19 Gabriel Hase <gabriel.hase@cern.ch>
* configure.ac: added configure.ac lines for webjournal
2007-11-19 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/webjournal_webinterface.py: fixed bug in
utf-8 decoding
2007-11-19 Tibor Simko <tibor.simko@cern.ch>
* modules/webjournal/.cvsignore, modules/webjournal/doc/.cvsignore,
modules/webjournal/doc/admin/.cvsignore,
modules/webjournal/doc/hacking/.cvsignore,
modules/webjournal/lib/.cvsignore,
modules/webjournal/lib/widgets/.cvsignore: Added missing .cvsignore
files.
2007-11-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* config/config.wml, modules/miscutil/lib/config.py.wml,
modules/websearch/lib/search_engine.py: Final config variable for
jsMath: CFG_WEBSEARCH_USE_JSMATH_FOR_FORMATS.
2007-11-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am: Added make goal, "install-jsmath-plugin" to download
and install in the proper folder the jsmath plugin. TODO: need to
correctly call the installer of the Invenio jsMath config.
2007-11-19 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webjournal/lib/bfe_ObjectLanguage.py,
modules/webjournal/lib/webjournal_config.py,
modules/webjournal/lib/webjournal_utils.py,
modules/webjournal/lib/widgets/bfe_webjournal_widget_latestPhoto.py,
modules/webjournal/lib/widgets/bfe_webjournal_widget_seminars.py,
modules/webjournal/lib/widgets/bfe_webjournal_widget_weather.py:
changed headers to cds invenio copyright, except for find journals
function if there are no journals
2007-11-16 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher.py,
modules/bibrank/lib/bibrank_regression_tests.py: in get_cited_by,
returns tuples for all id's in the list. for those that have no
cites, return a [id,0] tuple
2007-11-16 Gabriel Hase <gabriel.hase@cern.ch>
* configure.ac: added webjournal module entries to configure.ac
2007-11-16 Gabriel Hase <gabriel.hase@cern.ch>
* modules/Makefile.am, modules/bibformat/lib/bibformat_engine.py,
modules/webjournal/Makefile.am, modules/webjournal/doc/Makefile.am,
modules/webjournal/doc/admin/Makefile.am,
modules/webjournal/doc/hacking/Makefile.am,
modules/webjournal/lib/Makefile.am,
modules/webjournal/lib/bfe_ObjectLanguage.py,
modules/webjournal/lib/webjournal_config.py,
modules/webjournal/lib/webjournal_utils.py,
modules/webjournal/lib/webjournal_webinterface.py,
modules/webjournal/lib/widgets/Makefile.am,
modules/webjournal/lib/widgets/bfe_webjournal_widget_latestPhoto.py,
modules/webjournal/lib/widgets/bfe_webjournal_widget_seminars.py,
modules/webjournal/lib/widgets/bfe_webjournal_widget_weather.py,
modules/webstyle/lib/webinterface_layout.py: added webjournal
module
2007-11-16 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher.py,
modules/bibrank/lib/bibrank_record_sorter.py: added a new simple
method get_cited_by in citation searcher. this method takes a list
instead of a single record id -> should increase processing speed a
lot when the hitset is large. bibrank_record_sorter now calls this
method
2007-11-16 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: fixed misleading
debug msg (cites/is cited by). added verbose option. removed
hard-codes 999-fields.
2007-11-16 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py: Fixed bug introduced by previous
commit.
2007-11-16 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py: Creates localized file if a
translation is made with _(..)_ syntax. Non-localized parts are
returned in default cdslang language.
2007-11-16 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webhelp/web/help-central.webdoc: Fixed French
translation.
2007-11-16 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webalert/doc/admin/Makefile.am,
modules/webalert/doc/admin/webalert-admin-guide.webdoc,
modules/webalert/doc/admin/webalert-admin.webdoc: WebDocified admin
guide.
2007-11-16 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstat/doc/admin/Makefile.am,
modules/webstat/doc/admin/webstat-admin-guide.webdoc,
modules/webstat/doc/admin/webstat-admin.webdoc: WebDocified admin
guide.
2007-11-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Test both
English and French in all the help page availability tests.
(Discovered one case failing, webdoc fix needed.)
2007-11-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Adapted
tests for the availability of search help pages. Added tests for
the availability of legacy search help links. (Failing now, the
legacy URL resolver will be committed in a day or two.)
2007-11-15 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: Updated link to the
Help Central in the page header and footer.
2007-11-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Changed links to
the Search Tips page as per the new URL style of help pages.
2007-11-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/search-guide.webdoc,
modules/websearch/doc/search-tips.webdoc,
modules/websearch/doc/search.webdoc: Fixed the navtrail links.
2007-11-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/doc/submit.webdoc: Removed unnecessarily
explicit Help Central page name from the navtrail.
2007-11-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/etc/invenio-jsmath.js: Added jsMath
configuration customized for CDS Invenio. This should go under
.../var/www/jsMath/easy/load.js.
2007-11-15 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webdoc_webinterface.py,
modules/webstyle/lib/webinterface_layout.py: Moved /doc to /help.
2007-11-15 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added /help to the list of URLs recognized by Invenio's
native URL handler.
2007-11-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/access.html.wml,
modules/websubmit/doc/actions.html.wml,
modules/websubmit/doc/approval.html.wml,
modules/websubmit/doc/approvals.html.wml,
modules/websubmit/doc/bibliographic_fields.html.wml,
modules/websubmit/doc/description.html.wml,
modules/websubmit/doc/file_transfer.html.wml,
modules/websubmit/doc/index.html.wml,
modules/websubmit/doc/introduction.html.wml,
modules/websubmit/doc/login.html.wml,
modules/websubmit/doc/modification.html.wml,
modules/websubmit/doc/password.html.wml,
modules/websubmit/doc/pending.html.wml,
modules/websubmit/doc/revised_version.html.wml,
modules/websubmit/doc/submission.html.wml,
modules/websubmit/doc/submit.webdoc,
modules/websubmit/doc/subnumber.html.wml: Removed WML sources,
slightly edited WebDoc sources.
2007-11-15 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/Makefile.am,
modules/webhelp/web/help-central.webdoc,
modules/webhelp/web/index.html.wml: WebDocified the Help Central
page. Removed WML.
2007-11-15 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: removed empty
entries in citation_list and reference_list when storing
cites/cited-by vectors in the db. added debugging
2007-11-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/Makefile.am,
modules/websearch/doc/guide.html.wml,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/search-guide.webdoc,
modules/websearch/doc/search-help.webdoc,
modules/websearch/doc/search-tips.webdoc,
modules/websearch/doc/search.webdoc,
modules/websearch/doc/tips.html.wml: Removed WML files. Updated
search help files.
2007-11-15 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: added debugging
2007-11-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websubmit/doc/submit.webdoc: New submit guide.
2007-11-15 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/doc/admin/guide.html.wml,
modules/webcomment/doc/admin/index.html.wml: Revert previous
wml2html-related commit so that WML builds properly still before it
is removed later.
2007-11-15 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/index.html.wml: Revert previous
wml2html-related commit so that WML builds properly still before it
is removed later.
2007-11-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/img/sbm_admin_guide_elements.png,
modules/webstyle/img/sbm_admin_guide_endaction.png,
modules/webstyle/img/sbm_admin_guide_form.png,
modules/webstyle/img/sbm_admin_guide_implement.png,
modules/webstyle/img/sbm_admin_guide_listfunctions.png,
modules/webstyle/img/sbm_admin_guide_mainmenu.png,
modules/webstyle/img/sbm_admin_guide_mainpage.png,
modules/webstyle/img/sbm_admin_guide_menudoc.png,
modules/webstyle/img/sbm_admin_guide_menupage.png,
modules/webstyle/img/sbm_admin_guide_preview.png,
modules/websubmit/doc/admin/Makefile.am,
modules/websubmit/doc/admin/websubmit-admin-guide-elements.png,
modules/websubmit/doc/admin/websubmit-admin-guide-end_action.png,
modules/websubmit/doc/admin/websubmit-admin-guide-form.png,
modules/websubmit/doc/admin/websubmit-admin-guide-implement.png,
modules/websubmit/doc/admin/websubmit-admin-guide-list_functions.png,
modules/websubmit/doc/admin/websubmit-admin-guide-main_menu.png,
modules/websubmit/doc/admin/websubmit-admin-guide-main_page.png,
modules/websubmit/doc/admin/websubmit-admin-guide-menu_doc.png,
modules/websubmit/doc/admin/websubmit-admin-guide-menu_page.png,
modules/websubmit/doc/admin/websubmit-admin-guide-preview.png:
Moved websubmit admin images from webstyle/img dir to
websubmit/doc/admin dir.
2007-11-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websubmit/doc/admin/Makefile.am,
modules/websubmit/doc/admin/websubmit-admin-guide.webdoc,
modules/websubmit/doc/admin/websubmit-admin.webdoc: WebDocified
admin guide.
2007-11-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/doc/admin/Makefile.am,
modules/webstyle/doc/admin/webstyle-admin-guide.webdoc,
modules/webstyle/doc/admin/webstyle-admin.webdoc: WebDocified admin
guide. Added doc about WebDoc.
2007-11-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websession/doc/admin/Makefile.am,
modules/websession/doc/admin/websession-admin-guide.webdoc,
modules/websession/doc/admin/websession-admin.webdoc: WebDocified
admin guide.
2007-11-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webmessage/doc/admin/Makefile.am,
modules/webmessage/doc/admin/webmessage-admin-guide.webdoc,
modules/webmessage/doc/admin/webmessage-admin.webdoc: WebDocified
admin guide.
2007-11-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py: Do not print page version and
date if it is not correctly formatted.
2007-11-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/doc/hacking/Makefile.am,
modules/webhelp/web/hacking/Makefile.am: Changed webdoclibdir to
/hacking instead of /admin.
2007-11-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/doc/hacking/Makefile.am,
modules/miscutil/doc/hacking/miscutil-dateutils.webdoc,
modules/miscutil/doc/hacking/miscutil-dbquery.webdoc,
modules/miscutil/doc/hacking/miscutil-errorlib.webdoc,
modules/miscutil/doc/hacking/miscutil-internals.webdoc: WebDocified
hacking guides.
2007-11-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webhelp/web/hacking/Makefile.am,
modules/webhelp/web/hacking/coding-style.webdoc,
modules/webhelp/web/hacking/common-concepts.webdoc,
modules/webhelp/web/hacking/directory-organization.webdoc,
modules/webhelp/web/hacking/internals.webdoc,
modules/webhelp/web/hacking/modules-overview-graph.jpeg,
modules/webhelp/web/hacking/modules-overview.webdoc,
modules/webhelp/web/hacking/modules.jpeg,
modules/webhelp/web/hacking/release-numbering-scheme.webdoc,
modules/webhelp/web/hacking/test-suite-strategy.webdoc: WebDocified
hacking guides.
2007-11-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser_regression_tests.py: Clean up
after "check email caseless" regression_test.
2007-11-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Better described
page_not_authorized within comment. Fixed handling of not yet
activated users.
2007-11-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/search_engine.py, config/config.wml,
modules/miscutil/lib/config.py.wml,
modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py: Added support for
jsMath (http://www.math.union.edu/~dvpc/jsMath/) for rendering
(La)TeX formulas in the client browser trough Jabascript. Added
the CFG_WEBSEARCH_JSMATH_ENABLED_FORMAT parameter in config.wml.
Added metaheaderadd parameter in webstyle page generation businness
logic and template (note: clients must update their templates.) to
insert optional header information between <HEAD></HEAD> tags.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webhelp/web/admin/Makefile.am,
modules/webhelp/web/admin/admin.webdoc,
modules/webhelp/web/admin/index.html.wml,
modules/webhelp/web/admin/howto/Makefile.am,
modules/webhelp/web/admin/howto/admin-howto-marc.webdoc,
modules/webhelp/web/admin/howto/admin-howto-migrate.webdoc,
modules/webhelp/web/admin/howto/admin-howto-run.webdoc,
modules/webhelp/web/admin/howto/admin-howto.webdoc: WebDocified
admin and howto pages.
2007-11-14 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webstyle/img/blue_gradient.gif,
modules/webstyle/img/red_gradient.gif: added two images for
webjournal warning messages
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webcomment/doc/admin/Makefile.am,
modules/webcomment/doc/admin/guide.html.wml,
modules/webcomment/doc/admin/index.html.wml,
modules/webcomment/doc/admin/webcomment-admin-guide.webdoc,
modules/webcomment/doc/admin/webcomment-admin.webdoc: WebDocified
admin guide.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webbasket/doc/admin/Makefile.am,
modules/webbasket/doc/admin/webbasket-admin-guide.webdoc,
modules/webbasket/doc/admin/webbasket-admin.webdoc: WebDocified
admin guide.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webaccess/doc/admin/Makefile.am,
modules/webaccess/doc/admin/webaccess-admin-guide.webdoc,
modules/webaccess/doc/admin/webaccess-admin.webdoc,
modules/webaccess/doc/admin/webaccess-firerole.webdoc,
modules/webaccess/doc/hacking/Makefile.am,
modules/webaccess/doc/hacking/webaccess-admin-internals.webdoc,
modules/webaccess/doc/hacking/webaccess-api.webdoc,
modules/webaccess/doc/hacking/webaccess-firerole-api.webdoc,
modules/webaccess/doc/hacking/webaccess-internals.webdoc,
modules/webaccess/doc/hacking/webaccess-table-structure.webdoc:
WebDocified admin and hacking pages.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/elmsubmit/doc/admin/Makefile.am,
modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc,
modules/elmsubmit/doc/admin/elmsubmit-admin.webdoc: WebDocified
admin guide.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibupload/doc/admin/Makefile.am,
modules/bibupload/doc/admin/bibupload-admin-guide.webdoc,
modules/bibupload/doc/admin/bibupload-admin.webdoc: WebDocified
admin guide.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibsched/doc/admin/Makefile.am,
modules/bibsched/doc/admin/bibsched-admin-guide.webdoc,
modules/bibsched/doc/admin/bibsched-admin.webdoc: WebDocified admin
guide.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibrank/doc/Makefile.am,
modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/admin/bibrank-admin-guide.webdoc,
modules/bibrank/doc/admin/bibrank-admin.webdoc,
modules/bibrank/doc/hacking/Makefile.am,
modules/bibrank/doc/hacking/bibrank-api.webdoc,
modules/bibrank/doc/hacking/bibrank-bibrankgkb.webdoc,
modules/bibrank/doc/hacking/bibrank-internals.webdoc,
modules/bibrank/doc/hacking/bibrank-single-tag-rank.webdoc,
modules/bibrank/doc/hacking/bibrank-word-similarity.webdoc:
WebDocified admin and hacking guides.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc: Updated
wrong link.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibmatch/doc/admin/Makefile.am,
modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc,
modules/bibmatch/doc/admin/bibmatch-admin.webdoc: WebDocified admin
guide.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibindex/doc/admin/Makefile.am,
modules/bibindex/doc/admin/bibindex-admin-guide.webdoc,
modules/bibindex/doc/admin/bibindex-admin.webdoc: WebDocified admin
guide.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/hacking/Makefile.am: Removed reference to
wml2html.py script.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/css/cds.css: Removed commented "CERN specific"
lines since they should not be needed any more.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/img/file-icon-text-34x48.gif: Added missing
icon/
2007-11-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_regression_tests.py: Adapted
test case to the new output message in the sending lost password
functionality.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/img/file-icon-text-12x16.gif: Added missing
icon.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/Makefile.am,
modules/bibformat/doc/admin/bibformat-admin-guide.webdoc,
modules/bibformat/doc/admin/bibformat-admin.webdoc,
modules/bibformat/doc/admin/bibformat-guide-bfe.gif,
modules/bibformat/doc/admin/bibformat-guide-output_format_attributes_tutorial.png,
modules/bibformat/doc/admin/bibformat-guide-output_format_check_dependencies.png,
modules/bibformat/doc/admin/bibformat-guide-output_format_edit_rule.png,
modules/bibformat/doc/admin/bibformat-guide-output_format_edit_rule2.png,
modules/bibformat/doc/admin/bibformat-guide-output_format_hb_migrate.png,
modules/bibformat/doc/admin/bibformat-guide-output_format_hd_rules.png,
modules/bibformat/doc/admin/bibformat-guide-output_formats_manage_tutorial.png,
modules/bibformat/doc/admin/bibformat-guide-rules_editor_tutorial.png,
modules/bibformat/doc/admin/bibformat-guide-template_attributes_tutorial.png,
modules/bibformat/doc/admin/bibformat-guide-template_editor.png,
modules/bibformat/doc/admin/bibformat-guide-template_editor_tutorial.png,
modules/bibformat/doc/admin/bibformat-guide-template_preview.png,
modules/bibformat/doc/admin/bibformat-guide-templates_manage_tutorial.png,
modules/bibformat/doc/admin/bibformat-guide-url_bar.png,
modules/bibformat/doc/hacking/Makefile.am,
modules/bibformat/doc/hacking/bibformat-api.webdoc,
modules/bibformat/doc/hacking/bibformat-internals.webdoc:
WebDocified admin and hacking guides.
2007-11-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/file.py: Fixed try: except: finally:...
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/doc/admin/Makefile.am,
modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc,
modules/bibharvest/doc/admin/bibharvest-admin.webdoc: WebDocified
admin guide.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibedit/doc/Makefile.am,
modules/bibedit/doc/admin/Makefile.am,
modules/bibedit/doc/admin/bibedit-admin-guide.webdoc,
modules/bibedit/doc/admin/bibedit-admin.webdoc: WebDocified admin
guide.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc_webinterface.py: Modified to use
'navtrail' parameter instead of 'navtrail-previous-links'.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibclassify/doc/hacking/Makefile.am: Modified EXTRA_DIST
content
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/doc/Makefile.am,
modules/bibconvert/doc/admin/Makefile.am,
modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc,
modules/bibconvert/doc/admin/bibconvert-admin.webdoc,
modules/bibconvert/doc/hacking/Makefile.am,
modules/bibconvert/doc/hacking/bibconvert-api.webdoc,
modules/bibconvert/doc/hacking/bibconvert-internals.webdoc:
WebDocified hacking and admin guides.
2007-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibclassify/doc/admin/Makefile.am,
modules/bibclassify/doc/admin/bibclassify-admin-guide-cloud.jpeg,
modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc,
modules/bibclassify/doc/admin/bibclassify-admin.webdoc,
modules/bibclassify/doc/hacking/Makefile.am,
modules/bibclassify/doc/hacking/bibclassify-extraction-algorithm.webdoc,
modules/bibclassify/doc/hacking/bibclassify-hep-taxonomy.webdoc,
modules/bibclassify/doc/hacking/bibclassify-internals.webdoc:
WebDocified admin and hacking guides.
2007-11-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload_regression_tests.py: New bunch of
regression tests for FFT.
2007-11-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py: Small bug-fixes for FFT and
added verbose mode.
2007-11-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/file.py: Added InvenioWebSubmitFileError.
Implemented much safer exception handling and exploitation of
register_exception new facility.
2007-11-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/img/restricted.gif: Definitly more nice
restricted icon. TODO: harmonize this with CDS colors.
2007-11-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/miscutil_config.py: Added error messages for
mailutils lib.
2007-11-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/demo/demobibdata.xml,
modules/miscutil/demo/democfgdata.sql.wml: Moved RestrictedDoc to
restrdoc.
2007-11-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/doc/search-guide.webdoc,
modules/websearch/doc/search-help.webdoc,
modules/websearch/doc/search-tips.webdoc,
modules/websearch/doc/admin/websearch-admin-guide.webdoc,
modules/websearch/doc/admin/websearch-admin.webdoc,
modules/websearch/doc/hacking/search-engine-api.webdoc,
modules/websearch/doc/hacking/search-engine-internals.webdoc,
modules/websearch/doc/hacking/search-engine-stages.webdoc: Use <!--
WebDoc-Page-Navtrail: --> instead of <!--
WebDoc-Page-Navtrail-Previous-links -->
2007-11-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py: No longer create localized files
if not needed. Added support for <!-- WebDoc-Page-Revision: $$ -->
tag. Changed <!-- WebDoc-Page-Navtrail-Previous-Links: ..--> to
<!-- WebDoc-Page-Navtrail: ..-->. Returns all parts by default in
get_webdoc_parts. Code cleaning.
2007-11-13 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/search_engine.py: cocitedwith no longer
experimental
2007-11-13 Marko Niinimaki <manzikki@gmail.com>
* modules/websearch/lib/websearch_templates.py: EXPERIMENTAL no
longer used: 'cited by' enabled.
2007-11-13 Marko Niinimaki <manzikki@gmail.com>
* modules/bibformat/lib/bibformat_regression_tests.py: updated a
test that used a hardcoded server name
2007-11-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/search-guide.webdoc,
modules/websearch/doc/search-tips.webdoc: Fixed HTML element
attribute quoting, now that WML does not do it for us.
2007-11-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/doc/search-guide.webdoc,
modules/websearch/doc/search-tips.webdoc: Replaced some
<lang:current/> tags with <lang:link/> tags.
2007-11-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py: Added support for 'revision'
parameter inside languages tags. Update cache only when needed.
Re-enabled main() function. Added support for <lang:link /> tags.
Code cleaning.
2007-11-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Renamed also the
form button for the password reset link facility.
2007-11-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py: Prettified output messages and
email instructions for the new email-based password reset and
account registration facilities.
2007-11-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_webinterface.py: Fixed typo
bug.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_config.py: Fixed English.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/admin/websearch-admin-guide.webdoc,
modules/websearch/doc/hacking/search-engine-api.webdoc,
modules/websearch/doc/hacking/search-engine-internals.webdoc,
modules/websearch/doc/hacking/search-engine-stages.webdoc: Fixed
relative links between pages.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/admin/websearch-admin-guide.webdoc: Fixed
link to the WebSearch Admin area.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/admin/websearch-admin.webdoc: Fixed link to
the WebSearch Admin Guide.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/search-guide.webdoc,
modules/websearch/doc/search-help.webdoc,
modules/websearch/doc/search-tips.webdoc: Fixed relative links in
documents to respect webdoc conventions. Fixed navtrail links.
Removed WML's ifeq CFG_CERN_SITE statements that are no more
supported by webdoc.
2007-11-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/mailutils.py,
modules/webaccess/lib/access_control_config.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py: Better handling of smtp server
not online, better handling of user interaction when registering
it.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/Makefile.am,
modules/webstyle/lib/webdoc_webinterface.py,
modules/webstyle/lib/webinterface_layout.py: Initial release of the
webdoc web interface handler. Uses URLs such as
/doc/search-tips?ln=es. The introduction of new /doc URL is useful
for testing, while we still have some WML-generated files
accessible under /help, /admin, and /hacking. The final URL schema
as well as the future of the /doc URL may significantly change
later when WML is fully phased out.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Sort cdslangs, cdsnameintl by
language codes.
2007-11-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/file.py: Fixed bug when changing name of a
given bibdoc. Added returning of newly created bibdoc representing
an icon.
2007-11-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload_regression_tests.py: Added new
FFT regression tests.
2007-11-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py: Trying to fix some bugs with
FFTs and added support for wiping out all linked bibdocs with
regression test (wipe_out_record_from_all_tables function).
2007-11-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibedit/lib/bibrecord.py: Removed dependency from string
lib.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webdoc.py: Cannot sys.exit() in
write_cache_file(), since this function may be called from within
Apache.
2007-11-12 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_record_sorter.py: correct sorting
order in citation rank: ascending by second member of the tuple
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/search-guide.webdoc,
modules/websearch/doc/search-help.webdoc: Simplified search help
page sources by removing parts with untranslated languages. (These
parts were needed for WML, they are not needed for webdoc anymore.)
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webdoc.py: Replaced wml2html by webdoc.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/wml2html.py: Removed file now that we have
webdoc.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, modules/webstyle/Makefile.am,
modules/webstyle/bin/.cvsignore, modules/webstyle/bin/Makefile.am,
modules/webstyle/bin/webdoc.in, modules/webstyle/lib/Makefile.am:
Added webdoc CLI executable.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/doc/admin/guide001.gif,
modules/bibformat/doc/admin/guide002.png,
modules/bibformat/doc/admin/guide003.jpg,
modules/bibformat/doc/admin/guide004.gif: Removed images used in
the old PHP-based BibFormat Admin Guide.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml: Removed old guide for
PHP based BibFormat.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/Makefile.am,
modules/websession/web/sessinit.inc.php.wml: Removed unneeded
session handling PHP library.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/errorHandling.php.wml: Removed unneeded error
handling PHP library.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/Makefile.am,
modules/bibformat/web/bibformat.php.wml: Removed BibFormat PHP.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Removed unused BibFormat PHP subdirs.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/Makefile.am: Removed PHP version of
BibFormat. Sites that still use PHP-based formats can continue
using their already-installed PHP files.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/admin/BEH_ACTION_add.php.wml,
modules/bibformat/web/admin/BEH_ACTION_del.php.wml,
modules/bibformat/web/admin/BEH_ACTION_edit.php.wml,
modules/bibformat/web/admin/BEH_COND_add.php.wml,
modules/bibformat/web/admin/BEH_COND_del.php.wml,
modules/bibformat/web/admin/BEH_COND_edit.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_add.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_del.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_edit.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_showone.php.wml,
modules/bibformat/web/admin/BEH_display.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_display.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_hand.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_process.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_tree.php.wml,
modules/bibformat/web/admin/FORMAT_add.php.wml,
modules/bibformat/web/admin/FORMAT_del.php.wml,
modules/bibformat/web/admin/FORMAT_display.php.wml,
modules/bibformat/web/admin/FORMAT_edit.php.wml,
modules/bibformat/web/admin/FORMAT_showone.php.wml,
modules/bibformat/web/admin/KB_VALUE_add.php.wml,
modules/bibformat/web/admin/KB_VALUE_del.php.wml,
modules/bibformat/web/admin/KB_add.php.wml,
modules/bibformat/web/admin/KB_del.php.wml,
modules/bibformat/web/admin/KB_display.php.wml,
modules/bibformat/web/admin/KB_edit.php.wml,
modules/bibformat/web/admin/KB_showone.php.wml,
modules/bibformat/web/admin/LINK_ACTION_add_edit.php.wml,
modules/bibformat/web/admin/LINK_ACTION_del.php.wml,
modules/bibformat/web/admin/LINK_COND_add_edit.php.wml,
modules/bibformat/web/admin/LINK_COND_del.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_add.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_del.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_display.php.wml,
modules/bibformat/web/admin/LINK_add.php.wml,
modules/bibformat/web/admin/LINK_del.php.wml,
modules/bibformat/web/admin/LINK_display.php.wml,
modules/bibformat/web/admin/LINK_edit.php.wml,
modules/bibformat/web/admin/LINK_showone.php.wml,
modules/bibformat/web/admin/Makefile.am,
modules/bibformat/web/admin/OAIER_SF_add.php.wml,
modules/bibformat/web/admin/OAIER_SF_del.php.wml,
modules/bibformat/web/admin/OAIER_add.php.wml,
modules/bibformat/web/admin/OAIER_del.php.wml,
modules/bibformat/web/admin/OAIER_display.php.wml,
modules/bibformat/web/admin/UDF_add.php.wml,
modules/bibformat/web/admin/UDF_del.php.wml,
modules/bibformat/web/admin/UDF_display.php.wml,
modules/bibformat/web/admin/UDF_edit.php.wml,
modules/bibformat/web/admin/UDF_showone.php.wml,
modules/bibformat/web/admin/UDF_testcode.php.wml,
modules/bibformat/web/admin/error.inc.php.wml,
modules/bibformat/web/admin/footer.inc.php.wml,
modules/bibformat/web/admin/header.inc.php.wml,
modules/bibformat/web/admin/index.php.wml,
modules/bibformat/web/admin/localconf.inc.php.wml,
modules/bibformat/web/admin/security.inc.php.wml,
modules/bibformat/web/admin/test.php.wml: Removed PHP version of
BibFormat Admin. Sites that still use PHP-based formats can
continue using their already-installed PHP files.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Added test
cases for title, subtitle, and edition formatting. (Most are
failing now; format update is required.)
2007-11-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/doc/Makefile.am,
modules/websearch/doc/search-guide.webdoc,
modules/websearch/doc/search-help.webdoc,
modules/websearch/doc/search-tips.webdoc,
modules/websearch/doc/admin/Makefile.am,
modules/websearch/doc/admin/websearch-admin-guide.webdoc,
modules/websearch/doc/admin/websearch-admin.webdoc,
modules/websearch/doc/hacking/Makefile.am: Updated for latest
requirements
2007-11-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webdoc.py: Initial pre-release
2007-11-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/lib/config.py.wml: Added 'cdslangs' config
variable in order to choose which languages to display on this
server.
2007-11-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_title_brief.py: Fixed order of
separators. Removed trailing whitespaces.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_regression_tests.py: Updated citation
ranking test now that the ordering works.
2007-11-12 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher_tests.py,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_regression_tests.py: changed citation
ranking retlist from descending to ascending, test case updated
accordingly
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_regression_tests.py: Added tests for
ranking by word similarity. Improved test for ranking by the
number of citations.
2007-11-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yoursubmissions.py: Update Warning/Error msg
in order to correctly display header user's information (by passing
properly passing uid to the page building function). TODO: Remove
duplication of Warning/Error msg code (4 instance of both function
have been copied and pasted through out websubmit).
2007-11-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/access_control_engine.py: Fixed login with
referer link when user is not authorized to do something. The
referer is now built after user_info.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed search engine
record ID output mode (of=id) when a ranking method (rnk) is
active.
2007-11-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_webinterface.py: Added verbose
option to display user_info dictionary when verbose=9 and looking
at Your Settings page.
2007-11-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webaccount.py: Fixed comments positions.
2007-11-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Fixed request for email
confirmation even when external authentication methods are used.
2007-11-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/password_migration_kit.py: Updated comment
that describe password_migration_kit
2007-11-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/inveniogc.py: Cosmetic correction in
comment.
2007-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_regression_tests.py: Invenionized and
expanded citation ranking tests. Also, removed trailing
whitespace.
2007-11-09 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_regression_tests.py: added a basic
citation test
2007-11-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/lib/bibtask.py: Fixed task submission argument
problem introduced by previous commit.
2007-11-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/doc/search-guide.webdoc,
modules/websearch/doc/search-help.webdoc,
modules/websearch/doc/search-tips.webdoc,
modules/websearch/doc/admin/websearch-admin-guide.webdoc,
modules/websearch/doc/hacking/search-engine-api.webdoc,
modules/websearch/doc/hacking/search-engine-internals.webdoc,
modules/websearch/doc/hacking/search-engine-stages.webdoc,
modules/websearch/doc/admin/websearch-admin.webdoc: Initial
release, based on WML files.
2007-11-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket_dblayer.py,
modules/webbasket/lib/webbasket_migration_kit.py: Fixed multi-line
INSERT statement cosmetic style so that it passes kwalitee check.
2007-11-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_admin.py: Fixed three more
SQL multi-line INSERT statements (for table names containing
underscores).
2007-11-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webmessage/lib/webmessage_dblayer.py: Fixed multi-line
INSERT statement cosmetic style so that it passes kwalitee check.
2007-11-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/file.py: Fixed missing column names in two
SQL INSERT statements.
2007-11-09 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery_tests.py: Fixed missing column names
in an SQL INSERT statement.
2007-11-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_admin.py: Fixed missing
column names in two multi-line SQL INSERT statements.
2007-11-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webgroup_dblayer.py: Fixed missing column
names in three multi-line SQL INSERT statements.
2007-11-09 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Updated "kwalitee-check-sql-queries" target to
analyze also INSERT statements with table names containing
underscore.
2007-11-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_admin.py: Fixed cosmetic
style of three multi-line INSERT statements so that they would pass
kwalitee check.
2007-11-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/lib/webcomment.py: Fixed three SQL INSERT
statements that have not specified explicit column names.
2007-11-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/lib/bibtask.py: Fixed multi-line INSERT
statement cosmetic style so that it passes kwalitee check.
2007-11-09 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_record_sorter.py: changed the order
of lines in voutput (typo)
2007-11-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/oaiarchiveadminlib.py: Fixed potentially
dangerous SQL INSERT statement.
2007-11-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_indexer.py: Fixed
potentially dangerous SQL INSERT statement. Updated SQL cosmetics.
2007-11-09 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added "kwalitee-check-sql-queries" target that helps
in discovering potentially dangerous SQL queries used in Python
source files. (This basic version uses a very simple line-oriented
grepping, it does not catch multi-line SQL queries, and may display
some false positives for code not following the usual coding
style.)
2007-11-09 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_record_sorter.py: added debugging in
case verbose > 0
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_webinterface.py: Fixed English
typo. The new registration output messages are still to be
prettified, though.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/webmessage/lib/webmessage_templates.py: Fixed "Delete
All" messages button link. Also, removed trailing whitespace.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/webmessage/lib/webmessage_dblayer.py: Replaced
escape_string() calls.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket_dblayer.py: Replaced
escape_string() calls. Deleted trailing whitespace.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket_migration_kit.py: Updated
docstring. Deleted trailing whitespace. SQL escaping not fixed,
since this migration kit file is mostly of "historical interest"
only now. (Though there may still be some clients that still use
CDSware <= 0.7.1, so they will need to run it.)
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py: Replaced escape_string()
calls.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webgroup_dblayer.py: Replaced
escape_string() calles.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/password_migration_kit.py: Removed
unnecessary escape_string() import.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py: Removed
escape_string() calls.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_dblayer.py: Replaced
escape_string() calls.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_migration_kit_dblayer.py:
Replaced escape_string() calls. Removed trailing whitespace.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_word_indexer.py: Replaced
escape_string() calls.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py: Removed
escape_string() import.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_indexer.py: Removed unused
get_compressed_dictionary(). Removed escape_string() calls.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py: Replaced escape_string()
calls.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindexadminlib.py: Replaced
escape_string() occurrences.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py: Replaced
escape_string() occurrences.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/oaiarchiveadminlib.py: Replaced
escape_string() occurrences.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/doc/hacking/dbquery.html.wml: Updated
documentation with respect to escape_string(), run_sql_cached(),
and detailed SQL query logging.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearchadminlib.py: Replaced
escape_string() occurrences.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections_utils.py:
Removed unneeded escape_dictionary(). Replaced escape_string().
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections.py: Removed
unused escape_dictionary() import. Removed trailing whitespace.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Deleted unused
find_record_bibfmt(). Removed unused MySQLdb import. The file is
now clean with regard to escaping SQL query parameters.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed SQL query argument
number addition problem in search_unit_in_bibxxx() that occurred
for logical fields defined via multiple physical MARC tags.
2007-11-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/lib/wml2html.py: Changed syntax for defining
page options to HTML comment style.
2007-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/index.html.wml: Fixed link to the
WebSubmit Admin Guide, thanks to Belinda.
2007-11-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_field.py: Fixed a bug
affecting the retrieval of fields values when only one indicator
was defined.
2007-11-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_regression_tests.py: More
regression test (some to be fixed) and support for propagatin
restrictions to icons.
2007-11-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/img/restricted.gif,
modules/websubmit/lib/file.py,
modules/websubmit/lib/websubmit_webinterface.py: Implemented
support for restricted icon and some bugfixies.
2007-11-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/demo/demobibdata.xml,
modules/miscutil/demo/democfgdata.sql.wml: Added restricted bibdoc
examples, with one enabled role.
2007-11-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am: Fixing Makefile for upgrading bibdoc.status field.
2007-11-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Fixed
cosmetic typo in a function name.
2007-11-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Added tests
for queries containing physical MARC tags.
2007-11-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Do not leave literal
percentage signs in the SQL query string; rather pass them as SQL
query arguments.
2007-11-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed percentage
character query escaping in search_unit_in_bibxxx() that was
mistakenly introduced during the recent removal of escape_string().
2007-11-07 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/lib/wml2html.py: Initial release of
Invenio-style WML to HTML converter.
2007-11-07 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/intbitset.pyx: Updated docstring to use
Pyrex instead of Cython.
2007-11-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.c,
modules/miscutil/lib/intbitset.pyx: Compiled intbitset.pyx with
Pyrex-0.9.6.3 which still support Python-2.3 (Cython appearently no
more support Python-2.3).
2007-11-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Replaced
escape_string() calls.
2007-11-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Added tests
for Unicode word, phrase, and regexp queries.
2007-11-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Replaced all occurrences
of escape_string() in the search engine code.
2007-11-07 Marko Niinimaki <manzikki@gmail.com>
* modules/bibedit/lib/bibrecord_tests.py: changed record id's in
test cases to reflect latest additions by Sam
2007-11-06 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Get rid of
escape_string() in search_unit_in_bibwords(), fixing UTF-8 searches
with MySQLdb 1.2.1_p2.
2007-11-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py,
modules/bibrank/lib/bibrank_word_indexer.py: Get rid of dbquery's
escape_string() and cStringIO factory, escaping SQL arguments the
traditional way. Needed for MySQLdb 1.2.1_p2.
2007-11-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py: Fixed comparison
to None. (Use "is", not "==".)
2007-11-06 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/bin/.cvsignore: Added inveniogc to the list of
CVS-ignorable files.
2007-11-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py: Updated docstring for
record_delete_field().
2007-11-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* configure.ac, modules/bibsched/lib/bibsched.py,
modules/websession/bin/Makefile.am,
modules/websession/bin/inveniogc.in,
modules/websession/bin/sessiongc.in,
modules/websession/lib/Makefile.am,
modules/websession/lib/inveniogc.py,
modules/websession/lib/sessiongc.py, modules/websubmit/lib/file.py:
SessionGC moved to more general InvenioGC. Now support old delete
fulltext documents removal.
2007-11-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am: Removal of $(prefix)/var/data/files/* when make
drop-demo-site, just to clean uploaded files too. Updated bibdoc
status column back to a string (note, if status is DELETE, the
bibdoc is hidden, if status is anything different from '' being
part of a role which can run the action viewrestrdoc with 'status'
equal to the string will be needed in order to download the
document.
2007-11-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_regression_tests.py,
modules/websubmit/lib/file.py: BibUpload-FFT now in a working
state. Previous regression tests works, Demo Site ported to FFT.
2007-11-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/websubmit_webinterface.py: Fixed typo bug.
2007-11-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_config.py: Added new action
viewrestrdoc, to add rights/restriction for downloading documents.
2007-11-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Added new action
viewrestrdoc, to add rights/restriction for downloading documents.
2007-11-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/doc/admin/guide.html.wml: Documenting support
for preserving previous details, for adding an ICON for imposing
rights and restriction to documents trough FFT.
2007-11-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/demo/demobibdata.xml: Ported Demo Site to
exploit new BibUpload FFT enabled. Note, expect some regression
test to fails, since MARC and some output is changed.
2007-11-06 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Updated an SQL query
to use the run_sql() native parameter escaping technique instead of
the non-Unicode-friendly escape_string() call. This fixes an issue
with MySQLdb 1.2.1_p2, though some more are needed.
2007-11-06 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/dbtest.in: When the Invenio database does
not exist yet, and when a hint is printed to the admin on how to
create it, use "DEFAULT CHARACTER SET utf8" in the hint.
2007-11-06 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added advice on running MySQL in UTF-8 native mode.
Upgraded CREATE DATABASE statement to use UTF-8 charset. Upgraded
recommendation to use MySQLdb version of at least 1.2.1_p2.
2007-11-06 Tibor Simko <tibor.simko@cern.ch>
* configure-tests.py: Warn if MySQLdb version is not at least
1.2.1_p2.
2007-11-06 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: Set DB connection parameter
preferences to UTF-8 binary strings.
2007-11-06 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/dbtest.in: Added a test case for the UTF-8
treatment between Python and MySQL in order to detect possible old
dependencies and other problems during the "make install" step
already.
2007-11-06 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery_tests.py: Added test for UTF-8
treatment in the Python<->MySQLdb<->MySQL storage chain. Note that
this test creates, uses and destroys a temporary table called
"test__invenio__utf8".
2007-11-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/websearch/lib/search_engine.py: Fixed truncation of 50+
bytes long index terms, respecting strictly UTF-8 multibyte
characters. This fixes e.g. the problem reported by Theodoros
Theodoropoulos regarding 25+ characters long Greek family names
with a dash in the middle.
2007-11-06 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Mail_New_Record_Notification.py:
+ A function to mail notification about the submission of a new
record to the record's owner(s) and perhaps the admin. This
function is something like the "Mail_Submitter" function.
2007-11-05 Marko Niinimaki <manzikki@gmail.com>
* modules/bibedit/lib/bibrecord_tests.py: updated set of records to
reflect the set that is used in demo CVS
----------------------------------------------------------------------
2007-11-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibedit/lib/bibrecord.py: Extended record_delete_field to
optionally delete specific field_number.
2007-11-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_config.py: Traditional Big Friday
Commit (tm) :-) New FFT BibUpload implementation that exploits
file.py algorithms and can handle inserting, appending, correcting
and replacing of local (whitelisted path) and remote files through
BibUpload. Regression tests still need to be adapted to new
features (new subfields, some required, introduced.) Try to respect
.../admin/bibupload/guide.html#3.5 specs.
2007-11-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload_regression_tests.py: Adding
checks for downloaded files.
2007-11-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/doc/admin/guide.html.wml: Updated the specs by
adding some new subfields.
2007-11-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/file.py: Enhancements to enforce unique
bibdoc names linked with a given record. Added purge method to
bibdoc, to remove all the previous version of a document.
2007-11-02 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/etc/Makefile.am,
modules/bibrank/etc/citation.cfg,
modules/bibrank/etc/citation.cfg.wml: citation does not nee a wml
file - removed
2007-11-02 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/etc/citation.cfg.wml: citation config file
2007-11-02 Tony Osborne <tony.osborne@cern.ch>
* modules/bibedit/lib/refextract.py: Renamed functions
(get_first_reference_line_numeration_marker_patterns_via_brackets,..via_dots
and ..via_numbers. The 2 latter are tried ONLY when the
get_first_reference_line_numeration_marker_patterns_via_brackets
fails to find any reference section, and ..via_numbers only if
...via_dots fails. Whilst these additional searches are useful they
find a certain amount of rubbish. The variable how_found_start
indicates the method of finding the reference section (0=by title,
1 no title via_brackets, 2 no title via_dots and 3 no title
via_numbers (the weakest..). Then if NO reports and NO journal
titles are found and how_found_start > 2; all results (very often
complete nonsense in terms of references) are discarded. This
functionality was actually introduced in the previous version -
this version is only about better naming conventions..
2007-11-02 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/demo/democfgdata.sql.wml: added citation rank
method and its (bad) localizations
2007-11-02 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py: fixed a database
quoting bug. added a failover 00-date in case real date is not
found.
2007-11-02 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_tag_based_indexer.py: added a 00 date
for ranking method in case the real date is not found
2007-11-02 Marko Niinimaki <manzikki@gmail.com>
* modules/miscutil/demo/demobibdata.xml: changed <datafield
tag="773" ind1=" " ind2=" "> into <datafield tag="909" ind1="C"
ind2="4"> for citation information
2007-11-02 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_tag_based_indexer.py: removed
incorrect comment. better style formatting
2007-11-02 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_record_sorter.py: fixed a problem in
sorting the records that have citations (in citation ranking)
2007-11-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Added temporary hack
in order not to display latest additions box for some CERN
collections.
2007-11-02 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_tag_based_indexer.py: fixed an insert
so that the compressed vector is written to the db with correct
escaping
2007-11-02 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_title.py: Added field 246__b
2007-11-02 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_abstract.py: Added
'separator_en' and 'separator_fr' parameters
2007-11-02 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_server_info.py: Added
possibility to fetch additional variables
2007-11-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.c: New intbitset.c generated by
cython-0.9.6.8.
2007-11-02 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Default_HTML_brief.bft,
modules/bibformat/etc/format_templates/Default_HTML_files.bft:
Updated file display
2007-11-02 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Updated with
respect to format changes.
2007-11-01 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/doc/admin/guide.html.wml: Added new section
with the initial description of the FFT tag behaviour. Cleaned
previous notes. Added table of contents.
2007-11-01 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/intbitset.pyx: Fixed an English typo, and
updated docstring.
2007-11-01 Tibor Simko <tibor.simko@cern.ch>
* po/el.po: Converted to Unix style newlines.
2007-11-01 Tibor Simko <tibor.simko@cern.ch>
* po/el.po: Completed and revised Greek translation, thanks to
Theodoros Theodoropoulos.
2007-11-01 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Adapted two
test cases due to an inclusion of new test records for citation
ranking.
2007-11-01 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/etc/template_citation.cfg: changed 777 tags to
909 to conform our current citation practice
2007-11-01 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webstyle/css/cds.css: changed link styles for webjournal
2007-11-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webalert/lib/webalert_webinterface.py,
modules/webbasket/lib/webbasket_webinterface.py,
modules/webmessage/lib/webmessage_webinterface.py,
modules/websession/lib/websession_webinterface.py: Bunch of fixes
since the last commit that changed both account registration and
redirection of not logged in users.
2007-11-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* config/config.wml: Changed default behaviour of
CFG_ACCESS_CONTROL_NOTIFY_USER_ABOUT_NEW_ACCOUNT. Now user are
checked for provided email address validity.
2007-11-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/sql/tabcreate.sql,
modules/websession/lib/sessiongc.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession_config.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/access_control_mailcookie.py: New support for
checking correctness of email addresses provided at local
registration time exploiting mailcookies.
2007-11-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webalert/lib/webalert_webinterface.py,
modules/webmessage/lib/webmessage_webinterface.py: Automatically
redirect user to login dialog whenever needed.
2007-11-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/external_authentication.py,
modules/webaccess/lib/external_authentication_cern.py,
modules/webaccess/lib/external_authentication_ldap.py,
modules/webaccess/lib/external_authentication_sso.py,
modules/webaccess/doc/admin/guide.html.wml: Renamed
WebAccessExternalAuthError to InvenioWebAccessExternalAuthError in
order to comply with Invenio Exception standard names.
2007-11-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Added delete column to
accMAILCOOKIE table in order to mark cookie as deleted without
actually removing them from DB (for future reference).
2007-11-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/errorlib.py: Added prefix and suffix
optional string to be printed alongside a register exception.
2007-11-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/mailutils.py: Removed unused import that
caused circular import error.
2007-11-01 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/demobibdata.xml: Fixed badly closed
collection tag.
2007-11-01 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_record_sorter.py: in find_citations:
fixed functionality. Previously the function was called using a
record id. This was wromg -> changed it to use the hitlist for
ranking. Now find_citations loops though the items in hitlist and
creates a cited-by ranklist based on it.
2007-11-01 Marko Niinimaki <manzikki@gmail.com>
* modules/bibedit/lib/bibrecord_tests.py,
modules/miscutil/demo/demobibdata.xml,
modules/websearch/lib/websearch_external_collections_getter_tests.py:
demobibdata with citation stuff. adjusted the tests
2007-10-31 Samuele Kaplun <samuele.kaplun@cern.ch>
* INSTALL, configure-tests.py, modules/miscutil/lib/intbitset.c,
modules/miscutil/lib/.cvsignore, modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/intbitset.pyx,
modules/miscutil/lib/intbitset_setup.py: Removed dependency on
Pyrex/Cython. We can directly ship the produced intbitset.c file on
CVS and future release tarballs.
2007-10-31 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_searcher.py,
modules/bibrank/lib/bibrank_record_sorter.py: ranking by citation
is now functional
2007-10-30 Tony Osborne <tony.osborne@cern.ch>
* modules/bibedit/lib/refextract.py: New functionality:
1) filtering(removal) of too short or too long solitary "m" tags
2) filtering of empty "o" tags
3) reformating of xml output to move "o" tags into "r","m" or
"s","m"
i.e.
<datafield tag="999" ind1="C" ind2="5">
<subfield code="o">1.</subfield>
<subfield code="m">J. Dukelsky, S. Pittel and G.
Sierra,</subfield>
<subfield code="s">Rev. Mod. Phys. 76 (2004)
643</subfield>
</datafield>
2007-10-29 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_citation_searcher.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py: citation indexer
and searcher
2007-10-29 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/lib/webinterface_layout.py: Commented out
WebJournal reference.
2007-10-26 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Allow translation tags
such as <lang><en></en><de></de>...<lang> span on multiple lines.
2007-10-26 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webstyle/lib/webinterface_layout.py: had to take out
webjournal import (module in dev, not submitted yet)
2007-10-26 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webstyle/lib/webinterface_layout.py: had to take out
webjournal import (module in dev, not submitted yet)
2007-10-26 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank_record_sorter.py: rank by citation
2007-10-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibedit/lib/bibrecord.py: Creates only one single
instance of PyRXP for parsing xml instead of one per record in
order to speed up creation of multiple records. Removed trailing
whitespaces
2007-10-23 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webstyle/css/cds.css,
modules/webstyle/lib/webinterface_layout.py: added images and
definitions for webjournal warning and error boxes
2007-10-22 Marko Niinimaki <manzikki@gmail.com>
* modules/bibrank/lib/bibrank.py: added citation import
2007-10-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/errorlib.py: Added optional
verbose_description to register_exception, in order to allow for a
more explicative message to be printed, whenever the exception is
not already clear.
2007-10-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/errorlib.py: Added register_exception for
nicely logging a given exception with all its contextual
information. To be used as in: try: raise
InvenioFooException('this is a nice message') except
InvenioFooException, e: register_exception(req=req)
It automatically discover the last caught exception.
2007-10-19 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/template.py: Added possibility to specify
directories of templates to check.
2007-10-19 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/doc/admin/guide.html.wml: Fixed a typo and
explained a command.
2007-10-18 Nicholas Robinson <nicholas.robinson@cern.ch>
* configure.ac: Removed references to "EDSPICTcreate.tpl" and
"EDSRPICTcreate.tpl". They were bibconvert templates for the PICT
and RPICT submissions, which have since been dropped from the
demo site.
2007-10-18 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: + Dropped
configuration data for "PICT" and "RPICT" submissions (they have
been replaced by the new "DEMOPIC" submission); + Bug Fix: In
portal boxes for collections like Pictures, Books, etc, the links
that point to the submission interfaces that allow records to be
added into that collection referred to "<WEBURL>/submit.py". This
has been altered to "<WEBURL>/submit";
2007-10-18 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Fixed 2 incorrect
"modification field MARC codes" in the "DEMOPIC_KW" and
"DEMOPIC_DATE" elements.
2007-10-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Fixed syntax error in
the fulltext indexing branch.
2007-10-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webaccount.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py,
modules/websession/lib/webuser_regression_tests.py: Hopefully fixed
the possibility to register foo@bar.org alongside FOO@bar.org as
two different accounts. Updated the regression test.
2007-10-18 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Added details of
'Move_Files_to_Storage' function.
2007-10-18 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Added configuration
data for "DEMOPIC" submission.
2007-10-18 Gabriel Hase <gabriel.hase@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py: fixed bug in
perform_addrole, tmp conversion of tuple to list for assignement.
2007-10-17 Nicholas Robinson <nicholas.robinson@cern.ch>
* configure.ac: Added details for creation of "DEMOPICcreate.tpl"
bibconvert template file.
2007-10-17 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository.py: Fixed timezone problem
with 'from' and 'until' argument in OAI requests. Removed trailing
whitespaces.
2007-10-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Make HTM and HTML files
also fulltext-indexable. This is needed for articles written in
HTML. Note that this does not interfere much with the treatment of
HTML splash pages, because they usually don't use these extensions.
2007-10-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine_config.py: Make HTM and HTML
files also fulltext-indexable. This is needed for articles written
in HTML. Note that this does not interfere much with the treatment
of HTML splash pages, because they usually don't use these
extensions.
2007-10-16 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Removed relative
import.
2007-10-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Updated search box
display on the search results page in order to propose only the
search fields specific to the current collection that the search
originated from. Deleted unnecessary
create_searchwithin_selection_box(). Adapted template argument
name change (sort_formats -> sort_fields).
2007-10-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Fixed mistaken long
argument name ("sf" called "sort format" instead of "sort field").
Note that the argument name change may affect template
customizations.
2007-10-16 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: Fixed run_sql_cached() to
take into account the case of empty supplied list of affected
tables. This is useful to speed up "never-changing" SELECT queries
even more. Updated docstring.
2007-10-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/lib/bibclassifylib.py: Integrated
improvements sent by Joel (MARCXML output, precompiled ontology).
Added verbose option. Minor code massage.
2007-10-15 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added optional "feedparser" prerequisite, for the
forthcoming WebJournal module.
2007-10-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/lib/bibclassifylib.py: Fixed an issue with
non-standalone keyword detection, thanks to Annette.
2007-10-11 Gregory Favre <gregory.favre@cern.ch>
* modules/websession/lib/webgroup_dblayer.py: Renamed first
occurence of get_group function to get_group_with_description (this
function was redefined and thus not callable)
2007-10-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/Makefile.am,
modules/bibformat/lib/elements/bfe_fulltext_mini.py: Initial
release. To be used in mini panel file on detailed record page.
2007-10-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_fulltext.py: Reverted back to
previous smaller icon view.
2007-10-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/Makefile.am: Added
bfe_pagination.py element to Makefile.
2007-10-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/css/cds.css: Added 'nodecoration' style for
link.
2007-10-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset_impl.c,
modules/miscutil/lib/intbitset_tests.py: Fixed last standing bug!
Maybe lost some bit of perfomance (but maybe not, it should be
checked).
2007-10-03 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/refextract.py: Made refextract runnable
without having to have done the full Invenio installation.
2007-10-03 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_field.py: Fixed handling of
'limit' parameter. Added 'extension' parameter.
2007-10-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/css/cds.css,
modules/websession/lib/websession_templates.py: Make every header
of the display account page a working link to the proper account
sub-section.
2007-10-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_webinterface.py: Exploit SSO
login_method name from CFG_EXTERNAL_AUTH_USING_SSO and redirect to
SSO logout page when logging out from CDS.
2007-10-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_config.py:
CFG_EXTERNAL_AUTH_USING_SSO now contains the name of the SSO
login_method when it is set.
2007-10-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/external_authentication.py,
modules/webaccess/lib/external_authentication_sso.py:
enforce_external_nickname is now a parameter of the constructor.
2007-09-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_abstract.py: Added 'escape'
parameter.
2007-09-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Small fix.
2007-09-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/doc/admin/guide.html.wml: Added new escaping mode
to remove all HTML/XML tags. Updated admin guide.
2007-09-27 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_templates.py: + Bug Fix: When
WebSubmit forms contained a simple "FILE" input (e.g.: <input
type="file" name="blah" />"), the file was not uploaded when the
Safari browser under Mac OS X was used (tested with 10.4). In
order to fix this issue, enctype="multipart/form-data" was added
into the form declaration in the tmpl_page_interface function
(Safari seems to need it and wasn't happy just to use the
JavaScript dynamic insertion of this same form attribute in
script tags).
2007-09-26 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Updated Apache configuration snippet example (removed
Indexes option, denied pyc and backup files).
2007-09-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_pagination.py,
modules/bibformat/lib/elements/bfe_date.py,
modules/bibformat/lib/elements/bfe_imprint.py,
modules/bibformat/lib/elements/bfe_place.py,
modules/bibformat/lib/elements/bfe_publisher.py,
modules/bibformat/lib/elements/bfe_reprints.py: Cleaned imprints
related elements: Removed whitespaces, improved doc and added
bfe_pagination element to the family.
2007-09-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml: Corrected small
typos.
2007-09-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/doc/admin/guide.html.wml: Improved section on
reindexing with information on how to truncate custom indexes.
Also, removed </br> typo from the table of contents.
2007-09-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_grapher.py: Fixed </br> typo
and removed trailing whitespace.
2007-09-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml: Fixed </br> typo and
deleted trailing whitespace.
2007-09-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/doc/admin/guide.html.wml: Fixed </br> typo and
removed trailing whitespace.
2007-09-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* INSTALL, Makefile.am, modules/webstyle/doc/admin/guide.html.wml,
modules/webstyle/lib/template.py: Made keyword 'customized' (for
'customized' templates) consistent accross files. Renamed
variables. Dropped use of config.pylibdir
2007-09-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* INSTALL, Makefile.am, modules/webstyle/doc/admin/guide.html.wml,
modules/webstyle/lib/template.py: Introduction of WebStyle page
templates verification tool.
2007-09-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine_tests.py: Updated test
that failed because of new 'visibility' parameter addition to
output format structure. Removed trailing whitespaces.
2007-09-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webcomment/lib/webcomment_regression_tests.py,
modules/webcomment/lib/webcomment_templates.py: Fixed bug in
mini-review panel. Added corresponding regression-test.
2007-09-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_templates.py: Fixed xsl format
template name display in output format admin
2007-09-19 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/bibformatadmin.py: Use
search_engine.search_pattern() instead of
search_engine.perform_request_search() in order to preview
restricted records.
2007-09-19 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/bibformatadmin.py: Fixed navtrail
links HTML.
2007-09-18 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webcomment/lib/webcomment.py: Added docstring.
2007-09-18 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webcomment/lib/webcomment_templates.py: Fixed displayed
score on mini-panel.
2007-09-18 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webcomment/lib/webcomment_templates.py: Fixed problem
with the string 'Be the first to review this document' which was
displayed when not needed. Some code cleaning.
2007-09-18 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/doc/admin/guide.html.wml: Updated TOC.
2007-09-18 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearchadminlib.py: Added help links to
admin guide (sections 3.11 and 3.12). Added missing whitespaces
between section number and label for some menu items of the 'edit
collection' page. Removed trailing whitespaces.
2007-09-17 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added new target "kwalitee-check-errors-only" for
minimalist and quick (ehm) pylint error detection.
2007-09-17 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/kwalitee.py: Added detection of Pylint
details: the number of Fatal, Error, Warning, Refactor, and
Convention messages.
2007-09-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* Makefile.am, modules/bibformat/lib/bibformat_dblayer.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibformat/web/admin/bibformatadmin.py,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabfill.sql.wml,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_webcoll.py: Added checkbox to
display/hide output formats in list of output formats on public
page.
2007-09-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.h: Fixed a bug which prevented
correct compilation of intbitset with Python-2.4 and Cython due to
Py_ssize_t wrong definition (spotted by Nick).
2007-09-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: Fixed displaying of
'creation' and 'last modified' dates on detailed record page with
IE and CERN style.
2007-09-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_regression_tests.py: Added navtrail
link to main detailed record page on all HTML 'export' pages of a
record. Updated regression tests accordingly.
2007-09-12 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/testutils.py,
modules/websearch/lib/websearch_regression_tests.py,
modules/websession/lib/webgroup_regression_tests.py,
modules/websession/lib/websession_regression_tests.py,
modules/websession/lib/webuser_regression_tests.py: Disable false
positive E1102 pylint warnings due to the use of
mechanize.Browser().
2007-09-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py: Fixed a
bug caused by a bad import statement (from time import time) that
effectively meant that the time module was overridden by the time
function, resulting in errors upon future calls to "time.*".
2007-09-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_xslt_engine.py: Added bridge for
xsl 'modification_date' function. Fixed bug in
get_creation_date_4suite (used uninitialized 'value' variable).
Removed trailing whitespaces.
2007-09-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/doc/admin/guide.html.wml: Updated information
about 'Configuration of related external collections' and 'Detailed
record page options'.
2007-09-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiarchive_engine.py: Fixed -r mode.
2007-09-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiarchive_engine.py: Improved task
progress status feedback. Filter out whitespaces from -o --oaiset
parameter.
2007-09-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/css/cds.css,
modules/webstyle/doc/admin/guide.html.wml,
modules/webstyle/lib/webstyle_templates.py: "Star" control for
reviewing on detailed page activates only when mouse hovers the
mini-review panel, not the whole mini-panel
2007-09-10 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiarchive_engine.py: Added support for
processing several sets definitions in one row (-o --oaiset
parameter). Updated CLI help. Improved checking of produced file
before submitting to BibUpload, in order to avoid error in case of
empty file.
2007-09-10 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformatadminlib.py: Added more
content-types by default in content-types list for preview.
2007-09-10 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Fixed bridge between
new and old BibFormat. Removed trailing whitespaces.
2007-09-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/elements/bfe_topbanner.py: Fixed problem
with mutiple printing of the same subject category. Thanks to
Kam-ming Ku for reporting the problem. Also, removed trailing
whitespace.
2007-09-09 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Added IF NOT EXISTS for
sbmCPLXAPPROVAL table creation statement.
2007-09-09 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabdrop.sql: Added forgotten clsMETHOD
table.
2007-09-09 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabdrop.sql: Added forgotten sbmCPLXAPPROVAL
table.
2007-09-07 Axel Voitier <axel.voitier@gmail.com>
* AUTHORS, modules/miscutil/sql/tabcreate.sql,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/functions/Check_Group.py,
modules/websubmit/lib/functions/Create_Cplx_Approval.py,
modules/websubmit/lib/functions/Makefile.am,
modules/websubmit/lib/functions/Print_Success_CPLX.py,
modules/websubmit/lib/functions/Send_Request_For_Direct_Approval.py,
modules/websubmit/lib/functions/Send_Request_For_Publication.py,
modules/websubmit/lib/functions/Send_Request_For_Refereeing_Process.py,
modules/websubmit/web/publiline.py: Initial experimental release of
the complex approval and refereeing workflow.
2007-09-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.pyx: Added backward compatibility
method tolist().
2007-09-05 Tibor Simko <tibor.simko@cern.ch>
* po/Makefile.in.in: mkinstalldirs uses @install_sh@ only (no
$SHELL). Needed for automake-1.10.
2007-09-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webcomment/lib/webcomment_webinterface.py: Remember user
chosen rating for a record when user has to login before validing
his choice (put 'score' inside referer URL)
2007-09-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webcomment/lib/webcomment_templates.py,
modules/webstyle/css/cds.css,
modules/webstyle/img/star_empty-icon-30x30.gif,
modules/webstyle/img/star_half-icon-30x30.gif: Display record
rating using same (star) controls as for reviewing in mini-panel.
Removed unsignificant trailing whitespaces.
2007-09-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: Removed unsignificant
trailing whitespaces.
2007-09-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Default_HTML_actions.bft,
modules/websearch/lib/websearch_webinterface.py: Modified 'export'
url of detailed record.
2007-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/Makefile.am: Added w3c_validator.py,
api_migration_kit.py and updateapi.data.sed to the distribution.
2007-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/Makefile.am: Added
external_authentication_ldap to the list of installable files.
2007-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added
Shared_Functions and Move_Files_to_Storage to the list of
installable files.
2007-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/elements/Makefile.am: Added
bfe_report_numbers.py to the list of installable files.
2007-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/Makefile.am: Added
password_migration_kit.py to the distribution.
2007-09-04 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in: Updated list of potfiles.
2007-09-04 Tibor Simko <tibor.simko@cern.ch>
* install-sh, missing, mkinstalldirs: Removed files generated by
autotools from the CVS version control.
2007-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Use proper
CFG_MISCUTIL_SMTP_* variables.
2007-09-04 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, config/config.wml, config/configbis.wml.in: Moved
outgoing SMTP server setting definitions into config.wml, as it is
not essential for the building process itself.
2007-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/config.py.wml,
modules/miscutil/lib/mailutils.py,
modules/miscutil/lib/mailutils.py.wml: De-WML-ized mailutils.
2007-09-04 Tibor Simko <tibor.simko@cern.ch>
* acinclude.m4: Removed unnecessary acinclude.m4, as most of the
macros (e.g. gettext) are system-wide and hence can be usually
found in aclocal.m4.
2007-09-04 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformatadminlib.py: Removed debugging
code that would break HTML output of format element dependencies.
2007-09-04 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_dblayer.py: Fixed bug that
prevented updating output formats code in the format table.
Removed unsignificant trailing whitespaces.
2007-09-03 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Updated SSL configuration example for situations not
using PEM but rather CRT and KEY files.
2007-09-03 Tibor Simko <tibor.simko@cern.ch>
* CREDITS: Added Zbigniew "Zibi" Szklarz for the Polish
translation.
2007-09-03 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, modules/bibclassify/bin/.cvsignore,
modules/bibclassify/bin/Makefile.am,
modules/bibclassify/bin/bibclassifyd.in,
modules/bibclassify/lib/Makefile.am,
modules/bibclassify/lib/bibclassify_daemon.py,
modules/bibsched/lib/bibsched.py: Added infrastructure and a simple
skeleton for the forthcoming bibclassify daemon.
2007-09-03 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Added clsMETHOD table for the
BibClassify daemon.
2007-09-03 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_authors.py: Added 'type'
parameter to 'script' tag in order to be XHTML-compliant. Removed
unsignificant trailing whitespaces.
2007-08-30 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websubmit/lib/functions/Move_Files_to_Storage.py: Fixed a
bug in renaming.
2007-08-30 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websubmit/lib/functions/Shared_Functions.py: Use
os.path.splitext to split the filename and the extension instead of
regexp.
2007-08-29 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websubmit/lib/functions/Move_Files_to_Storage.py: Use
os.path.splitext to split the filename and the extension instead of
regexp.
2007-08-28 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Added clarification about CFG_CALL_BIBFORMAT
option being used only in the old (PHP) formatting engine. Its
value does not matter for the new (Python) formatting engine.
2007-08-28 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websubmit/lib/functions/Upload_Files.py: Move some
functions to Shared_Functions.
2007-08-28 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websubmit/lib/functions/Move_Files_to_Storage.py: This
function moves to storage the files coming from file input elements
of the submission form. Depending on the parameters values, it
can: -select which file(s) to move -rename file(s) -add a suffix to
the filename(s) -create related format or icon For each file to be
moved, the function writes the filename into a text file in the
curdir so that it can be used when creating the remysql to have
access directly to the file.
2007-08-28 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websubmit/lib/functions/Shared_Functions.py: File which
gathers the functions shared by websubmit_functions.
2007-08-28 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/lib/webmessage_mailutils.py: Fixed a small
display problem: when displaying quoted text, if first line wasn't
a quoted text, then an html-equivalent carriage return was added.
2007-08-27 Tibor Simko <tibor.simko@cern.ch>
* .cvsignore: Added explicitly the TAGS file.
2007-08-27 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added "etags" target to create a TAGS file for
Emacs.
2007-08-25 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket_webinterface.py: Webbasket module
now provide the 'of' parameter to page function. Therefore, output
can be an xml stream containing errors and warnings.
2007-08-25 Gregory Favre <gregory.favre@cern.ch>
* modules/webstyle/lib/webpage.py: Added on optional 'of' parameter
to function "page()". If 'of'='xx', then the output will be an xml
stream, containing body, errors and warnings. This can be useful in
the case of an xml-http-request (e.g. AJAX). If 'of' is not
provided (and is not equal to 'xx', the behaviour of this function
remains the same.
2007-08-25 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket.py: When using
perform_request_add, no check was made on the existence of the
provided recids and on the rights to add records to the given
baskets. Fixed.
2007-08-23 Gregory Favre <gregory.favre@cern.ch>
* modules/webcomment/lib/webcomment.py: Added count_reviews and
count_comments functions to webcomment engine.
2007-08-21 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_templates.py,
modules/websession/lib/webuser.py: Always fill the referer part of
the login link in the right-upper corner to point to the current
page, a part from the logout page, to avoid endless circles.
2007-08-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py: Corrected
a typo.
2007-08-17 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset_tests.py: Perfectioned the tests,
adding some meaningful failure messages, and some big lists. It
appears that ixor doesn't work well between two infinite
intbitsets. It will be fixed some day in the future since it's not
used anywhere in CDS Invenio code.
2007-08-17 Tibor Simko <tibor.simko@cern.ch>
* po/pl.po: First batch of Polish translation, thanks to Zbigniew
Szklarz.
2007-08-17 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: Print 'HB' and 'X*'
search results one after the other instead of waiting for all to be
formatted. (Requires to adapt customized websearch templates:
split tmpl_records_format_htmlbrief function into
tmpl_record_format_htmlbrief_*) Removed tabs for non-HD outputs.
2007-08-17 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.pyx: Fixed bug in which
intbitset([]) would raise a wrong exception instead of creating an
empty intbitset.
2007-08-17 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset_tests.py: Fixed various tests,
never checking empty intbitsets.
2007-08-17 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/doc/admin/guide.html.wml: Added table of
content.
2007-08-17 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/doc/admin/guide.html.wml: Added information
about detailed record pages and tabs. Small cleaning.
2007-08-17 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websubmit/lib/file.py: -Removed the "None" return value
from BibDoc __init__ method, which was erroneously tested. The
instance value is never None even if __init__ returns None, it is
still an instance of the class. -Instead __init__ method raises
StandardError when something goes wrong. -Updated other methods
which instanciate BibDoc object in order to catch error when it
cannot be instantiated. -FIXME: no I18N of error messages in this
file.
2007-08-17 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websubmit/lib/websubmit_webinterface.py: -Look for icons
related to files and display them if they exist. The template in
websubmit_temmplates.py was already able to display icons as
images(not link). Icons can also be requested directly through
get_file as gif file. -Catch errors from file.py: docid missing,
physical file does not exist, version...
2007-08-16 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.pyx: Added __revision__, float
__apilevel__ (= 1.0 ;-), __maxelem__.
2007-08-16 Samuele Kaplun <samuele.kaplun@cern.ch>
* config/config.wml, modules/miscutil/lib/config.py.wml,
modules/miscutil/lib/intbitset.h,
modules/miscutil/lib/intbitset.pyx,
modules/miscutil/lib/intbitset_impl.c: Addedd sanity checks with
the possibility to switch them on/off via
CFG_INTBITSET_ENABLE_SANITY_CHECKS, and further optimizations.
2007-08-16 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Version bumped now that intbitset API has become
more or less stable.
2007-08-16 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Made collect_user_info build a
dictionary whose values are all strings and not, strings, integers,
Nones. This should fix bug when using 'guest' field in a FireRole
definition (Thanks to Greg for the bug report!).
2007-08-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/etc/format_templates/Default_HTML_actions.bft:
"Export as BibTeX".
2007-08-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/lib/webcomment_templates.py: Fixed "Not yet
reviewed" typo.
2007-08-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed creation and
modification date arguments in a call to
webstyle_templates.detailed_record_container().
2007-08-16 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Temporary workaround
for issue found with either popen or os.system functions on some
systems.
2007-08-16 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.h,
modules/miscutil/lib/intbitset.pyx,
modules/miscutil/lib/intbitset_impl.c,
modules/miscutil/lib/intbitset_setup.py: Added many tests and many
many exceptions checks.
2007-08-16 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset_impl.c,
modules/miscutil/lib/intbitset_tests.py: Addedd even more tests and
corrected the semantic of clear() method.
2007-08-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset_impl.c: Maybe fixed a bug,
previously introduced (set difference not in place).
2007-08-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.h,
modules/miscutil/lib/intbitset.pyx,
modules/miscutil/lib/intbitset_setup.py: Fixed compatibility with <
Python-2.5?
2007-08-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.h,
modules/miscutil/lib/intbitset.pyx,
modules/miscutil/lib/intbitset_impl.c: Fixed a bad bug about memory
allocation, introduced with yesterday optimization. Added helper
functions for testing.
2007-08-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset_tests.py: New tests, that
succeeded in spotting a bad bug with memory allocation.
2007-08-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/intbitset_tests.py: Fixed test case spelling
and enriched test case description.
2007-08-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset_tests.py: New big commit with
extensive testing of all the possibile cases with boolean operators
between sets.
2007-08-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.pyx: Extract_finite_list is a
helper function that return the list of element necessary to build
from scratch an intbitset, provided the right value to
trailing_bits. An up_to parameter has been added in order to
require at least integers up to this value, when otherwise they
wouldn't be necessary to build a semantical identical intbitset
(needed to properly build the testsuite).
2007-08-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_fulltext.py: Fixed
non-correctly closed tag.
2007-08-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml,
modules/bibformat/doc/hacking/api.html.wml,
modules/bibformat/lib/bibformat_engine.py: Documentation refresh.
Mainly additions about repeatable subfields.
2007-08-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.pyx: Added helper functions
extract_finite_list (see docstring) and is_infinite.
2007-08-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/hacking/api.html.wml,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: Added new search
engine API argument 'dt' (date type) that influences whether the
added-since-until search option dates (d1*, d2*) operate on the
record creation dates (hitherto default behaviour) or on record
modification dates (when 'dt=m').
2007-08-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.h,
modules/miscutil/lib/intbitset_impl.c,
modules/miscutil/lib/intbitset_setup.py: Fixed bug where
intersection in place between empty intbitset and non empty
intbitset with elements over the word size, return a non empty
intbitset.
2007-08-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset_tests.py: 1st commit of deep
iterative testing of intbitset.
2007-08-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/hacking/api.html.wml: Refreshed APIs.
Reorganized to show APIs on top of file instead at the end.
2007-08-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/bibharvest.py: Fixed analysis of harvested
data, that would trigger a warning when verb was not getrecord or
listrecords, or when -o parameter was not given. Redirected
warnings to stderr.
2007-08-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: When outputting XML
formats out of the search engine query, print the total numbers of
results found as an XML comment.
2007-08-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository.py: Fixed
verb=ListIdentifiers and verb=ListRecords, when used with selective
harvesting based on set, when CFG_OAI_ID_FIELD and
CFG_OAI_SET_FIELD are not with the same tag.
2007-08-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.h,
modules/miscutil/lib/intbitset.pyx,
modules/miscutil/lib/intbitset_impl.c: Added nice speed
optimizations for intersection and subtraction between intbitsets.
2007-08-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibreformat.py: Fixed a bug that would
cause preformatted results to be uploaded twice or more when
reformatting more than 10000 records.
2007-08-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Fixed bug in code for
popen replacement (old BibFormat).
2007-08-10 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/functions/Get_Sysno.py: Fixed typo bug due
to recent intbitset migration.
2007-08-10 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/miscutil/lib/intbitset.h,
modules/miscutil/lib/intbitset.pyx,
modules/miscutil/lib/intbitset_impl.c,
modules/miscutil/lib/intbitset_setup.py,
modules/miscutil/lib/intbitset_tests.py,
modules/websearch/lib/search_engine.py: Intbitset: Renamed universe
to trailing_bits, some docstrings cosmetics, some more exceptions
handling.
2007-08-10 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Fixed non-closed files
(used to emulate popen during old BibFormat formatting). Small
code cleaning.
2007-08-10 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py: Fixed typo in code.
2007-08-10 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webcomment/lib/webcomment_regression_tests.py,
modules/webcomment/lib/webcomment_webinterface.py: Fixed a
regression test and a broken redirecion url.
2007-08-10 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.pyx: Added checks for negative
numbers.
2007-08-10 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset_tests.py: Added more test cases.
2007-08-10 Samuele Kaplun <samuele.kaplun@cern.ch>
* config/config.wml, modules/bibindex/doc/admin/guide.html.wml,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/miscutil/lib/config.py.wml: Removed not needed anymore
config parameter CFG_MAX_RECID.
2007-08-10 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset_impl.c: Fixed bug where
intbitset.__nonzero__ reported wrongly non empty sets as empty.
2007-08-09 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.h,
modules/miscutil/lib/intbitset.pyx,
modules/miscutil/lib/intbitset_impl.c: Fixed bad bug!
2007-08-09 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.pyx: Fixed bug.
2007-08-09 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/miscutil/lib/intbitset.h,
modules/miscutil/lib/intbitset.pyx,
modules/miscutil/lib/intbitset_impl.c,
modules/websearch/lib/search_engine.py: New intbitset with universe
support.
2007-08-09 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Fixed small bufg for
authenticating non bibtask.
2007-08-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/bin/bibconvert.in,
modules/bibconvert/lib/bibconvert_bfx_engine.py,
modules/bibconvert/lib/bibconvert_xslt_engine.py: Made use of XSLT
and/or BFX flavours of BibConvert optional, in order not to break
all BibConvert modes if one mode (XSLT or BFX) does not work
because of a missing library.
2007-08-08 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Fixed storing username of user
who run bibupload.
2007-08-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibedit_engine.py: Call bibupload as user
'bibedit'. This is useful order to quickly identify
bibedit-created bibupload tasks in the bibsched queue. Also,
deleted trailing whitespace.
2007-08-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/bibreformat.py,
modules/bibharvest/lib/oaiarchive_engine.py,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibindex/lib/bibindex_engine.py,
modules/bibrank/lib/bibrank.py, modules/bibsched/lib/bibtask.py,
modules/bibsched/lib/bibtaskex.py,
modules/bibupload/lib/bibupload.py,
modules/websearch/lib/websearch_webcoll.py,
modules/websession/lib/sessiongc.py,
modules/webstat/lib/webstatadmin.py: Correctly supporting -V flag
in bibtasks.
2007-08-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.pyx: Reorganization of code.
2007-08-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.pyx: Fix compatibility bug.
2007-08-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.pyx: Added buffer interface. It
still don't work. Need some investigation.
2007-08-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.pyx: Cleaned spacing, docstring
and added nice __str__.
2007-08-07 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Updated language choice for
CFG_BIBINDEX_STEMMER_DEFAULT_LANGUAGE, now that we use Snowball.
2007-08-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.pyx: Fixed bug in fastload method.
2007-08-07 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine_stemmer.py,
modules/bibindex/lib/bibindex_engine_stemmer_tests.py: stem() now
uses full langugage names in the Snowball-like format, e.g.
"english".
2007-08-07 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/intbitset_tests.py: Added tests for in-place
set operations, marshalling, and ascii bit dump.
2007-08-07 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/testsuite.in,
modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/intbitset_tests.py: Added basic test suite for
the intbitset module.
2007-08-06 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/.cvsignore: Added intbitset.c and build.
2007-08-06 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Minor version bumped to v0.93.x to mark the
important HitSet change.
2007-08-06 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/modules.html.wml: Briefly developed
missing points in order to get rid of (most) FIXMEs.
2007-08-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibrank/bin/bibrankgkb.in,
modules/bibrank/lib/Makefile.am, modules/bibrank/lib/bibrankgkb.py:
Cleaned bibrankgkb code and removed last dependency on Numeric.
2007-08-06 Tibor Simko <tibor.simko@cern.ch>
* configure-tests.py: Added check for Pyrex/Cython.
2007-08-06 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Replaced Numeric prerequisite by Pyrex/Cython. Updated
MySQL server version information.
2007-08-06 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/lib/webstat.py,
modules/webstat/lib/webstat_engine.py: Fixed column name of the
staEVENT table (reserved word). Thanks to Yihua Zheng for
reporting the problem.
2007-08-06 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Fixed column
2007-08-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/doc/admin/firerole.html.wml: Added more details
to FireRole syntax.
2007-08-06 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Updated notes about building Invenio out of its source
tree.
2007-08-06 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/Makefile.am: Plugged intbitset into the
general make/make-install/make-clean build scheme.
2007-08-06 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/intbitset_setup.py: Fixed the try clause
syntax problem.
2007-08-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset_setup.py: Support both Cython and
Pyrex.
2007-08-06 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/intbitset_setup.py: Updated description
string.
2007-08-06 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/intbitset.pyx: Replaced "+=" operator to
satisfy older Pyrex versions. Updated docstrings.
2007-08-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine_stemmer.py: Fixed definition
order of the PorterStemmer code branch in case Snowball PyStemmer
is not installed.
2007-08-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oaiarchiveadminlib.py,
modules/bibindex/lib/bibindex_engine.py,
modules/bibindex/lib/bibindexadminlib.py,
modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_record_sorter_tests.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/bibrank/lib/bibrankadminlib.py,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_webcoll.py,
modules/websession/lib/webuser.py,
modules/websubmit/lib/functions/Get_Recid.py,
modules/websubmit/lib/functions/Get_Sysno.py,
modules/websubmit/web/publiline.py: Friday commit: removed
dependency to Numeric. Migrated HitSet & Co. to intbitset, cleaned
(de)serialize_via_marshal function calls. Note: you will have to
install (until nice Makefile are ready) intbitset from miscutil/lib
by running: python intbitset_setup.py build sudo python
intbitset_setup.py install (Note: you need Pyrex installed...)
2007-08-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.h,
modules/miscutil/lib/intbitset.pyx,
modules/miscutil/lib/intbitset_impl.c: Removed wrong comment.
2007-08-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: Moved often used
(de)serialize_via_marshal functions here, since they're needed only
for DB interaction.
2007-08-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* configure-tests.py: Removing dependencie on Numeric.
2007-08-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine_stemmer.py: Cleaned sources
to support Snowball PyStemmer.
2007-08-03 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/intbitset.h,
modules/miscutil/lib/intbitset.pyx,
modules/miscutil/lib/intbitset_impl.c,
modules/miscutil/lib/intbitset_setup.py: New intbitset data
structure for storing integer in a set, using fast bit-level
operations.
2007-08-03 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/bin/.cvsignore: Added webstatadmin.
2007-08-03 Tibor Simko <tibor.simko@cern.ch>
* configure-tests.py: Updated help text to show when libxml2 is not
present, to warn about XML metadata conversions, as suggested by
Greg.
2007-08-03 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/lib/webstat_webinterface.py: Set properly
suitable default graph format argument. Use gnuplot only when
present, otherwise use ASCII art.
2007-08-03 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/lib/Makefile.am: Enable back WebStat parts
written in Common Lisp.
2007-08-02 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py: Fixed run_sql()
argument escaping for queries with runtime-determined table names.
(The queries got corrupted during recent run_sql() cleanup.)
Thanks to Yihua Zheng for reporting the problem.
2007-08-02 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Updated GnuPG keyserver example, thanks to Andrés
Chandía.
2007-08-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/webstat/lib/Makefile.am: Removed whitespace following
trailing backslash.
2007-08-01 Gregory Favre <gregory.favre@cern.ch>
* modules/webaccess/lib/access_control_admin.py: Fixed a bug in
delete_action: when trying to delete a single action, the system
suppressed all actions (mysql note: select * from table where
varchar-column=0 return all rows!)
2007-07-31 Samuele Kaplun <samuele.kaplun@cern.ch>
* config/config.wml: Added CFG_BIBINDEX_REMOVE_LATEX_MARKUP and
cleaned word-separators.
2007-07-31 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/config.py.wml: Added reference for removing
latex markup.
2007-07-31 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Corrected typo , -> ;
2007-07-27 Marcus Johansson <marcus.johansson@cern.ch>
* modules/websession/lib/websession_templates.py: Added admin link
to WebStat module.
2007-07-27 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: When stripping footers,
introduced a check to ensure that the document body boundary is not
overstepped.
2007-07-27 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Commit on behalf of Tony: +
Added function "limit_m_tags" - truncate extremely long values in
miscellaneous tags.
2007-07-27 Marcus Johansson <marcus.johansson@cern.ch>
* modules/bibsched/lib/bibsched.py: Added webstatadmin to allowed
BibSched apps.
2007-07-27 Marcus Johansson <marcus.johansson@cern.ch>
* modules/webaccess/lib/access_control_config.py: Added
runwebstatadmin action.
2007-07-27 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websubmit/lib/functions/Convert_RecXML_to_RecALEPH.py:
Replace os.system by os.popen3 to execute the main command in order
to catch errors even if xmlmarc2textmarc does not exit with failure
code (sys.exit(1)).
2007-07-27 Marcus Johansson <marcus.johansson@cern.ch>
* modules/webstyle/lib/webinterface_layout.py: Added /stats as a
URL path.
2007-07-27 Marcus Johansson <marcus.johansson@cern.ch>
* modules/webstat/lib/webstat.py: Forgot to add this file in the
first round.
2007-07-27 Marcus Johansson <marcus.johansson@cern.ch>
* configure.ac: Added reference for webstatadmin tool.
2007-07-27 Marcus Johansson <marcus.johansson@cern.ch>
* modules/webstat/bin/Makefile.am,
modules/webstat/bin/webstatadmin.in,
modules/webstat/lib/Makefile.am,
modules/webstat/lib/webstat_engine.py,
modules/webstat/lib/webstat_templates.py,
modules/webstat/lib/webstat_webinterface.py,
modules/webstat/lib/webstatadmin.py,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql: First(!) commit of extended
WebStat.
2007-07-26 Marcus Johansson <marcus.johansson@cern.ch>
* modules/bibsched/lib/bibsched.py: Added function to retrieve list
of task ids for a certain task name, and certain status classes.
2007-07-26 Marcus Johansson <marcus.johansson@cern.ch>
* modules/bibsched/lib/bibsched.py: Added function to retrieving,
and unpickling, of arguments for a certain task.
2007-07-26 Marcus Johansson <marcus.johansson@cern.ch>
* modules/bibsched/lib/bibsched.py: Added function to determine
whether or not a task is due for execution.
2007-07-24 Gregory Favre <gregory.favre@cern.ch>
* modules/websubmit/lib/file.py: Fixed an IndexError occuring if a
bibdoc id was given to Bibdoc class' constructor but didn't exist
in the database. Now returns None.
2007-07-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/file.py: Added some warnings.
2007-07-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine_stemmer.py: Added support
for C library SnowBall PyStemmer (http://snowball.tartarus.org)
alongside Pythonic Porter algorithm.
2007-07-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/search_engine.py: Added stripping of latex
accents.
2007-07-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_engine.py: Fixed typo bug.
2007-07-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Added external authentication
support in CLI tools.
2007-07-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/bibformat_config.py,
modules/bibformat/lib/elements/bfe_abstract.py,
modules/bibformat/lib/elements/bfe_title.py: Added support for
MimeTeX (http://www.forkosh.com/mimetex.html) in order to display
images of LaTeX formulas in place of $log(x^3)$.
2007-07-23 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/external_authentication_ldap.py: New LDAP
plugin by Gregory Favre. Tuned for EPFL, but customizable for other
institutions.
2007-07-23 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Check that the
function's log can be created and written in any case inside the
function log_function itself.
2007-07-20 Gregory Favre <gregory.favre@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: FIxed bug introduced
by previous commit: if a function such as Move_To_Done or
Move_to_Pending was called, websubmit engine raised IOError,
because it couldn't find where to save its log. The IOErrors are
now catched.
2007-07-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/css/cds.css,
modules/webstyle/lib/webstyle_templates.py: Fixed small display
bugs.
2007-07-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_comments.py: Initial release.
2007-07-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* CREDITS,
modules/bibformat/etc/format_templates/Default_HTML_actions.bft,
modules/bibformat/etc/format_templates/Default_HTML_detailed.bft,
modules/bibformat/etc/format_templates/Default_HTML_files.bft,
modules/bibformat/etc/format_templates/Default_HTML_references.bft,
modules/bibformat/etc/format_templates/Makefile.am,
modules/bibformat/etc/format_templates/Picture_HTML_detailed.bft,
modules/bibformat/etc/output_formats/HDACT.bfo,
modules/bibformat/etc/output_formats/HDFILE.bfo,
modules/bibformat/etc/output_formats/HDREF.bfo,
modules/bibformat/etc/output_formats/Makefile.am,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_regression_tests.py,
modules/bibformat/lib/elements/Makefile.am,
modules/bibformat/lib/elements/bfe_fulltext.py,
modules/bibformat/lib/elements/bfe_topbanner.py,
modules/miscutil/lib/config.py.wml,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql,
modules/miscutil/sql/tabfill.sql.wml,
modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcomment_webinterface.py,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/admin/websearchadmin.py,
modules/webstyle/css/cds.css,
modules/webstyle/img/arrow_link-icon-15x11-right.gif,
modules/webstyle/img/file-icon-none-96x128.gif,
modules/webstyle/img/file-icon-text-15x20.gif,
modules/webstyle/img/file-icon-text-96x128.gif,
modules/webstyle/img/gradient-lightgray-1x100.gif,
modules/webstyle/img/gradient_tab-gray-1x23.gif,
modules/webstyle/img/gradient_tab_on-gray-1x23.gif,
modules/webstyle/img/paper-texture-128x128.gif,
modules/webstyle/img/paper_clip-72x72.gif,
modules/webstyle/img/rcorners-gray-1280x18.gif,
modules/webstyle/img/rcorners-gray-1280x60-folded.gif,
modules/webstyle/img/star-icon-30x30.gif,
modules/webstyle/img/star_dot-icon-30x30.gif,
modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/lib/file.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py: "Detailed record"
pages reorganisation.
2007-07-16 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Log function calls,
function execution time and warnings raised by functions into
curdir/function_log.
2007-07-16 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websubmit/lib/websubmit_config.py: Replace str by repr in
__str__ mtehod of the classes InvenioWebSubmitFunctionError,
InvenioWebSubmitFunctionStop, InvenioWebSubmitFunctionWarning.
2007-07-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py: Cleaned tabbing and
fixed a typo bug introduced previously.
2007-07-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/password_migration_kit.py: Fixed logic
bug.
2007-07-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_utils.py: Removed irrelevant
space at the end of generated controlfield tag.
2007-07-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/file.py: Fixing incompatibility with python
2.3
2007-07-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/file.py,
modules/websubmit/lib/websubmit_webinterface.py: Added strong
checks for already existent names, cleaned extensions behaviour
added standard md5support, added .type inside docid folders.
2007-07-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/kwalitee.py: Added skip for dbexec.in which
is a bash script and not a python one.
2007-07-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/websubmit_config.py: Added png to the list
of recognized extension. Are there any other extensions missing? Do
we need this list?
2007-07-10 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_firerole.py,
modules/webaccess/lib/webaccessadmin_lib.py: Fixed typo bugs
(thanks to Greg!)
2007-07-10 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Fixed format string
typo
2007-07-06 Diane Berkovits <diane.berkovits@cern.ch>
* modules/bibformat/lib/elements/bfe_topbanner.py: Fix a typing
error introduced in the previous commit.
2007-07-06 Diane Berkovits <diane.berkovits@cern.ch>
* modules/bibformat/lib/elements/bfe_topbanner.py: Add a new
optionnal parameter "kb_name" to the main function format in order
to be able to choose the knowledge base.
2007-07-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml: Updated documentation
about hidden enforce_external_nicknames feature, and about
CFG_ACCESS_CONTROL_LEVEL_ACCOUNTS behaviour with external logins.
2007-07-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Fixed the behaviour when
importing external registered user into CDS Invenio when
CFG_ACCESS_CONTROL_LEVEL_ACCOUNTS is set to 2 or more. This should
means that at least user should not be able to register them selve.
This should not involve importing externally registered user into
our system, because they have already been recognized by an
external entity that we trust. If there's no local authentication
and CFG_ACCESS_CONTROL_LEVEL_ACCOUNTS is set two 2 or more, before
this fixing the user wasn't able to enter CDS Invenio. (Found
thanks to Greg).
2007-07-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Default_HTML_brief.bft:
Changed separator between report numbers to respect previous
BibFormat output.
2007-07-03 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_additional_report_numbers.py,
modules/bibformat/lib/elements/bfe_report_numbers.py: Added default
' ' (empty) separator between report numbers.
2007-07-03 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Default_HTML_brief.bft:
Added ' ' (empty) separators between report numbers. Make use of
bfe_additional_report_numberS.py element instead of the
'additional_report_number' value defined in logical fields tables.
2007-07-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/api_migration_kit.sh,
modules/miscutil/lib/updateapi.data.sed: Added api_migration_kit to
update customized release of CDS Invenio in order to reflect
eventual renaming of functions inside CDS Invenio sources.
2007-07-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am, modules/websession/lib/Makefile.am,
modules/websession/lib/password_migration_kit.py,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabfill.sql.wml,
modules/miscutil/demo/democfgdata.sql.wml: Moved migration of
password into new automatic password_migration_kit.
2007-07-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/external_authentication_cern.py,
modules/webaccess/lib/external_authentication_cern_wrapper.py:
Fixed an exception, and made the plugin a bit more clear in case of
errors.
2007-06-29 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am, modules/miscutil/sql/tabcreate.sql,
modules/miscutil/demo/democfgdata.sql.wml: Changed boolean values
to integer to make happy mysql 4.1.
2007-06-29 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_APP_Mail.py: Small fix after
recent api update.
2007-06-29 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/web/publiline.py: Removed reference to now gone
mail.py.
2007-06-29 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/functions/Mail_Submitter.py: Fixed a
recently introduced typo.
2007-06-29 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am, modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabfill.sql.wml: Added the boolean encrypted
column to the user table, in order to assert when password are
already encrypted. Doubling encrypting password by running two
times the make update-*-tables would have brought a completely
broken system, before this checking was added. Added a
recompilation pass of firerole definitions after the update.
2007-06-29 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/data_cacher.py: Update comments
2007-06-28 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py,
modules/websession/lib/webgroup.py: Cleaned indentations and
various stuff.
2007-06-28 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Commented out db connection
deletion and creation, recently added in the tasks signal handlers.
They're probably more dangeorus than they worth.
2007-06-28 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_firerole_tests.py: Cleaned
to make PyLint happy :-)
2007-06-28 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/doc/hacking/admin-internals.html.wml,
modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/access_control_mailcookie.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/websearch/lib/search_engine.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py, modules/websubmit/lib/file.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/lib/websubmitadmin_engine.py,
modules/websubmit/lib/functions/Send_APP_Mail.py,
modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/web/approve.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/admin/referees.py: Clean access_control_admin
(renaming all CamelCase function to pylint_funtions). This sadly
takes in a lot of different file.
2007-06-28 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py,
modules/webaccess/lib/access_control_firerole_tests.py: Fixed
tests.
2007-06-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webaccount.py,
modules/websession/lib/websession_webinterface.py: Various stuff
for nicely display (re)new(d) apache password requests.
2007-06-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_mailcookie.py: Fixed some
bugs.
2007-06-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Added getApacheUser and
setApacheUser for managing trough sessions the apache user. Added
to collect_user_info this new keys: referer, uri, agent,
apache_user, apache_group. All this field are directly usable in
firerole for restrictions.
2007-06-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession.py: Added getApacheUser &
setApacheUser to the session object, to propagate apache user
through multiple pages without relaying on http headers.
2007-06-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/sessiongc.py: Added bits for garbage
collecting expired mail cookies and themporary roles memberships.
2007-06-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Added entrypoint
for asking apache password and added raising of request for them.
2007-06-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py: Fixed format string.
2007-06-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_engine.py: Added stuff for
creating a string with suggested apache authorization for roles
whose firewall like role definition accept apache auth.
2007-06-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/access_control_firerole.py: Added bits to
suggest if a firewall like role definition would require an apache
group or membership.
2007-06-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_admin.py: Removed broken and
not used acc_cleanupUserRoles and acc_garbage_collector.
2007-06-27 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibreformat.py: Added support to process
private records when the set to reformat is specified using a
search pattern.
2007-06-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/.cvsignore: Masked mailutils.py.
2007-06-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am, configure.ac, config/configbis.wml.in,
modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/lib/Makefile.am, modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/mailutils.py.wml,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql,
modules/miscutil/sql/tabfill.sql.wml,
modules/webalert/lib/alert_engine.py,
modules/webcomment/lib/webcomment.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py,
modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py,
modules/websubmit/lib/functions/Mail_Submitter.py,
modules/websubmit/lib/functions/Makefile.am,
modules/websubmit/lib/functions/Send_APP_Mail.py,
modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py,
modules/websubmit/lib/functions/mail.py,
modules/websubmit/web/publiline.py: New refactored api for sending
email (send_mail in mailutils.py). Includes new adapted code for
resetting password through cookie sent by email.
2007-06-26 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/Makefile.am,
modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/access_control_firerole.py,
modules/webaccess/lib/access_control_mailcookie.py: Added new
facility for creating cookies to be sent via mail for generic
authorization (e.g. temporary role membership).
2007-06-26 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Added 260c
(publication date) to published articles (base 13)
2007-06-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/sql/tabfill.sql.wml: Fixed a small
after-friday-commit-bug.
2007-06-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am, modules/miscutil/sql/tabcreate.sql,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession_config.py,
modules/websession/lib/websession_regression_tests.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py: Send via email a unique url to
properly reset local lost password.
2007-06-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_templates.py: Added the download
graphs printing.
2007-06-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Support for repeatable
subfields.
2007-06-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webalert/lib/htmlparser.py: Removed content of <script>
and <style> tags during the HTML-to-text processing in function
get_as_text(..). Stripped starting/ending spaced from generated
text output. Removed newlines \n from HTML input. Documented
functions.
2007-06-21 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am, modules/bibsched/lib/bibtask.py,
modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/sql/tabcreate.sql,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/webgroup_dblayer.py,
modules/websession/lib/webgroup_regression_tests.py,
modules/websession/lib/websession_regression_tests.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py: Encrypted local passwords and
various fixes.
2007-06-21 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: Fixed small bug.
2007-06-21 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Added workaround for
authenticating with SSO: i.e. not authenticating at all, and just
let the CLI user have all the privileges.
2007-06-21 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibharvest/lib/oaiarchive_engine.py: Converted oaiarchive
to new BibTask code.
2007-06-21 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Fixed a typo in the code.
2007-06-21 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibharvest/lib/oaiharvestlib.py: OaiHarvest converted to
new Bibtask code.
2007-06-21 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibharvest/bin/bibharvest.in: Fixed comment.
2007-06-21 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibharvest/bin/bibharvest.in,
modules/bibharvest/lib/Makefile.am,
modules/bibharvest/lib/bibharvest.py: Moved bibharvest code to lib,
with the usual trick, and cleaned the code.
2007-06-21 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py: Cleaned code of
webaccessadmin_lib.
2007-06-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibrank/bin/bibrank.in, modules/bibrank/lib/Makefile.am,
modules/bibrank/lib/bibrank.py,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_tag_based_indexer_tests.py,
modules/bibrank/lib/bibrank_word_indexer.py: Converted bibrank to
new Bibtask code, and cleaned the code here and there.
2007-06-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Authorize is again public
because it could be used by other tools which are not bibtask (e.g.
webaccessadmin).
2007-06-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: If the CFG_BIBSCHED_LOG_PAGER
is set then we use it's value as the log pager, otherwhise the
value is taken from the environment variable PAGER, otherwise it's
/bin/more
2007-06-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Fixing an circular import bug.
#FIXME Need to decide how to split properly functions.
2007-06-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/sessiongc.py: Cleaned SQL query.
2007-06-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Restored isUserSubmitter,
isUserReferee, isUserAdmin (now they need a user_info dictionary).
2007-06-18 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiarchive_engine.py: Clarified comments
and test on value.
2007-06-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Split one
big test into smaller ones in order to help finding errors in the
page and ease the modification of the tests when the formats are
updated. Added test that check that there is no exception/error on
the page, whatever happens during the formatting.
2007-06-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/lib/testutils.py: Updated
'test_web_page_content(..)' to accept lists as input for parameters
'expected_text', 'expected_link_target' and 'expected_link_label'
in order to test multiple values inside same page.
2007-06-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: When sorting search
results, do not pay attention to accents. Thanks to Ferran Jorba.
2007-06-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_utils.py: Code cleaning.
2007-06-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/bibformat/lib/bibformat_utils.py: Corrected xm output
(controlfields > 001 were displayed as datafields). Removed some
unnecessary checkings.
2007-06-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Updated a
test to reflect changes in bfe_fulltext element.
2007-06-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiarchive_engine.py: Generates normalized
empty indicators for OAI datafields ("_" replaced by " "). Names
of files created in var/tmp now use %Y%m%d_%H%M%S format.
2007-06-14 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: - simplified 773
importation (will be reformated manually from now on) - improved
thesis detection - corrected bug with missing 300$$amult.p for
preprints when there were no comments
2007-06-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websession/lib/webuser.py: Added 'guest', 'submitter',
'referee' and 'admin' keys to the user info dictionary returned by
collect_user_info(). 'submitter', 'referee' and 'admin' values
still need to be correctly determined.
2007-06-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webbasket/lib/webbasket_templates.py: Fixed some not
XHTML-valid output.
2007-06-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibreformat.py: Code cleaned, --help
rewritten and -w, -l options removed.
2007-06-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiarchiveadminlib.py: Alternate row
background-color in admin web interface.
2007-06-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: For removing global DB_CONN
to make Invenio happy with multithreading I mistakenly added a new
global var. Now fixed.
2007-06-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* INSTALL, configure-tests.py, config/config.wml,
modules/miscutil/lib/dbquery.py.wml: Fixed dbquery when running
multi-threaded apache, even without using SQLAlchemy.pool.
2007-06-12 Samuele Kaplun <samuele.kaplun@cern.ch>
* INSTALL, configure-tests.py, config/config.wml,
modules/miscutil/lib/config.py.wml,
modules/miscutil/lib/dbquery.py.wml: Implement pooling of Mysql
connections (when CFG_MISCUTIL_USE_SQLALCHEMY is enabled),
necessary for using CDS Invenio with multi-threaded Apache.
2007-06-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py: Changed POST to post in
HTML form to be more XHTML valid.
2007-06-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/bibharvest_templates.py,
modules/bibharvest/lib/oaiarchiveadminlib.py,
modules/bibharvest/web/admin/bibharvestadmin.py: XHTML valid
output.
2007-06-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiarchive_engine.py,
modules/bibharvest/lib/oaiarchiveadminlib.py,
modules/bibharvest/web/admin/oaiarchiveadmin.py: Added possibility
to choose your operator (instead of default 'AND') when defining
OAI sets.
2007-06-08 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_regression_tests.py,
modules/bibformat/bin/bibreformat.in,
modules/bibindex/lib/bibindex_engine.py,
modules/bibformat/lib/Makefile.am,
modules/bibformat/lib/bibreformat.py: Refactored bibupload,
bibindex and bibreformat tasks to new bibtask cleaned code.
2007-06-08 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py,
modules/bibsched/lib/bibtaskex.py,
modules/websearch/lib/websearch_webcoll.py,
modules/websession/lib/sessiongc.py: Moved refactored bibtask code
to functional code.
2007-06-08 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: Added _db_logout for giving
the possibility (if such a thing works in python) to explicitly
close the connection, when for example a bibtask is stopped or put
to sleep.
2007-06-07 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/Makefile.am,
modules/bibformat/lib/elements/bfe_record_id.py: Added element that
returns record ID.
2007-06-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Ported to new BibTask
class
2007-06-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py,
modules/bibsched/lib/bibtask.py, modules/bibsched/lib/bibtaskex.py:
Many small changes and fixies to new code
2007-06-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_webcoll.py,
modules/websession/lib/sessiongc.py: Various fixes to new code.
2007-06-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/bin/bibreformat.in: Update task progress
message while running BibReformat in BibSched.
2007-06-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/Makefile.am,
modules/bibformat/lib/elements/bfe_language.py: Added element that
returns language of the fulltext/material (field 041__a).
2007-06-06 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Fixed typo.
2007-06-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/bin/oaiarchive.in,
modules/bibharvest/lib/oaiarchive_engine.py: Moved business code
from bin/oaiarchive.in to lib/oaiarchive_engine.py. Variable names
cleaning. Show task progress by calling task_update_progress().
2007-06-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: WebColl converted to
new BibTask class.
2007-06-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/sessiongc.py: Converted SessionGC to
BibTask class
2007-06-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Very small cleaning.
2007-06-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Fixed a bug in dealing with
signals and global variables.
2007-06-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/Makefile.am,
modules/bibsched/lib/bibtaskex.py: Readded updated bibtaskex.
2007-06-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibsched.py: Implemented log viewer, purge
DONE process action and PREFIX/var/run/bibsched_task_%d.pid for
refactored BibTask class.
2007-06-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py: Cleaning code for making pylint
happy, and name refactory.
2007-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_config.py,
modules/bibupload/lib/bibupload_regression_tests.py: Added support
for "strong tags" that can resist metadata replace mode ordered
death. This is useful when parts of metadata come from external
non-metadata sources, e.g. the information about the number of
copies. Added the configuration, the implementation, and a test
case. Also, refactored some whitespace and line length issues here
and there.
2007-06-05 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibrank/bin/bibrank.in,
modules/bibrank/bin/bibrankgkb.in: Removing dependency to sre.
2007-06-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibsched/lib/bibtask.py,
modules/bibsched/lib/bibtaskex.py,
modules/bibsched/lib/Makefile.am: Refactoring bibtask to class
BibTask (to remove current cut & paste)
2007-06-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am, modules/miscutil/sql/tabfill.sql.wml: Added
runsessiongc new action for running sessiongc as a bibtask.
2007-06-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webhelp/web/admin/howto/run.html.wml,
modules/websession/lib/sessiongc.py: Added -f option to sessiongc
to clean the filesystem as was previously explained in the run
howto guide. Updated howto to reflect the new option.
2007-06-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/bin/sessiongc.in,
modules/websession/doc/admin/guide.html.wml,
modules/websession/lib/Makefile.am,
modules/websession/lib/sessiongc.py: Converted sessiongc to
bibsched.
2007-06-04 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Fixed incoherence in
cli parameters parsing.
2007-06-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_firerole.py: Small update to
docstring.
2007-06-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/doc/hacking/firerole_api.html.wml: Some small
corrections.
2007-06-01 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/doc/hacking/Makefile.am,
modules/webaccess/doc/hacking/firerole_api.html.wml,
modules/webaccess/doc/hacking/index.html.wml: New hacking guide for
FireRole.
2007-05-31 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/testutils.py: Added hidden cli flag for
forcing w3c validation.
2007-05-31 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml: Tried to fix for
XHTML.
2007-05-31 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/elements/bfe_fulltext.py: Cleaned code and
fixed some weird states.
2007-05-31 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_firerole.py,
modules/webaccess/lib/access_control_firerole_tests.py,
modules/webaccess/lib/webaccessadmin_lib.py: Separated firerole
compilation from serialization+compression for those use cases in
which firerole definitions are never stored into the database.
2007-05-31 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Added note=1 for hyde
& jekyll.
2007-05-31 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_firerole.py: Added
"allow/deny all" which are synonyms to "allow/deny any".
2007-05-31 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py: Better printing
firerole rules.
2007-05-31 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiarchive_engine.py: Fixed problem with
retrieval of collections in setspec. Implemented new 'clean' mode
in order to clean a set from records that are should be removed
from a set (mode is not enabled yet).
2007-05-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/testutils.py,
modules/miscutil/lib/w3c_validator.py: New tool for validating html
strings against W3C validators (for CDS at CERN there's one on
pcuds12). Plugged validation on test_web_page_content.
2007-05-30 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Added 595$$a giva a
faire whenever there is a collaboration (710$$g)
2007-05-29 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Changes: - updated
LKR match with new keywords, matching only in comments fields now -
updated THESIS match with new keywords, matching only in comments
fields now - re-added 595a LANL EDS - base 10 does not exist any
longer (now we have 11, 13, 14)
2007-05-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* config/cdspage.wml, config/cdswmllib.wml, config/config.wml,
modules/bibformat/etc/format_templates/Default_HTML_brief.bft,
modules/bibformat/etc/format_templates/Default_HTML_detailed.bft,
modules/bibformat/etc/format_templates/Picture_HTML_detailed.bft,
modules/bibformat/lib/bibformat_regression_tests.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibformat/lib/elements/bfe_cited_by.py,
modules/bibformat/lib/elements/bfe_keywords.py,
modules/bibformat/lib/elements/bfe_photo_resources.py,
modules/bibformat/lib/elements/bfe_references.py,
modules/bibformat/lib/elements/bfe_topbanner.py,
modules/bibformat/web/admin/bibformatadmin.py,
modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/lib/htmlutils.py,
modules/webalert/lib/webalert_templates.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webhelp/web/index.html.wml,
modules/webmessage/lib/webmessage_templates.py,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_external_collections.py,
modules/websearch/lib/websearch_external_collections_templates.py,
modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webcoll.py,
modules/websession/lib/websession_templates.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/lib/websubmit_templates.py: Moved from HTML to
XHTML syntax.
2007-05-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/css/cds.css: Removed 'width' attribute of
'pagebodystripemiddle' class that would cause problem with IE
rendering when page would be displayed as XHTML.
2007-05-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibclassify/lib/bibclassifylib.py,
modules/bibedit/lib/refextract_config.py,
modules/bibedit/lib/xmlmarc2textmarclib.py,
modules/bibformat/web/admin/bibformat_migration_kit_assistant.py,
modules/bibformat/web/admin/bibformatadmin.py,
modules/bibindex/lib/bibindex_engine_config.py,
modules/bibindex/web/admin/bibindexadmin.py,
modules/bibrank/web/admin/bibrankadmin.py,
modules/elmsubmit/lib/elmsubmit.py,
modules/elmsubmit/lib/elmsubmit_config.py,
modules/miscutil/lib/errorlib.py,
modules/webalert/lib/webalert_templates.py,
modules/webalert/lib/webalert_webinterface.py,
modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/web/admin/webcommentadmin.py,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_external_collections_getter_tests.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/admin/websearchadmin.py,
modules/websession/lib/websession_webinterface.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/web/approve.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/admin/referees.py: Used cdsname(intl)
everywhere in place of "CDS( Invenio)"
2007-05-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webaccount.py,
modules/websession/lib/websession_templates.py: Restyled and
cleaned the "Send lost password" form.
2007-05-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/external_authentication_cern.py: Stripped
@cern.ch from CERN mailing lists in order to be forward compatible
with the upcoming SSO login method.
2007-05-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_config.py: Renamed SSO to
CERN SSO login method.
2007-05-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_abstract.py: Fixed bad
variable name.
2007-05-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_abstract.py: Added 'max_chars'
parameter in order to print only the first given number of
characters of the abstract.
2007-05-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/functions/Is_Referee.py: Fixed bug with
wrong variable passed.
2007-05-25 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_admin.py: Added default
value for role definition to acc_addRole, thanks to Jerome.
2007-05-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/external_authentication_cern.py,
modules/webaccess/lib/external_authentication_sso.py: Masked a lot
of useless (with respect to CDS) Cern groups (introducing regexp).
(See
https://cern.ch/winservices/Services/GroupManager/GroupManager.aspx)
2007-05-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_templates.py: Added link to
change/reset password dialog for CERN SSO thanks to E. Ormancey.
2007-05-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_templates.py: Added a link to
reset an external CERN password. FIXME: following the link the
password is automatically reset (seems a security leak at CERN
authentication system).
2007-05-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webaccount.py: Fixed displaying of edit
password form even when using external authentication.
2007-05-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_templates.py: Added the
possibility to retrieve external CERN account lost password, and to
create CERN lightweight external account (both when CFG_CERN_SITE
is enabled).
2007-05-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_config.py: Switched default
to CERN authentication (when CFG_CERN_SITE is enabled) in order to
speed up migration to CERN accounts.
2007-05-23 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibupload/lib/bibupload.py: Change in Fulltext file
transfer (FFT): the files are copied instead of moved
2007-05-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Addedd
regression test for checking the presence of the "Edit This Record"
link.
2007-05-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* configure-tests.py, modules/bibclassify/lib/bibclassifylib.py,
modules/bibedit/lib/refextract.py,
modules/bibharvest/lib/bibharvest_templates.py,
modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oaiarchiveadminlib.py,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibindex/lib/bibindex_engine.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/bibrank/lib/bibrankadminlib.py,
modules/bibsched/lib/bibsched.py,
modules/bibsched/lib/bibtaskex.py,
modules/miscutil/lib/dateutils.py,
modules/miscutil/lib/kwalitee.py, modules/miscutil/lib/urlutils.py,
modules/webalert/lib/alert_engine.py,
modules/webalert/lib/htmlparser.py,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webcoll.py,
modules/websession/lib/webuser.py: Moved from the obsolete sre
module to re.
2007-05-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am, modules/webaccess/bin/webaccessadmin.in,
modules/webaccess/lib/webaccessadmin_lib.py: Restyled sources and
interface webaccessadmin cli.
2007-05-22 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/elements/bfe_edit_record.py: Fixed a
newline syntax error.
2007-05-21 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/external_authentication_cern_tests.py:
Fixed tests.
2007-05-21 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Changed the Demo
Theses viewer group policy to VO in order to accept new users for
testing purposes.
2007-05-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Fixed an uninitialized
variable in case of exception.
2007-05-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* po/Makefile.in.in: Makefile.in.in to old functional state (went
by mistake with previous commit).
2007-05-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/bin/webaccessadmin.in,
modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/doc/hacking/admin-internals.html.wml,
modules/webaccess/doc/hacking/api.html.wml,
modules/webaccess/doc/hacking/table-structure.html.wml,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/access_control_firerole.py,
modules/webaccess/lib/access_control_firerole_tests.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearch_webcoll.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websession/lib/webaccount.py, po/Makefile.in.in: Various
cleanliness for coherence in docstrings, help guide, tests, and
small fixies here and there.
2007-05-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: Cleaned run_sql_cached and
added log facility similar to run_sql.
2007-05-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_engine.py: Moved
acc_authorize_action from run_sql to run_sql_cached and variuous
cleanup.
2007-05-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_admin.py: Cleaned docstrings
and merged acc_findUserRoleActions with
acc_findUserRoleActions_user_info
2007-05-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/elements/bfe_edit_record.py: Fixed a (typo)
bug.
2007-05-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/data_cacher.py: Added derivate SQL cache.
2007-05-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_templates.py: Cleaned messages.
2007-05-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webaccount.py: Beautified authentication
error message based on referer
2007-05-18 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Cleaned and enhanced
collect_user_info. Not it accept uid in place of req, too.
2007-05-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: When calculating total
number of results across all searched collections, do not simply
add the numbers per collection but pay attention in order not to
count certain hits multiple times, which could occur if a hit
belonged to more than one collection. Also, removed trailing
whitespace.
2007-05-16 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Added demo users Dr.
Jekyll and Mr. Hyde, with the rights to see the Theses collection
granted only to Dr. Jekyll. These are no more Apache users because
of the new access control system.
2007-05-16 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: - improved 710g
Collaboration detection - imporved removal of Collaboration in
author's names - stopped 773p importation from comments field
(unreliable)
2007-05-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Call stemmer on
user-input query terms before doing word searches.
2007-05-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/bin/bibharvest.in: Improved resumptionToken
matching to take into account newlines. Thanks to Kam-ming Ku for
reporting the problem.
2007-05-16 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Updated help message for
CFG_BIBINDEX_STEMMER_DEFAULT_LANGUAGE.
2007-05-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am, config/config.wml,
modules/bibedit/web/admin/bibeditadmin.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibformat/lib/elements/bfe_edit_record.py,
modules/bibformat/web/admin/bibformat_migration_kit_assistant.py,
modules/bibformat/web/admin/bibformatadmin.py,
modules/bibharvest/lib/oaiarchiveadminlib.py,
modules/bibharvest/web/admin/bibharvestadmin.py,
modules/bibharvest/web/admin/oaiarchiveadmin.py,
modules/bibindex/web/admin/bibindexadmin.py,
modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_citation_searcher.py,
modules/bibrank/lib/bibrank_record_sorter_tests.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrankadminlib.py,
modules/bibrank/web/admin/bibrankadmin.py,
modules/bibupload/lib/bibupload.py,
modules/miscutil/bin/testsuite.in,
modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/config.py.wml,
modules/miscutil/lib/data_cacher.py,
modules/miscutil/lib/dbquery.py.wml,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabfill.sql.wml,
modules/webaccess/bin/Makefile.am,
modules/webaccess/bin/webaccessadmin.in,
modules/webaccess/doc/admin/Makefile.am,
modules/webaccess/doc/admin/firerole.html.wml,
modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/doc/hacking/admin-internals.html.wml,
modules/webaccess/doc/hacking/api.html.wml,
modules/webaccess/doc/hacking/table-structure.html.wml,
modules/webaccess/lib/Makefile.am,
modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/access_control_firerole.py,
modules/webaccess/lib/access_control_firerole_tests.py,
modules/webaccess/lib/external_authentication_cern_tests.py,
modules/webaccess/lib/external_authentication_sso.py,
modules/webaccess/lib/firewall.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webaccess/web/admin/webaccessadmin.py,
modules/webcomment/web/admin/webcommentadmin.py,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearch_webcoll.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websearch/web/admin/websearchadmin.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/webgroup_dblayer.py,
modules/websession/lib/websession.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/lib/websubmitadmin_engine.py,
modules/websubmit/lib/functions/Is_Original_Submitter.py,
modules/websubmit/lib/functions/Is_Referee.py,
modules/websubmit/web/approve.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/admin/referees.py,
modules/websubmit/web/admin/websubmitadmin.py: Many changes,
including: * Implementation of a firewall like role definition
language for enhancing accROLE (firerole) * Implementation of
collect_user_info for collecting every info around a user * Initial
deployment to every web interface of Invenio of the enhanced
access_control_engine (based on firerole) * new code cached caching
generic SQL query (including garbage collector) -> new variable in
config.py CFG_MAX_CACHED_QUERIES (maybe to be moved elsewhere?) *
addedd 2 new fields in accROLE table for hosting textual and
compiled firerole definition * various random cleaning of comments
and spaces *** dropping of apache password support in favour of
generic firerole(regression tests updated to new system) *
restricted collection migrated to acc_authentication (new action
'accrestrcoll' with argument 'collection') * bibformat/websubmit
migrated with some tricks to firerole * documentation for firerole
* cleaned conflicts between marshal/cPickle everywhere * new
abstract object for generic queries (for now used only by the new
resticted_collection system, code is ready but not used for the
other Invenio caches) * dropped check for producing the links for
administration in the upper-right corner, needed to resolv circular
import and avoid bad tricks * enhanced webaccessadmin cli to use
regular authorization system, and to compile all the firerole
definitions if needed * enhanced webaccess role interface to modify
role (and to set/update firerole definitions) * cleaned
access_control_config to be ready for CERN (with/without SSO) *
some fix for SSO plugin (now it import nickname for new user, too)
2007-05-15 Tibor Simko <tibor.simko@cern.ch>
* configure-tests.py: Dropped the test for the presence of
PyStemmer. Also, removed trailing whitespace.
2007-05-15 Tibor Simko <tibor.simko@cern.ch>
* CREDITS: Added credits to the Martin Porter stemming algorithm
and its Vivake Gupta Python implementation.
2007-05-15 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Removed dependency on PyStemmer.
2007-05-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/doc/admin/guide.html.wml: Adapted to the new
stemmer.
2007-05-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_word_indexer.py: Adapted to the new
Porter stemmer. Also, deleted trailing spaces.
2007-05-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine_stemmer_tests.py: Adapted
and enriched test cases for the English stemmer.
2007-05-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine_stemmer.py: Use
PorterStemmer Pythonic implementation of the Martin Porter Stemming
Algorithm, releasing dependency on the obsoleted PyStemmer module,
fixing task #3712. Pros: simple, no problems on 64-bit OS. Cons:
English stemming only, performance to be tested.
2007-05-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Reverting last
addition for the upcoming firerole, because of installation
breakage.
2007-05-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Clarified emergency
output messages in case unrepairable errors were found during index
reparing. Also, deleted trailing whitespace.
2007-05-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* po/it.po: Some fixes...
2007-05-11 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Small Italian
translation correction (English plural for words that are not
translated become singular: e.g. preprints (en) -> preprint (it))
(plus some inserts for the upcoming firerole system)
2007-05-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibconvert/lib/bibconvert.py: Fixed a bug in the "IFDEFP"
function: It was not possible to confirm a line against another
value being empty. E.g. this was not possible, but now works:
::IFDEFP(YEL_COLLABTN,,0)---
2007-05-10 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Improved categories
filtering
2007-05-09 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Suppression of empty
fields and subfields generation (260 and 773).
2007-05-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine_tests.py,
modules/bibformat/lib/bibformatadminlib.py: Improved dependencies
checker tool to retrieve fields used in templates when bfe_field
element is used (looking for value in "tag" parameter). Corrected
retrieval by dependencies checker tool of fields usage inside
format elements (Was partially broken after the introduction of
'escape' parameter inside bfo.field() and bfo.fields() functions).
Added test to avoid above problem in the future.
2007-05-08 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Fixed a typo: libre ->
libero
2007-05-08 Samuele Kaplun <samuele.kaplun@cern.ch>
* po/it.po: account: from "conto" to "account"
2007-05-08 Samuele Kaplun <samuele.kaplun@cern.ch>
* po/it.po: Fixed a meta-typo in the header of it.po
2007-05-08 Samuele Kaplun <samuele.kaplun@cern.ch>
* po/it.po: Cleaned po file against current CVS pot and provided a
standard header.
2007-05-08 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Modified 65017$$2
and 65027$$2 to arXiv (since these are not CERN's keywords)
2007-05-08 Samuele Kaplun <samuele.kaplun@cern.ch>
* po/it.po: Italian translation
2007-05-08 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Motified imported
subjects. Changed field of second and nexts subject importation
from 65017$$a to 65027$$b
2007-05-07 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webalert/lib/webalert.py: Fixed a typo.
2007-05-07 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Added publiction
references detection (for 773$$p) in <comments> field
2007-05-07 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Report_Number_Generation.py:
Added new behaviour: If the directory in which the counter-file is
to be created does not exist, it will be created; Some cleaning of
a few code conventions.
2007-05-07 Marcus Johansson <marcus.johansson@cern.ch>
* po/sv.po: Completed Swedish translation.
2007-05-07 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/lib/bibconvert_xslt_engine.py: Corrected
detection of installed xsl parser.
2007-05-07 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_templates.py: Made sure that
external link icon in external search box is not pushed on new line
when the box is too small.
2007-05-04 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibconvert/doc/admin/guide.html.wml: Added documentation
for the JOINMULTILINES function, and for the ^ notation.
2007-05-04 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibconvert/lib/bibconvert.py: Added a new bibconver
formatting function "JOINMULTILINES". It is used to join a
multiline string into a single line. The function interface is:
JOINMULTILINES(prefix,suffix) For each segment resulting from the
split on newline, "prefix" will be appended to the front and
"suffix" will be appended to the end. Example of calling: For
the field XX with the value: Test Case, A And the function
call: <:XX^::XX::JOINMULTILINES(<subfield
code="a">,</subfield>):> The results would be: <subfield
code="a">Test</subfield><subfield code="a">Case, A</subfield>
Also added a new notation "^" to source fields, e.g.:
<:XX^::XX:> It is similar to the notation "*" which is used to
signify repeating source fields. However, "^" is used to tell
bibconvert to preserve the newlines in the source field so that
they can be processed by functions such as "JOINMULTILINES", above.
2007-05-03 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Added "Comments: " a
the beginning of 500__a fields
2007-05-03 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert.py: Pass current language to
create_personal_baskets_selection_box(). Thanks to Benedikt
Koeppel for reporting the problem. Also, removed trailing
whitespaces.
2007-05-03 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py: Handling of
InvalidURL exception.
2007-05-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/xmlmarc2textmarclib.py: Fixed bug caused by
previous commit.
2007-05-02 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Updated LocationMatch examples to handle "//" style of
URLs too, not falling back to Apache display rules that could have
lead to the directory listing exposure in case the Indexes option
was up. Thanks to Ferran Jorba for reporting the problem.
2007-05-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/xmlmarc2textmarclib.py: Removed newlines from
subfield values - they caused problems for ALEPH.
2007-05-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/lib/testutils_regression_tests.py: Fixed a
regression-test which looked for 'localhost' instead of weburl
2007-05-02 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Suppressed
linebreaks in 962 (LKR) fields (Aleph Seq format can't handle them)
2007-05-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_engine.py: Moved an import
into the body of function in order to avoid circular importing.
2007-05-02 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_config.py: Added FLAG for
setting the default behaviour of role membership definition when
parsing the definition comes to an end whithou having decided if a
user belong to the role or not (e.g. allow any/deny any).
2007-04-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Added the core function to let
the upcoming firewall work: extract_user_info, which collect every
possible info pertaining the current user.
2007-04-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/lib/webinterface_handler.py: New function for
just discovering apache user and apache password if set
2007-04-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_engine.py: Added new
acc_authorize_action_req for exploiting the new upcoming roles
definitions in place of uid.
2007-04-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/Makefile.am: Added reference for
firewall.py
2007-04-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/firewall.py: Added new experimental code
for defining RBAC roles as firewall rules to match against whatever
user info we have (groups, email, ip, departments...)
2007-04-30 Tibor Simko <tibor.simko@cern.ch>
* CREDITS: Added Mike Marino.
2007-04-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: At CERN, remove
records with DUMMY collection identifier when generating list of
records belonging to a collection.
2007-04-30 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Corrected bugs in handling of
URLs. URLs are now processed BEFORE the punctuation in the line is
treated because the colon (:) was lost which made it difficult to
correctly match URLs with a port number after the machine address.
2007-04-30 Tibor Simko <tibor.simko@cern.ch>
* po/ja.po, CREDITS: Japanese translation updates, thanks to Toru
Tsuboyama.
2007-04-30 Tibor Simko <tibor.simko@cern.ch>
* po/de.po, CREDITS: German translation updates, thanks to Benedikt
Koeppel.
2007-04-30 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml: Updated the guide to
reflect last changes needed to support SSO. (basically, adding
req=None as the last parameter of every method of an authentication
plugin).
2007-04-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/external_authentication.py,
modules/webaccess/lib/external_authentication_cern.py,
modules/webaccess/lib/external_authentication_sso.py,
modules/webaccess/lib/Makefile.am,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py: New SSO plugin for exploiting
the central CERN authentication system (http://cern.ch/login), and
any SSO based on Shibboleth.
2007-04-27 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_templates.py,
modules/webstyle/css/cds.css,
modules/webstyle/img/external-icon-light-8x8.gif: Modified external
search box to (1) link to external website using "external" icon
and (2) make checkboxes labels as real labels instead of links to
external websites.
2007-04-27 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_templates.py: Changed the
method by which the form allowing a user to edit a WebSubmit
function 'parameter file' is submitted, from 'get' to 'post', after
errors due to over-sized URLs were encountered.
2007-04-26 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Modification of the regexp
patterns used to identify the numeration that accompanies a Journal
title citation in order to fix a bug that could occur under certain
conditions: + Under certain conditions, certain prerint
report-numbers were found to have been corrupted. As an example,
consider the following line: H.Aoyama, N.Nakayama, M.Sato,
T.Tanaka 2001 hep-th/0107048, 0108124.
It was found that refextract transformed it into:
H.Aoyama, N.Nakayama, M.Sato, T.Tanaka 2001 hep-th/ : 0107048
(1081) 0 24.
This was due to a problem in the regexp patterns - the
constraints on the
recognition of the "volume" were not strict enough. In this
revision,
these search constraints have been tightened (around the volume
recognition) so that volumes will not be matched against "/", or
even
against other digits in order to prevent the corrumption of such
data.
2007-04-26 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Removed Google Books,
Google Scholar and Google Web as searchable external collections
due to the Google's red light on the subject.
2007-04-26 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Change OAI ID MARC
filed from 0248d to 035 9,a
2007-04-26 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload_config.py: Changed
CFG_BIBUPLOAD_EXTERNAL_OAIID_TAG to 035__a that is an independent
field from CFG_OAI_ID_FIELD. Helps in not intervening with
oaiarchive-generated OAI IDs.
2007-04-25 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Fixed a misspelling
2007-04-25 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Added 65017$$2
szGeCERN subfield
2007-04-25 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Improved 65017ab
precision by using <arXiv:categories> instead od <OAI-PMH:setSpec>
2007-04-25 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Altered the pattern used to
recognise "IBID" instances that do not actually contain the word
"IBID". Added support for matching on the term " and " directly
before a citation's recognised/tagged "numeration".
2007-04-25 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Removed the import of the now
unused 'CFG_REFEXTRACT_MARKER_CLOSING_URL' config variable.
2007-04-25 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract_config.py: Removed the now unused
'CFG_REFEXTRACT_MARKER_CLOSING_URL' config variable.
2007-04-25 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Fixed a bug in the handling of
URLs. Previously, URLs could be corrupted during the "journal
title" recognition phase. Now, URLs are actually removed from the
line before the title and report-number recognition phases, which
guarantees that their components will never be matched against the
KB seek terms.
2007-04-24 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Corrected 2 bugs in the
function "move_tagged_series_into_tagged_title": * Previously, the
series could be lost under certain conditions. Now it will
always be added into the title. * Previously, the series was
added into the title, separated by "., ". E.g. "Phys. Rev., B".
Now, the comma has been dropped, meaning that the example above
will be output as "Phys. Rev. B".
2007-04-24 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: In certain papers, " bf "
appears just before the volume of a cited item. It is believed that
this is a mistyped TeX command for making the volume "bold" in the
paper. The line may look something like this after numeration has
been recognised: M. Bauer, B. Stech, M. Wirbel, Z. Phys. bf C :
<cds.VOL>34</cds.VOL> <cds.YR>(1987)</cds.YR> <cds.PG>103</cds.PG>
The " bf " stops the title from being correctly linked with its
series and/or numeration and thus breaks the citation. Added a
pattern to recognise this situation and to strip out the " bf "
after the numeration-recognition pass, so that citations are not
missed because of this sitatuation.
2007-04-24 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Corrected 695
processing. Added 65017 multiple subjects (first in $$a, others in
$$b.
2007-04-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Updated
regression tests in order to reflect new fulltext links.
2007-04-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py: Forwarding "verbose"
parameter to BibFormat in order to be able to print debug info when
displaying formatted records in the web interface.
2007-04-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_dblayer.py,
modules/bibformat/lib/bibformat_engine.py: Improved verbosity.
2007-04-24 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/etc/format_templates/Default_HTML_detailed.bft:
Fixed indentation and wrong bfe from my previous commit
2007-04-23 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Removed tagging of series
information as it conflicted with the KB in certain cases when
searching for titles; Added checking to account for trailing hyphen
in certain titles; Moved the addition of GOOD->Good titles to take
place AFTER all other titles had been read in from the KB. This
way, the explicit BAD terms in the KB alway have priority over bad
terms generated from Good terms.
2007-04-23 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Added multiple 695a
support
2007-04-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Changed report
number (tag 037) to respect arXiv report naming schema
(arXiv:dddd.nnnn). Deleted trailing whitespace and untabified.
2007-04-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/oaiharvestlib.py: Added statistics on the
number of records in harvested, converted, and filtered files.
Removed trailing whitespace.
2007-04-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/bin/bibharvest.in: Safer OAI resumption token
matching. Trailing spaces removed. Warning printed if resumption
token continuation did not return apparently any records.
2007-04-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiharvestlib.py: Fixed sql query. Bug
reported by Kam-ming Ku.
2007-04-23 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Added multiple set
(setSpec) support for record filtering.
2007-04-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/file.py: Adding a bit of documentation...
2007-04-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am: Added the column 'rules' to bibrec in order to store
serialized rules for the upcoming recid/docid firewall.
2007-04-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/bibformat/etc/format_templates/Default_HTML_detailed.bft,
modules/bibformat/lib/elements/bfe_fulltext.py: Beautified the
appearence of fulltext links and links in general, exploting MARC
and bibrec/bibdoc
2007-04-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webgroup_dblayer.py: Added get_groups
function useful for retrieving all the groups of a uid.
2007-04-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: When creating the knowledge
base of Journal titles: * Enforced sorting of search terms by
string length longest->shortest. * Now adding all
"replace-terms" (i.e. good forms of Journal titles) as
"search-terms". This removes the need to enter all "good" Journal
titles into the KB as seek phrases. (i.e. no need for
"GOOD---Good").
2007-04-20 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Adaptet to new arXiv
format, 037 and 8564 are created from the oaiid field
2007-04-19 Tibor Simko <tibor.simko@cern.ch>
* po/zh_CN.po, po/zh_TW.po: Completed Chinese translation, thanks
toKam-ming Ku.
2007-04-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/alert_engine.py: Do not attempt to send
alert messages to improperly deleted users or to guest accounts and
the like.
2007-04-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Fixed mail icon
placement in the alert teaser box so that it would not alter
existing PO message.
2007-04-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/cdsware.el: Added hint on
show-trailing-whitespace.
2007-04-16 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_templates.py,
modules/webstyle/img/mail-icon-12x8.gif: Added mail icon to alert
teaser box.
2007-04-16 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added bibdoc.status update statements for normal
files (''->0). Thanks to Mike Marino.
2007-04-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibconvert/doc/admin/guide.html.wml: Updated the
"Definition of formatting functions" section to include a
description of the new "IFDEFP" function and a link to the
description of the "DEFP" function.
2007-04-12 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/it.po,
po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po,
po/sv.po, po/uk.po, po/zh_CN.po, po/zh_TW.po: Internal release of
CDS Invenio v0.92.1.20070412.
2007-04-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearchadminlib.py: Reformulated "Attach
collection to tree" box phrasing, with Nick.
2007-04-12 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS, CREDITS, config/cdswmllib.wml, config/config.wml,
modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/lib/config.py.wml,
modules/miscutil/sql/tabfill.sql.wml,
modules/webhelp/web/Makefile.am,
modules/webhelp/web/index.html.wml,
modules/webhelp/web/admin/Makefile.am,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/guide.html.wml,
modules/websearch/doc/index.html.wml,
modules/websearch/lib/websearch_templates.py,
modules/websubmit/doc/Makefile.am, po/LINGUAS, po/zh_CN.po,
po/zh_TW.po: Added general support infrastructure for the Chinese
translations (zh_CN, zh_TW). Translation of dynamic elements (e.g.
collection and field names) contributed by Kam-ming Ku. The PO
files to be translated later.
2007-04-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibconvert/lib/bibconvert.py: Added a new bibconver
formatting function "IFDEFP". It is like a mixture of DEFP (which
signals that a line should always be printed) and CONF (which
prints a line based upon whether a condition met by the contents of
another field variable is met). So, this function IFDEFP is used
on constant lines to say that they should be printed based upon the
contents of another field. E.g. given the following line:
690C::REP(EOL,)::IFDEFP(comboYEL,BOOK,1)---<datafield tag="690"
ind1="C" ind2=" "><subfield code="a">BOOK</subfield></datafield>
We want to print the line if the "comboYEL" field contains "BOOK",
otherwise we don't want to print it. This is achieved by using
"IFDEFP". If the line had contained variables, "CONF" would have
been used instead. The arguments to IFDEFP are the same as with
CONF. The first parameter is the name of the field on which the
decision is to be made. The second parameter is the value that is
to be tested against. The third parameter takes a value of "1" or
"0": 1 = print the line if the field contains the value; 0 = print
the line if the field does NOT contain the value.
2007-04-12 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Bump version number to v0.92.1.20070412.
2007-04-12 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Updated target update-v0.92.1-tables reflecting the
language code field length change.
2007-04-12 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Lengthened language column in
several tables in order to accomodate language codes composed of
more than two characters such as zh_CN.
2007-04-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Put spaces around
grandsons in the Narrow by collection box.
2007-04-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: In the Narrow by
collection box, print collection grandson in smaller size.
2007-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: tmpl_nbrecs_info()
now returns nicely formatted zero for incorrect input number
instead of an empty string. Thanks to Ferran Jorba.
2007-04-11 Tibor Simko <tibor.simko@cern.ch>
* CREDITS, po/ca.po, po/es.po: Updated Ferran's email address.
2007-04-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml,
modules/bibformat/doc/admin/guide_output_format_edit_rule.png,
modules/bibformat/doc/admin/guide_output_format_hb_migrate.png,
modules/bibformat/doc/admin/guide_output_format_hd_rules.png:
Updated marc notation.
2007-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Added copyright
notice removed by previous commit.
2007-04-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_additional_report_numbers.py:
Added 'limit' parameter to element.
2007-04-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_report_numbers.py: Added
'limit' and 'extension' parameters in order to limit number of
printed report numbers.
2007-04-04 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: Updated content-type
to application/rss+xml for rss output. Added rss feed icon to rss
teaser box.
2007-04-04 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/img/feed-icon-12x12.gif: Added rss feed icon.
2007-04-03 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Changed position of
field 8564 in output.
2007-04-03 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/bibformatadmin.py: Delete caches
before each preview of a template in the format template editor.
2007-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/oaiharvestlib.py: Fixed exit status code
for call_bibupload().
2007-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Do not allow
POST method for /search URLs.
2007-04-02 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py: Removed 'detailed
record'/'similar records' links for hp_p output format.
2007-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/doc/admin/guide.html.wml,
modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibharvest/web/admin/bibharvestadmin.py: Added support for
h-c-f-u mode (harvest, convert, filter, upload), both to the oai
harvester and to its admin interface. Added a basic error tracking
so that bibsched knows when there were some errors during
oaiharvest task. Refactored some dangerous SQL statement that
relied on the order of fields in the table, but much more
refactoring is needed.
2007-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/bibharvest_templates.py: Removed
deprecated stuff.
2007-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql, Makefile.am: Added
oaiHARVEST.bibfilterprogram.
2007-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Revised wording of
the alert/rss teaser box, with Nick.
2007-04-02 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added update-v0.92.1-tables target.
2007-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Fixed default
oaiHARVEST.postprocess mode value (harvest only).
2007-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Lengthen
oaiHARVEST.postprocess column.
2007-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: After a query is executed
and gets logged, print an alert/RSS teaser box in the HTML output
stream.
2007-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Added teaser box
for setting up an email notification alert or an RSS feed for a
query.
2007-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert_templates.py: Display warning message
to guest users when they try to set up new alert, recommending to
login or register.
2007-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert_templates.py: Delete extraneous
colon after the "Alert identification name:" heading.
2007-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Show only the
login link in the user info box for guests users, making this
functionality clearer and the page header lighter. Also, rephrased
new password setting message.
2007-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload_regression_tests.py: Added
regression tests for external OAI ID tag matching facility.
2007-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Added support for external
OAI ID tag matching.
2007-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload_config.py: Added
CFG_BIBUPLOAD_EXTERNAL_OAIID_TAG, useful when records harvested by
OAI are not reexported by Invenio OAI gateway, so that we end up
having two OAI ID fields we should match in order to avoid doubles.
2007-03-30 Jan Brice Krause <jan.brice.krause@cern.ch>
* modules/bibconvert/etc/Makefile.am,
modules/bibconvert/etc/oaiarxiv2marcxml.xsl: Added first version of
OAI arXiv XSL.
2007-03-30 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload_regression_tests.py: Added
regression tests for the FFT mode. To be improved later.
2007-03-30 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: First provisional
implementation of the fulltext file transfer mode by Jan.
2007-03-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Escape free parameters in
messages of the branch "no exact match found for X, using Y
instead".
2007-03-30 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/bin/oaiarchive.in,
modules/bibharvest/doc/admin/guide.html.wml,
modules/bibharvest/lib/oaiarchive_engine.py: Removed documentation
about non-existing option from oaiarchive help and guide.
2007-03-29 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: + Fixed a bug when looking for
the end of the references section. Previously, there was a regexp
searching for a certain pattern of digits (something that occurs
sometimes when the figures/tables are converted to text).
Unfotunately, in certain cases, the regexp search was horribly long
- infinite, maybe! It was fixed by removing the regexp pattern and
using some methods of the string object, such as replace, is_digit,
etc. Additionally, this also seems to have improved the recognition
of the end of a reference section. + To identify different pages
of a PDF document, refextract was looking for a page-break
character (\\f) on its own line because pdftotext always put this
character in a line of its own. However, in a new version of this
tool (3.01 onwards?), this character is not necessarily in its own
line. This caused some problems when searching for headers/footers,
etc. Therefore, when text from pdftotext is read-in by refextract,
it now adds this char into its own line, should it come at the
start of a line; + Added a new numeration-recognition pattern (and
subsequent handling code) that is used when transforming a tagged
citation line into MARC XML. The new pattern looks for tagged
numeration, and is applied immediately after a title + numeration
pattern has been applied. This handles IBIDs that do not actually
use the word "IBID". E.g.: <cds.TITLE>J. Phys. A</cds.TITLE> :
<cds.VOL>31</cds.VOL> <cds.YR>(1998) </cds.YR>
<cds.PG>2391</cds.PG>; : <cds.VOL>32</cds.VOL> <cds.YR>(1999)
</cds.YR> <cds.PG>6119</cds.PG>. The 2nd group of numeration
clearly belongs with the title - the author has simply missed out
the title. Previously reference this would have been missed. Now
however, it will be recognised;
2007-03-29 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Added two checks in
order to make websumbit happy with latest mod_python.
2007-03-29 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websubmit/lib/file.py: Cleaned indentation and added a
function for adjusting uploaded filenames in order to have them
unique.
2007-03-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_config.py,
modules/bibformat/lib/bibformat_engine.py: Improved error messages.
2007-03-29 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webstyle/lib/webinterface_tests.py: Added many more
attribute to FakeApache in order to satisfy mod_python 3.3.
2007-03-28 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webinterface_tests.py: Added stat to
FakeApache in order to satisfy mod_python 3.3.
2007-03-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/DC.bfx,
modules/bibformat/etc/format_templates/DC.xsl,
modules/bibformat/etc/format_templates/EndNote.bfx,
modules/bibformat/etc/format_templates/NLM.bfx,
modules/bibformat/lib/elements/bfe_title.py: Updated BibTeX and XML
outputs to display 'title' field followed by ':' separator and
'subtitle', when available.
2007-03-27 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Fixed a bug in which even if
CFG_ACCESS_CONTROL_LEVEL_ACCOUNTS was set to 4, users could change
their login method at login time.
2007-03-27 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/bin/bibreformat.in,
modules/bibsched/lib/bibtaskex.py,
modules/bibrank/bin/bibrankgkb.in,
modules/websearch/lib/websearch_webcoll.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/bibharvest/bin/oaiarchive.in,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibclassify/lib/bibclassifylib.py,
modules/bibindex/lib/bibindex_engine.py: Handle UnicodeEncodeError
related problems when printing messages in write_message(). Thanks
to Mike Marino.
2007-03-27 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_tag_based_indexer.py: Fixed range
redefinition problems, thanks to Mike Marino.
2007-03-27 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Added Jan Brice Krause.
2007-03-27 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websubmit/lib/functions/Create_Modify_Interface.py: If
nothing is selected in the "change" select list, all the options of
the "change" element are picked from the database to create the
modify interface. It allows to skip the selection interface.
2007-03-22 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert_webinterface.py: Do not use
explicit user ID parameter in the remove alert functionality.
2007-03-22 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert_templates.py: Do no pass idu (id of
the user) in remove alert links anymore.
2007-03-22 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert.py: Do not use two id_user/uid
arguments to perform_remove_alert(). Also, print explicit error
message when alerts cannot be deleted.
2007-03-22 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_dblayer.py: Added function
'doctype_has_submission'.
2007-03-22 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_webinterface.py: Removed explicit
'return' in __init__ function of class 'WebInterfaceFilesPages'.
2007-03-22 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: Respect new navmenuid
argument in tmpl_pageheader() and highlight where we are in the
navigation menu.
2007-03-22 Tibor Simko <tibor.simko@cern.ch>
* CREDITS: Added one more anonymous contributor to the Japanese
translation.
2007-03-22 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added ServerAlias directive in Apache configuration
examples.
2007-03-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Added test
cases for collection-not-found situations.
2007-03-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: When searching for
non-existing collection, do not silently ignore the collection or
revert to searching in Home anymore, but rather signal the error.
2007-03-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Added template
functions for collection-not-found situations.
2007-03-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_config.py: Added exception
InvenioWebSearchUnknownCollectionError.
2007-03-21 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Added checking of a
submission's status into the functions that create the Web forms
and process the submitted data. If the submission's status is set
to 'finished', WebSubmit will not continue to process the
submission. Instead, it will display a message saying that the
submission has been completed, providing a link to the submission
homepage of the doctype that was last submitted. This corrects a
bug that was encoutered when users used their browser's back button
to return the Web Form to start a new submission. Such an action
could lead to data loss problems and unstable behaviour during the
submission. This has now been prevented.
2007-03-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml: Added documentation
on XSLT support. Put a gray background under OLD bibformat guide.
2007-03-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/CaseEDS.py: Replaced
'functionStop' with 'InvenioWebSubmitFunctionStop'. Replaced
'functionError' with 'InvenioWebSubmitFunctionError'. Minor code
cleaning.
2007-03-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Get_Recid.py: Replaced
'functionStop' with 'InvenioWebSubmitFunctionStop'. Replaced
'functionError' with 'InvenioWebSubmitFunctionError'.
2007-03-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Get_Sysno.py: Replaced
'functionStop' with 'InvenioWebSubmitFunctionStop'.
2007-03-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Test_Status.py,
modules/websubmit/lib/functions/Is_Referee.py,
modules/websubmit/lib/functions/Is_Original_Submitter.py,
modules/websubmit/lib/functions/Get_Info.py: Replaced
'functionStop' with 'InvenioWebSubmitFunctionStop'.
2007-03-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/bibformatadmin.py,
modules/webalert/lib/webalert_webinterface.py,
modules/webbasket/lib/webbasket_webinterface.py,
modules/webcomment/lib/webcomment_webinterface.py,
modules/webmessage/lib/webmessage_webinterface.py,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py, modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/web/approve.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py: Added 'navmenuid'
parameter in order to let functions creating webpages know in which
section of the website their webpages belong. Can be used by
webstyle_templates for highlighting current tab in the navigation
menu. WARNING: modified webstyle_templates.py must be updated to
accept 'navmenuid' parameter in functions 'tmpl_page(..)' and
'tmpl_pageheader(..)'.
2007-03-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_bfx_engine_config.py,
modules/bibformat/etc/format_templates/NLM.bfx: Deleted records in
NLM format are no longer displayed as an XML tree with empty nodes.
2007-03-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_field.py: Separators between
instances are now also displayed when printing a list of subfields
(that is 'tag' parameter has a specified subcode).
2007-03-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Bug Fix: If a
WebSubmit function returns a NoneType (or indeed a non-string), it
no longer causes a TypeError due to concatenation of strings with
non-strings when creating page containing the output of functions.
NoneTypes returned by functions are now replaced with an empty
string, and all other return values are casted to a strings;
2007-03-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Create_Modify_Interface.py,
modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py: Replaced
'functionError' with 'InvenioWebSubmitFunctionError'.
2007-03-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Convert_RecXML_to_RecALEPH.py:
Replaced 'functionError' with 'InvenioWebSubmitFunctionError';
Fixed a missed import error (W_OK was not imported from module
'os'); Fixed some line-length conventions;
2007-03-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Make_Record.py,
modules/websubmit/lib/functions/Make_Modify_Record.py,
modules/websubmit/lib/functions/Insert_Record.py,
modules/websubmit/lib/functions/Insert_Modify_Record.py: Replaced
'functionError' with 'InvenioWebSubmitFunctionError'.
2007-03-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webalert/lib/webalert.py: Fixed vulnerability that would
let users delete alerts that do not belong to them.
2007-03-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Move_to_Done.py,
modules/websubmit/lib/functions/Move_From_Pending.py: Replaced
'functionError' with 'InvenioWebSubmitFunctionError'.
2007-03-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Report_Number_Generation.py,
modules/websubmit/lib/functions/Print_Success_APP.py,
modules/websubmit/lib/functions/Move_to_Pending.py: Replaced
'functionError' with 'InvenioWebSubmitFunctionError'.
2007-03-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/mail.py: Replaced "functionError"
with "InvenioWebSubmitFunctionError".
2007-03-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_config.py: Replaced
'functionError' and 'functionStop' exceptions (as raised by
WebSubmit functions and handled in WebSubmit core) with
'InvenioWebSubmitFunctionError' and 'InvenioWebSubmitFunctionStop'
exceptions; Updated the exception 'InvenioWebSubmitFunctionWarning'
to follow the same structure (with a value attribute).
2007-03-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Replaced the
exceptions "functionError" and "functionStop" (as raised by
WebSubmit functions and handled in WebSubmit core) with the
better-named "InvenioWebSubmitFunctionStop" and
"InvenioWebSubmitFunctionStop" exceptions.
2007-03-20 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websubmit/lib/websubmit_templates.py: Display "main menu"
link even if the submission is not "finished". CiVS: Committing in
.
2007-03-19 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Fixed a bug
encountered when a 'functionStop' exception was raised. Previously,
this stopped the functions from continuing to execute, but the code
proposing the 'next action' and updating the submission as finished
still executed. This meant that a function could be logged as
finished in the submission log table, even when it wasn't. This
code has now been tucked into an 'else' clause in the try->except
statement, so it will only be executed if the functions finish
without raising a functionStop exception. Submissions will not,
therefore, be wrongly marked as finished in the log.
2007-03-19 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Removed some unused
functions (get_report_number, set_report_number, get_sysno,
set_sysno).
2007-03-17 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Fixed a bug that occurred when
matching report-numbers: the wrong length of the match was taken -
it took the whole match (which included a leading non-word
character), rather than the length of the desired reportnum match.
This has been corrected; Modifications by Tony: added option to
write statistics about matched KB titles to a file;
2007-03-16 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Added docstrings to
module and major business-logic functions.
2007-03-16 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/etc/refextract-report-numbers.kb: Removed a
'dummy' pattern.
2007-03-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py: Immunized
is_method_valid() from collection existence problems.
2007-03-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Added a dictionary to keep a
count of all periodical titles found in reference lines during an
extraction job. (This dictionary of totals could be used to produce
some kind of statistic about most commonly found titles, for
example.)
2007-03-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/xmlmarc2textmarclib.py: * Fixed display of
empty indicators in TEXT-MARC mode - they are now replaced by an
underscore instead of a space; * Fixed Display of empty ind1 when
ind2 is not empty in ALEPH-MARC mode. Previously, ind1 would be a
space - now it is an underscore; * Fixed handling of empty
indicators in MARC XML fields - now handles either spaces or
empty strings (e.g.: ind1=\" \" or ind1=\"\"); * Fixed issue
concerning the order of datafields and subfields in the record:
previously both datafields and subfields were orderd alpha-
numerically in the resulting MARC record - now the order in which
they occurred in the XML MARC record is respected; * Added config
variable 'CFG_ORGANIZATION_IDENTIFIER' that should contain the
identifer of the organization to which the 001 field value belongs
(set as SzGeCERN for CERN sites - other sites should configure
their own value for this). The 003 field is now added to
ALEPH-MARC 'insert' and 'replace' records, and dropped from all
other ALEPH-MARC records. Its value from the XML MARC record is
preserved in TEXT-MARC mode; * Fixed a bug in ALEPH-MARC 'insert'
mode. Previously the SYS (970__a) that was present in the XML
MARC record was taken as the SYS for the record and put into the
001 field of the resulting ALEPH record. This was wrong. Now,
when creating an ALEPH insert record, 970 is dropped from the XML
record, and a random sysno is generated for the new ALEPH record.
No 001 is added to the record - ALEPH will choose its own SYS
and add a 001 automatically. * Changed the "m" (modify) option
of --aleph-mode to be "c" (correct); * Other refactoring and
code-cleaning after pylint;
2007-03-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/bin/xmlmarc2textmarc.in: Refactoring: moved
'main' function into 'xmlmarc2textmarclib.py'.
2007-03-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/urlutils.py: Replace "&" by "&amp;" after
encoding URL arguments in make_canonical_urlargd(). Fixes HTML
standard compliance issues. Thanks to Michael Ehrismann for
reporting the problem.
2007-03-14 Tibor Simko <tibor.simko@cern.ch>
* ChangeLog: Typo in the release year fixed, thanks to Greg.
2007-03-13 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml: Fixed guide because
WML is thinking that __init__( means __init_ and intenationalize
what follow _( .
2007-03-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_dblayer.py: Removed the reference
to 'cookie' in the function 'get_element_description'.
2007-03-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_templates.py,
modules/websubmit/lib/websubmitadmin_engine.py: Removed support for
WebSubmit form-field 'cookies'.
2007-03-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/websubmitadmin.py,
modules/websubmit/lib/websubmitadmin_dblayer.py: Removed support
for WebSubmit form-field 'cookies'.
2007-03-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/doc/admin/guide.html.wml: Added a note to the
guide saying that support for the WebSubmit form-fields 'cookies'
feature has been removed
2007-03-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_dblayer.py: Removed all functions
used for the manipulation of WebSubmit form-field 'cookies'.
2007-03-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Removed all support
for WebSubmit form-field 'cookies'.
2007-03-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Removed wildcard
import of functions from 'websubmit_dblayer', replacing it with
explicit function imports;
2007-03-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Code cleaning to fix pylint
complaints about conventions, etc;
2007-03-09 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/external_authentication.py,
modules/webaccess/lib/external_authentication_cern.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py: List of modification: 1.
Implemented automatic import of external nickname. 2. Enriched the
message displayed when switching from external to internal account
in order to send the user its random password. 3. Variuos
polishing.
2007-03-08 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Made title-numeration patterns
'prettier' (split them over multiple lines and commented them,
using sre.VERBOSE mode);
2007-03-08 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/external_authentication_cern.py: Restored
the list of known exceptions to catch inside CERN authentication
code
2007-03-08 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/external_authentication_cern.py,
modules/webmessage/lib/webmessage_dblayer.py,
modules/websession/lib/webgroup_dblayer.py,
modules/websession/lib/webgroup_regression_tests.py: Fixed a bug
when CERN authentication webservice doesn't work. Hiding external
groups to which one don't belong.
2007-03-06 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Updated title-numeration
patterns: when searching for 'volume', the word 'No' (for number)
is now optional before the volume number;
2007-03-06 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Added new pattern for
recognition of numeration of titles: 'YEAR' (with optional
parentheses), 'VOLUME', 'PAGE';
2007-03-05 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Fixed errors when
handling 'Error' exceptions. Previously there was an attempt to
acces the attribute 'value' of these Error exceptions: this
attribulte doesn't existm so removed call to it; Corrected some
calls to function 'errorMsg': too few parameters had been supplied
in certain cases;
2007-03-05 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: When recognising numeration
for titles, made parentheses optional for YEAR in the case where we
find 'VOL, SER, PAGE, YEAR';
2007-03-05 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Reference line markers are now
stripped before the line is processed for citations. This avoids
the rare case when the line marker is alphabetical and is
recognised as a reference.
2007-03-05 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Modification of
title-numeration patterns: Now only recognising reasonable 'years',
(e.g. 1895, 1987, 2004, etc) as opposed to '2500' - anything past
2099 will not be recognised as the year; Correction of patterns
used for looking for numeration split by a title; Modification of
algorithm used to search for titles in the line: Previously only
searched for titles in a line if some numeration was found. This
made it impossible to look for numeration that was split by a
title, so now refextract looks for titles in all lines, regardless
of numeration;
2007-03-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Corrected handling of IBIDs:
in certain cases, the series could be tagged onto a replaced IBID
title multiple times. Now working correctly; Added a few more test
reference lines to 'test_get_reference_lines' function;
2007-03-01 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_webinterface.py: Quote filename
argument when creating a redirect from old-style "getfile.py" URL
to the new-style "files" URL. Fixes problem with filenames
containing spaces and whatnot.
2007-03-01 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat.py: Made language-dependant
formatting not applicable when PHP BibFormat is used.
2007-03-01 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Added optional comma before
and after volume when searching for title-numeration patterns;
Added some new test reference lines to the function
'test_get_reference_lines'; Some more cleaning - splitting very
long lines up over several lines;
2007-02-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Added a command-line
option to regenerate collection cache pages in a certain language
only.
2007-02-28 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_dblayer.py: Fixed a SQL error in
the function 'log_new_completed_submission'.
2007-02-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_utils.py,
modules/bibformat/lib/elements/bfe_xml_record.py: Improved
formatting speed in backward (PHP) compatibility mode, by using
pregenerated MARCXML. Updated xm output to be generated on-the-fly
only in few cases.
2007-02-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/file.py: Removed unused mod_python.apache
import so that this module can be used in CLI-context applications
such as bibupload.
2007-02-28 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py,
modules/websession/lib/webuser_regression_tests.py: Restyling of
the "Edit settings" form: the new separated password part now
request the old password in order to set a new one).
2007-02-28 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Added checking for
UnicodeErrors when reading in the preprint-report numbers and the
periodical titles knowledge bases: if a line with badly encoded
characters is read in, refextract will die with an error; Docstring
line-length shortening after pylint convention complaints;
2007-02-27 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Precalculate latest
additions info independently of language and simple/advanced search
interface context. Also, do not calculate this information for
aggregate-type of collections when the latest additions box is not
displayed. These two changes speed up the webpage cache generation
considerably.
2007-02-27 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Fixed collection's
reclist initialization from the database reclist cache, fixing "run
only part 2" situations.
2007-02-27 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Added optional "part"
argument to update only certain cache parts (1=reclist, 2=webpage).
2007-02-27 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Fixed a problem with the
rebuilding of the reference section: The function that tries to
rebuild the reference section based upon the reference line number
(and thus ensures that reference lines are numbered consecutively)
was not working correctly - fixed; Corrected bug concerning
escaping of file names when calling pdftotext/gfile; Dropped a
function that duplicated a call to gfile; Some docstring cleaning;
2007-02-27 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/bibharvest_templates.py,
modules/bibharvest/lib/bibharvestadminlib.py: Improved handling of
non-standard OAI responses from OAI sources (possibility to harvest
these sources even if a non-standard response has made BibHavest
believe that source is not OAI). Added free textboxes to specify
set and metadata prefix in web interface in case the values
supported by the source could not be retrieved. Some code
cleaning.
2007-02-26 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/xmlmarc2textmarclib.py: Added 980 and FFT to
list of fields to be dropped (returned by function
'get_aleph_dropped_fieldnames'); Corrected bug in which certain
fields were given their ALEPH names when TEXT-MARC was produced;
Minor doc-string changes;
2007-02-24 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Fixed IndexError (in
reading-line) when rebuilding reference line
2007-02-23 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websubmit/lib/functions/Report_Number_Generation.py:
Report_Number_Generation.py: exetend possibility to generate report
number using any of the files created during submission process,
with a regular expression to select only part of the file content
2007-02-23 Gregory Favre <gregory.favre@cern.ch>
* modules/websubmit/lib/functions/Upload_Files.py: Reverted to last
version. Last commit is to be considered an error...
2007-02-23 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websubmit/lib/functions/Report_Number_Generation.py,
modules/websubmit/lib/functions/Upload_Files.py:
Report_Number_Generation.py
2007-02-23 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: If parentheses were stripped
from the end of a title, the were not accounted for when the line
was rebuilt. Fixed this.
2007-02-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/web/admin/bibharvestadmin.py: Fixed bug in web
interface that would not correctly recognize selected sets to
harvest.
2007-02-23 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Updates to the Japanese
translation, thanks to Toru Tsuboyama.
2007-02-23 Tibor Simko <tibor.simko@cern.ch>
* po/ja.po: Updates to the Japanese translation, thanks to Toru
Tsuboyama.
2007-02-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oaiarchive_engine.py: Fixed a bug that could
prevent adding records to the OAI repository if they had been
previously removed. Keep records if they have been removed from a
set but still belong to another set. Do not print <setspec> if set
is blank when serving values to harvesters.
2007-02-22 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Altered the pattern used for
the recognition of numeration that immediately follows a title to
make a colon optional.
2007-02-22 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Added newlines to verbose
output.
2007-02-22 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: cli_opts was accidentally
declared inside the except clause of the try/except import
statements - moved it out; Altered pattern for recognition of
institutional report numbers: previously, '\b' was used for the
beginning of a matched report-number. However, there were cases
when report-numbers were matched inside a URL. Therefore, the
boundary for the beginning was updated to '[^a-zA-Z0-9/.]'.
2007-02-22 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Updates written by TonyO: New,
improved behaviour of "verbose" mode; various internal changes to
support the new option "xmlfile" (which enables the MARC XML for
extracted references to be written to a file); Implementation of
error-codes for extraction jobs;
2007-02-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: More
explicit comments for tests on XML output.
2007-02-22 Tibor Simko <tibor.simko@cern.ch>
* po/ca.po, po/es.po: Catalan and Spanish translation updates,
thanks to Ferran Jorba.
2007-02-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository.py: Made use of XSL
template for OAI DC output instead of hardcoded python.
2007-02-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/DC.xsl,
modules/bibformat/etc/format_templates/Makefile.am,
modules/bibformat/etc/format_templates/OAI_DC.xsl,
modules/bibformat/etc/output_formats/Makefile.am,
modules/bibformat/etc/output_formats/XD.bfo,
modules/bibformat/etc/output_formats/XOAIDC.bfo: Added new DC and
OAI_DC xsl stylesheets. Added new OAI_DC output format. Redirected
DC output format to make use of XSL stylesheet instead of bfx
template.
2007-02-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: New tests on
XML outputs in web interface (test for number of document
elements).
2007-02-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/Makefile.am,
modules/bibformat/lib/bibformat_dblayer.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/web/admin/bibformatadmin.py,
modules/bibformat/lib/bibformat_xslt_engine.py,
modules/bibformat/lib/bibformatadminlib.py: Added native support
for XSLT in BibFormat.
2007-02-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_bfx_engine.py: Commented
unnecessary warnings that were sometimes called in wrong occasions.
2007-02-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_report_numbers.py: New element
for displaying all report numbers.
2007-02-21 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_config.py: Renamed the exception
'InvenioWebSubmitWarningWebSubmitFunctionFailed' to
'InvenioWebSubmitFunctionWarning'.
2007-02-21 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Refactoring: All
database interaction has been moved to functions in the WebSubmit
database layer. Other code cleaning.
2007-02-21 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_config.py: Added new exception
'InvenioWebSubmitWarningWebSubmitFunctionFailed'. This exception
will be raised by a WebSubmit function when it encounters
unexpected behaviour and cannot complete its task. The exception
will be logged as a warning.
2007-02-21 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_dblayer.py: Updated copyright
years (2007).
2007-02-21 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/Makefile.am: Added new file
'websubmit_dblayer.py' (the database layer for WebSubmit) to
'pylib_DATA'.
2007-02-21 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_dblayer.py: First version of the
WebSubmit database layer. Provides functions through-which
WebSubmit can interact with the DB.
2007-02-20 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Version bump after the release.
CDS Invenio v0.92.1 (released 2007-02-20)
=========================================
2007-02-20 Tibor Simko <tibor.simko@cern.ch>
* NEWS, RELEASE-NOTES: Release of v0.92.1.
2007-02-20 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Repeat bibdoc.status update statement also in
update-v0.92.0-tables, since it was not included in
update-v0.90.1-tables in time before the release of v0.92.0.
2007-02-20 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/it.po,
po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po,
po/sv.po, po/uk.po: New messages related to the login page.
Updated message references.
2007-02-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Added a note on
the possibility to use nicknames or email addresses to login.
Changed "Login via" into "Login method".
2007-02-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Print "Login
via:" message in bold.
2007-02-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections_searcher.py:
Updated KEK Preprints and Book search URLs due to their site
updates.
2007-02-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections_searcher.py:
Updated CERN Indico Search URL to reflect the new release of CERN
Indico Search.
2007-02-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections_parser.py:
Updated CERN Indico search results parser due to the new release of
CERN Indico Search.
2007-02-20 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/lib/bibsched.py: Fixed signals sent to bibsched
tasks when stopping them. Now using systematically TERM instead of
USR2 and INT everywhere.
2007-02-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_webinterface.py: Fixed internal
password editing form when nickname is already set up.
2007-02-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py: Changed test order in
updateDataUser(). Documented new ignore_password_p argument.
2007-02-20 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webaccount.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py: Fixed dropping internal password
when updating nickname while using an external login method.
2007-02-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py: Changed get_user_preferences()
to return empty dictionary instead of None when there were problems
getting user preferences from the database.
2007-02-20 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Added Samuele Kaplun and moved Frederic Gobry to the
"former members" section.
2007-02-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_webinterface.py: Deleted unused
import, moved some imports on top, and minor code kwalitee changes.
2007-02-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_webinterface.py: One more
output message update.
2007-02-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Show/hide search
interface help boxes (top-right portalboxes) according to users'
preferred settings. In addition, some kwalitee code cleanup.
2007-02-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webaccount.py: Print external account
settings in a sorted order.
2007-02-19 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/it.po,
po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po,
po/sv.po, po/uk.po: Reflect updated messages.
2007-02-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_webinterface.py: Updated output
phrases related to external login mechanism.
2007-02-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Updated
print_records_header/footer() to produce good headers/footers for
more non-XML formats. Renamed header/footer to prologue/epilogue
for better consistency with already-existing names.
2007-02-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Closed an open
parenthesis in a docstring.
2007-02-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/miscutil/sql/tabcreate.sql, Makefile.am: Lowered down the
usergroup.login_method_name index length even more.
2007-02-19 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql, Makefile.am: Limit the length
of the usergroup.login_method_name composed index for better
compatibility with older MySQL versions.
2007-02-19 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/lib/external_authentication_cern.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/webgroup.py: Fixed various problems within
the exception handling.
2007-02-19 Tibor Simko <tibor.simko@cern.ch>
* configure-tests.py: Test for the presence of rdflib.
2007-02-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Fixed except
clauses using multiple exceptions.
2007-02-16 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser_regression_tests.py: Fixed
regression test (wrong string was looked up) 2.0
2007-02-16 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser_regression_tests.py: Fixed
regression test (wrong string was looked up)
2007-02-16 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_templates.py,
modules/websession/lib/webuser_regression_tests.py: Changed
edit_websearch -> edit_websearch_settings.
2007-02-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py: When logging via external
login method, use user's email instead of user-typed nickname.
2007-02-16 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/webuser.py: Changed the external group
names to make clear what login method they belong to.
2007-02-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/external_authentication.py,
modules/webaccess/lib/external_authentication_cern.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/webgroup_dblayer.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py: Strengthening the login
authentication system for unusual situations.
2007-02-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_webinterface.py: Edited an
ouput message.
2007-02-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Changed wording
of some output messages.
2007-02-15 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added usergroup.name change to update-v0.92.0-tables
target.
2007-02-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Increased group name length
to 255 as required by some lengthy CERN group names.
2007-02-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Code cleaning after pylint
warnings (etc); Added docstring to function
'moved_tagged_series_into_tagged_title', corrected a bug in that
function; Got rid of global import from refextract_config - now
explicitly importing functions.
2007-02-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/bin/refextract.in: Removed reference to
'bibrefextract' in module docstring: replaced it with 'refextract'.
2007-02-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/bin/refextract.in: Updated the module docstring
and fixed some line-length warnings.
2007-02-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract_config.py: Dropped another unused
config variable.
2007-02-15 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Corrected update-v0.92.0-tables statements to match
exactly tabcreate.sql statements.
2007-02-15 Samuele Kaplun <samuele.kaplun@cern.ch>
* modules/websession/lib/websession_templates.py,
modules/websession/lib/webuser_regression_tests.py: Fixed webuser
regression tests to be indipendent from CERN stuff presence.
2007-02-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_migration_kit_templates.py:
Updated link.
2007-02-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Replaced use of 'cgi.escape'
with 'encode_for_xml' when creating XML output; standardised use of
'sre' library throughout - 're' is no longer used.
2007-02-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract_config.py: Removed some config
variables that were no longer needed.
2007-02-14 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Use v0.92.1 version number in the build example as per
the forthcoming release.
2007-02-14 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Fixed a bug in the
recognition/markup of URLs: string index was out when rebuilding
the line with the URL marked-up.
2007-02-14 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am, configure-tests.py, configure.ac,
config/Makefile.am, config/cdsnavbar.wml, config/cdsnavtrail.wml,
config/cdspage.wml, config/cdswmllib.wml, config/config.wml,
config/configbis.wml.in, modules/Makefile.am,
modules/bibclassify/Makefile.am,
modules/bibclassify/bin/Makefile.am,
modules/bibclassify/bin/bibclassify.in,
modules/bibclassify/doc/Makefile.am,
modules/bibclassify/doc/admin/Makefile.am,
modules/bibclassify/doc/admin/guide.html.wml,
modules/bibclassify/doc/admin/index.html.wml,
modules/bibclassify/doc/hacking/Makefile.am,
modules/bibclassify/doc/hacking/extraction-algorithm.html.wml,
modules/bibclassify/doc/hacking/hep-taxonomy.html.wml,
modules/bibclassify/doc/hacking/index.html.wml,
modules/bibclassify/etc/Makefile.am,
modules/bibclassify/lib/Makefile.am,
modules/bibclassify/lib/bibclassifylib.py,
modules/bibconvert/Makefile.am, modules/bibconvert/bin/Makefile.am,
modules/bibconvert/bin/bibconvert.in,
modules/bibconvert/doc/Makefile.am,
modules/bibconvert/doc/admin/Makefile.am,
modules/bibconvert/doc/admin/example_oaimarc2xm.xsl,
modules/bibconvert/doc/admin/guide.html.wml,
modules/bibconvert/doc/admin/index.html.wml,
modules/bibconvert/doc/hacking/Makefile.am,
modules/bibconvert/doc/hacking/api.html.wml,
modules/bibconvert/doc/hacking/index.html.wml,
modules/bibconvert/etc/Makefile.am,
modules/bibconvert/etc/oaidc2marcxml.xsl,
modules/bibconvert/etc/oaimarc2marcxml.xsl,
modules/bibconvert/lib/Makefile.am,
modules/bibconvert/lib/bibconvert.py,
modules/bibconvert/lib/bibconvert_bfx_engine.py,
modules/bibconvert/lib/bibconvert_tests.py,
modules/bibconvert/lib/bibconvert_xslt_engine.py,
modules/bibedit/Makefile.am, modules/bibedit/bin/Makefile.am,
modules/bibedit/bin/refextract.in,
modules/bibedit/bin/xmlmarc2textmarc.in,
modules/bibedit/bin/xmlmarclint.in,
modules/bibedit/doc/Makefile.am,
modules/bibedit/doc/admin/Makefile.am,
modules/bibedit/doc/admin/guide.html.wml,
modules/bibedit/doc/admin/index.html.wml,
modules/bibedit/etc/MARC21slim.dtd,
modules/bibedit/etc/Makefile.am, modules/bibedit/lib/Makefile.am,
modules/bibedit/lib/bibedit_config.py,
modules/bibedit/lib/bibedit_dblayer.py,
modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibedit_regression_tests.py,
modules/bibedit/lib/bibedit_templates.py,
modules/bibedit/lib/bibrecord.py,
modules/bibedit/lib/bibrecord_config.py,
modules/bibedit/lib/bibrecord_tests.py,
modules/bibedit/lib/refextract.py,
modules/bibedit/lib/refextract_config.py,
modules/bibedit/lib/xmlmarc2textmarclib.py,
modules/bibedit/web/Makefile.am,
modules/bibedit/web/admin/Makefile.am,
modules/bibedit/web/admin/bibeditadmin.py,
modules/bibformat/Makefile.am, modules/bibformat/bin/Makefile.am,
modules/bibformat/bin/bibformat.in,
modules/bibformat/bin/bibreformat.in,
modules/bibformat/doc/Makefile.am,
modules/bibformat/doc/admin/Makefile.am,
modules/bibformat/doc/admin/guide.html.wml,
modules/bibformat/doc/admin/index.html.wml,
modules/bibformat/doc/hacking/Makefile.am,
modules/bibformat/doc/hacking/api.html.wml,
modules/bibformat/doc/hacking/index.html.wml,
modules/bibformat/etc/Makefile.am,
modules/bibformat/etc/format_templates/Makefile.am,
modules/bibformat/etc/output_formats/Makefile.am,
modules/bibformat/lib/Makefile.am,
modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_bfx_engine.py,
modules/bibformat/lib/bibformat_bfx_engine_config.py,
modules/bibformat/lib/bibformat_config.py,
modules/bibformat/lib/bibformat_dblayer.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_engine_tests.py,
modules/bibformat/lib/bibformat_migration_kit.py,
modules/bibformat/lib/bibformat_migration_kit_assistant_lib.py,
modules/bibformat/lib/bibformat_migration_kit_dblayer.py,
modules/bibformat/lib/bibformat_migration_kit_templates.py,
modules/bibformat/lib/bibformat_regression_tests.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformat_utils.py,
modules/bibformat/lib/bibformatadmin_regression_tests.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibformat/lib/common/Makefile.am,
modules/bibformat/lib/common/dbparams.inc.php.wml,
modules/bibformat/lib/common/general.inc.php,
modules/bibformat/lib/common/global.inc.php.wml,
modules/bibformat/lib/core/AEvalLan.inc.php,
modules/bibformat/lib/core/FlexElink.inc.php,
modules/bibformat/lib/core/FormatRetriever.inc.php,
modules/bibformat/lib/core/IntVars.inc.php,
modules/bibformat/lib/core/KBRetriever.inc.php,
modules/bibformat/lib/core/LinkResolver.inc.php,
modules/bibformat/lib/core/Makefile.am,
modules/bibformat/lib/core/OAISpecExtractor.inc.php,
modules/bibformat/lib/core/Processor.inc.php,
modules/bibformat/lib/core/RecordSeparator.inc.php,
modules/bibformat/lib/core/Timing.inc.php,
modules/bibformat/lib/core/TreeNode.inc.php,
modules/bibformat/lib/core/UDFRetriever.inc.php,
modules/bibformat/lib/elements/Makefile.am,
modules/bibformat/lib/elements/bfe_abstract.py,
modules/bibformat/lib/elements/bfe_additional_report_numbers.py,
modules/bibformat/lib/elements/bfe_addresses.py,
modules/bibformat/lib/elements/bfe_affiliation.py,
modules/bibformat/lib/elements/bfe_authors.py,
modules/bibformat/lib/elements/bfe_bfx_engine.py,
modules/bibformat/lib/elements/bfe_bibtex.py,
modules/bibformat/lib/elements/bfe_cited_by.py,
modules/bibformat/lib/elements/bfe_client_info.py,
modules/bibformat/lib/elements/bfe_collection.py,
modules/bibformat/lib/elements/bfe_contact.py,
modules/bibformat/lib/elements/bfe_creation_date.py,
modules/bibformat/lib/elements/bfe_date.py,
modules/bibformat/lib/elements/bfe_date_rec.py,
modules/bibformat/lib/elements/bfe_edit_record.py,
modules/bibformat/lib/elements/bfe_editors.py,
modules/bibformat/lib/elements/bfe_external_publications.py,
modules/bibformat/lib/elements/bfe_field.py,
modules/bibformat/lib/elements/bfe_fulltext.py,
modules/bibformat/lib/elements/bfe_imprint.py,
modules/bibformat/lib/elements/bfe_issn.py,
modules/bibformat/lib/elements/bfe_keywords.py,
modules/bibformat/lib/elements/bfe_notes.py,
modules/bibformat/lib/elements/bfe_photo_resources.py,
modules/bibformat/lib/elements/bfe_photo_resources_brief.py,
modules/bibformat/lib/elements/bfe_place.py,
modules/bibformat/lib/elements/bfe_publi_info.py,
modules/bibformat/lib/elements/bfe_publisher.py,
modules/bibformat/lib/elements/bfe_references.py,
modules/bibformat/lib/elements/bfe_reprints.py,
modules/bibformat/lib/elements/bfe_server_info.py,
modules/bibformat/lib/elements/bfe_test_2.py,
modules/bibformat/lib/elements/bfe_test_4.py,
modules/bibformat/lib/elements/bfe_title.py,
modules/bibformat/lib/elements/bfe_title_brief.py,
modules/bibformat/lib/elements/bfe_topbanner.py,
modules/bibformat/lib/elements/bfe_url.py,
modules/bibformat/lib/elements/bfe_xml_record.py,
modules/bibformat/lib/elements/test_1.py,
modules/bibformat/lib/elements/test_5.py,
modules/bibformat/web/Makefile.am,
modules/bibformat/web/bibformat.php.wml,
modules/bibformat/web/admin/BEH_ACTION_add.php.wml,
modules/bibformat/web/admin/BEH_ACTION_del.php.wml,
modules/bibformat/web/admin/BEH_ACTION_edit.php.wml,
modules/bibformat/web/admin/BEH_COND_add.php.wml,
modules/bibformat/web/admin/BEH_COND_del.php.wml,
modules/bibformat/web/admin/BEH_COND_edit.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_add.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_del.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_edit.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_showone.php.wml,
modules/bibformat/web/admin/BEH_display.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_display.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_hand.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_process.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_tree.php.wml,
modules/bibformat/web/admin/FORMAT_add.php.wml,
modules/bibformat/web/admin/FORMAT_del.php.wml,
modules/bibformat/web/admin/FORMAT_display.php.wml,
modules/bibformat/web/admin/FORMAT_edit.php.wml,
modules/bibformat/web/admin/FORMAT_showone.php.wml,
modules/bibformat/web/admin/KB_VALUE_add.php.wml,
modules/bibformat/web/admin/KB_VALUE_del.php.wml,
modules/bibformat/web/admin/KB_add.php.wml,
modules/bibformat/web/admin/KB_del.php.wml,
modules/bibformat/web/admin/KB_display.php.wml,
modules/bibformat/web/admin/KB_edit.php.wml,
modules/bibformat/web/admin/KB_showone.php.wml,
modules/bibformat/web/admin/LINK_ACTION_add_edit.php.wml,
modules/bibformat/web/admin/LINK_ACTION_del.php.wml,
modules/bibformat/web/admin/LINK_COND_add_edit.php.wml,
modules/bibformat/web/admin/LINK_COND_del.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_add.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_del.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_display.php.wml,
modules/bibformat/web/admin/LINK_add.php.wml,
modules/bibformat/web/admin/LINK_del.php.wml,
modules/bibformat/web/admin/LINK_display.php.wml,
modules/bibformat/web/admin/LINK_edit.php.wml,
modules/bibformat/web/admin/LINK_showone.php.wml,
modules/bibformat/web/admin/Makefile.am,
modules/bibformat/web/admin/OAIER_SF_add.php.wml,
modules/bibformat/web/admin/OAIER_SF_del.php.wml,
modules/bibformat/web/admin/OAIER_add.php.wml,
modules/bibformat/web/admin/OAIER_del.php.wml,
modules/bibformat/web/admin/OAIER_display.php.wml,
modules/bibformat/web/admin/UDF_add.php.wml,
modules/bibformat/web/admin/UDF_del.php.wml,
modules/bibformat/web/admin/UDF_display.php.wml,
modules/bibformat/web/admin/UDF_edit.php.wml,
modules/bibformat/web/admin/UDF_showone.php.wml,
modules/bibformat/web/admin/UDF_testcode.php.wml,
modules/bibformat/web/admin/bibformat_migration_kit_assistant.py,
modules/bibformat/web/admin/bibformatadmin.py,
modules/bibformat/web/admin/error.inc.php.wml,
modules/bibformat/web/admin/footer.inc.php.wml,
modules/bibformat/web/admin/header.inc.php.wml,
modules/bibformat/web/admin/index.php.wml,
modules/bibformat/web/admin/localconf.inc.php.wml,
modules/bibformat/web/admin/security.inc.php.wml,
modules/bibformat/web/admin/test.php.wml,
modules/bibharvest/Makefile.am, modules/bibharvest/bin/Makefile.am,
modules/bibharvest/bin/bibharvest.in,
modules/bibharvest/bin/oaiarchive.in,
modules/bibharvest/bin/oaiharvest.in,
modules/bibharvest/doc/Makefile.am,
modules/bibharvest/doc/admin/Makefile.am,
modules/bibharvest/doc/admin/guide.html.wml,
modules/bibharvest/doc/admin/index.html.wml,
modules/bibharvest/lib/Makefile.am,
modules/bibharvest/lib/bibharvest_templates.py,
modules/bibharvest/lib/bibharvestadmin_regression_tests.py,
modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oai_repository_config.py,
modules/bibharvest/lib/oai_repository_regression_tests.py,
modules/bibharvest/lib/oai_repository_tests.py,
modules/bibharvest/lib/oai_repository_webinterface.py,
modules/bibharvest/lib/oaiarchive_engine.py,
modules/bibharvest/lib/oaiarchiveadmin_regression_tests.py,
modules/bibharvest/lib/oaiarchiveadminlib.py,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibharvest/web/Makefile.am,
modules/bibharvest/web/admin/Makefile.am,
modules/bibharvest/web/admin/bibharvestadmin.py,
modules/bibharvest/web/admin/oaiarchiveadmin.py,
modules/bibindex/Makefile.am, modules/bibindex/bin/Makefile.am,
modules/bibindex/bin/bibindex.in, modules/bibindex/bin/bibstat.in,
modules/bibindex/doc/Makefile.am,
modules/bibindex/doc/admin/Makefile.am,
modules/bibindex/doc/admin/guide.html.wml,
modules/bibindex/doc/admin/index.html.wml,
modules/bibindex/lib/Makefile.am,
modules/bibindex/lib/bibindex_engine.py,
modules/bibindex/lib/bibindex_engine_config.py,
modules/bibindex/lib/bibindex_engine_stemmer.py,
modules/bibindex/lib/bibindex_engine_stemmer_tests.py,
modules/bibindex/lib/bibindex_engine_stopwords.py,
modules/bibindex/lib/bibindex_engine_tests.py,
modules/bibindex/lib/bibindexadmin_regression_tests.py,
modules/bibindex/lib/bibindexadminlib.py,
modules/bibindex/web/Makefile.am,
modules/bibindex/web/admin/Makefile.am,
modules/bibindex/web/admin/bibindexadmin.py,
modules/bibmatch/Makefile.am, modules/bibmatch/bin/Makefile.am,
modules/bibmatch/bin/bibmatch.in, modules/bibmatch/doc/Makefile.am,
modules/bibmatch/doc/admin/Makefile.am,
modules/bibmatch/doc/admin/guide.html.wml,
modules/bibmatch/doc/admin/index.html.wml,
modules/bibmatch/etc/Makefile.am, modules/bibmatch/lib/Makefile.am,
modules/bibmatch/lib/bibmatch_engine.py,
modules/bibrank/Makefile.am, modules/bibrank/bin/Makefile.am,
modules/bibrank/bin/bibrank.in, modules/bibrank/bin/bibrankgkb.in,
modules/bibrank/doc/Makefile.am,
modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/admin/guide.html.wml,
modules/bibrank/doc/admin/index.html.wml,
modules/bibrank/doc/hacking/Makefile.am,
modules/bibrank/doc/hacking/api.html.wml,
modules/bibrank/doc/hacking/bibrankgkb.html.wml,
modules/bibrank/doc/hacking/index.html.wml,
modules/bibrank/doc/hacking/single_tag_rank.html.wml,
modules/bibrank/doc/hacking/word_similarity.html.wml,
modules/bibrank/etc/Makefile.am,
modules/bibrank/etc/bibrankgkb.cfg.in,
modules/bibrank/etc/bibrankgkb_jif_conv.kb,
modules/bibrank/etc/bibrankgkb_jif_example.kb,
modules/bibrank/etc/demo_jif.cfg.in,
modules/bibrank/etc/demo_jif.kb,
modules/bibrank/etc/stopwords.de.kb,
modules/bibrank/etc/stopwords.el.kb,
modules/bibrank/etc/stopwords.kb,
modules/bibrank/etc/template_citation.cfg,
modules/bibrank/etc/template_combine_method.cfg,
modules/bibrank/etc/template_download_similarity.cfg,
modules/bibrank/etc/template_download_total.cfg,
modules/bibrank/etc/template_download_users.cfg,
modules/bibrank/etc/template_single_tag_rank_method.cfg.in,
modules/bibrank/etc/template_word_similarity.cfg.wml,
modules/bibrank/etc/wrd.cfg.wml, modules/bibrank/lib/Makefile.am,
modules/bibrank/lib/bibrank_citation_grapher.py,
modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_citation_indexer_tests.py,
modules/bibrank/lib/bibrank_citation_searcher.py,
modules/bibrank/lib/bibrank_citation_searcher_tests.py,
modules/bibrank/lib/bibrank_downloads_grapher.py,
modules/bibrank/lib/bibrank_downloads_indexer.py,
modules/bibrank/lib/bibrank_downloads_indexer_tests.py,
modules/bibrank/lib/bibrank_downloads_similarity.py,
modules/bibrank/lib/bibrank_grapher.py,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_record_sorter_tests.py,
modules/bibrank/lib/bibrank_regression_tests.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_tag_based_indexer_tests.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/bibrank/lib/bibrankadmin_regression_tests.py,
modules/bibrank/lib/bibrankadminlib.py,
modules/bibrank/web/Makefile.am,
modules/bibrank/web/admin/Makefile.am,
modules/bibrank/web/admin/bibrankadmin.py,
modules/bibsched/Makefile.am, modules/bibsched/bin/Makefile.am,
modules/bibsched/bin/bibsched.in,
modules/bibsched/bin/bibtaskex.in,
modules/bibsched/doc/Makefile.am,
modules/bibsched/doc/admin/Makefile.am,
modules/bibsched/doc/admin/guide.html.wml,
modules/bibsched/doc/admin/index.html.wml,
modules/bibsched/lib/Makefile.am, modules/bibsched/lib/bibsched.py,
modules/bibsched/lib/bibtaskex.py, modules/bibupload/Makefile.am,
modules/bibupload/bin/Makefile.am,
modules/bibupload/bin/bibupload.in,
modules/bibupload/doc/Makefile.am,
modules/bibupload/doc/admin/Makefile.am,
modules/bibupload/doc/admin/guide.html.wml,
modules/bibupload/doc/admin/index.html.wml,
modules/bibupload/lib/Makefile.am,
modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_config.py,
modules/bibupload/lib/bibupload_regression_tests.py,
modules/elmsubmit/Makefile.am, modules/elmsubmit/bin/Makefile.am,
modules/elmsubmit/bin/elmsubmit.in,
modules/elmsubmit/doc/Makefile.am,
modules/elmsubmit/doc/admin/Makefile.am,
modules/elmsubmit/doc/admin/guide.html.wml,
modules/elmsubmit/doc/admin/index.html.wml,
modules/elmsubmit/doc/hacking/Makefile.am,
modules/elmsubmit/etc/Makefile.am,
modules/elmsubmit/etc/elmsubmit.cfg.in,
modules/elmsubmit/lib/Makefile.am,
modules/elmsubmit/lib/elmsubmit.py,
modules/elmsubmit/lib/elmsubmit_EZArchive.py,
modules/elmsubmit/lib/elmsubmit_EZEmail.py,
modules/elmsubmit/lib/elmsubmit_config.py,
modules/elmsubmit/lib/elmsubmit_enriched2txt.py,
modules/elmsubmit/lib/elmsubmit_field_validation.py,
modules/elmsubmit/lib/elmsubmit_filename_generator.py,
modules/elmsubmit/lib/elmsubmit_generate_marc.py,
modules/elmsubmit/lib/elmsubmit_html2txt.py,
modules/elmsubmit/lib/elmsubmit_misc.py,
modules/elmsubmit/lib/elmsubmit_richtext2txt.py,
modules/elmsubmit/lib/elmsubmit_submission_parser.py,
modules/elmsubmit/lib/elmsubmit_tests.py,
modules/elmsubmit/lib/myhtmlentitydefs.py,
modules/elmsubmit/lib/magic/Makefile.am,
modules/elmsubmit/lib/magic/compile_magic.py,
modules/miscutil/Makefile.am, modules/miscutil/bin/Makefile.am,
modules/miscutil/bin/dbexec.in, modules/miscutil/bin/dbtest.in,
modules/miscutil/bin/regressiontestsuite.in,
modules/miscutil/bin/testsuite.in,
modules/miscutil/demo/Makefile.am,
modules/miscutil/doc/Makefile.am,
modules/miscutil/doc/hacking/Makefile.am,
modules/miscutil/doc/hacking/dateutils.html.wml,
modules/miscutil/doc/hacking/dbquery.html.wml,
modules/miscutil/doc/hacking/errorlib.html.wml,
modules/miscutil/doc/hacking/index.html.wml,
modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/config.py.wml,
modules/miscutil/lib/dateutils.py,
modules/miscutil/lib/dateutils_tests.py,
modules/miscutil/lib/dbquery.py.wml,
modules/miscutil/lib/dbquery_tests.py,
modules/miscutil/lib/errorHandling.php.wml,
modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/errorlib_regression_tests.py,
modules/miscutil/lib/errorlib_tests.py,
modules/miscutil/lib/errorlib_webinterface.py,
modules/miscutil/lib/htmlutils.py,
modules/miscutil/lib/htmlutils_tests.py,
modules/miscutil/lib/kwalitee.py,
modules/miscutil/lib/messages.py.wml,
modules/miscutil/lib/miscutil_config.py,
modules/miscutil/lib/testimport.py,
modules/miscutil/lib/testutils.py,
modules/miscutil/lib/testutils_regression_tests.py,
modules/miscutil/lib/textutils.py,
modules/miscutil/lib/urlutils.py, modules/miscutil/sql/Makefile.am,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql,
modules/miscutil/sql/tabfill.sql.wml,
modules/miscutil/web/Makefile.am, modules/webaccess/Makefile.am,
modules/webaccess/bin/Makefile.am,
modules/webaccess/bin/authaction.in,
modules/webaccess/bin/webaccessadmin.in,
modules/webaccess/doc/Makefile.am,
modules/webaccess/doc/admin/Makefile.am,
modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/doc/admin/index.html.wml,
modules/webaccess/doc/hacking/Makefile.am,
modules/webaccess/doc/hacking/admin-internals.html.wml,
modules/webaccess/doc/hacking/api.html.wml,
modules/webaccess/doc/hacking/index.html.wml,
modules/webaccess/doc/hacking/table-structure.html.wml,
modules/webaccess/lib/Makefile.am,
modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/external_authentication.py,
modules/webaccess/lib/external_authentication_cern.py,
modules/webaccess/lib/external_authentication_cern_tests.py,
modules/webaccess/lib/external_authentication_cern_wrapper.py,
modules/webaccess/lib/webaccess_regression_tests.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webaccess/web/Makefile.am,
modules/webaccess/web/admin/Makefile.am,
modules/webaccess/web/admin/webaccessadmin.py,
modules/webalert/Makefile.am, modules/webalert/bin/Makefile.am,
modules/webalert/bin/alertengine.in,
modules/webalert/doc/Makefile.am,
modules/webalert/doc/admin/Makefile.am,
modules/webalert/doc/admin/guide.html.wml,
modules/webalert/doc/admin/index.html.wml,
modules/webalert/lib/Makefile.am,
modules/webalert/lib/alert_engine.py,
modules/webalert/lib/alert_engine_config.py,
modules/webalert/lib/htmlparser.py,
modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert_regression_tests.py,
modules/webalert/lib/webalert_templates.py,
modules/webalert/lib/webalert_webinterface.py,
modules/webalert/web/Makefile.am, modules/webbasket/Makefile.am,
modules/webbasket/doc/Makefile.am,
modules/webbasket/doc/admin/Makefile.am,
modules/webbasket/doc/admin/guide.html.wml,
modules/webbasket/doc/admin/index.html.wml,
modules/webbasket/lib/Makefile.am,
modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_config.py,
modules/webbasket/lib/webbasket_dblayer.py,
modules/webbasket/lib/webbasket_migration_kit.py,
modules/webbasket/lib/webbasket_regression_tests.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webbasket/lib/webbasket_webinterface.py,
modules/webbasket/web/Makefile.am, modules/webcomment/Makefile.am,
modules/webcomment/doc/Makefile.am,
modules/webcomment/doc/admin/Makefile.am,
modules/webcomment/doc/admin/guide.html.wml,
modules/webcomment/doc/admin/index.html.wml,
modules/webcomment/doc/hacking/Makefile.am,
modules/webcomment/lib/Makefile.am,
modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_config.py,
modules/webcomment/lib/webcomment_regression_tests.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcomment_tests.py,
modules/webcomment/lib/webcomment_webinterface.py,
modules/webcomment/lib/webcommentadminlib.py,
modules/webcomment/web/Makefile.am,
modules/webcomment/web/admin/Makefile.am,
modules/webcomment/web/admin/webcommentadmin.py,
modules/webhelp/Makefile.am, modules/webhelp/web/Makefile.am,
modules/webhelp/web/index.html.wml,
modules/webhelp/web/admin/Makefile.am,
modules/webhelp/web/admin/index.html.wml,
modules/webhelp/web/admin/howto/Makefile.am,
modules/webhelp/web/admin/howto/index.html.wml,
modules/webhelp/web/admin/howto/marc.html.wml,
modules/webhelp/web/admin/howto/migrate.html.wml,
modules/webhelp/web/admin/howto/run.html.wml,
modules/webhelp/web/hacking/Makefile.am,
modules/webhelp/web/hacking/cdsware.el,
modules/webhelp/web/hacking/concepts.html.wml,
modules/webhelp/web/hacking/directory.html.wml,
modules/webhelp/web/hacking/index.html.wml,
modules/webhelp/web/hacking/modules.html.wml,
modules/webhelp/web/hacking/releases.html.wml,
modules/webhelp/web/hacking/style.html.wml,
modules/webhelp/web/hacking/testsuite.html.wml,
modules/webmessage/Makefile.am, modules/webmessage/bin/Makefile.am,
modules/webmessage/bin/webmessageadmin.in,
modules/webmessage/doc/Makefile.am,
modules/webmessage/doc/admin/Makefile.am,
modules/webmessage/doc/admin/guide.html.wml,
modules/webmessage/doc/admin/index.html.wml,
modules/webmessage/lib/Makefile.am,
modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_config.py,
modules/webmessage/lib/webmessage_dblayer.py,
modules/webmessage/lib/webmessage_mailutils.py,
modules/webmessage/lib/webmessage_regression_tests.py,
modules/webmessage/lib/webmessage_templates.py,
modules/webmessage/lib/webmessage_webinterface.py,
modules/webmessage/web/Makefile.am, modules/websearch/Makefile.am,
modules/websearch/bin/Makefile.am,
modules/websearch/bin/webcoll.in,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/guide.html.wml,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml,
modules/websearch/doc/admin/Makefile.am,
modules/websearch/doc/admin/guide.html.wml,
modules/websearch/doc/admin/index.html.wml,
modules/websearch/doc/hacking/Makefile.am,
modules/websearch/doc/hacking/api.html.wml,
modules/websearch/doc/hacking/index.html.wml,
modules/websearch/doc/hacking/stages.html.wml,
modules/websearch/lib/Makefile.am,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/search_engine_config.py,
modules/websearch/lib/search_engine_tests.py,
modules/websearch/lib/websearch_external_collections.py,
modules/websearch/lib/websearch_external_collections_config.py,
modules/websearch/lib/websearch_external_collections_getter.py,
modules/websearch/lib/websearch_external_collections_getter_tests.py,
modules/websearch/lib/websearch_external_collections_parser.py,
modules/websearch/lib/websearch_external_collections_searcher.py,
modules/websearch/lib/websearch_external_collections_templates.py,
modules/websearch/lib/websearch_external_collections_tests.py,
modules/websearch/lib/websearch_external_collections_utils.py,
modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webcoll.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websearch/lib/websearchadmin_regression_tests.py,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/Makefile.am,
modules/websearch/web/admin/Makefile.am,
modules/websearch/web/admin/websearchadmin.py,
modules/websession/Makefile.am, modules/websession/bin/Makefile.am,
modules/websession/bin/sessiongc.in,
modules/websession/doc/Makefile.am,
modules/websession/doc/admin/Makefile.am,
modules/websession/doc/admin/guide.html.wml,
modules/websession/doc/admin/index.html.wml,
modules/websession/lib/Makefile.am,
modules/websession/lib/session.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/webgroup.py,
modules/websession/lib/webgroup_dblayer.py,
modules/websession/lib/webgroup_regression_tests.py,
modules/websession/lib/webgroup_tests.py,
modules/websession/lib/websession.py,
modules/websession/lib/websession_config.py,
modules/websession/lib/websession_regression_tests.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py,
modules/websession/lib/webuser_regression_tests.py,
modules/websession/lib/webuser_tests.py,
modules/websession/web/Makefile.am,
modules/websession/web/sessinit.inc.php.wml,
modules/webstat/Makefile.am, modules/webstat/bin/Makefile.am,
modules/webstat/bin/webstat.in, modules/webstat/doc/Makefile.am,
modules/webstat/doc/admin/Makefile.am,
modules/webstat/doc/admin/guide.html.wml,
modules/webstat/doc/admin/index.html.wml,
modules/webstat/doc/hacking/Makefile.am,
modules/webstat/etc/Makefile.am, modules/webstat/lib/Makefile.am,
modules/webstat/lib/load.lisp, modules/webstat/lib/webstatlib.lisp,
modules/webstyle/Makefile.am, modules/webstyle/css/Makefile.am,
modules/webstyle/css/cds.css, modules/webstyle/doc/Makefile.am,
modules/webstyle/doc/admin/Makefile.am,
modules/webstyle/doc/admin/guide.html.wml,
modules/webstyle/doc/admin/index.html.wml,
modules/webstyle/img/Makefile.am, modules/webstyle/lib/Makefile.am,
modules/webstyle/lib/template.py,
modules/webstyle/lib/webinterface_handler.py,
modules/webstyle/lib/webinterface_layout.py,
modules/webstyle/lib/webinterface_tests.py,
modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/Makefile.am, modules/websubmit/bin/Makefile.am,
modules/websubmit/bin/thumbmaker.in,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/access.html.wml,
modules/websubmit/doc/actions.html.wml,
modules/websubmit/doc/approval.html.wml,
modules/websubmit/doc/approvals.html.wml,
modules/websubmit/doc/bibliographic_fields.html.wml,
modules/websubmit/doc/description.html.wml,
modules/websubmit/doc/file_transfer.html.wml,
modules/websubmit/doc/index.html.wml,
modules/websubmit/doc/introduction.html.wml,
modules/websubmit/doc/login.html.wml,
modules/websubmit/doc/modification.html.wml,
modules/websubmit/doc/password.html.wml,
modules/websubmit/doc/pending.html.wml,
modules/websubmit/doc/revised_version.html.wml,
modules/websubmit/doc/submission.html.wml,
modules/websubmit/doc/subnumber.html.wml,
modules/websubmit/doc/admin/Makefile.am,
modules/websubmit/doc/admin/guide.html.wml,
modules/websubmit/doc/admin/index.html.wml,
modules/websubmit/etc/Makefile.am,
modules/websubmit/etc/bibconvert/Makefile.am,
modules/websubmit/etc/bibconvert/KB/Makefile.am,
modules/websubmit/etc/bibconvert/config/Makefile.am,
modules/websubmit/lib/Makefile.am, modules/websubmit/lib/file.py,
modules/websubmit/lib/websubmit_config.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_regression_tests.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/lib/websubmitadmin_config.py,
modules/websubmit/lib/websubmitadmin_dblayer.py,
modules/websubmit/lib/websubmitadmin_engine.py,
modules/websubmit/lib/websubmitadmin_regression_tests.py,
modules/websubmit/lib/websubmitadmin_templates.py,
modules/websubmit/lib/functions/Add_Files.py,
modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py,
modules/websubmit/lib/functions/CaseEDS.py,
modules/websubmit/lib/functions/Convert_RecXML_to_RecALEPH.py,
modules/websubmit/lib/functions/Create_Modify_Interface.py,
modules/websubmit/lib/functions/Create_Recid.py,
modules/websubmit/lib/functions/Finish_Submission.py,
modules/websubmit/lib/functions/Format_Record.py,
modules/websubmit/lib/functions/Get_Info.py,
modules/websubmit/lib/functions/Get_Recid.py,
modules/websubmit/lib/functions/Get_Report_Number.py,
modules/websubmit/lib/functions/Get_Sysno.py,
modules/websubmit/lib/functions/Insert_Modify_Record.py,
modules/websubmit/lib/functions/Insert_Record.py,
modules/websubmit/lib/functions/Is_Original_Submitter.py,
modules/websubmit/lib/functions/Is_Referee.py,
modules/websubmit/lib/functions/Mail_Submitter.py,
modules/websubmit/lib/functions/Make_Modify_Record.py,
modules/websubmit/lib/functions/Make_Record.py,
modules/websubmit/lib/functions/Makefile.am,
modules/websubmit/lib/functions/Move_Files_Archive.py,
modules/websubmit/lib/functions/Move_From_Pending.py,
modules/websubmit/lib/functions/Move_to_Done.py,
modules/websubmit/lib/functions/Move_to_Pending.py,
modules/websubmit/lib/functions/Print_Success.py,
modules/websubmit/lib/functions/Print_Success_APP.py,
modules/websubmit/lib/functions/Print_Success_DEL.py,
modules/websubmit/lib/functions/Print_Success_MBI.py,
modules/websubmit/lib/functions/Print_Success_SRV.py,
modules/websubmit/lib/functions/Report_Number_Generation.py,
modules/websubmit/lib/functions/Retrieve_Data.py,
modules/websubmit/lib/functions/Send_APP_Mail.py,
modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py,
modules/websubmit/lib/functions/Test_Status.py,
modules/websubmit/lib/functions/Update_Approval_DB.py,
modules/websubmit/lib/functions/Upload_Files.py,
modules/websubmit/lib/functions/mail.py,
modules/websubmit/web/Makefile.am,
modules/websubmit/web/approve.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/admin/Makefile.am,
modules/websubmit/web/admin/referees.py,
modules/websubmit/web/admin/websubmitadmin.py, po/bg.po, po/ca.po,
po/cs.po, po/de.po, po/el.po, po/en.po, po/es.po, po/fr.po,
po/hr.po, po/i18n_extract_from_wml_source.py,
po/i18n_update_wml_target.py, po/it.po, po/ja.po, po/no.po,
po/pl.po, po/pt.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po: Updated
copyright years (2007).
2007-02-14 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/it.po,
po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po,
po/sv.po, po/uk.po: Updated message references and increased
version number as per the forthcoming release of v0.92.1.
2007-02-14 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_migration_kit_templates.py,
modules/elmsubmit/lib/elmsubmit.py,
modules/websubmit/doc/admin/guide.html.wml,
modules/websubmit/lib/websubmit_engine.py: Fixed "CDSWare" typos;
either replaced by CDSware, or by CDS Invenio, or dropped, as
appropriate.
2007-02-14 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Corrected path to miscutil in update-v0.92.0-tables.
2007-02-14 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Fixed a bug in recognition of
reference line 'marker'; Fixed a bug in counting of miscellaneous
subfields - only misc subfields on their own, within their own
datafield are counted as misc.
2007-02-14 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Bump up the version number in view of forthcoming
release of v0.92.1.
2007-02-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed
print_records_header() and print_records_footer() to behave
properly in case of text-oriented output (of=tm).
2007-02-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webgroup_tests.py: Fixed test of "set"
behaviour on Python 2.3.
2007-02-14 Samuele Kaplun <samuele.kaplun@cern.ch>
* Makefile.am, modules/miscutil/bin/testsuite.in,
modules/miscutil/sql/tabcreate.sql,
modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/lib/Makefile.am,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/external_authentication.py,
modules/webaccess/lib/external_authentication_cern.py,
modules/webaccess/lib/external_authentication_cern_tests.py,
modules/webaccess/lib/external_authentication_cern_wrapper.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websession/lib/Makefile.am,
modules/websession/lib/webaccount.py,
modules/websession/lib/webgroup.py,
modules/websession/lib/webgroup_dblayer.py,
modules/websession/lib/webgroup_regression_tests.py,
modules/websession/lib/webgroup_tests.py,
modules/websession/lib/websession_config.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py,
modules/websession/lib/webuser_regression_tests.py: Added support
for external user groups and external user settings. Updated CERN
Authentication example.
2007-02-14 Gregory Favre <gregory.favre@cern.ch>
* modules/websubmit/doc/admin/guide.html.wml,
modules/websubmit/lib/functions/Report_Number_Generation.py: Added
possibility to generate report number using any of the files
created during submission process. Updated doc to reflect these
changes.
2007-02-14 Diane Berkovits <diane.berkovits@cern.ch>
* modules/bibedit/lib/bibrecord.py,
modules/bibedit/lib/bibrecord_tests.py: Add parameters to print_rec
and princ_recs in order to be able to select fields to be printed.
Add corresponding test unit
2007-02-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed test on value of
'ot' that would cause an old formatting procedure to be used.
Removed an access to bibfmt and used format_record() instead.
2007-02-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat.py: Made retrieval of cached
formatted output only possible when user language is equal to
'cdslang' (as only formatted notice in this language are cached).
2007-02-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Updated test
on Picture detailed format to reflect new url for copyright info.
2007-02-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Picture_HTML_detailed.bft:
Updated copyright link.
2007-02-14 Jerome Caffaro <jerome.caffaro@cern.ch>
*
modules/bibformat/etc/format_templates/Default_HTML_similarity.bft:
Propageted language in HS format.
2007-02-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/Makefile.am,
modules/bibformat/lib/elements/bfe_client_info.py: Added new format
element.
2007-02-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository_tests.py: Split one test.
2007-02-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Updated
regression test for new output generated to propagate user language
through links.
2007-02-14 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Complete rewrite of
refextract. No more Object-Orientation, new treatment of the
knowledge base of periodical titles.
2007-02-14 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract_config.py: Added new config
variables used by refextract to build MARC XML.
2007-02-14 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/lib/config.py.wml: Removed note '# FIXME: not
used?' from CFG_PATH_GFILE - gfile is used by refextract.
2007-02-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* Makefile.am: Added insert for Get_Recid function into
update-v0.92.0-tables.
2007-02-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_photo_resources_brief.py:
Propagated user language in link of the element.
2007-02-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository_tests.py: Added performance
test for serving speed of OAI repository.
2007-02-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Replaced use of
'Get_Sysno' with 'Get_Recid' in demo submissions.
2007-02-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py: Added
module-level docstring.
2007-02-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Get_Sysno.py: Added docstring;
Marked this function as deprecated with direction to use Get_Recid
function instead.
2007-02-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Added the Get_Recid
function.
2007-02-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/doc/admin/guide.html.wml: Added description of
new function 'Get_Recid'; Marked function 'Get_Sysno' as
deprecated.
2007-02-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository.py: Reversed order of
additional authors for DC output, in order to match other outputs.
2007-02-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py,
modules/bibformat/lib/elements/bfe_addresses.py,
modules/bibformat/lib/elements/bfe_authors.py,
modules/bibformat/lib/elements/bfe_cited_by.py,
modules/bibformat/lib/elements/bfe_contact.py,
modules/bibformat/lib/elements/bfe_edit_record.py,
modules/bibformat/lib/elements/bfe_editors.py,
modules/bibformat/lib/elements/bfe_keywords.py,
modules/bibformat/lib/elements/bfe_references.py,
modules/bibformat/lib/elements/bfe_url.py: Propagated language
through all internal links. Modified regression tests accordingly.
Some code refactoring.
2007-02-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added line for
function 'Get_Recid.py'.
2007-02-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Get_Recid.py: First version of
'Get_Recid' function. Given a report-number (stored in the global
'rn'), this function will retrive the recid for the corresponding
record and store it into the global 'sysno'. It will also store it
into a file called SN in the current submission directory. **This
function will replace the older 'Get_Sysno' function.**
2007-02-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/doc/admin/guide.html.wml: Added section on the
fulltext indexing.
2007-02-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Explicitly remove
DELETED records when calculating collection universe. Fixes the
problem with deleted records in virtual collections reported by
Robert Forkel.
2007-02-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository.py: Improved transformation
of marcxml retrieved from database for oaimarcxml output.
2007-02-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository.py: Improved speed for OAI
harvesting with verb=ListRecords&metadataPrefix=marcxml. Fixed
broken output with verb=ListIdentifiers in case of deleted record
and CFG_OAI_DELETED_POLICY="no".
2007-02-12 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket_dblayer.py: Fixed bug while
changing a public basket's topic (misplaced parentheses). Thanks to
Michael Ehrismann for reporting the bug
2007-02-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/lib/htmlutils.py: Added <sub> and <sup> to
default list of allowed tags.
2007-02-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/bin/bibreformat.in: Whitespace for empty
indicators of datafield FMT.
2007-02-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed broken MARCXML,
Dublin Core and RSS outputs, because of multiple insertions of
footer and header. Thanks to Robert Forkel for reporting the
problem.
2007-02-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/bin/bibharvest.in: Fixed a wrong regular
expression used to retrieve resumptionToken. Thanks to Guido
Pelzer for reporting the problem.
2007-02-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository.py: Improved speed.
2007-02-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml: Updated admin guide
with information on BibReformat. Small reorganization and visual
layout revision of the sections.
2007-02-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibedit/lib/bibedit_engine.py: Fixed bug that would
prevent displaying/editing of records containing control fields
other than 001.
2007-02-08 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websearch/lib/search_engine.py: Variable
CFG_BIBRANK_SHOW_DOWNLOAD_GRAPHS for download graphs moved to
config.py.wml
2007-02-08 Diane Berkovits <diane.berkovits@cern.ch>
* modules/miscutil/lib/config.py.wml: New variable for download
graph
2007-02-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webbasket/lib/webbasket.py: Replaced usage of
'print_record' with 'format_record'. Made baskets display
correctly even if record is not HB-preformatted in bibfmt table.
2007-02-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/doc/admin/example_oaimarc2xm.xsl,
modules/bibconvert/etc/oaidc2marcxml.xsl,
modules/bibconvert/etc/oaimarc2marcxml.xsl: Added a processor
instruction to the XSLT in order to produce an UTF-8 output.
2007-02-07 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/migrate.html.wml: Put explicit
example of a 980 tag to be created before the first upload. Added
a note about creating collections later via the WebSearch Admin.
2007-02-07 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/migrate.html.wml: Added notes
about XSLT oriented BibConvert mode. Added a note about enriching
records by the collection identifier.
2007-02-07 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Warn about MySQLdb 1.2.1 potential encoding troubles
too, not only about 1.2.1_p2. Advise to use 1.2.0 tarball as an
alternative to patching 1.2.1 versions.
2007-02-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload_regression_tests.py: Added
regression test for respecting uppercase/lowercase values when
inserting similar records.
2007-02-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: When inserting into bibxxx
tables, during the look up of already existing values there,
respect strictly upper/lower case of the value to be inserted.
2007-02-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oai_repository.py: Eliminated duplicate sets
in OAI-PMH 'ListSets' response. Eliminated duplicates sets in
proposed sets when adding new source in OAI Repository Admin.
2007-02-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiarchiveadminlib.py: Corrected link to
guide in the admin pages.
2007-02-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Fixed a bug in the
procedure that determines which format template to use based on
output format rules (RegExp was not trying to match complete
string).
2007-02-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/file.py: Rewrote readfile() to better
handle unreadable files
2007-02-01 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Use double quotes
enclosures when expanding WML variables, permitting CDSNAME and
CDSNAMEINTL to contain single quotes.
2007-01-26 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py,
modules/websearch/lib/websearch_templates.py: Fixed &nbsp; typos,
thanks to Ferran Jorba.
2007-01-26 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/bibharvest_templates.py,
modules/bibindex/lib/bibindexadminlib.py: Fixed &nbsp; typos,
thanks to Ferran Jorba.
2007-01-26 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_templates.py: Fixed &nbsp; typo,
thanks to Ferran Jorba.
2007-01-26 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_migration_kit.py: Fixed
add_default_case variable initialization location, thanks to Ferran
Jorba.
2007-01-26 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Use bibformat.format_record()
rather than search_engine.print_record() to obtain MARCXML of
existing records that are to be updated. This fixes the problem of
revival of deleted records.
2007-01-25 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload_regression_tests.py: Enhanced the
complete regression test suite in order to check for the tag 001
values by default too, whenever appropriate.
2007-01-25 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: When matching MARCXML input
file records against the database, if a match was found via an
external system number or via an OAI identifier tag, then enrich
the MARCXML input record by putting the corresponding record ID
into the tag 001.
2007-01-25 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: When using the new
format_records() function, set the record_separator argument to
newline, fixing joined format nuisance formatting such as
"</record><record>" in the search engine MARCXML output.
2007-01-24 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Fixed link to pptHtml package, thanks to Greg.
2007-01-24 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css: Introduced new CSS style for "Focus
on", and "Search also" boxes. (Graphical example only, may be
changed later.) Also, fixed a typo in the color definition of
externalcollectionsbox.
2007-01-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Introduced
different CSS style properties for "Narrow by collection", "Focus
on", and "Search also" boxes. This permits to differentiate them
graphically by CSS without having to edit the templates.
2007-01-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/file.py: More fixes related to the new
bibdoc.status column meaning. (Still, the currently mixed
string/int value policy is not cool and should be properly
cleaned.)
2007-01-18 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearchadminlib.py: Escape collection
definition when modifying a collection, fixing display problems for
collections defined via phrase searches (quotes).
2007-01-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_migration_kit.py: bfe_to_create
should be empty dict, not empty list. Thanks to Ferran Jorba for
reporting the problem.
2007-01-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_migration_kit_templates.py: Fixed
link to the BibFormat Admin -> Manage Format Templates page.
Thanks to Ferran Jorba for reporting the problem.
2007-01-18 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_templates.py: Fixed a bug in the
display of submission-collections on WebSubmit main-page. Thanks to
Theodoros
2007-01-18 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added forgotten "bibdoc.status" column value update
(deleted->1) that must be done when upgrading to v0.92.0. (The
bibdoc.status column treatment is to be fully prettified later,
e.g. the column type still stayed char, etc.) Thanks to Mike
Marino for reporting the problem.
2007-01-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibedit_templates.py: Updated BibEdit header
cosmetics (removed spaces before punctuation, removed spaces inside
URL labels). Also, changed "Return to Record" and "Save" button
labels to "Done" for better user-friendliness.
2007-01-17 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added a note on the necessity of using GNU make (gmake)
on FreeBSD and Mac OS X, thanks to Paolo Tealdi.
2007-01-16 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/it.po,
po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po,
po/sv.po, po/uk.po: Update message references with respect to the
release of v0.92.0.20070116.
2007-01-16 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py: Renamed
'database' parameter to 'alephdatabase' (it is more meaningful in
the context of a submission.)
2007-01-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearchadminlib.py: When creating new
portalbox, do not escape HTML markup in its title or body,
consistently with how the portalbox modification behaves. Thanks
to Theodoros Theodoropoulos for reporting the problem.
2007-01-16 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Fixed typo in the AM_INIT_AUTOMAKE version number.
Updated example location of "--with-weburl".
2007-01-16 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Version bump due to the internal release of
v0.92.0.20070116.
2007-01-16 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_templates.py: Fixed a bug where
re.escape was used instead of cgi.escape to escape values in a
JavaScript function.
2007-01-16 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Convert_RecXML_to_RecALEPH.py:
Completely re-wrote function. Better error-checking, etc.
2007-01-16 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: During "make update-v0.92.0-tables", set the note
column of the admin account to the activated state, if not done
yet.
2007-01-16 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Create "admin" user in an
already-activated account state (note=1), fixing admin login
problems for sites created with the mostly-closed account policy
(CFG_ACCESS_CONTROL_LEVEL_ACCOUNTS>0). Thanks to Theodoros
Theodoropoulos.
2007-01-16 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added "update-v0.92.0-tables" target.
2007-01-16 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Changed "arguments" column
type of the "schTASK" table from TEXT to BLOB, fixing scheduling
problems encountered on some MySQLdb/MySQL setups. Thanks to
Theodoros Theodoropoulos for reporting the problem.
2007-01-16 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py: Changed
names of 3 config variables to take the standard 'CFG_*' form; Some
minor cleaning of code.
2007-01-16 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added note on SELinux and Fedora Core 6 concerning the
need to check the Apache user write permissions, thanks to Kam-ming
Ku.
2007-01-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/doc/admin/guide.html.wml: Use blank space as
empty indicator in the MARCXML guide example.
2007-01-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibconvert/lib/bibconvert.py: Fixed a bug concerning
empty fields. Functions attached to fields are no longer ignored
when the field has no value.
E.g. Consider the following line: 300---<datafield tag="300"
ind1=" " ind2=" "><subfield
code="a"><:Num::Num:><:Num::Num::IF(,mult. p,
p):></subfield></datafield> If there is no value for the field
"Num", the desirable output is: <datafield tag="300" ind1=" "
ind2=" "><subfield code="a">mult. p</subfield></datafield> However,
this did not work - when Num had no value, the function (IF in this
case) was ignored and the line was not printed. This has been
fixed. Also now, given the following template line:
300---<datafield tag="300" ind1=" " ind2=" "><subfield
code="a"><:Num::Num:><:Num::Num::IF(,, p):></subfield></datafield>
If the value of Num is "33", the following will be printed:
<datafield tag="300" ind1=" " ind2=" "><subfield code="a">33
p</subfield></datafield> If however Num has no value, the line will
not be printed. This is because the "IF" function will return
nothing, and it is considered undesirable to print the line.
2007-01-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections_searcher.py,
modules/websearch/lib/websearch_external_collections_utils.py:
Print eventual warnings and errors on stderr, not stdout. Fixes
problem with indirect importation of these files by bibconvert via
search engine, potentially messing up bibconvert's output. The
proper treatment of warnings/errors is to be introduced later
together with the rewrite of errorlib.
2007-01-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py: More detailed
status returned by validate() function when validating OAI source.
2007-01-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibedit_templates.py,
modules/bibedit/web/admin/bibeditadmin.py: Fixed bug where some
fields would never be edited (because of check on values to
validate modification). Based edition on field/subfield index
instead of values.
2007-01-11 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml,
modules/bibformat/doc/hacking/api.html.wml: Updated guide and API
for document how to escape values.
2007-01-10 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibedit_templates.py: Fixed bug that would
cause modification of wrong subfield when several fields would have
the same tag, indicators, subcode and value. Fixed bug that would
delete all subfields instead of only one when one field would have
many subfields with same subcode and value. Modified some
comments.
2007-01-09 Tibor Simko <tibor.simko@cern.ch>
* CREDITS: Acknowledged Guido and Theodoros with respect to the
stopwords list contribution.
2007-01-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/etc/stopwords.el.kb: Added standard copyright
message.
2007-01-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/etc/Makefile.am,
modules/bibrank/etc/stopwords.el.kb: Added Greek stopword list,
thanks to Theodoros Theodoropoulos.
2007-01-09 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Fixed link to the MySQLdb 1.2.1_p2 sourceforge patch,
thanks to Theodoropoulos Theodoros for reporting the problem.
2007-01-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_regression_tests.py: Updated to
use 'weburl' variable instead of a fixed string for server name in
reference outputs.
2007-01-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibedit/lib/bibedit_dblayer.py: Fixed handling of empty
indicators that prevented edition of some fields.
2007-01-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/Makefile.am,
modules/bibformat/lib/bibformat_regression_tests.py: Added
regression tests suite to BibFormat.
2007-01-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/demo/demobibdata.xml: Prefixed abstract fields
of demo records 75 and 76 with keyword <!--HTML-->, as these fields
contain HTML tags. Updated <br> tags of these fields to <br /> to
be XHTML valid.
2007-01-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/elements/bfe_abstract.py: Added HTML-aware
escaping (from htmlutils.py) for field values starting with keyword
<!--HTML-->. Modified bfe_abstract to use this escaping.
2007-01-08 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_templates.py: Corrected bug
in modification of doctype details. Attempted to cgi.escape a None
value. None value is now converted to string.
2007-01-08 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_engine.py: Corrected bug
when washing 'clonefrom' variable when adding new document type.
2007-01-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_migration_kit.py: Modified
migration script of knowledge bases to correctly deal with possible
NULL values for 'doc' column.
2007-01-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformatadminlib.py: Fixed one link in
standard navigation trail that might create wrong links to old
BibFormat admin interface from new admin when web interface
language has been changed.
2006-12-22 Jerome Caffaro <jerome.caffaro@cern.ch>
*
modules/bibformat/etc/format_templates/Default_HTML_similarity.bft:
Updated similarity template to rely on field tag instead of field
name.
2006-12-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py: Fixed problem of empty
controlfieds when minidom parser is used.
2006-12-22 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Bump up the version number after the release of
v0.92.0.
CDS Invenio v0.92.0 (released 2006-12-21)
=========================================
2006-12-22 Tibor Simko <tibor.simko@cern.ch>
* NEWS, RELEASE-NOTES: Fixed typo in the module name.
2006-12-22 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/it.po,
po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po,
po/sv.po, po/uk.po: Final update of message references for v0.92.0
release.
2006-12-22 Tibor Simko <tibor.simko@cern.ch>
* ChangeLog: Release of CDS Invenio v0.92.0.
2006-12-22 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Updates for Alberto and Jerome.
2006-12-22 Tibor Simko <tibor.simko@cern.ch>
* NEWS, RELEASE-NOTES: Release of CDS Invenio v0.92.0.
2006-12-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Default_HTML_detailed.bft,
modules/bibformat/etc/format_templates/Picture_HTML_detailed.bft,
modules/bibformat/lib/elements/bfe_authors.py,
modules/bibformat/lib/elements/bfe_external_publications.py:
Updated bfe_authors to display affiliation of each author. Fixed
possible crash in bfe_external_publications.py when used with
records not having required fields.
2006-12-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_bfx_engine.py: Updated for new
empty indicators notation.
2006-12-21 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/bibconvert/config/EDSPICTcreate.tpl.in,
modules/websubmit/etc/bibconvert/config/EDSPICTmodify.tpl,
modules/websubmit/etc/bibconvert/config/EDSRPICTcreate.tpl.in,
modules/websubmit/etc/bibconvert/config/EDSRPICTmodify.tpl:
Upgraded demo submission templates. Re-ordered lines by ascending
MARC field number; Changed labels for creation and modification
template lines - no longer using 'AU','TI', etc - now labelled by
MARC field codes; Separated FIRST and ADDITIONAL authors into
100__a for first author, 700__a for additional authors; Added space
into empty indicators for datafields; Other general upgrades,
including change away from old getfile.py URL to new style of
'WEBURL/record/XXXX/files/;
2006-12-21 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/etc/bibconvert/config/EDSRTEXTcreate.tpl.in,
modules/websubmit/etc/bibconvert/config/EDSRTEXTmodify.tpl,
modules/websubmit/etc/bibconvert/config/EDSTEXTcreate.tpl.in,
modules/websubmit/etc/bibconvert/config/EDSTEXTmodify.tpl: Upgraded
demo submission templates. Re-ordered lines by ascending MARC field
number; Changed labels for creation and modification template lines
- no longer using 'AU','TI', etc - now labelled by MARC field
codes; Separated FIRST and ADDITIONAL authors into 100__a for first
author, 700__a for additional authors; Added space into empty
indicators for datafields; Other general upgrades; **Note:**
Modification of Authors in the TEXT and RTEXT submissions will
cause their affiliations to be lost. This needs to be fixed for a
future release.
2006-12-21 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Updated definition of
'AU' WebSubmit element: changed MARC Code value from '100__a' to
'100__a,700__a'.
2006-12-21 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Create_Modify_Interface.py: *
Updated 'Create_Modify_Interface_getfieldval_fromDBrec' function to
enable the retrieval of data from multiple fields. Previously, it
was only possible to retrieve data from 1 field (e.g. '100__a').
Now it is possible to pass multiple fields separated by commas
(e.g. '100__a,700__a').The field values will be joined into a
string, separated by newlines. * Added a better doc-string. *
Cleaned some coding style.
2006-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py: Use new style URL
for links to detailed record pages in sent emails.
2006-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_templates.py: Use new URL schema
in the "more information: click here" link on the publication line
page. (Note: this functionality is currently broken for the
Atlantis demo site, because it points to the detailed record page
of a record that has not been uploaded yet!)
2006-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/publiline.py: Updated link to the fulltext
file location in the sent email.
2006-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/doc/admin/guide.html.wml: Updated URL to an
example document.
2006-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Use .py extension
in links to Your Approvals and Your Submissions pages, as they were
not migrated yet to the new URL schema.
2006-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/guide.html.wml: Updates to the Spanish and
Catalan translations of the Search Guide, thanks to Bea and Ferran.
2006-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Write a short information on
the input file and the selected input mode into the log file,
regardless of verbosity level. Useful for speedy checking of log
files.
2006-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Added tests
for restricted access to detailed record pages.
2006-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Restrict access
to a detailed record page if the record in question belongs to a
restricted primary collection. (Note: may break third party code
that tries to get MARCXML of any record via search interface
without supplying proper access credentials.)
2006-12-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_authors.py: Removed 'contact
person' (field 270 $p) from list of authors.
2006-12-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository.py: Do not output values
for records having no id in CFG_OAI_ID_FIELD field.
2006-12-21 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_dblayer.py: Fixed some
Undefined Variable problems
2006-12-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Completed demo set
definitions.
2006-12-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiarchive_engine.py: Moved test for
unnecessary call to bibupload where it does not break oaiarchive -d
option.
2006-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Fixed bad indentation.
2006-12-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Added possibility to
escape values directly when using field access functions of
BibFormatObject instances.
2006-12-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiarchive_engine.py: Do not call
bibupload when there is no record to upload.
2006-12-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiarchiveadminlib.py: Added notice of the
need to run oaiarchive utility for the settings in 'OAI Repository
Interface' to be taken into account.
2006-12-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiarchive_engine.py: Fixed possible
traceback which would occur when table 'oaiARCHIVE' has
non-expected value in column 'setDefinition'.
2006-12-20 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Hinted at setting up the proper Apache configuration
right after the "make install" step. Updated location of the
"Atlantis Institute of Fictive Science" canonical demo site.
2006-12-20 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Reogranized some parts of the installation instructions,
most notably folded up the three commands that are explicitly
hinted at during the "make install" process. Added handling of
Apache group write privileges. Other minor text updates.
2006-12-20 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/dbtest.in: When the DB connection is not
working, offer explicit SQL statement how to grant the access
rights.
2006-12-20 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/testimport.py: Improved the detection of the
most probable "site-packages" directory location that could have
been false in presence of EGG packages on the system.
2006-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_summary.py: Removed unneeded
file.
2006-12-20 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/it.po,
po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po,
po/sv.po, po/uk.po: Update message references in view of
forthcoming v0.92.0 release.
2006-12-20 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: When some records could not
have been uploaded due to errors such as non-existent record
replacement, print the parsed failed records into the standard
error stream for easier manual inspection by the admin later.
(Note that if the input is a badly formatted XML file to boot, so
that some of the records could not have even been properly parsed,
the standard error stream will currently contain only a note about
the problem, not the precise location of the problematic place in
the input file.)
2006-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine_tests.py: Updated 2 tests
according to new escaping policy
2006-12-20 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py: Modified
record_get_field_values() so that it works with "empty" records.
Updated some comment formatting.
2006-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* Makefile.am: Added OAI migration script (from table 'oaiSET' to
table 'oaiARCHIVE', v 0.7.1). Added update script for OAIArchive
table (from v 0.90.1)
2006-12-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oaiarchive_engine.py,
modules/bibharvest/lib/oaiarchiveadminlib.py: Reverted back to the
use of column 'setDefinition' in table 'oaiARCHIVE' instead of
multiple columns 'p1', 'f1', 'm1', 'p2' etc. for storing set
definition. Small HTML/Python code cleaning.
2006-12-19 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabfill.sql.wml: Modified oaiArchive table to
have non null values.
2006-12-19 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_title.py: Removed double
escaping of 'title'.
2006-12-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Fixed correct mode so that
only the field instances matching the complete tag+ind1+ind2
combinations found in the input file are corrected.
2006-12-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload_regression_tests.py: Enhanced
correct mode test.
2006-12-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload_regression_tests.py: Added test
on the indicator behaviour (empty indicators, blank space
indicators). Updated other tests to reflect the new blank space
indicator policy (as dictated by MARCXML schema) and the new
subfieldless output format for controlfields.
2006-12-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord_tests.py: Updated test MARCXML and
expected results according to the new default policy with blank
space indicators.
2006-12-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py: Updated wash_indicators()
docstring and other mostly cosmetic updates related to new default
blank-space indicator settings.
2006-12-18 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_utils.py: Updated record_get_xml
to produce correct indicator values (whitespace for empty
indicators instead of no space).
2006-12-18 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibedit/lib/bibrecord.py: Made BibRecord handle
whitespaces in the same way as blank spaces and underscore for
indicator values.
2006-12-18 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Print international
collection names in the "no match found..." message that is shown
when no direct hits were found in the current collection(s)
selected by the user and when some hits are findable in other
collections. Thanks to Ferran Jorba for the initial patch
addressing the issue.
2006-12-18 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_addresses.py,
modules/bibformat/lib/elements/bfe_bibtex.py,
modules/bibformat/lib/elements/bfe_cited_by.py,
modules/bibformat/lib/elements/bfe_title.py,
modules/bibformat/lib/elements/bfe_topbanner.py: Added 'manual'
escaping of some format elements producing HTML.
2006-12-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Whenever a blank space
indicator (or an old-style "empty" indicator) is encountered, store
it as underscore into bibxxx tables.
2006-12-18 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: When producing ALEPH
sequential-like textual output format (e.g. HTML MARC), do not
print fake subfields ($$_) for controlfields (002-009) but rather
use standard 001-like output line without any subfields. (NOTE:
this correction may break third-party code relying on the old HTML
MARC output style for controlfields, wrongly used hitherto.)
2006-12-18 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/demobibdata.xml: Use blank space for empty
indicators, as per MARCXML schema.
2006-12-18 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_keywords.py,
modules/bibformat/lib/elements/bfe_notes.py: Escaped some values.
Replaced built-in 'map' function with list comprehensions.
2006-12-18 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_xml_record.py: Made
bfe_xml_record unescaped by default.
2006-12-18 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_bibtex.py: Normalized marc in
calls to field values. Made the module not escaped by default.
Some code reformatting.
2006-12-18 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_publi_info.py: Fixed bug when
trying to escape 'None' values.
2006-12-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/bin/bibreformat.in,
modules/bibformat/doc/admin/guide.html.wml,
modules/bibformat/lib/bibformat_config.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_engine_tests.py,
modules/bibformat/lib/elements/bfe_abstract.py,
modules/bibformat/lib/elements/bfe_affiliation.py,
modules/bibformat/lib/elements/bfe_authors.py,
modules/bibformat/lib/elements/bfe_bfx_engine.py,
modules/bibformat/lib/elements/bfe_cited_by.py,
modules/bibformat/lib/elements/bfe_edit_record.py,
modules/bibformat/lib/elements/bfe_external_publications.py,
modules/bibformat/lib/elements/bfe_fulltext.py,
modules/bibformat/lib/elements/bfe_keywords.py,
modules/bibformat/lib/elements/bfe_photo_resources.py,
modules/bibformat/lib/elements/bfe_photo_resources_brief.py,
modules/bibformat/lib/elements/bfe_publi_info.py,
modules/bibformat/lib/elements/bfe_references.py,
modules/bibformat/lib/elements/bfe_title.py,
modules/bibformat/lib/elements/bfe_topbanner.py,
modules/bibformat/lib/elements/bfe_url.py: Escaping enabled by
default for output produced by all format elements. Added
possibility for elements to override this default behaviour through
escape_values() function. Modified elements that produced HTML to
disable escaping using above function.
2006-12-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/doc/admin/Makefile.am: Modified to reflect
name changes of example files example_oaimarc2xm_collID.kb and
example_oaimarc2xm.xsl.
2006-12-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/doc/admin/doctype.kb,
modules/bibconvert/doc/admin/example_oaimarc2xm.xsl,
modules/bibconvert/doc/admin/example_oaimarc2xm_collID.kb,
modules/bibconvert/doc/admin/oaimarc2marcxml_sample.xsl: Renamed
example files. TOBEREMOVED default string in kb has been renamed
_DELETE_. Example kb modified to not show a one to one mapping.
2006-12-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_engine.py: Corrected
undefined variable problems; corrected import of
'acc_deleteUserRole' from 'invenio.access_control_admin';
2006-12-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_templates.py: Fixed unquoted
SIZE attribute of INPUT tag in function
"tmpl_display_addelementform" (udes to configure a WebSubmit form
element);
2006-12-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/functions/Create_Modify_Interface.py: Fixed
import statement typo.
2006-12-14 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Bump up the version number to v0.92.0.
2006-12-14 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_templates.py: Fixed a bug where
text input fields could have a MAXLENGTH of ZERO when a value was
not set for MAXLENGTH in the element definition in the WebSubmit
DB; Fixed some string escaping for JavaScript repopulation of
element values on page-refresh: previously double-quotes would
break the JavaScript; Cleaned up a few HTML tags;
2006-12-14 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po,
po/de.po, po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po,
po/it.po, po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po,
po/sk.po, po/sv.po, po/uk.po: Updated message references and
version numbers for the forthcoming v0.92.0 release.
2006-12-14 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Bump up the version number to v0.92.0 in view of
the forthcoming release.
2006-12-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/doc/admin/Makefile.am,
modules/bibconvert/doc/admin/doctype.kb,
modules/bibconvert/doc/admin/oaimarc2marcxml_sample.xsl: Added
sample kb and xsl config file as an example of XSL transformation
done with BibConvert, using BibConvert internal formatting
functions.
2006-12-14 Tibor Simko <tibor.simko@cern.ch>
* CREDITS: Added Jasna Markovic for the contributions to the
Croatian translation.
2006-12-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/etc/oaidc2marcxml.xsl,
modules/bibconvert/etc/oaimarc2marcxml.xsl: Added licence info at
beginning of stylesheets. Added comments.
2006-12-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_issn.py: Added journal-issn
mappings collected from http://cdsweb.cern.ch/. Removed 'limit'
option which was not necessary (building mappings is fast).
2006-12-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_issn.py: Added check on
CFG_CERN_SITE to select correct field for getting journal name when
formatting. Revised function names
(build_distant_issns->build_issns_from_distant_site and
build_local_issns->build_issns_from_local_site)
2006-12-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/lib/bibconvert_xslt_engine.py: Simplified
calls to BibConvert formatting function from XSL stylesheet by
handling node in function in addition to string values.
2006-12-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/lib/bibconvert.py: Made formatting function
'KB' aware of default KBs directory to load kb files from there
when full path not specified in calls to 'KB'. Some code
reformatting.
2006-12-13 Tibor Simko <tibor.simko@cern.ch>
* po/hr.po: Added third batch of Croatian translation messages,
thanks to Alen and Jasna.
2006-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload_regression_tests.py: All the
regression tests updated to test also HTML MARC output, not only
XML MARC. This helps to detect errors in bibxxx table updating,
because HTML MARC is currently constructed out of bibxxx tables,
not from XML MARC.
2006-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Fixed "reference" upload mode
to populate bibxxx tables too. bibupload() now returns recid as
integer, not string.
2006-12-13 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websession/lib/webgroup.py: Infos message indeed not
translated(cf previous commit). _ removed to avoid confusion.
Need to be investigated later.
2006-12-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/lib/bibconvert_xslt_engine.py: Added support
for BibConvert 'formatting functions' to XSL processors (both
libxslt and 4suite).
2006-12-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/etc/oaimarc2marcxml.xsl: Uses double quotes
instead of single quotes for XPath tests. Take
http://www.loc.gov/MARC21/slim namespace into acccount. Sources not
referring to this namespace will not work.
Commented stylesheet to make clear that it is only a sample
stylesheet.
Added CUSTOMIZEME labels.
Added possibility to drop only subfield of collection identifier
instead of all 980 field.
Changed default dropped field from 980__a to 980__w.
Some simplification of the stylesheet.
2006-12-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/etc/oaidc2marcxml.xsl: Uses double quotes
instead of single quotes for XPath tests.
2006-12-12 Tibor Simko <tibor.simko@cern.ch>
* CREDITS: Added Beatriu Piera. Updated info on Thierry Thomas and
Ferran Jorba. Added anonymous contributors to Spanish and Japanese
translations.
2006-12-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/guide.html.wml: Added Catalan and Spanish
translation, thanks to Beatriu Piera and Ferran Jorba. Also,
cloned English translation into all the other languages. (This
cloning process is to be obsoleted when the WML dependency is
released, to make the I18N file editing less heavy.)
2006-12-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/NLM.bfx: Added use of
BFE_ISSN. Fixed wrong flow of <bx:elif> tags inside <bx:if>.
2006-12-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_issn.py: Added new ISSNs used
in Atlantis to default dictionary. Also modified retrieval of
journal name from 210__% (CERN specific) to 909C4p (Atlantis
specific). Also removed debug code that would produce unwanted
output.
2006-12-12 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websubmit/lib/websubmit_templates.py: bug fixed:
maxlength was not set for text input html elements
2006-12-12 Diane Berkovits <diane.berkovits@cern.ch>
* modules/websession/lib/webgroup.py,
modules/websession/lib/websession_config.py: bug fixes: info
messages were displayed in a bad way _(info) info
messages now correctly translated
2006-12-11 Diane Berkovits <diane.berkovits@cern.ch>
* modules/bibrank/lib/bibrank_downloads_grapher.py,
modules/bibrank/lib/bibrank_downloads_indexer.py,
modules/bibrank/lib/bibrank_grapher.py: Bug fixes:
bibrank_grapher.py: / missing in the image path
bibrank_downloads_indexer.py: for loop replace with list
comprehension bibrank_downloads_grapher.py: -creation date set to
locate time - 1 year when null
-string.atoi replace with int -name of the
curve set to "" when 245__a is misssing
2006-12-11 Tibor Simko <tibor.simko@cern.ch>
* po/Makefile.in.in: Do not use @MKINSTALLDIRS@ but rather
@install_sh@ that works better with gettext 0.15 that is Debian
Sarge's default.
2006-12-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/doc/admin/Makefile.am: Do not delete guide
images when doing "make clean".
2006-12-08 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added PyXML (python2.3-xml in Debian) to the
prerequisite recommendations, as it is used for xpath support in
BibConvert.
2006-12-08 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in, po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po,
po/de.po, po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po,
po/it.po, po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po,
po/sk.po, po/sv.po, po/uk.po: Removed deleted files from
POTFILES.in. Updated message references as per the 0.91.0.20061208
internal release.
2006-12-08 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Bump up the version number to 0.91.0.20061208.
(Internal release for INDICOSEARCH.)
2006-12-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmitadmin_regression_tests.py: Updated
the WebSubmit Admin Guide page availability test to reflect the new
(standard) location of the guide.
2006-12-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/doc/admin/Makefile.am,
modules/websubmit/doc/admin/actionimplement.html.wml,
modules/websubmit/doc/admin/actionmodify.html.wml,
modules/websubmit/doc/admin/actionnew.html.wml,
modules/websubmit/doc/admin/actionremove.html.wml,
modules/websubmit/doc/admin/actions.html.wml,
modules/websubmit/doc/admin/bibconvert.html.wml,
modules/websubmit/doc/admin/catalogues.html.wml,
modules/websubmit/doc/admin/description.html.wml,
modules/websubmit/doc/admin/documentmodify.html.wml,
modules/websubmit/doc/admin/documentnew.html.wml,
modules/websubmit/doc/admin/documentremove.html.wml,
modules/websubmit/doc/admin/documents.html.wml,
modules/websubmit/doc/admin/example.html.wml,
modules/websubmit/doc/admin/faq.html.wml,
modules/websubmit/doc/admin/functiondelete.html.wml,
modules/websubmit/doc/admin/functiondescription.html.wml,
modules/websubmit/doc/admin/functionedit.html.wml,
modules/websubmit/doc/admin/functionnew.html.wml,
modules/websubmit/doc/admin/functions.html.wml,
modules/websubmit/doc/admin/guide.html.wml,
modules/websubmit/doc/admin/implementfunctions.html.wml,
modules/websubmit/doc/admin/implementwebform.html.wml,
modules/websubmit/doc/admin/index.html.wml,
modules/websubmit/doc/admin/introduction.html.wml,
modules/websubmit/doc/admin/philosophy.html.wml,
modules/websubmit/doc/admin/protection.html.wml: Merged all the
separate WebSubmit Admin Guide pages together into one big page, as
is standard with all the other admin guides. This is the first
step before generally updating and improving the guide to reflect
the new WebSubmit Admin tool in Python.
2006-12-07 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/doc/admin/index.html.wml,
modules/bibformat/doc/admin/index.html.wml,
modules/bibharvest/doc/admin/index.html.wml,
modules/bibindex/doc/admin/index.html.wml,
modules/bibrank/doc/admin/index.html.wml,
modules/bibsched/doc/admin/index.html.wml,
modules/webaccess/doc/admin/index.html.wml,
modules/webalert/doc/admin/index.html.wml,
modules/webbasket/doc/admin/index.html.wml,
modules/webcomment/doc/admin/index.html.wml,
modules/websearch/doc/admin/index.html.wml,
modules/webstyle/doc/admin/index.html.wml: Removed
not-very-expressive "This is the gate..." welcome messages on those
admin splash pages that still had it, in order to standardize this
across all the modules. (The admin interfaces should be generally
improved later when the admin pages are moved onto the new URL
schema.)
2006-12-07 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: Fixed BibFormat Admin index link.
2006-12-07 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: Fixed navbar to respect the new WebSubmit
Admin in Python.
2006-12-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/admin/Makefile.am,
modules/websubmit/web/admin/actionFunctions.php.wml,
modules/websubmit/web/admin/addActionEDS.php.wml,
modules/websubmit/web/admin/addCheckEDS.php.wml,
modules/websubmit/web/admin/addElement2PageEDS.php.wml,
modules/websubmit/web/admin/addElementDescrEDS.php.wml,
modules/websubmit/web/admin/addFunctions.php.wml,
modules/websubmit/web/admin/allActionsEDS.php.wml,
modules/websubmit/web/admin/allChecksEDS.php.wml,
modules/websubmit/web/admin/allElementsEDS.php.wml,
modules/websubmit/web/admin/commonPhpFunctions.php.wml,
modules/websubmit/web/admin/doctypeCategoriesEDS.php.wml,
modules/websubmit/web/admin/documentEDS.php.wml,
modules/websubmit/web/admin/editActionDets.php.wml,
modules/websubmit/web/admin/editCatalogues.php.wml,
modules/websubmit/web/admin/editDoctypeEDS.php.wml,
modules/websubmit/web/admin/editPageElementEDS.php.wml,
modules/websubmit/web/admin/editRecordFile.php.wml,
modules/websubmit/web/admin/elementConfigDetsEDS.php.wml,
modules/websubmit/web/admin/func.php.wml,
modules/websubmit/web/admin/funcUsage.php.wml,
modules/websubmit/web/admin/index.php.wml,
modules/websubmit/web/admin/listFunctions.php.wml,
modules/websubmit/web/admin/newDoctypeEDS.php.wml,
modules/websubmit/web/admin/newFunc.php.wml,
modules/websubmit/web/admin/newSubmissionEDS.php.wml,
modules/websubmit/web/admin/pageDetsEDS.php.wml,
modules/websubmit/web/admin/parameterUpdate.php.wml,
modules/websubmit/web/admin/removeDoctypeEDS.php.wml,
modules/websubmit/web/admin/veditFunDets.php.wml,
modules/websubmit/web/admin/viewActionEDS.php.wml,
modules/websubmit/web/admin/viewChecksEDS.php.wml,
modules/websubmit/web/admin/viewEditSubmissionEDS.php.wml: Removed
the old WebSubmit Admin in PHP, now that the new Python version is
complete.
2006-12-07 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_engine.py: Added
functionality for 'organise submission page'.
2006-12-07 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_templates.py: Added
functionality for 'organise submission page'; minor updates to
display of all document types.
2006-12-07 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_dblayer.py: Added
functionality for 'organise submission page'.
2006-12-07 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/websubmitadmin.py: Plugged in
'organise submission page' functionality.
2006-12-07 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Changed bibupload behaviour
so that it would not modify the "mode" option from record to
record. This provides a cleaner fix of the previous mode-saving
commit (1.15). Also, fixed time and stats updating in case of
"replace_or_insert" mode.
2006-12-07 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Do not use table aliases in
"DELETE x FROM ... LEFT JOIN" SQL statements, because MySQL 4.0 and
5.0 behave differently in this regard. (One version requires
aliases to be in x too, the other version forbids it.)
2006-12-07 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibupload/lib/bibupload.py: Save option
insert/replace/both (-r -i) before the upload of each record in
order to restore it after, as upload function modifies this option
to 'insert' in the case where 'insert_or_replace' mode is used and
insertion of record has to be done.
2006-12-07 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websubmit/lib/websubmit_regression_tests.py: Fixed typo.
2006-12-07 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery_tests.py: Added test of table update
time detection for empty tables (no indexes, unusual branch).
2006-12-07 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: Fixed problem of table
status detection in case of mxdatetime module presence/absence for
some MySQLdb versions. (Returning back to the technique of
checking for long/None rather than datetime/str types.)
2006-12-07 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/sql/tabfill.sql.wml: Moved (old) BibFormat KBs
demo data from tabfill to democfgdata. Added new demo data for new
BibFormat to democfgdata.
2006-12-06 Tibor Simko <tibor.simko@cern.ch>
* po/ca.po, po/es.po: Catalan and Spanish translation updates,
thanks to Ferran Jorba.
2006-12-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/etc/oaimarc2marcxml.xsl: Corrected OAI
subfield code for Atlantis default config.
2006-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/elmsubmit_EZArchive.py: Fixed bad
indentation.
2006-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/elmsubmit_EZEmail.py: Fixed bad
indentation.
2006-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmitadmin_templates.py,
modules/websubmit/lib/websubmit_templates.py,
modules/elmsubmit/lib/elmsubmit_misc.py: Fixed bad indentation.
2006-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/file.py,
modules/websubmit/lib/websubmit_engine.py: Fixed bad indentation.
2006-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/lib/bibclassifylib.py,
modules/websubmit/lib/functions/Add_Files.py: Fixed bad
indentation.
2006-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py,
modules/bibindex/lib/bibindexadminlib.py,
modules/bibmatch/lib/bibmatch_engine.py,
modules/webcomment/lib/webcomment_templates.py: Fixed bad
indentation.
2006-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_tag_based_indexer.py: Fixed bad
indentation. Added spaces around functions.
2006-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py: Fixed bad
indentation.
2006-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_indexer.py: Fixed bad
indentation. Put spaces around functions.
2006-12-06 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/webaccessadmin_lib.py: Fixed bad indentation.
2006-12-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload_regression_tests.py: Adapted to
the new "replace_or_insert" mode.
2006-12-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Fixed behaviour of CLI
options; no options have values except "stage", "verbose", and
"user". Fixed detection of "replace_or_insert" mode. Fixed
insertion into bibrec_bibxxx, bibxxx tables in case of "correct"
and "replace_or_insert" modes.
2006-12-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiharvestlib.py: Fixed wrong arguments in
call to BibUpload from OAIHarvestlib.
2006-12-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/etc/oaimarc2marcxml.xsl: Fixed some bugs in
oai marc to xml marc XSL stylesheet.
2006-12-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/Makefile.am,
modules/bibformat/doc/admin/index.html.wml,
modules/bibformat/lib/bibformat_migration_kit_templates.py,
modules/bibformat/lib/bibformat_templates.py: Added new index.html
file to replace the php one (in case old admin URL has been
bookmarked. Also modified migration templates a little bit in order
to let users know that they can skip parts of the migration.
2006-12-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/index.php.wml: Removed old welcome
page content (it was not displayed anyway).
2006-12-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py,
modules/websubmit/lib/functions/CaseEDS.py,
modules/websubmit/lib/functions/Convert_RecXML_to_RecALEPH.py,
modules/websubmit/lib/functions/Create_Modify_Interface.py,
modules/websubmit/lib/functions/Create_Recid.py,
modules/websubmit/lib/functions/Format_Record.py,
modules/websubmit/lib/functions/Get_Info.py,
modules/websubmit/lib/functions/Get_Report_Number.py,
modules/websubmit/lib/functions/Get_Sysno.py,
modules/websubmit/lib/functions/Insert_Modify_Record.py,
modules/websubmit/lib/functions/Insert_Record.py,
modules/websubmit/lib/functions/Is_Original_Submitter.py,
modules/websubmit/lib/functions/Is_Referee.py,
modules/websubmit/lib/functions/Mail_Submitter.py,
modules/websubmit/lib/functions/Make_Modify_Record.py,
modules/websubmit/lib/functions/Make_Record.py,
modules/websubmit/lib/functions/Move_From_Pending.py,
modules/websubmit/lib/functions/Move_to_Done.py,
modules/websubmit/lib/functions/Move_to_Pending.py,
modules/websubmit/lib/functions/Print_Success.py,
modules/websubmit/lib/functions/Print_Success_APP.py,
modules/websubmit/lib/functions/Report_Number_Generation.py,
modules/websubmit/lib/functions/Retrieve_Data.py,
modules/websubmit/lib/functions/Send_APP_Mail.py,
modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py,
modules/websubmit/lib/functions/Test_Status.py,
modules/websubmit/lib/functions/Update_Approval_DB.py,
modules/websubmit/lib/functions/mail.py: (1) Fixed multiple free
variable problems (os, re, shutil, string, time, cdsname, run_sql,
acc_authorize_action, functionStop, functionError, Get_Field,
forge_email, send_email). (2) Fixed Mail_Submitter.py newrnin
reading, featuring read() instead of fp.read(). (3) Left
Request_Print problem as is, for this function is defined in the
WebSubmit engine core (see FIXME). (4) Removed explicit execfile()
statements from the functions. (5) To fix the free variable
problems to the full satisfaction, the global variable usage should
be fully removed.
2006-12-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Fixed free variable
problem (_). Moved function exceptions to the config file.
2006-12-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_config.py: Added functionError,
functionStop exceptions from the main WebSubmit engine file. (They
will still have to be renamed later to keep the naming policy.)
2006-12-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/Makefile.am,
modules/bibformat/lib/elements/bfe_field.py,
modules/bibformat/lib/elements/bfe_topbanner.py: Bug fix in
bfe_field.py. Added ISSN element to makefile. Improved readability
of bfe_topbanner.py
2006-12-04 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_issn.py: Initial commit of
journal to issn builder.
2006-12-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/functions/mail.py: Fixed free variable
problem (time).
2006-12-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/publiline.py: Fixed free variable problems
(Get_Field, forge_email, send_email).
2006-12-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/functions/Makefile.am,
modules/websubmit/lib/functions/__init__.py: Added __init__.py so
that WebSubmit functions can be imported.
2006-12-04 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/elmsubmit_EZEmail.py: Fixed free variable
problems (ParseDataError, binascii). Left several false positives
in lambda(k, v) statements.
2006-12-04 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/elmsubmit_misc.py: Fixed free variable
problems (dirlist, perms).
2006-12-04 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/elmsubmit_filename_generator.py: Fixed free
variable problem (zlib).
2006-12-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_word_indexer.py: Fixed free variable
problems (get_date).
2006-12-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py: Fixed free variable
problem (post_calculate_record_relevance).
2006-12-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_tag_based_indexer.py: Fixed free
variable problem (write_messag).
2006-12-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindexadminlib.py: Fixed free variable
problems (extra, fldID).
2006-12-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oaiarchiveadminlib.py: Fixed free variable
problems (extra).
2006-12-01 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py: Fixed free variable
problems (extra).
2006-12-01 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/web/admin/bibindexadmin.py,
modules/bibrank/web/admin/bibrankadmin.py: Fixed free variable
problems (verbose, ln, cdsname).
2006-12-01 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py: Fixed free variable
problems (extra, subtitle).
2006-12-01 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/admin/websearchadmin.py: Fixed free
variable problems (verbose, cdsname).
2006-12-01 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearchadminlib.py: Fixed free variable
problems (extra, StandardException, output).
2006-12-01 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/admin/bibformat_migration_kit_assistant.py:
Fixed free variable problems (MySQLdb, error_page).
2006-12-01 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/elmsubmit.py: Fixed free variable problem
(doctype).
2006-12-01 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/refextract.py: Fixed free variable problems
(UnicodedecodeError, curitem).
2006-11-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Removed entranous
quote in """", fixing Emacs Python mode colouring.
2006-11-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Do not print "Try
your search on..." box on the Advanced Search interface page as per
the new external collection searching setup.
2006-11-30 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Removed
CFG_WEBSEARCH_GOOGLE_* variables not needed anymore.
2006-11-30 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Removed CFG_GOOGLE_* variables now that the
configuration of external collection searching is part of WebSearch
Admin. Also, done some cosmetic changes (split long documentation
lines).
2006-11-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Show I18N collection
names in "Search collections:" boxes on the search results page,
depending on the current interface language. Thanks to Guido for
reporting the problem and to Ferran for a first patch addressing
the issue. Closes #3260.
2006-11-30 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload_regression_tests.py: Added
regression tests for uploading of records having external SYSNO or
OAI ID tag present.
2006-11-30 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Added support for intelligent
upload of records having external SYSNO or OAI ID tag present. It
is assumed that these ID tags are not repetitive (usually true),
otherwise the first value is taken into account. Added
wipe_out_record_from_all_tables() suitable mostly for the
regression test suite only. Cleaned up some queries and some code,
but more is still desired.
2006-11-30 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload_config.py: Use full location of
external SYSNO tag, including indicators and subfield code,
otherwise it could lead to problems if the field would be (mis)used
to store some other information too.
2006-11-30 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Updated doc for external SYSNO tag location
(970__a).
2006-11-30 Tibor Simko <tibor.simko@cern.ch>
* po/es.po: Updated Spanish translation, thanks to Ferran Jorba.
2006-11-30 Tibor Simko <tibor.simko@cern.ch>
* po/ca.po: Updated Catalan translation, thanks to Ferran Jorba.
2006-11-29 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: When detecting the position
of creation_time column in TABLE STATUS commands in MySQL 4.0, 4.1
and 5.0, use explicit datetime.datetime or str comparisons (due to
MySQLdb 0.9.2) instead of the 'not long' shortcut, because of
possible NULL values.
2006-11-29 Gregory Favre <gregory.favre@cern.ch>
* po/fr.po: Updated french translation (bibformat and search
external collections were added).
2006-11-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibedit_engine.py,
modules/bibformat/lib/bibformat_engine.py,
modules/elmsubmit/lib/elmsubmit_EZEmail.py,
modules/websearch/lib/websearch_external_collections_getter.py:
Removed explicit "is" and "is not" comparisons against True/False
singletons, as per PEP 8.
2006-11-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed bug due to checking
of 'uid' when 'req' object is not available.
2006-11-28 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po: Updates to the B ulgarian translation,thanks to Nikolay
Dyankov.
2006-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/lib/bibclassifylib.py,
modules/bibedit/lib/bibrecord.py,
modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/elmsubmit/lib/elmsubmit_generate_marc.py,
modules/websession/lib/webaccount.py: Removed explicit == and !=
comparisons against True/False singletons, as per PEP 8.
2006-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/htmlutils_tests.py: Closed open parenthesis
in a test description.
2006-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/lib/bibconvert_bfx_engine.py,
modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibrecord.py,
modules/bibedit/lib/refextract.py,
modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_bfx_engine.py,
modules/bibformat/lib/bibformat_dblayer.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_engine_tests.py,
modules/bibformat/lib/bibformat_migration_kit.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibformat/lib/elements/bfe_bibtex.py,
modules/bibformat/lib/elements/bfe_edit_record.py,
modules/bibformat/lib/elements/bfe_publi_info.py,
modules/bibformat/lib/elements/bfe_references.py,
modules/bibformat/web/admin/bibformatadmin.py,
modules/bibharvest/bin/bibharvest.in,
modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibupload/lib/bibupload.py,
modules/elmsubmit/lib/elmsubmit_EZEmail.py,
modules/webbasket/lib/webbasket_migration_kit.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webmessage/lib/webmessage_dblayer.py,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_external_collections.py,
modules/websearch/lib/websearch_external_collections_getter.py,
modules/websearch/lib/websearch_external_collections_getter_tests.py,
modules/websearch/lib/websearch_external_collections_parser.py,
modules/websearch/lib/websearch_external_collections_searcher.py,
modules/websearch/lib/websearch_external_collections_utils.py,
modules/websearch/lib/websearch_webcoll.py,
modules/websearch/lib/websearchadminlib.py,
modules/websession/lib/websession_webinterface.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/lib/file.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/lib/websubmitadmin_engine.py,
modules/websubmit/lib/websubmitadmin_templates.py,
modules/websubmit/lib/functions/Is_Original_Submitter.py,
modules/websubmit/lib/functions/Move_Files_Archive.py,
modules/websubmit/lib/functions/Send_APP_Mail.py,
modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py,
modules/websubmit/lib/functions/Upload_Files.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/admin/referees.py: When comparing to None, do
not use "== None" or "!= None", but rather "is None" or "is not
None", as per PEP 8.
2006-11-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oaiharvestlib.py: Added '-r' arg to call
to BibUpload.
2006-11-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/doc/admin/guide.html.wml: Added references to
new 'sets' feature.
2006-11-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/etc/Makefile.am,
modules/bibconvert/etc/oaimarc2marcxml.xsl: New oai marc to marc
xml transformation stylesheet.
2006-11-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/bin/bibharvest.in,
modules/bibharvest/bin/oaiharvest.in,
modules/bibharvest/lib/bibharvest_templates.py,
modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oai_repository_webinterface.py,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibharvest/web/admin/bibharvestadmin.py: Added support for
selective harvesting with multiple sets (command-line and web admin
interface). Completed implementation of OAI harvesting process
(harvest-convert-upload), with still some known bugs.
2006-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload_regression_tests.py: Aesthetic
update of the format test values.
2006-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload_config.py: Corrected references
tag (999, not 909).
2006-11-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* Makefile.am, modules/miscutil/sql/tabcreate.sql: Added column
'setspecs' to oaiHarvest table.
2006-11-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/etc/oaidc2marcxml.xsl: Fixed wrong node
selection path for OAI Indentifier.
2006-11-27 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections_parser.py:
Fixed Google Web and Google Books search engine results parsers,
adapting to recent output format changes done by Google.
2006-11-27 Tibor Simko <tibor.simko@cern.ch>
* po/el.po: Updated Greek translation, thanks to Theodoropoulos
Theodoros.
2006-11-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/doc/admin/guide.html.wml: Fixed typo in admin
guide.
2006-11-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/bin/bibreformat.in: Updated statistics in
BibReformat for new BibFormat.
2006-11-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Default_HTML_brief.bft,
modules/bibformat/etc/format_templates/Test3.bft,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_engine_tests.py: Fixed bug that
prevented elements from 'tag' table to output values. Added
corresponding test case. Other minor modifications.
2006-11-24 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Updated Diane's email address.
2006-11-24 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Updated Krzysztof's email address.
2006-11-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_additional_report_numbers.py,
modules/bibformat/lib/elements/bfe_authors.py,
modules/bibformat/lib/elements/bfe_fulltext.py: Escaped values in
fulltext links.
2006-11-24 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/it.po,
po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po,
po/sv.po, po/uk.po: Updated messages concerning the external
collection searching facility.
2006-11-24 Tibor Simko <tibor.simko@cern.ch>
*
modules/websearch/lib/websearch_external_collections_templates.py:
Internationalized one forgotten output message.
2006-11-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/bin/bibconvert.in,
modules/bibconvert/doc/admin/guide.html.wml: Updated admin guide
and help info.
2006-11-24 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: A quick fix to
tmpl_language_selection_box() that did not produce correct footer
links after the introduction of create_html_link().
2006-11-24 Tibor Simko <tibor.simko@cern.ch>
* po/hr.po: Added second batch of Croatian translation messages,
thanks to Alen.
2006-11-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections.py: Loading
external collection states from the database now behaves properly
in case of database connection problems.
2006-11-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Fixed missing
urlargd argument to one create_html_link() call.
2006-11-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections.py: Print
"Haven't found what you were looking for?" links in the grayish
"google" style, as it used to be.
2006-11-23 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Initial setup of the
external collection searching demo. The setup demonstrates "see
also" external linking capabilities inside all demo collections and
"search also" external searching capabilities inside Articles &
Preprints collections.
2006-11-23 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/testsuite.in: Added new htmlutils unit test
suite.
2006-11-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/bin/bibreformat.in: Removed 1 commented line...
2006-11-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/bin/bibreformat.in: Code cleaning. Remove
unsused imports.
2006-11-23 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/htmlutils.py,
modules/miscutil/lib/htmlutils_tests.py: Added new test units to
htmlutils. Improved htmlutils.HTMLWasher: now escapes URL
containing javascript: spelled with uppercase ascii values (e.g.
&#74;avascript:).
2006-11-23 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Corrected case of the newly
added score column of the sbmCATEGORIES table to the lowercase
convention used elsewhere.
2006-11-23 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Added explicit column
names for INSERT statements for the sbmCATEGORIES table, to account
for the newly added score column. (Explicit column names should be
used everywhere to prevent this from happening "by default".)
2006-11-23 Tibor Simko <tibor.simko@cern.ch>
*
modules/websearch/lib/websearch_external_collections_templates.py:
Print external collection results overview even in case of
searching a single collection, because of the presence internal
search results overview box. Prettified English output messages
and the layout.
2006-11-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections_searcher.py:
Fixed base urls for SPIRES. Merged KISS book/journal search engine
since it was the same.
2006-11-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections.py: Renamed
perform_external_collection_search()'s parameter from
selected_external_collections to
selected_external_collections_infos for clarity and coherence with
how it is named elsewhere (in search_engine.py).
2006-11-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections_config.py:
Cleaned all external search engines' names and base urls.
2006-11-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: When printing the
searh results overview, pay attention as to whether some external
collections were selected for searching. If so, then print the
overview even when searching in a single Invenio collection.
2006-11-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml,
modules/bibformat/etc/format_templates/Test3.bft,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_engine_tests.py: Added 'escape'
parameter by default to all format elements, allowing to escape the
HTML chars output by the element. Default behaviour when not
specified is the same as before. Updated tests to take this new
feature into account.
2006-11-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/bin/bibconvert.in: Quick fix for broken usage
of bibconvert with -Ct and -Cs options. Updated help string.
2006-11-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Put old
tmpl_nice_number() back, not working via locale but via passed
thousands_separator character. Also, edited tmpl_searchalso() to
prettify the look of the external collection search also box on the
search interface pages.
2006-11-23 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Added column 'score'
(unsigned tinyint) to definition of table 'sbmCATEGORIES'.
2006-11-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearchadminlib.py: Improved output
messages in the "Configuration of related external collections"
part.
2006-11-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections_config.py:
Use "CERN - Indico" instead of "CERN - CDS Indico" as visible name.
2006-11-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_authors.py: Added one missing
separator for authors displayed in interactive mode.
2006-11-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/oai_repository.py: Removed unnecessary
parts in "if X and X" boolean tests, thanks to Guido Pelzer.
2006-11-22 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Cite MySQL 4.1 packages in the apt-get example for
Debian "Sarge".
2006-11-22 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_mailutils.py,
modules/webmessage/lib/webmessage_templates.py,
modules/webmessage/lib/webmessage_webinterface.py: Fixed XSS
problems: now webmessage module correctly escapes HTML, permitting
use of some specific tags (e.g. links). Removed references to
cgi.escape (now uses miscutil.htmlutils' escape_html function).
Refactored code (unused imports, line lengths, etc.).
2006-11-22 Gregory Favre <gregory.favre@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: Suppressed references
to miscutil.urlutils a_href function (used create_html_link
instead). Minor HTML fixes.
2006-11-22 Gregory Favre <gregory.favre@cern.ch>
*
modules/websearch/lib/websearch_external_collections_templates.py,
modules/websearch/lib/websearch_templates.py: Adapted templates in
order to suppress references to miscutil.urlutils a_href function.
2006-11-22 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/urlutils.py: Introduced function create_url
and create_html_link. Suppressed a_href function.
2006-11-22 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/htmlutils.py: Added new escape_html
function. This method should be used instead of HTMLWasher class
when HTML formatting has to be completely suppressed.
2006-11-22 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/Makefile.am: Added reference for new
htmlutils module
2006-11-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_bfx_engine.py: Fixed problem of
random authors (+other similar fields) displaying in NLM format
(+other formats).
2006-11-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/etc/oaidc2marcxml.xsl: Modified sample
OIA->MARCXML stylesheet to remove unused namespaces in result of
transformation. Added comment to remind users of changing marc tag
for OAI indentifier corresponding to their installation.
2006-11-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/lib/bibconvert_bfx_engine.py,
modules/bibconvert/lib/bibconvert_xslt_engine.py: xsl_engine now
fails gently when no XSLT processor found. Removal of benchmark
code from __name__ == "__main__". Other minor changes.
2006-11-21 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/doc/admin/guide.html.wml: Improved WebStyle
Admin Guide. Most notably, introduced the first description of the
Pythonic templating system.
2006-11-21 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/lib/webcomment.py: Fixed link to the
WebComment Admin interface in the abuse report emails.
2006-11-21 Tibor Simko <tibor.simko@cern.ch>
* configure-tests.py: Added tests for the presence of libxml2 and
libxlst modules.
2006-11-21 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added recommendation to install libxml2/libxslt Python
bindings.
2006-11-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/etc/oaidc2marcxml.bfx,
modules/bibconvert/lib/bibconvert_xslt_engine.py: Added
oaidc2marcxml.bfx. Modified CFG_BIBCONVERT_XSL_PATH variable name.
2006-11-21 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS: Clarified paragraph on when to remove/leave the
trailing punctuation from/in the translatable message.
2006-11-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibconvert/bin/bibconvert.in,
modules/bibconvert/etc/Makefile.am,
modules/bibconvert/etc/oaidc2marcxml.xsl,
modules/bibconvert/lib/Makefile.am,
modules/bibconvert/lib/bibconvert.py,
modules/bibconvert/lib/bibconvert_bfx_engine.py,
modules/bibconvert/lib/bibconvert_xslt_engine.py: Added support for
XSL and BFX conversions to bibconvert (provided one supported XSLT
processor is installed).
2006-11-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_bfx_engine.py: Added support for
formatting with templates not in the standard directory for bfx
templates (needed for coming bibconvert use of bibformat_bfx).
2006-11-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/bibformatadmin.py: Replaced 'import
*' and import of variables by import of modules. Some code
refactoring/reformatting.
2006-11-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/NLM.bfx: Avoid creation of
empty nodes when nodes are optional. Output for 'Thesis' is no
longer empty (uses same formatting as 'Report').
2006-11-20 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/external_authentication.py: CERN NICE
external authentication method updated to use the new CERN NICE web
service.
2006-11-20 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/htmlutils.py: Fixed a missing object
reference.
2006-11-20 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/htmlutils.py: Introducing htmlutils. This
pythonic module provides a class which escapes HTML text, in order
to avoid XSS exploits.
2006-11-17 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Picture_HTML_brief.bft:
Removed usage of '$' in marc notation.
2006-11-16 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/hr.po, po/it.po,
po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po,
po/sv.po, po/uk.po: Update message references forthe
0.91.0.20061116 release.
2006-11-16 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Bump up the version number for the 0.91.0.20061116
release.
2006-11-16 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_config.py,
modules/webbasket/lib/webbasket_dblayer.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webbasket/lib/webbasket_webinterface.py: Enhanced last
quickfix on webbasket (problem while creating new baskets). displa
y_public now returns list of all public baskets if no bsk_id is
given. General c ode refactoring (line length, conventions and
documentation).
2006-11-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibupload/doc/admin/guide.html.wml: Fixed some typos.
2006-11-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibupload/doc/admin/guide.html.wml: Fixed wrong example
in bibupload admin guide.
2006-11-15 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_bfx_engine.py: Fixed typos.
2006-11-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_field.py: Modified bfe_field
to have one separator for subfields of an instance, and one
separator between instances. DEPRECATES the use of 'separator'
parameter for this element. Please check your templates.
2006-11-13 Tibor Simko <tibor.simko@cern.ch>
* po/hr.po: Added first batch of Croatian translation messages,
thanks to Alen.
2006-11-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_bfx_engine.py: Fixed typo.
2006-11-13 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS, CREDITS, config/cdswmllib.wml, config/config.wml,
modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/lib/config.py.wml,
modules/miscutil/sql/tabfill.sql.wml,
modules/webhelp/web/Makefile.am,
modules/webhelp/web/index.html.wml,
modules/webhelp/web/admin/Makefile.am,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/guide.html.wml,
modules/websearch/doc/index.html.wml,
modules/websearch/lib/websearch_templates.py,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/admin/Makefile.am, po/LINGUAS, po/hr.po:
Added general support infrastructure for the Croatian translation,
with dynamic elements translated by Alen Vodopijevec. The PO
message catalogue translation is still to come.
2006-11-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/lib/oai_repository.py: OAI-compliant
repository regarding deleted records.
2006-11-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibharvest/bin/bibharvest.in: Some code reformatted
nicely
2006-11-13 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml: Fixed typo.
2006-11-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: When searching, wash also
the "limit to" search pattern argument. Useful for dynamic search
options such as "$TODAY$".
2006-11-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Picture_HTML_brief.bft:
Prints only English abstract for brief picture format.
2006-11-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_abstract.py: Fix to let format
templates choose the language to print for the abstract.
2006-11-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload_regression_tests.py: Use recID 3
instead of 10 for the replace tests. Also, the tests now restore
back the original record #3 MARCXML after each replace test (modulo
output formats) so that one could continue with most of other tests
(e.g. reindexing, search engine) as usual, without having to
recreate the demo site.
2006-11-09 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/bin/bibreformat.in: Updated bin/bibreformat to
also reformat records which do not have an 'xm' representation in
the bibfmt database. Some code cleaning.
2006-11-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Added
regressions tests for search results sorting functionality.
2006-11-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: When sorting search
results with a preferential sort pattern ("sp"), compare values
regardless of the case. This seems to be more plausible because
searches themselves are case-insensitive.
2006-11-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Use BibFormat's
format_record() when creating "Latest additions" box. This permits
the page to look up-to-date even if the individual records have not
been bibreformatted yet, as format_record() will format them on the
fly.
2006-11-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/lib/bibsched.py: When submitting a new
periodical task after it has finished, update the task arguments
(task id, runtime) properly. Fixes a problem with the automatic
mode.
2006-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibedit_templates.py: Raise a FIXME message
when trying to edit records with controlfields. (Currently BibEdit
does not seem to do it properly.)
2006-11-08 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Fixed usage of spaces instead of tabs in the last
commit.
2006-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearchadminlib.py: When adding a
portalbox, do not exclude those already added, because one may want
to reuse them for different language. Thanks to Ferran.
2006-11-08 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_abstract.py: Improved kwalitee
of element
2006-11-08 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_dblayer.py: Added functions
to correct the scores of the categories of a document type, and to
enable a category to be moved up or down in score. Also updated
functions that manipulate categories to be aware of scores.
2006-11-08 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_engine.py: Added functions
to enable a category to be moved up or down in score when
configuring a document type.
2006-11-08 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_templates.py: Added arrow
buttons enabling the categories of a document type to be moved up
or down in score on the interface; Updated the button for adding a
new category to a document type to say 'Add Category' instead of
'Save Category'.
2006-11-08 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Modified the display
of a document type's categories - now displayed in ascending order
of score, then alphabetical order of category long name.
2006-11-08 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/websubmitadmin.py: Added parameters
(movecategup, movecategdown, jumpcategout, jumpcategin) necessary
to move a category from one score to another when configuring a
document type.
2006-11-07 Nicholas Robinson <nicholas.robinson@cern.ch>
* Makefile.am: Added KEY 'doctype' to table 'sbmCATEGORIES' on
column 'doctype'.
2006-11-07 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Updated definition of
'sbmCATEGORIES' table to include a PRIMARY KEY on columns 'doctype'
and 'sname', and a KEY on column 'doctype'.
2006-11-07 Nicholas Robinson <nicholas.robinson@cern.ch>
* Makefile.am: Added primary key to table 'sbmCATEGORIES' based on
the columns 'doctype' and 'sname'. A document type should never
have duplicated categories.
2006-11-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_abstract.py,
modules/bibformat/lib/elements/bfe_additional_report_numbers.py,
modules/bibformat/lib/elements/bfe_addresses.py,
modules/bibformat/lib/elements/bfe_affiliation.py,
modules/bibformat/lib/elements/bfe_authors.py,
modules/bibformat/lib/elements/bfe_bfx_engine.py,
modules/bibformat/lib/elements/bfe_bibtex.py,
modules/bibformat/lib/elements/bfe_cited_by.py,
modules/bibformat/lib/elements/bfe_collection.py,
modules/bibformat/lib/elements/bfe_contact.py,
modules/bibformat/lib/elements/bfe_creation_date.py,
modules/bibformat/lib/elements/bfe_date.py,
modules/bibformat/lib/elements/bfe_date_rec.py,
modules/bibformat/lib/elements/bfe_edit_record.py,
modules/bibformat/lib/elements/bfe_editors.py,
modules/bibformat/lib/elements/bfe_external_publications.py,
modules/bibformat/lib/elements/bfe_field.py,
modules/bibformat/lib/elements/bfe_fulltext.py,
modules/bibformat/lib/elements/bfe_imprint.py,
modules/bibformat/lib/elements/bfe_keywords.py,
modules/bibformat/lib/elements/bfe_notes.py,
modules/bibformat/lib/elements/bfe_photo_resources.py,
modules/bibformat/lib/elements/bfe_photo_resources_brief.py,
modules/bibformat/lib/elements/bfe_place.py,
modules/bibformat/lib/elements/bfe_publi_info.py,
modules/bibformat/lib/elements/bfe_publisher.py,
modules/bibformat/lib/elements/bfe_references.py,
modules/bibformat/lib/elements/bfe_reprints.py,
modules/bibformat/lib/elements/bfe_server_info.py,
modules/bibformat/lib/elements/bfe_test_2.py,
modules/bibformat/lib/elements/bfe_title.py,
modules/bibformat/lib/elements/bfe_title_brief.py,
modules/bibformat/lib/elements/bfe_topbanner.py,
modules/bibformat/lib/elements/bfe_url.py,
modules/bibformat/lib/elements/bfe_xml_record.py,
modules/bibformat/lib/elements/test_1.py,
modules/bibformat/lib/elements/test_5.py: Added docstrings to
modules. Small bug fixes. Small doc fixes.
2006-11-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/lib/kwalitee.py: Removed kwalitee test of
test_5.py element as it has no docstring on purpose, and would bias
the result of kwalitee.
2006-11-06 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/kwalitee.py: Removed debug print statement
introduced in the previous commit.
2006-11-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/lib/kwalitee.py: Filter non python files when
checking kwalitee of some files to prevent division by zero error.
2006-11-06 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: Activated parameters
"titleprologue" and "titleepilogue" in tmpl_page(). Removed
unnecessary "lastupdated" treatment from the tmpl_page(), since
"lastupdated" is treated (and printed) in tmpl_pagefooter().
2006-11-06 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/bibformat_migration_kit_assistant.py,
modules/bibformat/web/admin/bibformatadmin.py: Improved kwalitee of
web admin files.
2006-11-03 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_dblayer.py,
modules/bibformat/lib/bibformat_engine_tests.py,
modules/bibformat/lib/bibformat_migration_kit.py,
modules/bibformat/lib/bibformat_migration_kit_assistant_lib.py,
modules/bibformat/lib/bibformat_migration_kit_dblayer.py,
modules/bibformat/lib/bibformat_migration_kit_templates.py,
modules/bibformat/lib/bibformatadminlib.py: Improved overall
kwalitee of BibFormat.
2006-11-03 Nicholas Robinson <nicholas.robinson@cern.ch>
* Makefile.am: Added ALTER TABLE rule to 'update-v0.90.1-tables' to
add a tinyint field 'score' to sbmCATEGORIES. This will allow the
submission categories of a document type to be ordered in the
WebSubmit interface.
2006-11-03 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Removed parse_tag
function from bibformat_engine, and import it from bibformat_utils.
Minor modifications to comments.
2006-11-03 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_field.py,
modules/bibrank/lib/bibrank_citation_indexer.py: Use of parse_tag
function of bibformat_utils instead of bibformat_engine
2006-11-03 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_utils.py: Moved 'parse_tag'
function from bibformat_engine to bibformat_utils
2006-11-02 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_field.py: Fixed bfe_field
element to work with control fields.
2006-11-02 Diane Berkovits <diane.berkovits@cern.ch>
* modules/webbasket/lib/webbasket.py: Add check for parameter
values in perform_request_add when topic and basket are not
selected in list boxes.
2006-11-01 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, modules/miscutil/demo/demo-site-apache-user-passwords,
modules/websearch/lib/websearch_regression_tests.py,
modules/websession/lib/webuser_tests.py: Changed passwords of the
demo users Dr. Jekyll and Mr. Hyde in order to have passwords
different from usernames (jekyll/j123kyll, hyde/h123yde). Better
for regression testing. Added a note on crypt() using the first 8
characters only in the default Apache htpasswd encryption method.
2006-11-01 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Added tests
for the Results overview box and links to results in various
collections when the "split by collection" is on/off.
2006-11-01 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/bin/bibreformat.in,
modules/bibharvest/bin/oaiarchive.in,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibindex/lib/bibindex_engine.py,
modules/bibrank/bin/bibrank.in, modules/bibsched/lib/bibtaskex.py,
modules/bibupload/lib/bibupload.py,
modules/websearch/lib/websearch_webcoll.py,
modules/websession/lib/webuser.py: When authentifying user-supplied
email or nickname, use two SQL queries rather than a single boolean
OR query, for the latter one doesn't make use of indexes. This
speeds up the authentication for large sites considerably, e.g.
about three orders of magnitude for the CERN site.
2006-10-31 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: call_old_bibformat()
now also has an on-the-fly mode. Useful for bibreformat when the
old formats are still being used.
2006-10-31 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat.py: Pass the on-the-fly parameter
to the old formatter too.
2006-10-31 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/bin/bibreformat.in: Call format_record() in the
on-the-fly mode; this is a must during bibreformatting.
2006-10-31 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/bin/bibreformat.in: Removed unnecessary use of
pylibdir.
2006-10-31 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: Remove empty space
that was printed in the page header before the DOCTYPE line.
2006-10-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: On the search
results page, when printing results split by collections, quote the
collection name fully in the name of every section so that the
links from the search results overview are properly resolved.
(Unquoted names worked fine with Firefox or Konqueror but not with
MSIE.)
2006-10-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed printing of ALEPH
sequential-like format when invalid tags were asked for.
2006-10-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Removed two extraneous
print statements from functions related to ALEPH sequential-like
textual format.
2006-10-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Use the old output
formatter procedure if the "ot" parameter is set.
2006-10-30 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert_templates.py: Fixed frequency list
in tmpl_alert_email_body() where the 'weekly' frequency was
missing.
2006-10-25 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket.py: Corrected a bug, introduced
with last modification of webbasket_dblayer's
get_personal_topics_infos, which prevented from creating a new
basket.
2006-10-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed
get_fieldvalues_alephseq_like() in case the argument "tags_in" is
not a list but directly a tag, as used by CERN's CLIsearch tool.
2006-10-24 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: For get_table_update_time()
and get_table_status_info() functions, when deciding whether we
work with MySQL 4.0 or 4.1/5.0, do not use datetime.datetime types
directly as it does not work with MySQLdb 0.9.2 that return
strings. Taken into account both possibilities.
2006-10-24 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/elmsubmit_EZArchive.py,
modules/elmsubmit/lib/elmsubmit_filename_generator.py: Do not
depend on bz2 globally, only when bz2 files are actually processed
at runtime. Useful for platforms where Python is compiled without
bz2 support and where bz2 files are not being processed by the mail
submission.
2006-10-24 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webinterface_tests.py: Added
exists_config_define to the FakeApache module, as it is needed by
some mod_python versions.
2006-10-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Fixed some XSS
vulnerabilities when editing and displaying user groups.
2006-10-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Fixed problem of
Propose_Next_Action's language argument not being initialized.
2006-10-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert_templates.py,
modules/webalert/lib/webalert_webinterface.py: Fixed basket
checking code when setting up a new alert with no storing of
results into any basket. At the same time, fixed the most apparent
XSS vulnerability issues of the interface.
2006-10-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webmessage/lib/webmessage_templates.py: Fixed the most
obvious XSS vulnerability issues in WebBasket. Beware, in the
message display, the "final_body" now gets fully escaped, which
results in an impossibility to format messages in HTML. For a
less-severe approach, only known vulnerable tags (such as
PLAINTEXT, SCRIPT, etc) could be removed; or, even better, only
pre-defined whitelisted tags (such as STRONG, EM, P, BR) could be
allowed. Currently no HTML is interpreted at all.
2006-10-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webmessage/lib/webmessage.py: Fixed XSS vulnerability in
the warning box about non-existent users or groups.
2006-10-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_templates.py: Fixed the most
visible XSS vulnerability issues in WebBasket.
2006-10-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections.py: Escape
"Haven't found what you were looking for?" external collection link
labels, fixing XSS vulnerability.
2006-10-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webinterface.py: Added missing
output parameter escaping in several places, satisfying the new XSS
regression tests.
2006-10-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Introduced
basic cross-site scripting vulnerability tests for the search
engine.
2006-10-12 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cs.po, po/de.po, po/el.po, po/en.po,
po/es.po, po/fr.po, po/it.po, po/ja.po, po/no.po, po/pl.po,
po/pt.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po: Version increased
to v0.91.0.
2006-10-12 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Version increased to v0.91.0 in view of the
forthcoming internal development release.
2006-10-12 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/it.po, po/ja.po,
po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po, po/sv.po,
po/uk.po: Added new phrases from WebSession.
2006-10-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_regression_tests.py: Added test
for "Lost Your Password" functionality for internal accounts.
2006-10-12 Tibor Simko <tibor.simko@cern.ch>
* po/sk.po: A typo fixed.
2006-10-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_webinterface.py: Fixed sending
lost passwords for internal accounts (implicit or expressely
enabled). Introduced an error message when attempting to send
passwords for external authentication system. Separated phrases
properly after successful account registration.
2006-10-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Added template
for the "Lost Your Password" email that reminds users of their
passwords. Passed language context in "Lost Your Password" web
form.
2006-10-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml: Separate "__init__"
from "(" so that "_(" does not get interpreted as I18N message.
2006-10-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/run.html.wml: Reduced bibsched
task cleanup interval to 7 days. Fixed rec_fmt cleanup example.
Added oai_archive files and enriched oaiharvest cleanup example.
(A better common temporary file name policy would be helpful; to be
introduced later.)
2006-10-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Added missing
space between "Lost Your Password?" page phrases.
2006-10-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: When editing
account parameters, if the email address editing is disabled, such
as when using the external authentication, pass the email value as
read-only anyway when users choose "Set new values". This permits
to edit nickname for users using external authentication.
2006-10-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py: Prettified fix of the previous
commit.
2006-10-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py: Introduced a possibility to
register users without having to supply a valid nickname. This is
useful for external authentication setups so that people can login
without having to register internal accounts first. Thanks to
Devin Bougie for reporting the problem.
2006-10-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/oaiarchive_engine.py: For temporary
directory, use tmpdir instead of /tmp.
2006-10-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/oaiarchiveadminlib.py: Fixed escaping
problem in "Edit OAI Set" pages.
2006-10-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_downloads_similarity.py: Fixed bug in
the calculation of reading similarity lists, caused by false SQL
argument escaping (list as string).
2006-10-10 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Harmonized action names to
be the same as used during the upgrade.
2006-10-10 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Enriched update-v0.7.1-tables target for proper
CDSware v0.7.1 to CDS Invenio v0.90.0 migration. Accounts for all
table changes and basket migration. Remains to be done: OAI setup
migration, international translations.
2006-10-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Configure
BibHarvest now points to common OAI providing and OAI harvesting
admin interfaces.
2006-10-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/index.html.wml: Link to BibHarvest
Admin interface now points to the intro page so that admin can
choose between going into OAI harvesting or OAI providing admin
interfaces. This should better be clarified.
2006-10-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/oaiarchiveadmin_regression_tests.py: Added
tests for OAI sets `edit' and `delete' pages.
2006-10-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Print task stats in the usual
output message format.
2006-10-09 Tibor Simko <tibor.simko@cern.ch>
* po/ca.po, po/es.po: Added translations from Ferran.
2006-10-09 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS: Added Appendix B on integrating translations that were
prepared for different software releases.
2006-10-09 Tibor Simko <tibor.simko@cern.ch>
* po/de.po: Added translations from Guido.
2006-10-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_templates.py: Fixed wrong label
in output format "dependencies" page.
2006-10-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_templates.py: Improved layout of
template editor: panels resize according to window size, controls
have been resized to fit smaller screens.
2006-10-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/js_quicktags.js: Reordered toolbar
buttons.
2006-10-05 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/hacking/api.html.wml: Updated APIs.
2006-10-03 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: (1) Put 001 in front of the
newly inserted records, fixing a particular regression test case.
(2) Avoid treating special tags (FMT, FFT) when updating bibxxx and
bibrec_bibxxx tables. (3) Removed unnecessary and repetitive
bibxxx table existence checks, speeding up BibUpload by a factor of
about 5.
2006-10-03 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord_tests.py: Added tests for the
desired field number argument when adding control- and data-
fields.
2006-10-03 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py: Added optional
desired_field_number argument for record_add_field(). Useful for
BibUpload insert mode to place controlfield 001 at the top.
2006-10-03 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added note on the necessity of *not* using MySQLdb
1.2.1_p2, for it leads to a codec error when running webcoll.
Versions like 1.2.0 (tested on FreeBSD-6.1) or 1.2.1g2 (tested on
Debian/Sarge) are known to work fine. (The problems with 1.2.1_p2
are to be fixed later.)
2006-09-27 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/doc/admin/Makefile.am: Add guide_cloud.jpeg
to the distribution tarball.
2006-09-26 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dateutils_tests.py: Added tests for
international GUI date output.
2006-09-25 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/it.po, po/ja.po,
po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po, po/sv.po,
po/uk.po: Reflect changes from WebSearch external collections
business.
2006-09-25 Tibor Simko <tibor.simko@cern.ch>
*
modules/websearch/lib/websearch_external_collections_templates.py:
Fixed output formatting string.
2006-09-25 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/testsuite.in,
modules/websearch/lib/Makefile.am,
modules/websearch/lib/websearch_external_collections.py,
modules/websearch/lib/websearch_external_collections_getter.py,
modules/websearch/lib/websearch_external_collections_getter_tests.py,
modules/websearch/lib/websearch_external_collections_page_getter.py,
modules/websearch/lib/websearch_external_collections_page_getter_tests.py,
modules/websearch/lib/websearch_external_collections_tests.py:
Shorten the name of
websearch_external_collections_page_getter_tests.py to respect 99
chars limit encountered when making the distribution tarball.
2006-09-25 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml,
modules/bibformat/doc/admin/guide_output_format_attributes_tutorial.png,
modules/bibformat/doc/admin/guide_output_format_update_attributes_tutorial.png:
Shorten the name of
guide_output_format_update_attributes_tutorial.png to respect 99
chars limit encountered when making the distribution tarball.
2006-09-25 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/it.po, po/ja.po,
po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po, po/sv.po,
po/uk.po: Importing new I18N messages.
2006-09-25 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/elements/bfe_authors.py,
modules/websearch/lib/websearch_external_collections_templates.py,
modules/websearch/lib/websearch_templates.py,
modules/websession/lib/webgroup.py,
modules/websession/lib/webgroup_dblayer.py,
modules/websession/lib/websession_config.py: A little cleanup of
the new I18N messages.
2006-09-25 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in: Added new I18N-capable files.
2006-09-25 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/doc/admin/guide.html.wml: Added clarifications
on exposing all (public) records via OAI.
2006-09-25 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added missing user_query_basket table update
statement for CDSware v0.7.1 installations. Added schTASK table
update statements for CDS Invenio v0.90.1.
2006-09-25 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Added schTASK table indexes
on status and runtime columns.
2006-09-25 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/lib/bibsched.py,
modules/miscutil/lib/config.py.wml: Made BibSched refresh time
configurable. Set to 5 seconds by default. Note: the automatic
handling of new tasks is far from optimal in case the task queue
gets big.
2006-09-22 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, config/cdspage.wml,
modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webinterface.py,
modules/webstyle/lib/webinterface_layout.py,
modules/webstyle/lib/webstyle_templates.py: Added RSS 2.0 feed
service. The service is available via WEBURL/rss. Currently it
serves newly added public records, but can also be used to serve
newly added records to a particular collection or newly added
records matching a particular query. Note: searching is done live,
a per-collection cache is still to be introduced.
2006-09-22 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/img/cds.png: Adde basic cds.png, suitable for
RSS feed service image.
2006-09-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_config.py,
modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py,
modules/websubmit/lib/functions/Convert_RecXML_to_RecALEPH.py,
modules/websubmit/lib/functions/Create_Modify_Interface.py,
modules/websubmit/lib/functions/Format_Record.py,
modules/websubmit/lib/functions/Get_Info.py,
modules/websubmit/lib/functions/Insert_Modify_Record.py,
modules/websubmit/lib/functions/Insert_Record.py,
modules/websubmit/lib/functions/Is_Original_Submitter.py,
modules/websubmit/lib/functions/Is_Referee.py,
modules/websubmit/lib/functions/Mail_Submitter.py,
modules/websubmit/lib/functions/Make_Modify_Record.py,
modules/websubmit/lib/functions/Make_Record.py,
modules/websubmit/lib/functions/Move_From_Pending.py,
modules/websubmit/lib/functions/Move_to_Done.py,
modules/websubmit/lib/functions/Move_to_Pending.py,
modules/websubmit/lib/functions/Print_Success_MBI.py,
modules/websubmit/lib/functions/Report_Number_Generation.py,
modules/websubmit/lib/functions/Send_APP_Mail.py,
modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py,
modules/websubmit/lib/functions/Upload_Files.py: Fixed WebSubmit
MESS functions importing problem.
2006-09-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed XML output envelope
prologue and epilogue for NLM and RSS formats. Search engine now
calls format_records() for XML formats. (The speed of the MARCXML
output stream should be checked.)
2006-09-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Added templates for
the XML ouptut's prologue and epilogue, for MARCXML, NLM, and RSS.
(DC uses default sanity prologue/epilogue.)
2006-09-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/etc/format_templates/DC.bfx,
modules/bibformat/etc/format_templates/NLM.bfx,
modules/bibformat/etc/format_templates/RSS.bfx: Updated DC, NLM and
RSS templates to format one record only, since the rest of the
formatting infrastructure works this way.
2006-09-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearchadminlib.py: Detect properly the
timestamp of the last collection cache update.
2006-09-21 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: When page() and
pagefooter() receive the last updated timestamp in the CVS $Date$
format, convert it to the standardized dategui I18N format.
2006-09-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webcoll.py: Put
language-dependent last updated timestamp in the footer. Use the
standardized dategui format.
2006-09-21 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dateutils.py,
modules/miscutil/lib/dateutils_tests.py: Add forgotten space at the
end of CVS Date parse string.
2006-09-21 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dateutils.py,
modules/miscutil/lib/dateutils_tests.py: Document the usage of the
'$' + 'Date...' technique.
2006-09-21 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dateutils.py,
modules/miscutil/lib/dateutils_tests.py: When converting CVS dates,
have to use a technique like '$'+'Date: ...', otherwise the commit
updates what we plan to match.
2006-09-21 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/testsuite.in: Added dateutils unit tests.
2006-09-21 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/dateutils_tests.py: Added tests for dateutils
datecvs conversion.
2006-09-21 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dateutils.py: Added function for converting
CVS dates to datestruct. Useful for Last updated timestamps in
page footers.
2006-09-21 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/kwalitee.py: Added explicit test for the
number of missing docstrings. Currently there are 893 missing
docstrings in the whole codebase, with WebSubmit and ElmSubmit
accounting for half of them.
2006-09-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_config.py: Leave wildcard config
import here, because MESS functions seem to have funny usage of
config variables without importing anything. This and the exec
stuff should really get refactored one day soon. Left a FIXME
note.
2006-09-20 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/lib/bibconvert.py,
modules/bibformat/lib/bibformat_dblayer.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_migration_kit.py,
modules/bibformat/lib/bibformat_utils.py,
modules/bibharvest/lib/bibharvest_templates.py,
modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oaiarchive_engine.py,
modules/bibharvest/lib/oaiarchiveadminlib.py,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibindex/lib/bibindex_engine.py,
modules/bibindex/lib/bibindexadminlib.py,
modules/bibmatch/lib/bibmatch_engine.py,
modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/webgroup_dblayer.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py, modules/websubmit/lib/file.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/web/approve.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/admin/referees.py: Fixed config wildcard
import everywhere. Fixed some randomly spotted import problems,
such as sysexiting in case of failure. This should never be done
in lib files in case they are imported via Apache environment or
via some other clients.
2006-09-20 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/alert_engine.py,
modules/webalert/lib/htmlparser.py,
modules/webalert/lib/webalert_templates.py: Removed wildcard config
import and fixed some indentation problems.
2006-09-20 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_downloads_indexer.py,
modules/bibrank/lib/bibrank_downloads_similarity.py,
modules/bibrank/lib/bibrank_grapher.py,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/bibrank/lib/bibrankadminlib.py: Removed wildcard config
import and fixed some randomly spotted basic kwalitee problems.
2006-09-20 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/myhtmlentitydefs.py: Ignore long lines
warning, they are here per design.
2006-09-20 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py: Removed wildcard config
import and fixed some basic kwalitee problems.
2006-09-20 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/doc/admin/guide.html.wml: Expanded BibUpload
documentation. Added hints on running xmlmarclint, on the usage of
external system numbers (970), added examples for various modes,
changed wording, etc.
2006-09-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.in,
modules/websearch/lib/Makefile.am,
modules/websearch/lib/websearch_webcoll.py: Split WebSearch
executables into (small) bin and (long) lib files.
2006-09-20 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, modules/bibsched/Makefile.am,
modules/bibsched/bin/bibsched.in,
modules/bibsched/bin/bibtaskex.in, modules/bibsched/lib/.cvsignore,
modules/bibsched/lib/Makefile.am, modules/bibsched/lib/bibsched.py,
modules/bibsched/lib/bibtaskex.py: BibSched module split into
bin/lib completed. Most of the stuff lives in lib. The bin stuff
is a simple call of the lib stuff. While doing the split, the code
kwalitee improved a bit.
2006-09-20 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Added CFG_PREFIX.
2006-09-20 Tibor Simko <tibor.simko@cern.ch>
* config/configbis.wml.in: Added PREFIX.
2006-09-18 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/search_engine_tests.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/admin/websearchadmin.py: Improved kwalitee of
the code. Removed wildcard imports, put spaces in expressions,
etc.
2006-09-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/lib/bibclassifylib.py,
modules/bibedit/lib/refextract_config.py,
modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibindex/lib/bibindex_engine.py,
modules/bibindex/lib/bibindex_engine_config.py,
modules/bibrank/lib/bibrank_downloads_similarity.py,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/miscutil/lib/config.py.wml,
modules/webcomment/lib/webcomment.py,
modules/websearch/bin/webcoll.in,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/webuser.py,
modules/webstyle/lib/template.py, modules/webstyle/lib/webpage.py,
modules/websubmit/lib/functions/Move_to_Done.py,
modules/websubmit/lib/functions/Upload_Files.py: Harmonized
CFG_PATH_* and CFG_WEBSEARCH_* config variable names.
2006-09-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/etc/format_templates/NLM.bfx: Put explicit
namespace into self-uri xlink's. This fixes the problem of XML NLM
display on Firefox 1.5.
2006-09-15 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/lib/webcomment_webinterface.py: When an
anonymous guest wants to enter a comment or a review, do not
propose the login box directly here but rather redirect the user to
the (potentially secure) login page. This fixes the problem for
mixed HTTP/HTTPS site setups.
2006-09-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/kwalitee.py: Updated to work with the latest
pychecker 0.8.17. (Limit on the number of messages, filename
stripping.)
2006-09-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/lib/bibconvert.py,
modules/bibformat/lib/bibformat_utils.py,
modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oai_repository_regression_tests.py,
modules/bibharvest/lib/oai_repository_webinterface.py,
modules/bibharvest/lib/oaiarchive_engine.py,
modules/miscutil/lib/config.py.wml,
modules/websearch/lib/search_engine.py: Renamed cfg_oai_* config
variables to follow the uppercase model. Fixed the case of one WML
config variable being read to two different Python variables.
2006-09-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/doc/admin/guide.html.wml,
modules/bibindex/lib/bibindex_engine.py,
modules/bibindex/lib/bibindex_engine_stemmer.py,
modules/bibindex/lib/bibindex_engine_stopwords.py,
modules/miscutil/lib/config.py.wml: Renamed cfg_bibindex_* config
variables to follow the uppercase model.
2006-09-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml,
modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcomment_webinterface.py,
modules/websearch/lib/search_engine.py: Renamed cfg_webcomment_*
config variables to follow the uppercase model.
2006-09-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_bfx_engine_config.py,
modules/bibformat/lib/bibformat_config.py,
modules/webcomment/lib/webcomment_config.py,
modules/webmessage/lib/webmessage_config.py: Improved kwalitee of
the config files.
2006-09-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/bin/bibreformat.in,
modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_config.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_engine_tests.py,
modules/bibformat/lib/bibformat_migration_kit.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/websearch/lib/search_engine.py: Renamed BibFormat local
config variables to follow the CFG_MODULENAME_FOO style.
2006-09-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py,
modules/bibedit/lib/bibrecord_config.py,
modules/bibedit/lib/bibrecord_tests.py,
modules/bibformat/lib/bibformat_bfx_engine.py,
modules/bibformat/lib/bibformat_bfx_engine_config.py,
modules/miscutil/doc/hacking/errorlib.html.wml,
modules/webaccess/bin/authaction.in,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/access_control_engine.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py: Fixed uppercase for all
remaining cfg_* module variables except for those located in the
global config.py file.
2006-09-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmitadmin_config.py,
modules/websubmit/lib/websubmitadmin_templates.py: Use uppercase
WebSubmit Admin module wide config parameters.
2006-09-14 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/etc/Makefile.am,
modules/bibformat/etc/format_templates/Makefile.am,
modules/bibformat/etc/output_formats/Makefile.am,
modules/bibformat/lib/Makefile.am,
modules/bibformat/lib/elements/Makefile.am: Edited copyright
message to refer to CDS Invenio rather that CDSware.
2006-09-14 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_bfx_engine.py,
modules/bibformat/lib/bibformat_bfx_engine_config.py,
modules/bibformat/lib/bibformat_config.py,
modules/bibformat/lib/bibformat_dblayer.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_engine_tests.py,
modules/bibformat/lib/bibformat_migration_kit.py,
modules/bibformat/lib/bibformat_migration_kit_assistant_lib.py,
modules/bibformat/lib/bibformat_migration_kit_dblayer.py,
modules/bibformat/lib/bibformat_migration_kit_templates.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformat_utils.py,
modules/bibformat/lib/bibformatadmin_regression_tests.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibformat/lib/elements/bfe_abstract.py,
modules/bibformat/lib/elements/bfe_additional_report_numbers.py,
modules/bibformat/lib/elements/bfe_addresses.py,
modules/bibformat/lib/elements/bfe_affiliation.py,
modules/bibformat/lib/elements/bfe_authors.py,
modules/bibformat/lib/elements/bfe_bfx_engine.py,
modules/bibformat/lib/elements/bfe_bibtex.py,
modules/bibformat/lib/elements/bfe_cited_by.py,
modules/bibformat/lib/elements/bfe_collection.py,
modules/bibformat/lib/elements/bfe_contact.py,
modules/bibformat/lib/elements/bfe_creation_date.py,
modules/bibformat/lib/elements/bfe_date.py,
modules/bibformat/lib/elements/bfe_date_rec.py,
modules/bibformat/lib/elements/bfe_edit_record.py,
modules/bibformat/lib/elements/bfe_editors.py,
modules/bibformat/lib/elements/bfe_external_publications.py,
modules/bibformat/lib/elements/bfe_field.py,
modules/bibformat/lib/elements/bfe_fulltext.py,
modules/bibformat/lib/elements/bfe_imprint.py,
modules/bibformat/lib/elements/bfe_keywords.py,
modules/bibformat/lib/elements/bfe_notes.py,
modules/bibformat/lib/elements/bfe_photo_resources.py,
modules/bibformat/lib/elements/bfe_photo_resources_brief.py,
modules/bibformat/lib/elements/bfe_place.py,
modules/bibformat/lib/elements/bfe_publi_info.py,
modules/bibformat/lib/elements/bfe_publisher.py,
modules/bibformat/lib/elements/bfe_references.py,
modules/bibformat/lib/elements/bfe_reprints.py,
modules/bibformat/lib/elements/bfe_server_info.py,
modules/bibformat/lib/elements/bfe_summary.py,
modules/bibformat/lib/elements/bfe_test_2.py,
modules/bibformat/lib/elements/bfe_test_4.py,
modules/bibformat/lib/elements/bfe_title.py,
modules/bibformat/lib/elements/bfe_title_brief.py,
modules/bibformat/lib/elements/bfe_topbanner.py,
modules/bibformat/lib/elements/bfe_url.py,
modules/bibformat/lib/elements/bfe_xml_record.py,
modules/bibformat/lib/elements/test_1.py,
modules/bibformat/lib/elements/test_5.py,
modules/bibformat/web/admin/bibformat_migration_kit_assistant.py,
modules/elmsubmit/lib/myhtmlentitydefs.py,
modules/websession/lib/webgroup_dblayer.py,
modules/webstyle/lib/webinterface_tests.py: Added copyright
messages to the files where they were missing. Fixed copyright
messages that still spoke about CDSware instead of CDS Invenio.
2006-09-14 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/lib/bibclassifylib.py,
modules/bibedit/lib/bibedit_dblayer.py,
modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibedit_templates.py,
modules/bibedit/lib/bibrecord.py,
modules/bibedit/lib/bibrecord_tests.py,
modules/bibedit/lib/refextract.py,
modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_bfx_engine.py,
modules/bibformat/lib/bibformat_dblayer.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_engine_tests.py,
modules/bibformat/lib/bibformat_migration_kit.py,
modules/bibformat/lib/bibformat_migration_kit_assistant_lib.py,
modules/bibformat/lib/bibformat_migration_kit_dblayer.py,
modules/bibformat/lib/bibformat_migration_kit_templates.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformat_utils.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibformat/lib/elements/bfe_abstract.py,
modules/bibformat/lib/elements/bfe_additional_report_numbers.py,
modules/bibformat/lib/elements/bfe_addresses.py,
modules/bibformat/lib/elements/bfe_affiliation.py,
modules/bibformat/lib/elements/bfe_authors.py,
modules/bibformat/lib/elements/bfe_bfx_engine.py,
modules/bibformat/lib/elements/bfe_bibtex.py,
modules/bibformat/lib/elements/bfe_cited_by.py,
modules/bibformat/lib/elements/bfe_collection.py,
modules/bibformat/lib/elements/bfe_contact.py,
modules/bibformat/lib/elements/bfe_creation_date.py,
modules/bibformat/lib/elements/bfe_date.py,
modules/bibformat/lib/elements/bfe_date_rec.py,
modules/bibformat/lib/elements/bfe_edit_record.py,
modules/bibformat/lib/elements/bfe_editors.py,
modules/bibformat/lib/elements/bfe_external_publications.py,
modules/bibformat/lib/elements/bfe_field.py,
modules/bibformat/lib/elements/bfe_fulltext.py,
modules/bibformat/lib/elements/bfe_imprint.py,
modules/bibformat/lib/elements/bfe_keywords.py,
modules/bibformat/lib/elements/bfe_notes.py,
modules/bibformat/lib/elements/bfe_photo_resources.py,
modules/bibformat/lib/elements/bfe_photo_resources_brief.py,
modules/bibformat/lib/elements/bfe_place.py,
modules/bibformat/lib/elements/bfe_publi_info.py,
modules/bibformat/lib/elements/bfe_publisher.py,
modules/bibformat/lib/elements/bfe_references.py,
modules/bibformat/lib/elements/bfe_reprints.py,
modules/bibformat/lib/elements/bfe_server_info.py,
modules/bibformat/lib/elements/bfe_summary.py,
modules/bibformat/lib/elements/bfe_test_2.py,
modules/bibformat/lib/elements/bfe_test_4.py,
modules/bibformat/lib/elements/bfe_title.py,
modules/bibformat/lib/elements/bfe_topbanner.py,
modules/bibformat/lib/elements/bfe_url.py,
modules/bibformat/lib/elements/bfe_xml_record.py,
modules/bibformat/lib/elements/test_1.py,
modules/bibformat/lib/elements/test_5.py,
modules/bibformat/web/admin/bibformat_migration_kit_assistant.py,
modules/bibharvest/lib/bibharvest_templates.py,
modules/bibharvest/lib/oai_repository.py,
modules/bibrank/lib/bibrank_citation_grapher.py,
modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_citation_searcher.py,
modules/bibrank/lib/bibrank_downloads_grapher.py,
modules/bibrank/lib/bibrank_downloads_indexer.py,
modules/bibrank/lib/bibrank_downloads_indexer_tests.py,
modules/bibrank/lib/bibrank_downloads_similarity.py,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/elmsubmit/lib/elmsubmit_EZArchive.py,
modules/elmsubmit/lib/elmsubmit_EZEmail.py,
modules/elmsubmit/lib/elmsubmit_enriched2txt.py,
modules/elmsubmit/lib/elmsubmit_field_validation.py,
modules/elmsubmit/lib/elmsubmit_filename_generator.py,
modules/elmsubmit/lib/elmsubmit_generate_marc.py,
modules/elmsubmit/lib/elmsubmit_html2txt.py,
modules/elmsubmit/lib/elmsubmit_misc.py,
modules/elmsubmit/lib/elmsubmit_richtext2txt.py,
modules/elmsubmit/lib/elmsubmit_submission_parser.py,
modules/elmsubmit/lib/myhtmlentitydefs.py,
modules/elmsubmit/lib/magic/compile_magic.py,
modules/miscutil/lib/dateutils.py,
modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/textutils.py,
modules/webaccess/lib/external_authentication.py,
modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert_templates.py,
modules/webalert/lib/webalert_webinterface.py,
modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_dblayer.py,
modules/webbasket/lib/webbasket_migration_kit.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webbasket/lib/webbasket_webinterface.py,
modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcomment_tests.py,
modules/webcomment/lib/webcommentadminlib.py,
modules/webcomment/web/admin/webcommentadmin.py,
modules/webmessage/lib/webmessage_dblayer.py,
modules/webmessage/lib/webmessage_mailutils.py,
modules/webmessage/lib/webmessage_templates.py,
modules/webmessage/lib/webmessage_webinterface.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websession/lib/session.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/webgroup.py,
modules/websession/lib/webgroup_dblayer.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py,
modules/webstyle/lib/webinterface_handler.py,
modules/webstyle/lib/webinterface_layout.py,
modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/lib/file.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/lib/websubmitadmin_dblayer.py,
modules/websubmit/lib/websubmitadmin_engine.py,
modules/websubmit/lib/websubmitadmin_templates.py,
modules/websubmit/lib/functions/Add_Files.py,
modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py,
modules/websubmit/lib/functions/CaseEDS.py,
modules/websubmit/lib/functions/Convert_RecXML_to_RecALEPH.py,
modules/websubmit/lib/functions/Create_Modify_Interface.py,
modules/websubmit/lib/functions/Create_Recid.py,
modules/websubmit/lib/functions/Finish_Submission.py,
modules/websubmit/lib/functions/Format_Record.py,
modules/websubmit/lib/functions/Get_Info.py,
modules/websubmit/lib/functions/Get_Report_Number.py,
modules/websubmit/lib/functions/Get_Sysno.py,
modules/websubmit/lib/functions/Insert_Modify_Record.py,
modules/websubmit/lib/functions/Insert_Record.py,
modules/websubmit/lib/functions/Is_Original_Submitter.py,
modules/websubmit/lib/functions/Is_Referee.py,
modules/websubmit/lib/functions/Mail_Submitter.py,
modules/websubmit/lib/functions/Make_Modify_Record.py,
modules/websubmit/lib/functions/Make_Record.py,
modules/websubmit/lib/functions/Move_Files_Archive.py,
modules/websubmit/lib/functions/Move_From_Pending.py,
modules/websubmit/lib/functions/Move_to_Done.py,
modules/websubmit/lib/functions/Move_to_Pending.py,
modules/websubmit/lib/functions/Print_Success.py,
modules/websubmit/lib/functions/Print_Success_APP.py,
modules/websubmit/lib/functions/Print_Success_DEL.py,
modules/websubmit/lib/functions/Print_Success_MBI.py,
modules/websubmit/lib/functions/Print_Success_SRV.py,
modules/websubmit/lib/functions/Report_Number_Generation.py,
modules/websubmit/lib/functions/Retrieve_Data.py,
modules/websubmit/lib/functions/Send_APP_Mail.py,
modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py,
modules/websubmit/lib/functions/Test_Status.py,
modules/websubmit/lib/functions/Update_Approval_DB.py,
modules/websubmit/lib/functions/Upload_Files.py,
modules/websubmit/lib/functions/mail.py,
modules/websubmit/web/approve.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/admin/referees.py,
modules/websubmit/web/admin/websubmitadmin.py,
po/i18n_extract_from_wml_source.py, po/i18n_update_wml_target.py:
Added __revision__ for all Python files that did not have it.
2006-09-14 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_bfx_engine.py,
modules/bibformat/lib/bibformat_bfx_engine_config.py,
modules/bibformat/lib/bibformat_config.py,
modules/miscutil/doc/hacking/errorlib.html.wml,
modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/miscutil_config.py,
modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_config.py,
modules/webcomment/lib/webcomment_config.py,
modules/webmessage/lib/webmessage_config.py,
modules/websession/lib/webgroup.py,
modules/websession/lib/websession_config.py,
modules/websubmit/lib/websubmitadmin_config.py: Use uppercase for
CFG_MODULENAME_ERROR_MESSAGES and CFG_MODULENAME_WARNING_MESSAGES.
Modified error library implementation and the guide accordingly.
2006-09-14 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/modules.dia: Added DIA source file
for the modules JPEG picture. This source file is added only to
CVS, it is not put into the distro tarball or installed.
2006-09-14 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/elmsubmit.py,
modules/elmsubmit/lib/elmsubmit_config.py,
modules/elmsubmit/lib/elmsubmit_generate_marc.py,
modules/elmsubmit/lib/elmsubmit_tests.py: Local config parameters
changed to CFG_ELMSUBMIT_*.
2006-09-14 Alberto Pepe <alberto.pepe@cern.ch>
* modules/webhelp/web/hacking/modules.jpeg: Added new modules
overview diagram (updated: September 2006)
2006-09-14 Alberto Pepe <alberto.pepe@cern.ch>
* modules/webhelp/web/hacking/modules.jpeg: Removed old
modules.jpeg diagram.
2006-09-14 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webalert/lib/webalert_webinterface.py,
modules/webbasket/lib/webbasket_webinterface.py,
modules/webmessage/lib/webmessage_webinterface.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/web/approve.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py: Fixed cases of importing
global access control related parameters via local access control
config file.
2006-09-14 Alberto Pepe <alberto.pepe@cern.ch>
* modules/webhelp/web/hacking/modules.html.wml: Added short module
overview for BibClassify.
2006-09-14 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_grapher.py,
modules/websubmit/lib/file.py,
modules/websubmit/lib/websubmit_config.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py,
modules/websubmit/lib/functions/Mail_Submitter.py,
modules/websubmit/lib/functions/Send_APP_Mail.py,
modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py,
modules/websubmit/web/approve.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/admin/referees.py: Do not re-expose global
config variables vie WebSubmit local config. Also, use uppercase
for most of WebSubmit local config parameters.
2006-09-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformatadminlib.py: Added the possibility
NOT to copy a format template when creating a new one (scenario was
no longer possible with introduction of new duplicate feature).
2006-09-14 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/style.html.wml: Removed information
on the line width. Added information on running ``make
kwalitee-check''.
2006-09-14 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_config.py: Use uppercase local
WebAccess config parameters.
2006-09-14 Alberto Pepe <alberto.pepe@cern.ch>
* modules/webhelp/web/admin/index.html.wml: Corrected text about
BibClassify.
2006-09-14 Alberto Pepe <alberto.pepe@cern.ch>
* modules/webhelp/web/hacking/index.html.wml: Added link to Hacking
BibClassify pages.
2006-09-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml: Documented creation
of new template as copy of already existing one. Corrected a typo.
VS:
----------------------------------------------------------------------
2006-09-14 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibclassify/doc/admin/Makefile.am,
modules/bibclassify/doc/admin/guide.html.wml,
modules/bibclassify/doc/admin/guide_cloud.jpeg: Added BibClassify
Admin Guide.
2006-09-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/bibformatadmin.py: Adapted web pages
urls to support copy of existing template when creating new one.
2006-09-14 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibclassify/doc/hacking/Makefile.am,
modules/bibclassify/doc/hacking/extraction-algorithm.html.wml,
modules/bibclassify/doc/hacking/hep-taxonomy.html.wml,
modules/bibclassify/doc/hacking/index.html.wml: Added documentation
about the keyword extraction algorithm and the HEP taxonomy.
2006-09-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformatadminlib.py: Added possibility to
copy code of already existing template when creating a new one.
Corrected missleading doc string in bibformat_engine.
2006-09-14 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibclassify/etc/CERESTheme.rdf,
modules/bibclassify/etc/HEP.rdf,
modules/bibclassify/etc/Makefile.am: Removed CERES example
taxonomy. Added HEP taxonomy.
2006-09-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/bibformatadmin.py: Feedback to user
when he tries to rename a kb with an already existing KB name.
2006-09-14 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_dblayer.py,
modules/bibformat/lib/bibformat_migration_kit.py,
modules/bibformat/lib/bibformatadminlib.py: Fixed problem that
occured when a kb was renamed with an already existing kb name.
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_config.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_migration_kit_assistant_lib.py,
modules/bibformat/lib/bibformat_migration_kit_templates.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibharvest/lib/oai_repository_webinterface.py,
modules/bibrank/lib/bibrankadminlib.py,
modules/webaccess/web/admin/webaccessadmin.py,
modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcomment_webinterface.py: Remove unused
__lastupdated__.
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* configure-tests.py: Use __revision__ instead of __version__.
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/oai_repository_webinterface.py: Import
missing cfg_oai_sleep.
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/bin/bibconvert.in,
modules/bibconvert/lib/bibconvert.py,
modules/bibconvert/lib/bibconvert_tests.py,
modules/bibedit/bin/xmlmarc2textmarc.in,
modules/bibedit/bin/xmlmarclint.in,
modules/bibedit/lib/xmlmarc2textmarclib.py,
modules/bibedit/web/admin/bibeditadmin.py,
modules/bibformat/bin/bibformat.in,
modules/bibformat/bin/bibreformat.in,
modules/bibformat/lib/elements/bfe_title_brief.py,
modules/bibformat/web/admin/bibformatadmin.py,
modules/bibharvest/bin/bibharvest.in,
modules/bibharvest/bin/oaiarchive.in,
modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oai_repository_tests.py,
modules/bibharvest/lib/oai_repository_webinterface.py,
modules/bibharvest/lib/oaiarchive_engine.py,
modules/bibharvest/lib/oaiarchiveadminlib.py,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibharvest/web/admin/bibharvestadmin.py,
modules/bibharvest/web/admin/oaiarchiveadmin.py,
modules/bibindex/bin/bibstat.in,
modules/bibindex/lib/bibindex_engine_stemmer_tests.py,
modules/bibindex/lib/bibindex_engine_tests.py,
modules/bibindex/lib/bibindexadminlib.py,
modules/bibindex/web/admin/bibindexadmin.py,
modules/bibmatch/lib/bibmatch_engine.py,
modules/bibrank/bin/bibrank.in, modules/bibrank/bin/bibrankgkb.in,
modules/bibrank/lib/bibrank_citation_searcher_tests.py,
modules/bibrank/lib/bibrank_grapher.py,
modules/bibrank/lib/bibrank_record_sorter_tests.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_tag_based_indexer_tests.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/bibrank/lib/bibrankadminlib.py,
modules/bibrank/web/admin/bibrankadmin.py,
modules/bibsched/bin/bibsched.in,
modules/bibsched/bin/bibtaskex.in,
modules/elmsubmit/bin/elmsubmit.in,
modules/elmsubmit/lib/elmsubmit.py,
modules/elmsubmit/lib/elmsubmit_tests.py,
modules/miscutil/bin/regressiontestsuite.in,
modules/miscutil/bin/testsuite.in,
modules/miscutil/lib/dbquery.py.wml,
modules/webaccess/bin/authaction.in,
modules/webaccess/bin/webaccessadmin.in,
modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webaccess/web/admin/webaccessadmin.py,
modules/webalert/bin/alertengine.in,
modules/webalert/lib/alert_engine.py,
modules/webalert/lib/htmlparser.py,
modules/webmessage/bin/webmessageadmin.in,
modules/webmessage/lib/webmessage.py,
modules/websearch/bin/webcoll.in,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/admin/websearchadmin.py,
modules/websession/bin/sessiongc.in,
modules/webstyle/lib/template.py,
modules/webstyle/lib/webinterface_tests.py,
modules/websubmit/bin/thumbmaker.in: Removed __version__ in profit
of __revision__.
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket_dblayer.py,
modules/webmessage/lib/webmessage_dblayer.py,
modules/websession/lib/webgroup.py,
modules/websession/lib/websession_config.py,
modules/websession/lib/websession_templates.py: Use uppercase
CFG_WEBSESSION_* module parameters. (All except errorlib related
ones.)
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections.py,
modules/websearch/lib/websearch_external_collections_config.py,
modules/websearch/lib/websearch_external_collections_parser.py,
modules/websearch/lib/websearch_external_collections_searcher.py,
modules/websearch/lib/websearchadminlib.py: Use uppercase
CFG_EXTERNAL_COLLECTION* module parameters.
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_config.py,
modules/webmessage/lib/webmessage_dblayer.py,
modules/webmessage/lib/webmessage_templates.py,
modules/webmessage/lib/webmessage_webinterface.py: Use uppercase
CFG_WEBMESSAGE_* modules parameters. (All except for errorlib
related ones). Also, done some ad-hoc spotted kwalitee
improvements.
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_config.py: Use uppercase
CFG_WEBCOMMENT_* module variables. (All except for errorlib
related ones.)
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_config.py,
modules/webbasket/lib/webbasket_dblayer.py,
modules/webbasket/lib/webbasket_migration_kit.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webbasket/lib/webbasket_webinterface.py: Use uppercase
CFG_WEBBASKET_* module parameters. (All except for errorlib
related ones.)
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/refextract.py,
modules/bibedit/lib/refextract_config.py: Use uppercase
CFG_REFEXTRACT_* module variables.
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py,
modules/bibedit/lib/bibrecord_config.py: Use uppercase
CFG_BIBRECORD_* module config parameters. (All except for errorlib
related ones.)
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibedit_config.py,
modules/bibedit/lib/bibedit_engine.py: Use UPPERCASE CFG_BIBEDIT_*
module config parameters.
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/alert_engine.py,
modules/webalert/lib/alert_engine_config.py,
modules/webalert/lib/htmlparser.py,
modules/webalert/lib/webalert_templates.py: Use UPPERCASE module
config parameters.
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/lib/bibconvert.py,
modules/bibharvest/lib/oai_repository_config.py: Fixed the kwalitee
problem of re-exposing OAI config variables that are already
defined in the global config file.
2006-09-13 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibclassify/lib/bibclassifylib.py: Command Line Interface
cleanup (removal of some unnecessary parameters, renaming) Removal
of unnecessay loop around composite concepts: performance
improvement (BibClassify runs 50% faster)
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py,
modules/bibindex/lib/bibindex_engine_config.py,
modules/bibindex/lib/bibindex_engine_stemmer.py,
modules/bibindex/lib/bibindex_engine_stopwords.py,
modules/bibrank/lib/bibrank_word_indexer.py: Fixed the kwalitee
problem of re-exposing some of the global config variables via
bibindex engine local config. Also, fixed some kwalitee issues of
the stemmer and the stopword facilities.
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py,
modules/bibrank/bin/bibrankgkb.in,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/websearch/bin/webcoll.in,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/search_engine_config.py,
modules/websearch/lib/websearch_templates.py: Fixed the kwalitee
problem of re-exposure of some of the global config parameters via
the local search engine config.
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/search_engine_config.py,
modules/websearch/lib/websearch_templates.py: Use UPPERCASE global
config variables. This habit is to be generalized soon everywhere.
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/errorlib_tests.py,
modules/miscutil/lib/errorlib_webinterface.py,
modules/miscutil/lib/testimport.py,
modules/miscutil/lib/testutils_regression_tests.py,
modules/miscutil/lib/urlutils.py: Improved kwalitee of the code.
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_config.py,
modules/bibupload/lib/bibupload_regression_tests.py: Improved
kwalitee of the code.
2006-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Added tests
for accessing and searching restricted collection.
2006-09-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections.py,
modules/websearch/lib/websearch_external_collections_config.py,
modules/websearch/lib/websearch_external_collections_page_getter.py,
modules/websearch/lib/websearch_external_collections_page_getter_tests.py,
modules/websearch/lib/websearch_external_collections_parser.py,
modules/websearch/lib/websearch_external_collections_searcher.py,
modules/websearch/lib/websearch_external_collections_templates.py,
modules/websearch/lib/websearch_external_collections_tests.py,
modules/websearch/lib/websearch_external_collections_utils.py:
Removed unnecessary parameter and done some more style changes to
improve the kwalitee of the code.
2006-09-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Style
changes to correct all pychecker- and some pylint-found warnings.
2006-09-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_tests.py: Polished style of
parts of the code according to pylint.
2006-09-12 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Recommend MySQL 4.1 or 5.0, because the external
collection admin interface now uses SQL commands not available on
MySQL 4.0. Also, removed the note about FreeBSD Apache compilation
since the current FreeBSD-6.1 packages work just fine.
2006-09-12 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Mentioned explicitly FreeBSD and Mac OS X in the OS
section. Also, clarified the phrase on the necessity of running an
MTA.
2006-09-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Added tests
for the search engine Python and Web API calls.
2006-09-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: API now returns the list
of record IDs also in the case of the detailed record page access.
(Example: recid=8&of=id.)
2006-09-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: In the API mode,
when [] is to be returned, transform it to string, otherwise
mod_python gives an internal error. Also, use argd instead or args
consistently.
2006-09-12 Gregory Favre <gregory.favre@cern.ch>
* modules/webcomment/lib/webcomment_templates.py: Fixed a bug that
happened while adding a new review. Enhanced display of reviews.
2006-09-12 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/kwalitee.py: Print complete usage info
message in case the modules subdir well exists but does not contain
CDS Invenio modules.
2006-09-12 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_dblayer.py: Added APIs to BibFormat
to choose between preformatted record or on-the-fly formatting.
2006-09-11 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: In the Apache HTTP config example, added explicit port
number (80) so that it won't eventually clash with the HTTPS config
example.
2006-09-11 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Added Nikolay Dyankov. Changed email address of Paulo
Cabral.
2006-09-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindexadminlib.py: Make use of
get_table_status_info() rather than invoking SHOW TABLE STATUS
directly. Also, done some refactoring.
2006-09-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/bin/bibstat.in: Make use of
get_table_status_info() rather than invoking SHOW TABLE STATUS
directly.
2006-09-11 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: Added
get_table_status_info() to serve for MySQL 4.x and 5.x versions.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/kwalitee.py: Fixed detection of
pychecker-stripped leading ../../ path.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/kwalitee.py: Harmonized desirable PyLint
score.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/kwalitee.py: Print a legend for the kwalitee
results table.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/style.html.wml: Added a hint on how
to influence pylint messages. Added a word on how to check the
code kwalitee.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_config.py: Fixed some obvious
pylint warnings.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_bfx_engine_config.py,
modules/webcomment/lib/webcomment_config.py,
modules/websubmit/lib/websubmitadmin_config.py: Fixed some obvious
pylint warnings.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_config.py: Fixed some pylint
warnings.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_config.py,
modules/webbasket/lib/webbasket_config.py,
modules/webalert/lib/alert_engine_config.py: Fixed some obvious
pylint warnings.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery.py.wml,
modules/miscutil/lib/miscutil_config.py: Fixed some obvious pylint
warnings.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py.wml: Fixed some pylint warnings.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Added __revision__.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_config.py,
modules/elmsubmit/lib/elmsubmit_config.py: Fixed away the most
obvious pylint warnings.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine_config.py,
modules/bibupload/lib/bibupload_config.py: Fixed away the most
obvious pylint warnings.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/oai_repository_config.py: Disable W0611
warning, as the imported config variables are exposed to the
business logic from here.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord_config.py,
modules/bibedit/lib/refextract_config.py,
modules/bibedit/lib/bibedit_config.py: Fixed away the most obvious
pylint warnings.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_config.py: Disable W0611
warning, as the imported config variables are exposed to the
business logic from here.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections_config.py:
Accept long lines in pylint.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml,
modules/websearch/lib/websearch_templates.py: Inclusion of the NLM
format among the default ones.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am, modules/miscutil/lib/kwalitee.py: Improved kwalitee
checking CLI API in order to be able to rapidly scan a subset of
Python files. (See ``python kwalitee.py --help''.)
2006-09-08 Nikolay Dyankov <ndyankov@gmail.com>
* modules/bibformat/etc/format_templates/DC.bft,
modules/bibformat/etc/format_templates/DC.bfx,
modules/bibformat/etc/format_templates/MARCXML.bfx,
modules/bibformat/etc/format_templates/Makefile.am,
modules/bibformat/etc/format_templates/NLM.bft,
modules/bibformat/etc/format_templates/NLM.bfx,
modules/bibformat/etc/format_templates/RSS.bft,
modules/bibformat/etc/format_templates/RSS.bfx,
modules/bibformat/etc/format_templates/XMLDC.bft,
modules/bibformat/etc/output_formats/Makefile.am,
modules/bibformat/etc/output_formats/XD.bfo,
modules/bibformat/etc/output_formats/XN.bfo,
modules/bibformat/etc/output_formats/XR.bfo,
modules/bibformat/lib/bibformat_bfx_engine.py,
modules/bibformat/lib/bibformat_bfx_engine_config.py,
modules/bibformat/lib/elements/Makefile.am,
modules/bibformat/lib/elements/bfe_creation_date.py,
modules/bibformat/lib/elements/bfe_server_info.py: Added new BFX
formats for Dublin Core, NLM and an experimental for MARCXML and
RSS generation. Added new elements for getting server variables
and record creation date. Improvements to the BFX engine: BFX
language permits to store several templates in one file.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/admin/bibformatadmin.py: Fixed link to the
Admin Area in the navtrail of the BibFormat Admin index page.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket_dblayer.py: Put parentheses
around table references in a LEFT JOIN statement, fixing the
``Groups baskets'' page display problem on MySQL-5.0.
2006-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: In the Your
Administrative Activities box, link directly to the new BibFormat
Admin.
2006-09-07 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/kwalitee.py: Fixed cosmetic print of the
second separator.
2006-09-07 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/kwalitee.py: Print the number of pychecker
warnings per 1k source lines in three decimal digits, making clear
when a module is fully alright (=0.000). Use the name PyLint
instead of Pylint.
2006-09-07 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/web/admin/.cvsignore,
modules/bibformat/web/admin/.cvsignore,
modules/bibindex/web/admin/.cvsignore,
modules/bibrank/web/admin/.cvsignore,
modules/webaccess/web/admin/.cvsignore,
modules/websearch/web/admin/.cvsignore,
modules/websubmit/web/.cvsignore: Added *.pyc.
2006-09-07 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am, modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/kwalitee.py: Initial release of the Python
code kwalitee measurement tool.
2006-09-07 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in, modules/elmsubmit/lib/encdet.py,
modules/elmsubmit/lib/encdet_utf8.py: Removed unused encdet files,
one of them syntactically wrong.
2006-09-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/functions/.cvsignore: Added *.pyc.
2006-09-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/functions/Move_Files_Archive.py: Fixed a
syntax error that was introduced in commit 1.4 (2004-09-13!),
detected thanks to the kwalitee checking.
2006-09-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/lib/bibconvert_tests.py: Disactivate inactive
tests rather by renaming them to xtest than by commenting them out.
This is in order not to false the code kwalitee statistics.
2006-09-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Ordered proposed
output formats quasi-alphabetically, putting EndNote after DC and
before MARC.
2006-09-05 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Added default EndNote
output format.
2006-09-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Added EndNote to
the list of default output formats proposed on the Detailed record
pages.
2006-09-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.in,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearchadminlib.py: Use the new
dbquery.get_table_last_updated() function in order to detect
properly the table update times for MySQL 4.0, 4.1 and 5.x.
2006-09-05 Nikolay Dyankov <ndyankov@gmail.com>
* modules/bibformat/etc/format_templates/EndNote.bft,
modules/bibformat/etc/format_templates/EndNote.bfx,
modules/bibformat/etc/format_templates/Makefile.am,
modules/bibformat/etc/output_formats/Makefile.am,
modules/bibformat/etc/output_formats/XE.bfo,
modules/bibformat/lib/Makefile.am,
modules/bibformat/lib/bibformat_bfx_engine.py,
modules/bibformat/lib/bibformat_bfx_engine_config.py,
modules/bibformat/lib/elements/Makefile.am,
modules/bibformat/lib/elements/bfe_bfx_engine.py: Initial release
of the XML-based formatting engine (BFX). This engine is to be used
for XML, XHTML and text output formats. Added EndNote output
format as a first example on how to use it.
2006-09-05 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/testsuite.in: Include recently added dbquery
tests.
2006-09-05 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/dbquery_tests.py: Added tests for
get_table_update_time().
2006-09-05 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: Added
get_table_update_time() function to detect properly table
update_time values for all MySQL 4.0, 4.1 and 5.x versions.
2006-09-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Fixed
tmpl_nice_number() in case locale.format() receives non-integer
input.
2006-09-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/session.py: Fixed one variable name change
forgotten by previous commit.
2006-09-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/session.py: Fixed some pychecker and
pylint warnings.
2006-09-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession.py: Fixed all pychecker
warnings as well as some pylint ones.
2006-09-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord_tests.py,
modules/bibrank/lib/bibrank_citation_indexer_tests.py,
modules/bibupload/lib/bibupload_regression_tests.py: Disable pylint
warnings about setUp() function name, since the name is forced on
us by the unittest framework. Disable pylint long line warnings.
2006-09-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_engine_tests.py: Deleted
extraneous redefinition of a test case. Disable pylint warnings
about setUp() function name, since the name is forced on us by the
unittest framework. Disable pylint long line warnings.
2006-09-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher_tests.py: Switched
off the tests that are not implemented. (Names changed from
test_foo() to xtest_foo().)
2006-09-05 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/testsuite.in: Added webuser tests.
2006-09-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/Makefile.am,
modules/websession/lib/webuser_tests.py: Added tests for Apache
user password and group membership checking.
2006-09-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_webinterface.py: Adapted
arguments to webuser.updateDataUser() now that req is not needed
there.
2006-09-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py: Changed Apache authentication
functions to accept password/group files as an argument; useful for
testing. Edited rest of the code to remove some pychecker and
pylint warnings.
2006-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/Makefile.am,
modules/miscutil/demo/demo-site-apache-user-groups,
modules/miscutil/demo/demo-site-apache-user-passwords: Added the
demo site Apache user passwords and groups, useful to demo and to
test Apache-based access restriction. Two demo users created,
'jekyll' and 'hyde', with passwords having the same values as
usernames. Dr. Jekyll can access the Theses demo collection, Mr.
Hyde cannot.
2006-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py: Remove forgotten print
statement.
2006-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py: If cfg_apache_password_file
and cfg_apache_group_file are not absolute pathnames, try to look
for them in tmpdir.
2006-09-04 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Altered CFG_APACHE_PASSWORD_FILE and
CFG_APACHE_GROUP_FILE demo values to prepare the way for the access
control regression tests. Added more help for these config
variables.
2006-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/bin/xmlmarc2textmarc.in: Instruct Emacs to use
Python mode in addition to the file encoding. This declaration is
fully PEP-0263 conform even though pylint does not seem to detect
it right. But this does not matter much since we do not pylint
*.in files much anyway.
2006-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformatadminlib.py: Adapt to the errorlib
API change (file -> stream).
2006-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/doc/hacking/errorlib.html.wml: Reflect the API
variable name change (file -> stream).
2006-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/errorlib.py: Used the term `stream' instead
of `file' in the errorlib API, since file has already a precise
(and different) meaning. Documented this parameter in the
docstrings. Used the idiom ``if x is not None and x or y'' that is
pychecker friendlier than its inverted statement. Changed name of
a dummy variable to `dummy' to please pychecker.
2006-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload_config.py: Removed extraneous
@PYTHON@.
2006-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/testimport.py: Document example directory in
deduce_site_packages_location().
2006-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/bin/oaiharvest.in: Invoke @PYTHON@ instead of
(hardcoded) python2.3.
2006-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/bin/bibupload.in,
modules/websession/bin/sessiongc.in: Instruct Emacs to use Python
mode in addition to the file encoding. This declaration is fully
PEP-0263 conform even though pylint does not seem to detect it
right. But this does not matter much since we do not pylint *.in
files much anyway.
2006-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/lib/external_authentication.py: Improved
docstrings for external authentication examples and templates.
Removed some syntax and coding style problems (not all).
2006-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/bin/bibsched.in: Made get_my_pid() to work on
all FreeBSD platforms, not only FreeBSD-6.
2006-09-01 Olivier Serres <olivier.serres@gmail.com>
* modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql, modules/websearch/bin/webcoll.in,
modules/websearch/lib/websearch_external_collections.py,
modules/websearch/lib/websearch_external_collections_config.py,
modules/websearch/lib/websearch_external_collections_searcher.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/admin/websearchadmin.py: Imporved database
structure and configuration interface of the external collections.
(Warning: collection_externalcollection and externalcollection have
to be altered)
2006-09-01 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/bibformat.gif,
modules/bibformat/doc/admin/guide.html.wml: Added documentation
regarding BibFormat intergration with Dreamweaver.
2006-09-01 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/bibformatadmin.py: Added entry link
to download Dreamweaver BibFormat palette.
2006-09-01 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformatadminlib.py: Added automatic
creation of a Dreamweaver floating panel containing all format
elements and their documentation, to help users insert elements in
their templates.
2006-08-31 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/web/admin/bibharvestadmin.py: Remove
unnecessary import (import sys)
2006-08-31 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py: Removed unnecessary
import (from mod_python import apache)
2006-08-31 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibclassify/lib/bibclassifylib.py: New features: #
"--spires" option to output ckw results in the "ckw1,ckw2" format,
rather than standard "ckw1:ckw2" # new SKOS tag "note" indicates
whether keyword can stand on its own as a mkw or not # ckws can
have altLabels: these are considered to compute their occurrences
Bugfixes: # ckw double counting problem due to wildcards # ckw
occurrence counts in wrong order
Code cleanup: # Removed unnecessary imports and unused variables #
Renamed some local variables
2006-08-31 Tibor Simko <tibor.simko@cern.ch>
*
modules/websearch/lib/websearch_external_collections_page_getter.py:
Handle socket.error exception during connecting.
2006-08-30 Tibor Simko <tibor.simko@cern.ch>
*
modules/websearch/lib/websearch_external_collections_page_getter_tests.py:
Modified the test class so that it integrates well with the rest.
Solved the problem of running the tests when invoked via global
testsuite executable.
2006-08-30 Olivier Serres <olivier.serres@gmail.com>
* modules/miscutil/bin/testsuite.in,
modules/websearch/bin/webcoll.in,
modules/websearch/doc/hacking/api.html.wml,
modules/websearch/lib/Makefile.am,
modules/websearch/lib/websearch_external_collections.py,
modules/websearch/lib/websearch_external_collections_page_getter_tests.py,
modules/websearch/lib/websearch_external_collections_tests.py,
modules/websearch/lib/websearch_external_collections_utils.py:
Modification to external collections test suite.
2006-08-30 Olivier Serres <olivier.serres@gmail.com>
* modules/websearch/lib/websearch_external_collections_parser.py:
Ignore errors during charset conversions. (fix a problem with
python2.3)
2006-08-30 Olivier Serres <olivier.serres@gmail.com>
*
modules/websearch/lib/websearch_external_collections_page_getter.py:
Correct problem with Python2.3 asyncore.loop and ignore redirection
to https.
2006-08-30 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Changed
collection_externalcollection column types and added a primary key.
2006-08-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections.py: For the
table collection_externalcollection and the column is_default, use
0 and 1 instead of False and True.
2006-08-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_external_collections_searcher.py:
Use Python-2.3-way of decorating static methods.
2006-08-30 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/lib/.cvsignore,
modules/bibformat/lib/.cvsignore,
modules/bibharvest/web/admin/.cvsignore,
modules/webcomment/web/admin/.cvsignore,
modules/websubmit/lib/.cvsignore,
modules/websubmit/web/admin/.cvsignore: Added *.pyc.
2006-08-30 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added update-v0.90.1-tables target due to the new
table handling the configuration of external collections.
2006-08-30 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Added Olivier Serres.
2006-08-30 Olivier Serres <olivier.serres@gmail.com>
* modules/bibsched/bin/bibsched.in,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql, modules/websearch/bin/webcoll.in,
modules/websearch/lib/Makefile.am,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_external_collections.py,
modules/websearch/lib/websearch_external_collections_config.py,
modules/websearch/lib/websearch_external_collections_page_getter.py,
modules/websearch/lib/websearch_external_collections_parser.py,
modules/websearch/lib/websearch_external_collections_searcher.py,
modules/websearch/lib/websearch_external_collections_templates.py,
modules/websearch/lib/websearch_external_collections_tests.py,
modules/websearch/lib/websearch_external_collections_utils.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/admin/websearchadmin.py,
modules/webstyle/css/cds.css: Add external collections searching.
2006-08-30 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/lib/bibconvert_tests.py: Commented out tests
that are not implemented. Removed unused import.
2006-08-30 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/lib/webcomment_tests.py: Added a FIXME note
about tests not being implemented.
2006-08-30 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/web/admin/webcommentadmin.py: Replaced calls
to undefined error_page() with direct calls to page().
2006-08-30 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/lib/webcommentadminlib.py: Used comID instead
of id variable. Removed unused __lastupdated__ global variable.
2006-08-30 Tibor Simko <tibor.simko@cern.ch>
* modules/webmessage/lib/webmessage_templates.py: Renamed dummy
variables to dummy. Made use of the language argument to
tmpl_warning() even if there is no I18N string in there yet.
2006-08-30 Tibor Simko <tibor.simko@cern.ch>
* modules/webmessage/lib/webmessage_dblayer.py: Removed unused
format variable. Added module docstring.
2006-08-30 Tibor Simko <tibor.simko@cern.ch>
* modules/webmessage/lib/webmessage.py: Purposely unused junk
variables should have the name `dummy' so that they are not
reported neither by pylint nor by pychecker.
2006-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert_templates.py: Do not pass weburl to
templates, read it from the config file. Also, removed some unused
imports.
2006-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert.py: Removed some variables no
longer in use.
2006-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/alert_engine.py: Fixed some pychecker
warnings.
2006-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/.cvsignore,
modules/websession/lib/.cvsignore: Added *.pyc.
2006-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/Makefile.am,
modules/webalert/lib/htmlparser.py,
modules/webalert/lib/textwrap.py, po/POTFILES.in: Now that we do
not support Python 2.2 anymore, removed the file textwrap.py as it
is included in standard Python 2.3.
2006-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/textwrap.py: Commented out True/False
pre-Python-2.3 handling, to please pychecker.
2006-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/testutils.py: Do not import readline.
2006-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Used urllib2 instead of
urllib, mkstemp() instead of mktemp(), and removed some unused
arguments.
2006-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/testsuite.html.wml: Minor updates WRT
testsuite/regressiontestsuite distinction.
2006-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/bin/bibupload.in: Updated main module
docstring.
2006-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Fixed the behaviour of the
FMT tag, solving the problem occurred during bibreformatting.
Updated usage help string. More of cosmetic readability updates.
2006-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload_regression_tests.py: Added new
tests for the FMT tag behaviour. Small updates to the rest.
2006-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord_tests.py: Added tests for the
special-tag treatment. (FMT, FFT, XXX)
2006-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py: When washing, accept FFT and
FMT as valid tag names. This fixes the problem of parsing MARCXML
files containing special tags when the correct option is switched
on.
2006-08-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/bibformatadmin.py: Modified preview
page of formats to handle search_pattern in the same way as search
engine.
2006-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_engine.py: Fixed error
reporting in case of not-yet-activated accounts, caused by commit
1.10. BTW, the whole code should be prettified and tested.
2006-08-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py: Removed wrong report
of error to invenio log file.
2006-08-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/elements/bfe_collection.py: Removed debug
code that would make the formatting done twice for each record...
Used more standard access to field value in bfe_collection.py
2006-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/.cvsignore: Added *.pyc.
2006-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/bin/bibreformat.in,
modules/bibharvest/bin/oaiarchive.in,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibindex/lib/bibindex_engine.py,
modules/bibrank/bin/bibrank.in,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/bibupload/lib/bibupload.py,
modules/websearch/bin/webcoll.in: Updated every BibSched task to
follow the BibTaskEx example of handling task options. Done some
more pychecker-related fixes.
2006-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py: Fixed marshal importing.
2006-08-29 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Default_HTML_brief.bft:
Disabled highlighting of authors in search results.
2006-08-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/bin/bibtaskex.in: Fixed treatment of the global
`options' variable of the BibSched task example. Would be good to
abstract out the common task code one day so as to ease the
creation of various BibSched tasks.
2006-08-28 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/style.html.wml: Removed an
unnecessary LIBDIR line in the pytlint call example.
2006-08-28 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/style.html.wml: Added a section on
running pychecker.
2006-08-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/.cvsignore: Added *.pyc.
2006-08-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine_stemmer_tests.py: Do a
direct PyStemmer test too.
2006-08-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine_stemmer.py: Removed variable
name shading problem.
2006-08-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Changed initialization of
I18N field and collection names, to please pychecker.
2006-08-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Removed unused collection
ID argument to get_alphabetically_ordered_collection_list().
2006-08-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Removed unnecessary
imports and harmonized usage of split() and string.split().
2006-08-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py: Removed the pre-Python-2.3 way
of parsing XML in create_records().
2006-08-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Removed an unnecessary
statement and renamed an internal id loop variable.
2006-08-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibedit_engine.py: Compare with False value
in a proper way.
2006-08-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibedit_engine.py: Do not pass unnecessary
temp parameter to tmpl_table_value().
2006-08-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibedit_templates.py: Removed unused temp
parameter of tmpl_table_value().
2006-08-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Fail properly when the
MARCXML input file could not have been parsed.
2006-08-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py: Corrected many problems found
by pychecker and pylint. Simplified importing of XML parsers and
the decision which one to use. Improved some docstrings. More
enhancements would be desirable, e.g. variable names etc.
2006-08-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat.py: Added 'prologue' and
'eplogue' params to 'format_records' function. Renamed 'prefix',
'suffix' and 'separator' params to 'record_prefix', 'record_suffix'
and 'record_separator'. Updated 'create_excel' that calls this
function.
2006-08-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_tests.py: Removed an
extraneous comma.
2006-08-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_templates.py: Fixed uninitialized
variable.
2006-08-28 Tibor Simko <tibor.simko@cern.ch>
* .cvsignore: Added *.pyc.
2006-08-25 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Added test
for nearest terms links for queries of the form author:"Ellis, Z"
(quotes included). Started to write boolean and author query
tests.
2006-08-25 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: When creating nearest
terms links, treat also cases like author:"Ellis, Z" (quotes
included).
2006-08-25 Jerome Caffaro <jerome.caffaro@cern.ch>
*
modules/bibformat/etc/format_templates/Default_HTML_similarity.bft:
Added hs template.
2006-08-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/output_formats/HS.bfo: Added HS file...
2006-08-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py: Removed test for 'hs'
format, which makes hs formatted by BibFormat now.
2006-08-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Makefile.am,
modules/bibformat/etc/output_formats/Makefile.am,
modules/bibformat/lib/bibformat_config.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/elements/bfe_title.py,
modules/bibformat/lib/elements/bfe_title_brief.py: Added HTML
similarity template and output format. Adapted some elements in
consequence. Updated BibFormat to consider control field for
format elements based on logical fields (not python elements).
Remove white space in bibformat_config in one error message code
which prevented message to be found.
2006-08-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_templates.py: Updated interface
to hide backward compatibility if php is not enabled. Added
divider in 'templates' list in output format rules web GUI.
2006-08-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml,
modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformatadminlib.py: Improved backward
compatibility with old BibFormat: if not all formats to which an
output formats refers have been migrated, give old BibFormat the
opportunity to format the record in non-migrated cases. Updated
documentation for this feature.
2006-08-24 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Added Eric Stahl.
2006-08-24 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload_regression_tests.py: More tests
from Eric. Fixed one case that was not working and did some
pychecking and pylinting.
2006-08-24 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Update from Eric.
bibupload() now returns a tuple (error_code, recID) of the
processed record. Done some pychecker cleanup.
2006-08-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Fixed
tmpl_print_record_list_for_similarity_boxen() in order to look
whether the similar records to be printed are public or not, to
filter out the restricted records, quite like the original
pre-templated version did.
2006-08-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Removed function
print_record_list_for_similarity_boxen() that fully lived in the
template since some time. Treat the "hs" format (used in
similarity boxen) in the old way until the new HS format is
prepared, fixing the similarity box display problem.
2006-08-24 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/urlutils.py: Added
urlargs_replace_text_in_arg() that used to live in
search_engine.py. Refactored it a bit (e.g. do not use deprecated
string module).
2006-08-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Deleted
urlargs_replace_text_in_arg() that is not used anymore by the
nearest terms boxen. (Function moved to urlutils in case it may
become useful elsewhere.)
2006-08-24 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: Committed new version from
Eric, and changed behaviour of parse_command() in order not to
submit ill-defined tasks.
2006-08-24 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/Makefile.am,
modules/bibupload/lib/bibupload_regression_tests.py: Added first
regression tests for bibupload, adapted from Eric's file.
2006-08-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_regression_tests.py: Added tests
of the behaviour of the nearest terms box for various search types
(okay, simple, structured, boolean, phrase).
2006-08-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed nearest terms link
creation in case of complex boolean queries.
2006-08-23 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/testutils_regression_tests.py: Added
regression tests for the testutils library itself.
2006-08-23 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/testutils.py: Enhanced
test_web_page_content() to offer an easy way of checking for a
particular link target and/or label, and to log in with a
particular password before running the checks.
2006-08-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml: Inserted new FAQ in
BibFormat guide regarding deleted records.
2006-08-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed some issue when a
deleted record was displayed.
2006-08-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed calls to
get_fieldvalues_alephseq_like() where tags were not passed as a
list but rather in a single string separated by commas. This
solves the problem of the HTML MARC display in case of deleted
records.
2006-08-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_utils.py,
modules/bibformat/lib/elements/bfe_photo_resources_brief.py:
Changed link of image in Picture_HTML_brief format from something
like /search/recid=7 to /record/7. Fixed possible issue in
record_get_xml if record has been deleted.
2006-08-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibformat/web/admin/bibformatadmin.py,
modules/bibformat/web/admin/js_quicktags.js: Use 'php' var from
config.py to determine if we are allowed to call old BibFormat.
Also used to determine if php interface must be shown to users.
Corrected login procedure in BibFormat admin interface. Added
possibility to get doc of an element directly from template editor
through toolbar button. Improved some labels and info strings in
admin interface.
2006-08-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_abstract.py,
modules/bibformat/lib/elements/bfe_additional_report_numbers.py,
modules/bibformat/lib/elements/bfe_authors.py,
modules/bibformat/lib/elements/bfe_bibtex.py,
modules/bibformat/lib/elements/bfe_cited_by.py,
modules/bibformat/lib/elements/bfe_contact.py,
modules/bibformat/lib/elements/bfe_date.py,
modules/bibformat/lib/elements/bfe_date_rec.py,
modules/bibformat/lib/elements/bfe_fulltext.py,
modules/bibformat/lib/elements/bfe_imprint.py,
modules/bibformat/lib/elements/bfe_keywords.py,
modules/bibformat/lib/elements/bfe_notes.py,
modules/bibformat/lib/elements/bfe_photo_resources.py,
modules/bibformat/lib/elements/bfe_place.py,
modules/bibformat/lib/elements/bfe_publisher.py,
modules/bibformat/lib/elements/bfe_reprints.py,
modules/bibformat/lib/elements/bfe_title.py,
modules/bibformat/lib/elements/bfe_title_brief.py,
modules/bibformat/lib/elements/bfe_topbanner.py,
modules/bibformat/lib/elements/bfe_url.py: Use standard Marc
notation in elements. Display bug fixed in bfe_notes.
2006-08-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml: Non closed HTML li
tag in documentation.
2006-08-23 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml: Admin guide doc
improvement.
2006-08-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed nearest terms link
creation problem introduced by commit 1.134. Reverting to the old
behaviour of basically substring pattern replacement, which makes
the nearest terms links work again for queries such as
``author:ellis'', or complex queries such as ``author:ellisz AND
title:ellisz'' inside ``abstract'' index.
2006-08-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/oai_repository_regression_tests.py:
Reflect the fact that Identify and ListMetadataFormats does not
require to sleep, finishing the web page availability test suite
sooner. Also, when required to sleep, sleep for correct number of
seconds, as taken from the global config file.
2006-08-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py: Put back argument
checking code bits of revision 1.9 that were reverted by previous
commit, fulfilling regression tests again. (Please be careful when
updating from CVS!)
2006-08-22 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/lib/oai_repository_webinterface.py: Fixed
erroneous elif typo.
2006-08-22 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py: Fixed two typos in
a couple of greater-than tests.
2006-08-22 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/lib/bibharvest_templates.py: Fixed a typo in a
greater-than test.
2006-08-22 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/lib/oai_repository_webinterface.py: Added a
comment on the fact that Identify and ListMetadataFormats requests
are now served fast, without waiting for 10 seconds.
2006-08-22 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/lib/oai_repository_webinterface.py: Added
extra condition when checking for availability: if the requested
verb is "Identify" or "ListMetadataFormats" data is always provided
and the time constraint dropped.
2006-08-22 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/lib/bibharvest_templates.py: Added a template
function to handle HTTP errors.
2006-08-22 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py: Solved some
problems linked to the new mechanism of availability checking
implemented in the oai repository. HTTP error messages are now
output to the user. Also solved some other minor issues due to
OAI-PMH validation.
2006-08-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_templates.py: Fixed URL to resume
pending submissions on the Your Submissions page. Thanks to Romain
Tartiere for reporting the problem.
2006-08-22 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Added `php' variable that
eventually holds path to the PHP CLI executable. Useful for not
showing old WebSubmit Admin, old BibFormat Admin, and BibFormat
migration assistant for new installations.
2006-08-22 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Do not stop when PHP is not available.
2006-08-22 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Dropped requirement of having to use PHP. Removed the
configuration philosophy section that became somewhat anachronic
now; integrated its interesting parts into the main explanatory
text.
2006-08-22 Tibor Simko <tibor.simko@cern.ch>
* README: Do not mention Apache/PHP anymore.
2006-08-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/lib/bibupload.py: For the time being do not
authenticate users but always allow the tasks in, because of
automated inserts.
2006-08-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/bibformatadmin_regression_tests.py: The web
page availability tests adapted to test the new BibFormat Admin in
Python rather than the old PHP one.
2006-08-22 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added instructions on the optional ``make
regression-test'' target.
2006-08-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py: Modified print_record to
use new BibFormat in more cases than previously (for example old
hardcoded xml formats were still used because of a check on
'format' parameter value).
2006-08-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Makefile.am,
modules/bibformat/etc/format_templates/XMLDC.bft,
modules/bibformat/etc/output_formats/Makefile.am,
modules/bibformat/etc/output_formats/XD.bfo,
modules/bibformat/lib/elements/bfe_xml_record.py: Added XML Dublin
Core as new format. Bug fixed in bfe_xml_record which did not use
new name of function record_get_xml().
2006-08-22 Tibor Simko <tibor.simko@cern.ch>
* po/el.po: Completed Greek translation, thanks to Theodoros.
2006-08-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/elements/Makefile.am: Removed extraneous
EXTRA_DIST.
2006-08-22 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added path to bibupload/lib as per the new
BibUpload in Python.
2006-08-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/Makefile.am,
modules/bibupload/bin/bibupload.in,
modules/bibupload/lib/.cvsignore,
modules/bibupload/lib/Makefile.am,
modules/bibupload/lib/bibupload.py,
modules/bibupload/lib/bibupload_config.py: Initial release of the
new BibUpload in Python, with Eric. Await several updates in the
coming days.
2006-08-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_authors.py: Updated link that
shows/hides authors in detailed view: now in red, label changed
from 'Show All' and 'Show Less' to respectively 'Show All %i
Authors' and 'Hide'.
2006-08-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Default_HTML_detailed.bft,
modules/bibformat/etc/format_templates/Picture_HTML_detailed.bft,
modules/bibformat/lib/elements/bfe_edit_record.py: Updated 'Edit
this record' link available to admin users in detailed view of a
record to be displayed in red, small, aligned right.
2006-08-22 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/testutils.py: Make regression test suite
warning message a bit more explicit.
2006-08-22 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added regression-test target.
2006-08-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/bin/bibreformat.in,
modules/bibformat/doc/admin/guide.html.wml,
modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_migration_kit.py,
modules/bibformat/lib/bibformat_migration_kit_assistant_lib.py,
modules/bibformat/lib/bibformat_migration_kit_templates.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/web/admin/bibformat_migration_kit_assistant.py:
Corrected letter case typo Bibformat -> BibFormat in docstrings.
Fixed an issue with bibreformat which did not use
'use_old_bibformat' variable from bibformat_config file.
2006-08-22 Jerome Caffaro <jerome.caffaro@cern.ch>
*
modules/bibformat/etc/format_templates/Default_HTML_portfolio.bft,
modules/bibformat/etc/format_templates/Picture_HTML_brief.bft,
modules/bibformat/lib/elements/bfe_photo_resources_brief.py:
Modified portfolio template to display pictures inline.
2006-08-22 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformatadminlib.py: Fixed bug where
warning code would be shown instead of warning message string when
formats directory is not readable.
2006-08-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/file.py: Use `attachment' instead of `file'
in the Content-Disposition header, as per RFC 2183.
2006-08-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/file.py: Fixed an SQL problem for inserting
new documents into the bibdoc table that was introduced by the
previous file-status related commit. The whole file-status related
patch still to be proofread.
2006-08-21 Tibor Simko <tibor.simko@cern.ch>
* CREDITS: Gave credit to Quixote for inspiring the web session and
the URL handler code.
2006-08-21 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: Reflect new BibFormat Admin in the navbar
menus.
2006-08-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml: Use
bibformat-admin-guide selected navbar position.
2006-08-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml: In the I18N example,
use &#95;("Welcome") instead of _("Welcome") so that it does not
get translated.
2006-08-21 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/index.html.wml: Update link to the new
BibFormat Admin.
2006-08-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/admin/index.php.wml: Redirect to the new
BibFormat Admin that offers both new and old admin interface.
2006-08-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_engine.py: Added fail-safe
execution in case an error happens when reading the format files
directory. Typo fixed in docstring.
2006-08-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* CREDITS: Added credits to Alex King for its scripts used in new
BibFormat web admin interface, for the edition of templates.
2006-08-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py: Fixed bug where content
type was not set correctly for detailed record pages due to
introduction of new BibFormat.
2006-08-21 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/testsuite.in: Run also bibformat engine
tests.
2006-08-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/test 1.py,
modules/bibformat/lib/elements/test_1.py: Renamed test 1.py to
test_1.py.
2006-08-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Test 2.bft,
modules/bibformat/etc/format_templates/Test_2.bft: Test 2.bft
renamed to Test_2.bft.
2006-08-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/Makefile.am,
modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_config.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_engine_tests.py,
modules/bibformat/lib/bibformat_migration_kit_assistant_lib.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformat_utils.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibformat/lib/elements/Makefile.am,
modules/bibformat/lib/elements/bfe_addresses.py,
modules/bibformat/lib/elements/bfe_authors.py,
modules/bibformat/lib/elements/bfe_cited_by.py,
modules/bibformat/lib/elements/bfe_contact.py,
modules/bibformat/lib/elements/bfe_editors.py,
modules/bibformat/lib/elements/bfe_keywords.py,
modules/bibformat/lib/elements/bfe_photo_resources_brief.py,
modules/bibformat/lib/elements/bfe_references.py,
modules/bibformat/lib/elements/bfe_summary.py,
modules/websearch/lib/search_engine.py: Modified some elements to
link to /search?... instead of /search.py?... file. Renamed
get_xml to record_get_xml. Added bibformat_engine_test.py to
makefile and modified it to test elements copied in /tmp dir of cds
installation. Resolved circular import between search_engine,
bibformat and bibformat_utils. Added create_excel function to
bibformat as an example of complex formatting of multiple records.
Added use_old_bibformat variable in config file to disable/enable
new bibformat. Added call_old_bibformat to bibformat_engine
(mostly refactoring of existing code). Parameter search_pattern of
format_record (and co) function is now a list of words
corresponding to parsed user search request instead of raw request
string.
2006-08-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/web/admin/Makefile.am,
modules/bibformat/web/admin/bibformatadmin.py,
modules/bibformat/web/admin/js_quicktags.js: Removed possibility to
switch from old to new BibFormat in web interface (new enabled by
default, can be changed through config file) as it has become
unnecessary as BibFormat can use old format if new one not found.
Added js file to provide some more advanced edition of format
templates in web interface.
2006-08-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine_stemmer_tests.py: When the
Stemmer module is not available, print more informative WARNING
message about test not being run.
2006-08-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Default_HTML_detailed.bft,
modules/bibformat/etc/format_templates/Excel.bft,
modules/bibformat/etc/format_templates/Makefile.am,
modules/bibformat/etc/output_formats/EXCEL.bfo,
modules/bibformat/etc/output_formats/Makefile.am: Added Excel
output. Increased limit of authors shown by default from 10 to 25
in detailed HTML page. Modified Makefile to copy test files for
bibformat_engine in tmp dir of cds installation.
2006-08-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml,
modules/bibformat/doc/admin/guide_output_format_hb_migrate.png:
Added documentation for migration.
2006-08-17 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibedit/lib/bibrecord.py,
modules/bibedit/lib/bibrecord_tests.py: Fixed some wrong docstring.
Empty list is now returned for 'no value found' in
record_getfield_values() instead of ['']
2006-08-17 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_webinterface.py: Do not permit
to guest users to edit account settings, fixing page availability
test.
2006-08-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/web/admin/oaiarchiveadmin.py: Removed
dependency on (unimported) error_page(). Added default arguments
to fit page availability regression test cases.
2006-08-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/oaiarchiveadminlib.py: Done a very simple
argument sanity treatment to fulfill the page availability
regression tests.
2006-08-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/bibharvestadmin_regression_tests.py:
Reflect deletion of modifysource URL in the page availability
tests.
2006-08-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py: Done a very simple
argument sanity treatment to fulfill the page availability
regression tests.
2006-08-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/web/admin/bibharvestadmin.py: Removed
dependency on (unimported) error_page(). Added default arguments
to fit page availability regression test cases. Deleted
modifysource URL that does not seem to be implemented and that seem
to be present in editsource URL.
2006-08-17 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: In the error box,
initialize properly host/page/browser/etc information, if we cannot
extract it from the Apache request object. Fixes some cases of the
usage of error_page().
2006-08-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py: Added simple argument
sanity checking for ``Modify rank method'' and ``Rank method
details'' pages, fixing page availability regression tests.
2006-08-17 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py: Refuse access to
guest users to the Delegate rights area, solving yet another page
accessibility regression test case.
2006-08-17 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py: Fixed an
English-related typo.
2006-08-17 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Fixed an output
message python formatting, correcting Your Administrative
Activities page display problem.
2006-08-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert_templates.py: Fixed a typo in the
python output formatting, correcting the personal search history
page.
2006-08-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_webinterface.py: Handle URLs like
/record/123/files without trailing slash, fixing the regression
test case on the availability of detailed record pages.
2006-08-16 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added /index to the LocationMatch so that legacy URLs of
the form (/index.py?c=Poetry) are treated by our URL handler.
Dropped index.py from DirectoryIndex as it is not needed anymore.
2006-08-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord_tests.py: Added test for
record_get_field_value(). Added basic wildcard test suite for
record_get_field_instances(), record_get_field_values() and
record_get_field_value(). Discovered two problems, see FIXME
lines. Done some more coding style updates for the rest of the
test cases.
2006-08-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py: Commented out apparently
debugging-only print statements from tag_matches_pattern().
2006-08-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Cleaning of newly updated
nueration recognition patterns.
2006-08-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Changes to recognition of
preprint report numbers: in the user-defined numeration pattern in
the knowledge-base, 's' is now recognised as a special character
and is transformed into '\s*?'; Some cleaning also done.
2006-08-15 Tibor Simko <tibor.simko@cern.ch>
* po/ca.po, po/es.po: Fixed python-formatting problems of the
previous updated.
2006-08-15 Tibor Simko <tibor.simko@cern.ch>
* po/ca.po, po/es.po: Added more translation updates from Ferran.
2006-08-15 Tibor Simko <tibor.simko@cern.ch>
* po/ca.po, po/es.po: Added translation updates from Ferran.
2006-08-15 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po: Completed Bulgarian translation, thanks to Nikolay.
2006-08-15 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Fred's email address updated.
2006-08-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py: Reapplied revision 1.19 fix
that was removed by the previous commit.
2006-08-09 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Fixed a bug relating to
the indexation of fulltexts: When the contents of a PDF fulltext
are to be indexed, the tool "pdftotext" is used to convert the PDF
to plain text. The plaintext should be utf-8 so that search_engine
(strip_accents) can replace accented letters with their
non-accented cousins. However, pdftotext outputs by default
latin-1, so no accented letters could be replaced and were kept and
used in the fulltext word index, meaning that if you seached for a
word containing accents, within a fulltext, you would never have
any results, unless the non-accented "version" of that word also
existed in the document. [E.g. searching for "später" would only
return results for documents containing "spater" because search
engine strips the accent in the search query, meaning that the
query can never match the accented word in the fulltext word
index.] The problem was fixed by calling pdftotext with its "-enc
UTF-8" argument.
2006-08-03 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/refextract.py: Added 999C6a subfield
containing information about status of extracted references; Added
(-r,--display-raw) flags to enable the optional inclusion of raw,
unprocessed reference lines in the subfield 999C7f;
2006-07-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/websearch/lib/search_engine.py: redirected import of
get_xml from bibformat to bibformat_utils
2006-07-28 Gregory Favre <gregory.favre@cern.ch>
* modules/webcomment/lib/webcomment_templates.py: Fixed a bug (due
to the introduction of the new i18n strategy) that occured when
posting a review. Thanks to Jean-Yves.
2006-07-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_external_publications.py: new
element (used in Picture_HTML_detailed template)
2006-07-28 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/bin/bibreformat.in,
modules/bibformat/etc/format_templates/Default_HTML_brief.bft,
modules/bibformat/etc/format_templates/Default_HTML_detailed.bft,
modules/bibformat/etc/format_templates/MARCXML.bft,
modules/bibformat/etc/format_templates/Picture_HTML_brief.bft,
modules/bibformat/etc/format_templates/Picture_HTML_detailed.bft,
modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_migration_kit.py,
modules/bibformat/lib/bibformat_migration_kit_assistant_lib.py,
modules/bibformat/lib/bibformat_utils.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibformat/lib/elements/Makefile.am,
modules/bibformat/lib/elements/bfe_abstract.py,
modules/bibformat/lib/elements/bfe_authors.py,
modules/bibformat/lib/elements/bfe_keywords.py,
modules/bibformat/lib/elements/bfe_photo_resources.py,
modules/bibformat/lib/elements/bfe_publi_info.py,
modules/bibformat/lib/elements/bfe_references.py,
modules/bibformat/lib/elements/bfe_title.py,
modules/bibformat/lib/elements/bfe_title_brief.py,
modules/bibformat/lib/elements/bfe_xml_record.py,
modules/websearch/lib/search_engine.py: BibFormat: -added another
backward-compatibility layer (old format used if new one not found)
-'import' issue fixed (due to temporary recursive imports of
bibformat and search_engine during migration phase) -fixed other
minor issues (unnecessary escapes of chars, verification of given
parameters in functions, etc.) BibFormat utils: -highlight()
function now uses create_basic_search_units() of search_engine().
Ignore cases. -implemented get_contextual_content() function
Template and element files: -various minor adjustments and bug
fixes Search_engine: -can call new BibFormat -added
'search_pattern' and 'uid' param to some methods, for contextual
formatting. BibReformat: -completed and corrected implementation
of calls to new BibFormat.
2006-07-27 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibclassify/lib/bibclassifylib.py: A first "stable"
version. Includes: - Handling of composites keywords - Handling of
wildcards and hyphens - Handling of short and dubious keyword hits
- Detection of safe (author-assigned) keywords - Possibility to run
as a standalone - Fine tuning of output using -n and -N attributes
- Text (detailed list) and HTML (tag cloud) outputs -
Reorganization of the code/functions - Various other bugs fixed (as
a result of tests and evaluation)
2006-07-27 Yohann Paris <yohann.paris@cern.ch>
* modules/websubmit/lib/file.py,
modules/websubmit/lib/websubmit_config.py,
modules/websubmit/lib/websubmit_webinterface.py: Modified the
status field in bibdoc usage to reflect the status of the document:
deleted and/or protected. Added a better extension management
(ps.gz wouldn't have worked before...)
2006-07-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/output_formats/Makefile.am,
modules/bibformat/etc/output_formats/XM.bfo: Added MARC XML output
format file.
2006-07-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_dblayer.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibformat/web/admin/bibformatadmin.py: Added support for
preview of formats with content-type different that 'text/html'.
2006-07-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/Makefile.am,
modules/bibformat/lib/elements/bfe_xml_record.py: Added MARC XML
element for output.
2006-07-25 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/MARCXML.bft,
modules/bibformat/etc/format_templates/Makefile.am: Added MARC XML
output.
2006-07-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/bin/bibformat.in: Fixed possible division by
zero in PHP code.
2006-07-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_engine_tests.py: New BibFormat can
now call old one when an output format does not exist in new
version.
2006-07-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibrank/lib/bibrank_citation_indexer.py: Updated calls to
bibrecord functions to make sure that they are compatible with new
wildcard support.
2006-07-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibedit/lib/bibrecord.py: Modified
record_get_field_values, record_get_field_value and
record_get_field_instances to take into account wildcard %.
Updated some docstrings. Psyco-ed some functions (minor
improvements).
2006-07-24 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_utils.py,
modules/bibformat/lib/elements/Makefile.am,
modules/bibformat/lib/elements/bfe_affiliation.py: Fixed issue in
bibformat_utils.highlight() when None is given for keyword_string.
Changed default profiling of bibformat_engine from HB to HD output
format. Added non installable files in etcdir of Makefile.am.
Simplified bfe_affiliation.py
2006-07-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webgroup.py: Pass language context to
display_admin_group() and display_member_group(), again. The
change was done in revision 1.3 already, but it got reverted back
in revision 1.4. Please pay more attention when resolving CVS
conflicts in the future.
2006-07-23 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Version bump after the release.
CDS Invenio v0.90.1 (released 2006-07-23)
=========================================
2006-07-23 Tibor Simko <tibor.simko@cern.ch>
* RELEASE-NOTES: Added instruction to run make
update-v0.90.0-tables.
2006-07-23 Tibor Simko <tibor.simko@cern.ch>
* NEWS, RELEASE-NOTES: Release of CDS Invenio v0.90.1.
2006-07-23 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Updated French record ID
translation to fit the PO file. Moved Russian translation that was
wrongly put into Swedish into its proper place.
2006-07-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/elements/Makefile.am: Removed test and some
unused files like bfe_summary from the distribution. Added only
the important missing __init__.py file.
2006-07-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/elements/Makefile.am: Added missing files
for the distribution (e.g. __init__.py, bfe_summary.py,
bfe_url.py). All files except "test 1.py" were added.
2006-07-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/RTdata: Removing unused, empty RTdata file.
2006-07-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/etc/format_templates/Makefile.am: Do not
include "Test 2.bft" into EXTRA_DIST due to escaping problems. The
new BibFormat test suite is not yet plugged into testsuite anyway.
Do we need to have a test like that?
2006-07-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/testsuite.html.wml: Added musings on
the regression test suite. Reogranized document to have clean unit
testing versus regression testing sectioning. Used simple
regression testing examples; this part could be completed later on
when we shall develop more helper functions in the testutils
library in order to test easily POST pages too.
2006-07-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/style.html.wml: Developed part on
testing. Added section on ``keeping it simple'' and on ESR's TAOUP
principles.
2006-07-23 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Updated description of Fred's contributions.
2006-07-23 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added note on PHP having to be compiled with XML
support, thanks to Theodoros.
2006-07-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/doc/hacking/Makefile.am,
modules/bibformat/doc/hacking/api.html.wml,
modules/bibformat/doc/hacking/api.txt,
modules/bibformat/doc/hacking/index.html.wml,
modules/webhelp/web/hacking/index.html.wml: BibFormat api.txt moved
to api.html.wml to be consistent with what we have in other
modules. Written entry page for BibFormat Internals. Plugged
these pages into the general Hacking CDS Invenio welcome page.
2006-07-21 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/it.po, po/ja.po,
po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po, po/sv.po,
po/uk.po: Modified PO files to respect the lately added phrases.
The files should now be ready for the v0.90.1 release.
2006-07-21 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket_webinterface.py: Fixed a bug
introduced by previous release. Couls not subscribe to a basket
anymore.
2006-07-21 Gregory Favre <gregory.favre@cern.ch>
* po/fr.po: Introduction of new sentences due to a change in
bibEdit module
2006-07-21 Gregory Favre <gregory.favre@cern.ch>
* modules/bibedit/web/admin/bibeditadmin.py: English improvement
(thanks to Nick)
2006-07-21 Gregory Favre <gregory.favre@cern.ch>
* modules/webcomment/web/admin/webcommentadmin.py: Added some
missing authorization tests. Fixed missing default parameters.
2006-07-21 Gregory Favre <gregory.favre@cern.ch>
* modules/webalert/lib/webalert.py: Fixed bug while trying to
access a page without parameter. Added check for basket ownership
while setting an alert on it.
2006-07-21 Gregory Favre <gregory.favre@cern.ch>
* modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/web/admin/bibeditadmin.py: Fixed missing
authorization failure. Fixed missing default parameters. Added some
still uninternationalized sentences.
2006-07-21 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket_dblayer.py,
modules/webbasket/lib/webbasket_webinterface.py: Fixed bugs
discovered by the new regression tests (trying to access functions
through web interface without any params).
2006-07-21 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/sql/tabfill.sql.wml: Completed missing Russian
translation of a few dynamic terms, thanks to Iaroslav.
2006-07-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/Makefile.am,
modules/bibedit/lib/bibedit_regression_tests.py,
modules/bibformat/lib/Makefile.am,
modules/bibformat/lib/bibformatadmin_regression_tests.py,
modules/bibharvest/lib/Makefile.am,
modules/bibharvest/lib/bibharvestadmin_regression_tests.py,
modules/bibharvest/lib/oai_repository_regression_tests.py,
modules/bibharvest/lib/oaiarchiveadmin_regression_tests.py,
modules/bibindex/lib/Makefile.am,
modules/bibindex/lib/bibindexadmin_regression_tests.py,
modules/bibrank/lib/Makefile.am,
modules/bibrank/lib/bibrank_regression_tests.py,
modules/bibrank/lib/bibrankadmin_regression_tests.py,
modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/errorlib_regression_tests.py,
modules/webaccess/lib/Makefile.am,
modules/webaccess/lib/webaccess_regression_tests.py,
modules/webalert/lib/Makefile.am,
modules/webalert/lib/webalert_regression_tests.py,
modules/webbasket/lib/Makefile.am,
modules/webbasket/lib/webbasket_regression_tests.py,
modules/webcomment/lib/Makefile.am,
modules/webcomment/lib/webcomment_regression_tests.py,
modules/webmessage/lib/Makefile.am,
modules/webmessage/lib/webmessage_regression_tests.py,
modules/websearch/lib/Makefile.am,
modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearchadmin_regression_tests.py,
modules/websession/lib/Makefile.am,
modules/websession/lib/websession_regression_tests.py,
modules/websubmit/lib/Makefile.am,
modules/websubmit/lib/websubmit_regression_tests.py,
modules/websubmit/lib/websubmitadmin_regression_tests.py: Started
massive deployment of the regression test suite. Added basic tests
for the availabitily of web pages of all the modules, resulting in
216 URLs checked. The web page availability tests are testing
mostly the behaviour of the page when passing no arguments at all.
For admin interfaces, the behaviour is tested when logged in as a
guest user and as an admin. Full regression functionality tests
for each module to be deployed later.
2006-07-21 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/testutils.py: Added helper function
test_web_page_content() to easily test the availability of web
pages. Added helper function make_surl() to create HTTPS URLs.
Reformatted info string showed in the beginning of regression test
suite run, using stderr where the usual output goes. This permits
to write detailed verbose info into a separate stdout stream. More
separate helper function (e.g. for logging in) would be added
later.
2006-07-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Write <html>...</html>
envelope for log() and cache() requests.
2006-07-21 Tibor Simko <tibor.simko@cern.ch>
* po/.cvsignore: Ignore file messages.mo.
2006-07-21 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket_templates.py: Fixed one more
problem of string placeholder replacement.
2006-07-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_editors.py: Corrected
bfe_editors bug.
2006-07-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py,
modules/bibedit/lib/bibrecord_tests.py: Fixed a problem in
record_add_field() in case fields were added to a record that have
had all the fields deleted. Added a test case for this situation.
Thanks to Eric for spotting the problem.
2006-07-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/bfe_editors.py: Corrected
bfe_bibtex.py to use already existing bibrecord functions.
2006-07-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/BibTeX.bft,
modules/bibformat/etc/format_templates/Default_HTML_brief.bft,
modules/bibformat/etc/format_templates/Default_HTML_captions.bft,
modules/bibformat/etc/format_templates/Default_HTML_detailed.bft,
modules/bibformat/etc/format_templates/Default_HTML_portfolio.bft,
modules/bibformat/etc/format_templates/Picture_HTML_brief.bft,
modules/bibformat/etc/format_templates/Picture_HTML_detailed.bft:
Updated description of format templates.
2006-07-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformatadminlib.py: Corrected docstring in
bibformat_engine. Fixed small error in bibformatadminlib.
2006-07-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Default_HTML_detailed.bft,
modules/bibformat/etc/format_templates/Picture_HTML_brief.bft,
modules/bibformat/etc/format_templates/Picture_HTML_detailed.bft:
Modified templates to use format element bfe_date instead of format
table.
2006-07-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/lib/elements/Makefile.am,
modules/bibformat/lib/elements/bfe_date.py,
modules/bibformat/lib/elements/bfe_place.py: Added missing format
element. Removed commented code from bfe_place.py.
2006-07-21 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/doc/hacking/api.txt: Modified APIs doc to
reflect more current version of BibFormat (even if API are still
subject to change).
2006-07-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Fixed hardcoded
image URL (pcusrent01), spotted by Iaroslav.
2006-07-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Fixed several
output string formatting bugs introduced during yesterday's I18N
standardization process.
2006-07-20 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/it.po, po/ja.po,
po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po, po/sv.po,
po/uk.po: Updated PO catalogues after last Greg's cleanup.
Modified version number in view of forthcoming release. Fixed a
couple of translations in French and Slovak to reflect new string
format placeholder names.
2006-07-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Renamed two string
formatting placeholders in two phrases to make it clearer. (x_words
became x_word, x_fields became x_field)
2006-07-20 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert_templates.py,
modules/websession/lib/websession_templates.py: Use rather two
different %(x_url*_close)s placeholders, for clarity.
2006-07-20 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, INSTALL: Version bump to v0.90.1, preparing for the
forthcoming release.
2006-07-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/bibformat/etc/format_templates/Makefile.am,
modules/bibformat/etc/output_formats/Makefile.am,
modules/bibformat/web/admin/Makefile.am: Inclusion of important non
installable files in EXTRA_DIST.
2006-07-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/miscutil/sql/tabdrop.sql: Added drop of tables
fmtKNOWNLEDGEBASES and fmtKNOWLEDGEBASEMAPPINGS.
----------------------------------------------------------------------
----------------------------------------------------------------------
2006-07-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* AUTHORS, Makefile.am, configure.ac,
modules/bibformat/Makefile.am,
modules/bibformat/bin/bibreformat.in,
modules/bibformat/doc/admin/.cvsignore,
modules/bibformat/doc/admin/Makefile.am,
modules/bibformat/doc/admin/guide.html.wml,
modules/bibformat/doc/admin/guide_output_format_check_dependencies.png,
modules/bibformat/doc/admin/guide_output_format_edit_rule.png,
modules/bibformat/doc/admin/guide_output_format_edit_rule2.png,
modules/bibformat/doc/admin/guide_output_format_hd_rules.png,
modules/bibformat/doc/admin/guide_output_format_update_attributes_tutorial.png,
modules/bibformat/doc/admin/guide_output_formats_manage_tutorial.png,
modules/bibformat/doc/admin/guide_rules_editor_tutorial.png,
modules/bibformat/doc/admin/guide_template_attributes_tutorial.png,
modules/bibformat/doc/admin/guide_template_editor.png,
modules/bibformat/doc/admin/guide_template_editor_tutorial.png,
modules/bibformat/doc/admin/guide_template_preview.png,
modules/bibformat/doc/admin/guide_templates_manage_tutorial.png,
modules/bibformat/doc/admin/guide_url_bar.png,
modules/bibformat/doc/hacking/.cvsignore,
modules/bibformat/doc/hacking/api.txt,
modules/bibformat/etc/.cvsignore,
modules/bibformat/etc/Makefile.am,
modules/bibformat/etc/format_templates/.cvsignore,
modules/bibformat/etc/format_templates/BibTeX.bft,
modules/bibformat/etc/format_templates/Default_HTML_brief.bft,
modules/bibformat/etc/format_templates/Default_HTML_captions.bft,
modules/bibformat/etc/format_templates/Default_HTML_detailed.bft,
modules/bibformat/etc/format_templates/Default_HTML_portfolio.bft,
modules/bibformat/etc/format_templates/Makefile.am,
modules/bibformat/etc/format_templates/Picture_HTML_brief.bft,
modules/bibformat/etc/format_templates/Picture_HTML_detailed.bft,
modules/bibformat/etc/format_templates/Test 2.bft,
modules/bibformat/etc/format_templates/Test1.bft,
modules/bibformat/etc/format_templates/Test3.bft,
modules/bibformat/etc/format_templates/Test_no_template.test,
modules/bibformat/etc/output_formats/.cvsignore,
modules/bibformat/etc/output_formats/HB.bfo,
modules/bibformat/etc/output_formats/HC.bfo,
modules/bibformat/etc/output_formats/HD.bfo,
modules/bibformat/etc/output_formats/HP.bfo,
modules/bibformat/etc/output_formats/HX.bfo,
modules/bibformat/etc/output_formats/Makefile.am,
modules/bibformat/etc/output_formats/TEST1.bfo,
modules/bibformat/etc/output_formats/TEST2.bfo,
modules/bibformat/etc/output_formats/TEST3.bfo,
modules/bibformat/lib/.cvsignore,
modules/bibformat/lib/Makefile.am,
modules/bibformat/lib/bibformat.py,
modules/bibformat/lib/bibformat_config.py,
modules/bibformat/lib/bibformat_dblayer.py,
modules/bibformat/lib/bibformat_engine.py,
modules/bibformat/lib/bibformat_engine_tests.py,
modules/bibformat/lib/bibformat_migration_kit.py,
modules/bibformat/lib/bibformat_migration_kit_assistant_lib.py,
modules/bibformat/lib/bibformat_migration_kit_dblayer.py,
modules/bibformat/lib/bibformat_migration_kit_templates.py,
modules/bibformat/lib/bibformat_templates.py,
modules/bibformat/lib/bibformat_utils.py,
modules/bibformat/lib/bibformatadminlib.py,
modules/bibformat/lib/elements/.cvsignore,
modules/bibformat/lib/elements/Makefile.am,
modules/bibformat/lib/elements/__init__.py,
modules/bibformat/lib/elements/bfe_abstract.py,
modules/bibformat/lib/elements/bfe_additional_report_numbers.py,
modules/bibformat/lib/elements/bfe_addresses.py,
modules/bibformat/lib/elements/bfe_affiliation.py,
modules/bibformat/lib/elements/bfe_authors.py,
modules/bibformat/lib/elements/bfe_bibtex.py,
modules/bibformat/lib/elements/bfe_cited_by.py,
modules/bibformat/lib/elements/bfe_collection.py,
modules/bibformat/lib/elements/bfe_contact.py,
modules/bibformat/lib/elements/bfe_date_rec.py,
modules/bibformat/lib/elements/bfe_edit_record.py,
modules/bibformat/lib/elements/bfe_editors.py,
modules/bibformat/lib/elements/bfe_field.py,
modules/bibformat/lib/elements/bfe_fulltext.py,
modules/bibformat/lib/elements/bfe_imprint.py,
modules/bibformat/lib/elements/bfe_keywords.py,
modules/bibformat/lib/elements/bfe_notes.py,
modules/bibformat/lib/elements/bfe_photo_resources.py,
modules/bibformat/lib/elements/bfe_photo_resources_brief.py,
modules/bibformat/lib/elements/bfe_place.py,
modules/bibformat/lib/elements/bfe_publi_info.py,
modules/bibformat/lib/elements/bfe_publisher.py,
modules/bibformat/lib/elements/bfe_references.py,
modules/bibformat/lib/elements/bfe_reprints.py,
modules/bibformat/lib/elements/bfe_summary.py,
modules/bibformat/lib/elements/bfe_test_2.py,
modules/bibformat/lib/elements/bfe_test_4.py,
modules/bibformat/lib/elements/bfe_title.py,
modules/bibformat/lib/elements/bfe_title_brief.py,
modules/bibformat/lib/elements/bfe_topbanner.py,
modules/bibformat/lib/elements/bfe_url.py,
modules/bibformat/lib/elements/test 1.py,
modules/bibformat/lib/elements/test3.py,
modules/bibformat/lib/elements/test_5.py,
modules/bibformat/lib/elements/test_no_element.test,
modules/bibformat/web/.cvsignore,
modules/bibformat/web/admin/.cvsignore,
modules/bibformat/web/admin/Makefile.am,
modules/bibformat/web/admin/bibformat_migration_kit_assistant.py,
modules/bibformat/web/admin/bibformatadmin.py,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabfill.sql.wml: Initial release of the new
BibFormat in Python. The status is still experimental, the old PHP
version is still the default. Adapted format table structure,
added two new tables. Test cases to be plugged into the general
test suite later.
2006-07-20 Jerome Caffaro <jerome.caffaro@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: Added forgotten
string import.
2006-07-20 Gregory Favre <gregory.favre@cern.ch>
* po/fr.po: New version, compatible with the newly defined strings.
Every string should now respect the documentation (ABOUT_NLS).
2006-07-20 Gregory Favre <gregory.favre@cern.ch>
* modules/bibedit/lib/bibedit_templates.py,
modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert_templates.py,
modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webmessage/lib/webmessage_templates.py,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/webgroup.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websubmit/lib/websubmit_templates.py: Update of strings for
internationalization. Now the strings are created with respect to
documentation (see ABOUT_NLS).
2006-07-19 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS: Updated convention on how to write easily-translatable
output messages.
2006-07-19 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/it.po, po/ja.po,
po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po, po/sv.po,
po/uk.po: Regenerated PO catalogue after recent commits and
cleanups. Updated Slovak translation. Added Bulgarian translation
updates from Nikolay.
2006-07-19 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websession/lib/websession_templates.py: Fixed English for
the latest commit.
2006-07-19 Diane Berkovits <diane.berkovits@epfl.ch>
* modules/websession/lib/webaccount.py,
modules/websession/lib/webgroup.py,
modules/websession/lib/webgroup_dblayer.py,
modules/websession/lib/websession_config.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py: Send webmessage
to user when he is accepted or rejected as a new member.Send
webmessage to all group member and group admin when a group is
deleted.Added check when the page is reloaded to avoid multiple
entries.Added docstring.Corrected gui message for
internalization.Admin can now reject pending member.
2006-07-19 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/web/admin/webcommentadmin.py: Fixed extraneous
parenthesis in a page() call.
2006-07-19 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/lib/webcomment_templates.py: Fixed wrongly
placed parentheses in a tmpl_warnings() call.
2006-07-18 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/it.po, po/ja.po,
po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po, po/sv.po,
po/uk.po: Update of PO catalogues after English message cleanup.
Updated Slovak translation.
2006-07-18 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/bibedit_templates.py,
modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert_templates.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webmessage/lib/webmessage.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yoursubmissions.py: Fixed English in
internationalized output messages.
2006-07-18 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po, po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/it.po, po/ja.po,
po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po, po/sv.po,
po/uk.po: Publishing new PO files now that the general cleanup of
output messages is over.
2006-07-18 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_templates.py: Remove dash from
e-mail, as used elsewhere.
2006-07-18 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Added forgotten
_() to an output phrase.
2006-07-18 Gregory Favre <gregory.favre@cern.ch>
* po/fr.po: New french translation. All messages have been
translated.
2006-07-18 Gregory Favre <gregory.favre@cern.ch>
* modules/bibedit/lib/bibedit_templates.py,
modules/bibharvest/lib/bibharvest_templates.py,
modules/webalert/lib/webalert_templates.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webmessage/lib/webmessage_templates.py,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession_templates.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_templates.py: Updated strings for
better internationalizability.
2006-07-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibedit_templates.py,
modules/bibharvest/lib/bibharvest_templates.py,
modules/bibrank/lib/bibrank_citation_grapher.py,
modules/bibrank/lib/bibrank_downloads_grapher.py,
modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert_templates.py,
modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcomment_webinterface.py,
modules/webcomment/web/admin/webcommentadmin.py,
modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_templates.py,
modules/websearch/lib/search_engine.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_templates.py, config/cdspage.wml,
modules/websubmit/lib/websubmit_webinterface.py: Continued in the
process of making the output messages better translatable.
2006-07-18 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Fixed version number in the instructions (use 0.90.0
instead of 0.90), thanks to Ypatios Asmanidis.
2006-07-17 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS: Added tips for developers on how to write easily
translatable phrases.
2006-07-17 Gregory Favre <gregory.favre@cern.ch>
* modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/web/admin/websubmitadmin.py: Updated strings for
internationalization
2006-07-17 Gregory Favre <gregory.favre@cern.ch>
* modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py: Updated strings for
internationalization.
2006-07-17 Gregory Favre <gregory.favre@cern.ch>
* modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webinterface.py: Updated strings
for internationalization
2006-07-17 Gregory Favre <gregory.favre@cern.ch>
* modules/websession/lib/webaccount.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py: Updated strings for
internationalization.
2006-07-17 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in: Reflect renaming of sessiongc file.
2006-07-17 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/web/admin/webcommentadmin.py: Updated strings
for internationalization
2006-07-17 Tibor Simko <tibor.simko@cern.ch>
* po/sk.po: Completed Slovak translation.
2006-07-17 Gregory Favre <gregory.favre@cern.ch>
* modules/webalert/lib/webalert.py: Modified some still
uninternationalizable strings.
2006-07-17 Gregory Favre <gregory.favre@cern.ch>
* modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert_templates.py: Refactored HTML output.
Modified strings for internationalization.
2006-07-17 Gregory Favre <gregory.favre@cern.ch>
* modules/webstyle/css/cds.css: Added new styles for BibEdit and
WebAlert modules.
2006-07-17 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/lib/webcomment_webinterface.py: Added
forgotten req argument to a redirect_to_url() call.
2006-07-17 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Fixed English in the final output message, thanks to
Jerome.
2006-07-17 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS: Cite precisely ``no rule to make target'' error
phrase.
2006-07-17 Gregory Favre <gregory.favre@cern.ch>
* modules/bibedit/lib/bibedit_templates.py: Improved HTML quality.
Modified some strings for better internationalizability.
2006-07-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Fixed output
message typo (load/loan).
2006-07-16 Tibor Simko <tibor.simko@cern.ch>
* po/sk.po: Continued with the Slovak translation.
2006-07-16 Tibor Simko <tibor.simko@cern.ch>
* po/bg.po: Added translations from Nikolay.
2006-07-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert_templates.py: Respect language
context in links and forms.
2006-07-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert.py: Fixed display of alert name
after itl update. Respect language context in links.
2006-07-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibedit_templates.py: Fixed some BibEdit
output messages.
2006-07-14 Tibor Simko <tibor.simko@cern.ch>
* po/ru.po: Added translations from Iaroslav.
2006-07-13 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS: Added note to developers on the necessity of running
``make update-gmo''.
2006-07-12 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_templates.py: In order to avoid
database inconsistencies, guest users cannot share their baskets
anymore.
2006-07-12 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS: Added two extra-PO miscellaneus terms that were
previously forgotten.
2006-07-12 Gregory Favre <gregory.favre@cern.ch>
* modules/websession/bin/sessiongc.in: Adapated garbage collection
for new version of webbasket module.
2006-07-12 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml, modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/sql/tabfill.sql.wml: Added Bulgarian translation
of dynamic elements, as sent by Nikolay.
2006-07-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/lib/config.py.wml: Added variable
'xmlmarc2textmarc', containing path to 'xmlmarc2textmarc' tool, as
used in WebSubmit.
2006-07-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/index.html.wml: Greek updates from Theodoros.
2006-07-12 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS, config/cdswmllib.wml, config/config.wml,
modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/lib/config.py.wml,
modules/miscutil/sql/tabfill.sql.wml,
modules/webhelp/web/Makefile.am,
modules/webhelp/web/index.html.wml,
modules/webhelp/web/admin/Makefile.am,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/guide.html.wml,
modules/websearch/doc/index.html.wml,
modules/websearch/lib/websearch_templates.py,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/admin/Makefile.am, po/LINGUAS, po/bg.po:
General support infrastructure for the Bulgarian translation.
Dynamic elements (e.g. collection and field names) to come later.
2006-07-12 Tibor Simko <tibor.simko@cern.ch>
* po/el.po: Updates from Theodoros.
2006-07-12 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, modules/websession/bin/Makefile.am,
modules/websession/bin/sessiongc.in,
modules/websession/bin/sessiongc.wml: Removed dependency of
sessiongc on WML. Added missing import of run_sql. The basket
garbage collection part to be updated to the new module.
2006-07-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webgroup.py: Pass language context to
display_admin_group() and display_member_group().
2006-07-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Internationalize
title phrases for tmpl_group_table_title().
2006-07-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/yoursubmissions.py: Use I18N title on the
Your Submissions page.
2006-07-11 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket_templates.py: Respect language
context in tmpl_topic_selection().
2006-07-11 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket_webinterface.py: Pass language
context to perform_request_create_basket().
2006-07-11 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/lib/webcomment_templates.py: Pass language
context to print_record().
2006-07-11 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/lib/webcomment_webinterface.py: Pass language
context to perform_request_add_comment_or_remark().
2006-07-11 Tibor Simko <tibor.simko@cern.ch>
* po/el.po: Added translations contributed by Theodoros.
2006-07-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/xmlmarc2textmarclib.py: Corrected a bug: when
making an ALEPH MARC record, controlfields other than '001' were
given underscored subfields. (e.g. '003 L 7434_SzGeCERN'). Now no
controlfields have subfields, so this would appear as '003 L
SzGeCERN'.
2006-07-11 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket_dblayer.py: Bugfix: impossible to
comment on a group-shared basket if this basket is also public and
its public rights are lower than group-level ones.
2006-07-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Convert_RecXML_to_RecALEPH.py:
Added docstring.
2006-07-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Added
'Convert_RecXML_to_RecALEPH.py' to list of files.
2006-07-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Convert_RecXML_to_RecALEPH.py:
Function to convert an XML MARC record to an ALEPH MARC record.
2006-07-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/mail.py: Added copyright message.
2006-07-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py: Added test
for age of lock-file. Admin informed by email if lock-file found to
be older than N seconds; Replace InvenioWebSubmitError exceptions
with 'functionError' exceptions, for now - to change back later.
2006-07-11 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/lib/webcomment.py: Fixed
query_get_user_contact_info() to really return (nickname, email,
last_login) as documented. Updated some of its callers as needed.
2006-07-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py: Added
copyright message.
2006-07-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Allocate_ALEPH_SYS.py,
modules/websubmit/lib/functions/Makefile.am: First version of
function to allocate an ALEPH System number to a record.
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Version bump after the v0.90.0 release.
CDS Invenio v0.90.0 (released 2006-06-30)
=========================================
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* ChangeLog, NEWS, RELEASE-NOTES: Releasing v0.90.0.
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/hacking/api.html.wml: Added "subject to
change" note.
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/hacking/Makefile.am: Added apparently
forgotten Makefile.
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Add CREDITS file to the distribution.
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/Makefile.am: Added testutils.py for the
distribution.
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* config.nice.in: Added SWEBURL writing.
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* README: Updated main features list. Taken basically from the
brochure with some updates.
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added /getfile to httpd.conf example snippets.
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Put a warning on ``make update-v0.7.1-tables''
target.
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po, po/el.po,
po/en.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/no.po,
po/pl.po, po/pt.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po:
Updating message catalog for the v0.90.0 release.
2006-06-30 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_dblayer.py,
modules/websubmit/lib/websubmitadmin_engine.py: Fixed a bug -
parameters weren't displayed for document types without any values
for those parameters initialised
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_webinterface.py: Take out
unnecessary force_https false setting for Your Groups pages.
2006-06-30 Diane Berkovits <diane.berkovits@epfl.ch>
* modules/websession/lib/webgroup.py,
modules/websession/lib/webgroup_dblayer.py,
modules/websession/lib/websession_config.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py: Refined output
messages and removed unnecessary empty select boxes.
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Version bump to v0.90.0.
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmitadmin_config.py,
modules/websubmit/lib/websubmitadmin_dblayer.py,
modules/websubmit/lib/websubmitadmin_engine.py,
modules/websubmit/web/admin/websubmitadmin.py: Added copyright
messages to the new WebSubmit Admin.
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/admin/index.php.wml: Added link to the new
WebSubmit Admin. Added small explanatory text.
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmitadmin_templates.py: In the
navtrail, point to the common new-old WebSubmit Admin page. Also,
added copyright message.
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/admin/referees.py: Make Finished link point
to the new Python version of WebSubmit Admin.
2006-06-30 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/websubmitadmin.py: Made some changes
in default arguments
2006-06-30 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_dblayer.py: Fixed some badly
named exceptions
2006-06-30 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_templates.py: changed links
to 'organise main page' page
2006-06-30 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_engine.py: Plugged in more
error checking
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/publiline.py: Return a ``cannot display''
message in case getInfo() fails for rejected documents. This
function should be properly fixed later. Also, fixed display of
documents that have never been requested for approval.
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/web/approve.py: Fixed old links still pointing to
sub.py.
2006-06-30 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibedit_templates.py: Output message cosmetic
change. (s/Record/record)
2006-06-30 Yohann Paris <yohann.paris@cern.ch>
* modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibedit_templates.py: Change error message.
2006-06-30 Yohann Paris <yohann.paris@cern.ch>
* modules/bibedit/lib/bibedit_dblayer.py,
modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibedit_templates.py,
modules/bibedit/web/admin/bibeditadmin.py: Add function to make
input form more easier. Clean code, and use pylint.
2006-06-29 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, modules/websession/lib/Makefile.am,
modules/websession/lib/group.py,
modules/websession/lib/group_dblayer.py,
modules/websession/lib/webgroup.py,
modules/websession/lib/webgroup_dblayer.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/webstyle/lib/webinterface_layout.py: Plugging Your Groups
pages to the site. Fixed problem of HTTPS in groups pages. Fixed
problem of displaying join group interface for the first group
ever. Listing brief group link in the user info box. Listing more
verbose group link in the Your Account page. Output messages not
yet cleaned.
2006-06-29 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Alter submission field table definition when
upgrading from v0.7.
2006-06-29 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Changed join policy and user
status column types of group-related tables. Updated length of the
submission field table.
2006-06-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py: Added get_nickname() function.
2006-06-29 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/lib/webmessage_templates.py: Fixed some
internationalization issues (sentences difficult to translate
because of the HTML inside sentence)
2006-06-29 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/lib/webmessage_dblayer.py: Changes calls to
table user_usergroup. Now handles the user_status defined by
groups.py (used for pending users).
2006-06-29 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket_dblayer.py: Modified calls to
user_usergroup table. Now handles the user_status used by
groups.py.
2006-06-29 Gregory Favre <gregory.favre@cern.ch>
* modules/webstyle/img/webbasket_usergroup_gray.png: Introduced a
gray version of usergroup icon (to be used for pending users in
group.py)
2006-06-29 Yohann Paris <yohann.paris@cern.ch>
* modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibedit_templates.py: New button method to edit
field; Add foonction to make link easier.
2006-06-29 Gregory Favre <gregory.favre@cern.ch>
* modules/websession/lib/webuser.py: Modified nickname validity
check. Now uses regexp defined at beginning of module
(sre_invalid_nickname). Nicknames cannot contain ',@ characters or
begin/end with whitespaces. This could also be the usage for group
names.
2006-06-29 Diane Berkovits <diane.berkovits@epfl.ch>
* modules/websession/lib/Makefile.am,
modules/websession/lib/group.py,
modules/websession/lib/group_dblayer.py,
modules/websession/lib/websession_config.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py: Introduce group
management features. Users can create, delete and modify group(if
the user is the group creator). Group creator can specify join
level.If joining a group needs an approval the group's admin has to
accept manually new members. User can join or leave group.
2006-06-29 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_engine.py: Added
functionality for configuring function parameters for a document
type
2006-06-29 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_dblayer.py: Added functions
for manipulating the value of function parameters for a document
type;
2006-06-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_webinterface.py: Fixed email
argument typo in one of change() failed branches, thanks to Greg.
2006-06-29 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_config.py: Added new
exception 'InvenioWebSubmitAdminWarningIOError', used when file
operations fail; added 'functions_with_file_params' list - used to
determine which functions have parameter that are files to be
edited
2006-06-29 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_templates.py: added the
templates for editing function parameters and for editing a
parameter file
2006-06-29 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/websubmitadmin.py: Plugged in the
edit function parameters functionality; plugged in placeholder for
'showall' functionality - currently defaults to index, to be
updated
2006-06-29 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am, modules/bibformat/bin/bibreformat.in,
modules/bibharvest/bin/oaiarchive.in,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibindex/lib/bibindex_engine.py,
modules/bibrank/bin/bibrank.in, modules/bibsched/bin/bibtaskex.in,
modules/websearch/bin/webcoll.in: BibSched task authentication now
accepts nicknames as usernames too. Modified demo site
installation process accordingly, e.g. now we can run tasks as
'admin' in the batch mode instead of asking users to enter
ADMINEMAIL interactively for each task.
2006-06-28 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/doc/hacking/api.html.wml,
modules/bibconvert/doc/hacking/index.html.wml,
modules/webhelp/web/hacking/index.html.wml: BibConvert API Guide
updated.
2006-06-28 Martin Vesely <martin.vesely@cern.ch>
* modules/bibmatch/doc/admin/guide.html.wml: BibMatch Admin Guide
update.
2006-06-28 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/doc/admin/guide.html.wml: BibHarvest Admin
Guide update.
2006-06-28 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/lib/oaiarchiveadminlib.py,
modules/bibharvest/web/admin/oaiarchiveadmin.py,
config/cdsnavbar.wml, modules/bibharvest/doc/admin/index.html.wml:
BibHarvest OAI repository and archive admin update (2/2).
2006-06-28 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py: Added treatment of nicknames.
For new users, it is now mandatory to create nickname when
registering. For existing users, nickname can be set at most once.
When logging in, both nicknames and email addresses are now
accepted as usernames. In the user info box and on the personal
pages, nicknames are now preferred to be shown instead of email
addresses. As I went along I refactored some of the WebSession
code, but much more refactoring would be desirable to improve this
module.
2006-06-28 Gregory Favre <gregory.favre@cern.ch>
* modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_config.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcomment_webinterface.py: Introduced
checks for multiple submissions of reviews. Fixed wrong text
alignmen t in textarea bug. Fixed internationalization issues
(should work for any langua ge). Added error messages. Reply and
report links are now visible on every page.
2006-06-28 Yohann Paris <yohann.paris@cern.ch>
* modules/bibedit/web/admin/bibeditadmin.py: Add User authorisation
ti edit Record.
2006-06-28 Yohann Paris <yohann.paris@cern.ch>
* modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibedit_templates.py: Modify User interface for
Save and Cancel Button.
2006-06-28 Tibor Simko <tibor.simko@cern.ch>
* po/es.po: Added Ferran's contributions.
2006-06-28 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/web/admin/Makefile.am,
modules/bibharvest/web/admin/oaiarchiveadmin.py,
modules/bibharvest/lib/oaiarchiveadminlib.py,
modules/bibharvest/lib/Makefile.am: BibHarvest OAI repository and
archive admin update (1/2).
2006-06-27 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in: Remove deleted bibeditadminlib.py file.
2006-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/testsuite.in: Documented import order.
2006-06-27 Yohann Paris <yohann.paris@cern.ch>
* modules/webstyle/img/iconpen.gif: Replaced the pen icon, using
blue instead of red.
2006-06-27 Yohann Paris <yohann.paris@cern.ch>
* modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibedit_templates.py,
modules/bibedit/lib/bibeditadminlib.py,
modules/bibedit/web/admin/bibeditadmin.py: Added functionality for
deleting records. Slight changes to the menus. Adapted to the new
BibRecord adding field function.
2006-06-27 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/miscutil/bin/testsuite.in,
modules/webstyle/lib/webinterface_tests.py: fixed
webinterface_tests so that it manages to import mod_python properly
2006-06-27 Tibor Simko <tibor.simko@cern.ch>
* po/sk.po: Added more translations.
2006-06-27 Tibor Simko <tibor.simko@cern.ch>
* po/ca.po: Translation updates from Ferran.
2006-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/lib/webcomment_templates.py: Fixed output
message typo, thanks to Ferran.
2006-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/bin/bibupload.in: Cosmetic update in the usage
help string.
2006-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webinterface_tests.py: Changed test cases
value names in order not to use CDSware and Invenio terms that
interfered with codebase-wide name use checking procedures.
2006-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket_dblayer.py: Fixed copyright
message that got reverted back to CDSware during revision 1.5.
2006-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml,
modules/webaccess/lib/access_control_config.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession_templates.py: Prepared access
control infrastructure for BibEdit and added the BibEdit link to
Your Administrative Activities page.
2006-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webmessage/lib/webmessage_templates.py: Preserve language
context in the Your Account navtrail link.
2006-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert_webinterface.py: Preserve language
context in the Your Account navtrail link.
2006-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket_webinterface.py: Preserve
language context in the Your Account navtrail link.
2006-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/bin/bibharvest.in: Handle possibly-invalid OAI
provider's Retry-After response by retrying in 10 seconds by
default. (Fixing the problem reported by Guido Pelzer.) Also,
fixed final ``harvesting interrupted'' message.
2006-06-26 Tibor Simko <tibor.simko@cern.ch>
* po/ca.po: Added translation contributed by Ferran.
2006-06-23 Tibor Simko <tibor.simko@cern.ch>
* po/ca.po, po/cds-invenio.pot, po/cs.po, po/de.po, po/el.po,
po/en.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/no.po,
po/pl.po, po/pt.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po:
Imported new and updated messages from the source files, preparing
for the wider-scale L10N campaign. Removed obsoleted messages.
Started to work on completing the French and Slovak translations as
working examples.
2006-06-23 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_config.py: Added new
exception 'InvenioWebSubmitAdminWarningNoUpdate'.
2006-06-23 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_engine.py: Replaced
mechanism for moving a WebSubmit function from one location to
another
2006-06-23 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_dblayer.py: Wrote new
function for moving a WebSubmit function from one location to
another
2006-06-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket_templates.py: More output message
cleaning.
2006-06-23 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Added Yohann. Updated info on Diane and Krzysztof's
work.
2006-06-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket_templates.py: More output
messages cleanup.
2006-06-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/alert_engine_config.py: Set email-sending
failover parameters (number of tries, sleeptime between tries).
2006-06-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/alert_engine.py: Slightly changed and
documented send_email() API. Its failover retry and sleeptime
parameters are now configurable by the caller. The defaults were
set to less demaning timeouts, suitable for other CDS Invenio
modules that use this function to send email (e.g. WebComment).
2006-06-23 Gregory Favre <gregory.favre@cern.ch>
* modules/webstyle/img/group_admin.png: Added Files:
group_admin.png Log Message: Added icon for group's
administrator(s) (basically same as webbasket_us but in red).
2006-06-23 Gregory Favre <gregory.favre@cern.ch>
* modules/webstyle/img/groups_admin.png: Renaming groups_admin.png
to group_admin.png
2006-06-23 Gregory Favre <gregory.favre@cern.ch>
* modules/webstyle/img/groups_admin.png: Added icon for group
administrators (basically same as webbasket_us but in red).
2006-06-22 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_engine.py,
modules/websubmit/web/admin/websubmitadmin.py: plugged the 'add a
function to submission' functionality in
2006-06-22 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_config.py: changed name of
exception 'InvenioWebSubmitAdminWarningForeignKeyViolation' to
'InvenioWebSubmitAdminWarningReferentialIntegrityViolation'.
2006-06-22 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_dblayer.py: changed some
exception names; added function to add a new WebSubmit function at
a particular score/step, correcting scores of all other functions
within that step; improved the names of some functions;
2006-06-22 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_templates.py: more updates
to templates for configuring submission functions
2006-06-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibedit_templates.py: After a record was
submitted, the go-back link now points to the BibEdit Admin
interface, not only to the BibEdit Admin welcome page.
2006-06-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibedit_templates.py: Fixed weburl_bibedit
WTR trailing slash.
2006-06-22 Yohann Paris <yohann.paris@cern.ch>
* modules/bibedit/doc/admin/guide.html.wml,
modules/bibedit/lib/Makefile.am,
modules/bibedit/lib/bibedit_config.py,
modules/bibedit/lib/bibedit_dblayer.py,
modules/bibedit/lib/bibedit_engine.py,
modules/bibedit/lib/bibedit_templates.py,
modules/bibedit/web/admin/bibeditadmin.py: Initial release of the
BibEdit Admin interface.
2006-06-22 Frederic Gobry <frederic.gobry@epfl.ch>
* po/POTFILES.in: fixed path to webbasket_webinterface in
POTFILES.in
2006-06-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py,
modules/webstyle/lib/webstyle_templates.py: Waterproofed situation
when page() is called without req argument. Now both the user info
box and the language selection box return something usable in this
case.
2006-06-22 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py: Pass req object to
page().
2006-06-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindexadminlib.py: Adapted to the use of
WebSearch's tmpl_nice_number() instead of the now-inexisting
nice_number().
2006-06-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Deleted extraneous
definition of tmpl_nice_number(). Kept the version working via
locales. Added default language argument.
2006-06-21 Frederic Gobry <frederic.gobry@epfl.ch>
* configure-tests.py: refactored a function that waits for the user
to confirm, and ensured it does not fail when runned from a script
(where there is no access to the tty)
2006-06-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Put proper nearest
terms box body CSS class name when printing searched word versus
its nearest terms, as we used to have before templatization.
2006-06-21 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/doc/hacking/errorlib.html.wml,
modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webalert/lib/webalert.py,
modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webmessage/lib/webmessage_templates.py: Started cleanup of
the output messages so that we can have them fixed before launching
wider-scale L10N campaign.
2006-06-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Harmonize order
of personal features to be identical in the user info box in the
site header and on the Your Account page. The order is: your
messages, baskets, alerts, submissions, etc.
2006-06-21 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Split Debian/Sarge apt-get example in order to single
out those recommended packages that are not available on all
architectures (especially on 64-bit systems).
2006-06-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Enrich detailed
record page's description metadata with abstract and full author
list. Use comma as detailed record page's keywords metadata
delimiter as per the W3C standard.
2006-06-21 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webbasket/lib/webbasket_webinterface.py: Fixed bugs due to
URL schema migration (comments were unavailable).
2006-06-21 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: added templatized
description headers for /record/<recid> pages
2006-06-21 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/testsuite.in: Print info line on stderr
rather than on stdout, following where the test cases print.
2006-06-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord_tests.py: Added test cases for
record_delete_field().
2006-06-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py,
modules/websession/lib/webuser.py: Changed url_referrer to
url_referer. Even if it is wrong spelling, the term referer is
used in the HTML standard and so is followed everywhere in our
codebase.
2006-06-21 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websession/lib/webuser.py: generate an absolute referrer
URL when creating the user infobox, to avoid switching from http to
https in unexpected ways.
2006-06-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_templates.py: Updated
templates related to configuring functions of a submission;
corrected displaying of warning messages to user in several
templates;
2006-06-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_engine.py: Plugged 'delete a
function from a submission' functionality; other cleaning;
2006-06-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_dblayer.py: Some cleaning of
function names and docstrings; Added function to correct the scores
of functions within a particular step of a submission
2006-06-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_config.py: Changed names of
exceptions to reflect that they are WARNINGS
2006-06-20 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/websubmitadmin.py: Corrected Access
control; added new arguments when configuring submission functions;
2006-06-20 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_config.py,
modules/webmessage/lib/webmessage_dblayer.py,
modules/webmessage/lib/webmessage_templates.py,
modules/webmessage/lib/webmessage_webinterface.py: Fixed issues
generated by new url shema. Enhanced quota display. Fixed every FIX
ME still present in the code. Changed the get_groupnames_like
function: now retu rns only visible or already joined usergroups in
a dictionnary {group id: group name)
2006-06-20 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/doc/hacking/dbquery.html.wml,
modules/miscutil/lib/dbquery.py.wml: Improved documentation of
run_sql() API. Documented escape_string() and exception handling
use by the client code.
2006-06-20 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/lib/search_engine.py: restored display of HTML
MARC when no &ot= argument is specified
2006-06-20 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/lib/bibclassifylib.py,
modules/bibformat/bin/bibreformat.in,
modules/bibharvest/bin/oaiarchive.in,
modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibharvest/web/admin/bibharvestadmin.py,
modules/bibindex/lib/bibindex_engine.py,
modules/bibindex/lib/bibindex_engine_config.py,
modules/bibindex/lib/bibindexadminlib.py,
modules/bibindex/web/admin/bibindexadmin.py,
modules/bibrank/bin/bibrank.in, modules/bibrank/bin/bibrankgkb.in,
modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/bibrank/lib/bibrankadminlib.py,
modules/bibrank/web/admin/bibrankadmin.py,
modules/bibsched/bin/bibsched.in,
modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webbasket/lib/webbasket_dblayer.py,
modules/webbasket/lib/webbasket_migration_kit.py,
modules/webcomment/web/admin/webcommentadmin.py,
modules/webmessage/lib/webmessage_dblayer.py,
modules/websearch/bin/webcoll.in,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/admin/websearchadmin.py,
modules/websession/lib/webuser.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/lib/websubmitadmin_dblayer.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/admin/referees.py: Changed database access
code in order not to depend on MySQLdb but rather on dbquery only.
Functions like escape_string() or exceptions like DatabaseError
should rather be imported from there. Useful for potential future
database abstraction.
2006-06-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Corrected
{collection,field} cache timestamp updating in situations such as
database being down. Now the search engine wakes up properly when
the database is up again.
2006-06-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py: Clarify getUid() docstring.
2006-06-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession.py: Handle OperationalError
database exception (in case the database connection is down) in
which case set user ID to -1 as for the permission denied case.
2006-06-20 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py: Handle OperationalError
database exception (in case the database connection is down) and
return appropriate values for this case.
2006-06-20 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: Expose Python DB API 2.0
exceptions and escape_string() to the clients so that they can use
and import them from here. Retry more safely the establishing of
the database connection in case the database is down. (BTW, note
that this version of persistence database connectivity is not
thread-safe, we should replace it with the thread-friendly
connection pool technique in the future.)
2006-06-20 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher.py: In case
database is down, initialize citation dictionaries as empty.
2006-06-18 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_dblayer.py: Added functions
used to configure submission interfaces. More to follow...
2006-06-18 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_templates.py: Updates to
templates used for the configuration of submission interfaces. More
to follow...
2006-06-18 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_engine.py: Updates to
configuration of submission interfaces. More to follow...
2006-06-18 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_config.py: Added some
Exceptions and warnings to be used in error/warning checking and
logging. More to follow...
2006-06-18 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/websubmitadmin.py: Updates to
configuration of submission interfaces. More to follow...
2006-06-16 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_dblayer.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webbasket/lib/webbasket_webinterface.py: Fixed problems
with new url schema. Enhanced design and code quality. Suppressed
all wash functions. Fixed some minor bugs.
2006-06-16 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/bin/bibconvert.in,
modules/bibconvert/lib/bibconvert.py: BibConvert API extension
callable via: from invenio.bibconvert import format_field, generate
value_fmt = format_field(value_raw, "function(parameters)")
value_gen = generate("function(parameters)")
2006-06-16 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/lib/webmessage_dblayer.py:
get_groupnames_like() now accept a second parameter, specifying if
id of group must be returned (will be used by websession module)
2006-06-16 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/webstyle/lib/webinterface_layout.py: support of the
legacy /oai2d.py URL
2006-06-16 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, modules/miscutil/doc/hacking/errorlib.html.wml,
modules/webbasket/lib/webbasket_templates.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webmessage/lib/Makefile.am,
modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_templates.py,
modules/webmessage/web/Makefile.am,
modules/webmessage/web/yourmessages.py,
modules/webstyle/lib/webinterface_layout.py, po/POTFILES.in,
modules/webmessage/lib/webmessage_webinterface.py: WebMessage
module is now using the new URL style. The yourmessages links
updated everywhere in the codebase. Updated PO source files and
INSTALL guide to reflect these changes.
2006-06-15 Martin Vesely <martin.vesely@cern.ch>
* config/config.wml, modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oai_repository_config.py,
modules/bibharvest/lib/oai_repository_webinterface.py,
modules/bibharvest/lib/oaiarchive_engine.py,
modules/miscutil/lib/config.py.wml,
modules/websearch/lib/search_engine.py: Unification of OAI
configuration variables naming.
2006-06-15 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, modules/bibharvest/doc/admin/guide.html.wml,
modules/bibharvest/lib/Makefile.am,
modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oai_repository_webinterface.py,
modules/bibharvest/web/Makefile.am,
modules/bibharvest/web/oai2d.py,
modules/webstyle/lib/webinterface_layout.py, po/POTFILES.in:
BibHarvest module (OAI repository application) is now using the new
URL style. The oai2d links updated everywhere in the codebase.
Updated INSTALL guide to reflect these changes.
2006-06-15 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert_webinterface.py,
modules/websession/lib/websession_webinterface.py,
modules/websubmit/lib/websubmit_webinterface.py: Use absolute URL
when calling redirect_to_url(), as the installation may be done
into a subdir.
2006-06-15 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/errorlib.py, modules/miscutil/web/Makefile.am,
modules/miscutil/web/error.py,
modules/webstyle/lib/webinterface_layout.py,
modules/webstyle/lib/webstyle_templates.py, po/POTFILES.in,
modules/miscutil/lib/errorlib_webinterface.py: MiscUtil module is
now using the new URL style. The changes concern error library
application. The error links updated everywhere in the codebase.
Updated PO source files and INSTALL guide to reflect these changes.
Also, improved error sending function to refuse sending message in
case some important parameters are missing. Also, I18N-ed the
output of the error sending function.
2006-06-15 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, modules/webcomment/lib/Makefile.am,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcomment_webinterface.py,
modules/webcomment/web/Makefile.am,
modules/webcomment/web/comments.py,
modules/webstyle/lib/webinterface_layout.py, po/POTFILES.in:
WebComment module is now using the new URL style. The comments
links updated everywhere in the codebase. Updated PO source files
and INSTALL guide to reflect these changes.
2006-06-15 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, modules/webaccess/lib/webaccessadmin_lib.py,
modules/webbasket/lib/Makefile.am,
modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webbasket/lib/webbasket_webinterface.py,
modules/webbasket/web/Makefile.am,
modules/webbasket/web/yourbaskets.py,
modules/webhelp/web/hacking/testsuite.html.wml,
modules/websearch/lib/websearch_templates.py,
modules/websession/lib/websession_templates.py,
modules/webstat/etc/webstat.cfg.wml,
modules/webstyle/lib/webinterface_layout.py, po/POTFILES.in:
WebBasket module is now using the new URL style. Your Baskets
links updated everywhere in the codebase. Updated PO source files
and INSTALL guide to reflect these changes. Left some FIXMEs for
Greg to look at and fix.
2006-06-14 Gregory Favre <gregory.favre@cern.ch>
* modules/webcomment/lib/webcomment.py: Fixed incorrect calculation
of average review score.
2006-06-14 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert_webinterface.py: Cosmetic docstring
update.
2006-06-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webaccount.py: Removed usused imagesurl
global variable.
2006-06-14 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, modules/webaccess/lib/webaccessadmin_lib.py,
modules/webalert/doc/admin/guide.html.wml,
modules/webalert/lib/Makefile.am, modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert_templates.py,
modules/webalert/lib/webalert_webinterface.py,
modules/webalert/web/Makefile.am,
modules/webalert/web/youralerts.py,
modules/websession/lib/websession_templates.py,
modules/webstat/etc/webstat.cfg.wml,
modules/webstyle/lib/webinterface_layout.py, po/POTFILES.in:
WebAlert module is now using the new URL style. Your Alerts links
updated everywhere in the codebase. Updated PO source files and
INSTALL guide to reflect these changes.
2006-06-14 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket_templates.py: Fixed an exception
which occured while displaying comments of an unexisiting record.
2006-06-14 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket_migration_kit.py: Added new tests
before proceeding to migration. Now user is warned if no migration
is necessary or if needed tables are missing or already full.
2006-06-14 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/web/youralerts.py: Delete unused
relative_redirect() and errorMsg() functions.
2006-06-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert_templates.py: Print the `Detailed
record' link after record was displayed, as it used to be before
the templates were introduced. Do not pass the hit number to
tmpl_alert_email_record(), let the caller to take care of the
context. Read the max. number of records to be sent from the new
alert engine config file. Optimize empty newline cosmetics.
2006-06-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/alert_engine.py: Read the old DEBUGLEVEL
variable from the new alert engine config file. Removed the old
DEVELOPERADDR, as the email is being sent to supportemail.
2006-06-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/Makefile.am: Added new
alert_engine_config.py source file.
2006-06-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/alert_engine_config.py: Centralize all the
various WebAlert free parameters here.
2006-06-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/htmlparser.py: Remove "Detailed record" and
"Similar records" text from the output. Always provide link to
detailed record pages after record is printed. Remove HTML tags
also when RecordHTMLParser fails. Initialize the old WRAPWIDTH
variable from the new alert engine config file.
2006-06-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert_templates.py: Small email
notification template updates, e.g. use configuration-based CDSNAME
instead of hardcoded "CERN Document Server".
2006-06-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/alert_engine.py: Adaped to the new URL
schema induced search engine API change (string->int date
arguments).
2006-06-12 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/bin/webcoll.in,
modules/websearch/lib/websearch_templates.py: pass the collection
name in webcoll body's template so that webcoll pages can be
customized depending on the collection.
2006-06-12 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: pass the collection
id to the templates so that different collection can use this id to
generate different displays (useful for rotating colormaps for
instance)
2006-06-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/hacking/api.html.wml,
modules/websearch/lib/search_engine.py: Modified high-level API
signature according to the new URL schema philosophy. For example,
argument type is now washed *before* perform_request_search() is
called, leading to the date arguments expected already of the
integer type.
2006-06-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_tests.py: Added test cases
for the washing of the date arguments.
2006-06-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert.py: Fixed arguments to
create_personal_baskets_selection_box().
2006-06-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/Makefile.am: Add webbasket_migration_kit.py
to the tarball.
2006-06-09 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket_migration_kit.py: Added migration
kit for webbasket (v.0.7.1 to 0.9). This utility will copy every
basket of the old webbasket module to the new one.
2006-06-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webstyle_templates.py: Put one more space
around languages in the page footer. The space disappeared during
recent URL schema changes. We actually used to have three spaces
there before, but two are enough.
2006-06-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/web/youralerts.py: Fixed last updated timestamp
that still used WML call.
2006-06-09 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in: Added/removed files that were
introduced/obsoleted by the new URL handler in the WebSubmit
module.
2006-06-09 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Add /submit to be recognizable by the new URL handler.
2006-06-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/lib/bibconvert_tests.py: Put FIXME statements
next to placeholder-only assertions.
2006-06-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webinterface_tests.py: Fail appropriately
when mod_python.util.FieldStorage import fails.
2006-06-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord_tests.py: Improved accented Unicode
letters test case: now it is checking directly the output of
record_xml_output().
2006-06-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py: Fixed record_xml_output() for
records containing Unicode characters.
2006-06-09 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml, modules/bibedit/doc/admin/index.html.wml,
modules/bibformat/web/admin/security.inc.php.wml,
modules/bibharvest/doc/admin/index.html.wml,
modules/bibindex/doc/admin/index.html.wml,
modules/bibrank/doc/admin/index.html.wml,
modules/bibsched/doc/admin/index.html.wml,
modules/webaccess/doc/admin/index.html.wml,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webalert/doc/admin/index.html.wml,
modules/webalert/web/youralerts.py,
modules/webbasket/doc/admin/index.html.wml,
modules/webbasket/lib/webbasket_templates.py,
modules/webbasket/web/yourbaskets.py,
modules/webcomment/doc/admin/index.html.wml,
modules/webcomment/lib/webcomment_templates.py,
modules/webmessage/lib/webmessage_templates.py,
modules/websearch/doc/admin/index.html.wml,
modules/websearch/web/admin/websearchadmin.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession_templates.py,
modules/webstyle/doc/admin/index.html.wml,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py: Use /youraccount instead
of /youraccount.py in the codebase everywhere.
2006-06-09 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websubmit/lib/websubmit_webinterface.py: added missing
import for /submit/direct
2006-06-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webinterface_layout.py: Use absolute
imports.
2006-06-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/.cvsignore: Ignore pyc files.
2006-06-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Use absolute imports.
2006-06-09 Frederic Gobry <frederic.gobry@epfl.ch>
* config/config.wml, modules/webstyle/lib/webinterface_layout.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmit_webinterface.py,
modules/websubmit/lib/functions/CaseEDS.py,
modules/websubmit/lib/functions/Get_Info.py,
modules/websubmit/lib/functions/Get_Sysno.py,
modules/websubmit/lib/functions/Is_Original_Submitter.py,
modules/websubmit/lib/functions/Is_Referee.py,
modules/websubmit/lib/functions/Test_Status.py,
modules/websubmit/web/Makefile.am, modules/websubmit/web/direct.py,
modules/websubmit/web/sub.py, modules/websubmit/web/summary.py:
moved some websubmit subpages in the /submit/ url namespace, and
fixed corresponding references all over the place.
2006-06-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py: Fixed problem of incrementing
field numbers when adding a new field to an existing record.
Refactored record_add_field() along the way to make it more
intelligible and directly usable for adding data fields. Further
refactoring of the whole library would be desirable, though.
2006-06-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord_tests.py: Added test cases for
adding fields.
2006-06-07 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_templates.py: provide the user's id
in the template's user action, to enable specific template behavior
(esp. for EPFL)
2006-06-06 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websubmit/lib/websubmit_webinterface.py: added actual
handler for the /submit/ urls
2006-06-06 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/lib/websearch_webinterface.py: use absolute
imports instead of relative ones
2006-06-06 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/lib/websearch_webinterface.py,
modules/webstyle/lib/webinterface_layout.py,
modules/websubmit/lib/Makefile.am,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/functions/Retrieve_Data.py,
modules/websubmit/web/Makefile.am,
modules/websubmit/web/getfile.py, modules/websubmit/web/submit.py:
added support for getting fulltexts via
<http://invenio/record/<recid>/files/...> urls.
2006-06-06 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webinterface_handler.py: When importing
mod_python stuff, import util first (before publisher), fixing some
weird publisher importing problems. See the code comment for more.
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: When the site is
in the DB-less maintenance mode, do not allow display of record
pages, just like the search interface and the search results pages.
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Return page not
found for detailed record pages with non-positive recIDs.
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: Display record
#1 for URLs /record and /record/ without a number.
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: Do not connect to the
database or run queries when the site is closed for maintenance (as
governed by CFG_ACCESS_CONTROL_LEVEL_SITE). Return empty run_sql()
result immediately in this case. Useful when the business logic
layer code did not pay attention to CFG_ACCESS_CONTROL_LEVEL_SITE.
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_downloads_similarity.py:
CFG_ACCESS_CONTROL_LEVEL_SITE is located in the main config file.
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_downloads_similarity.py: Do not
register page view event if we are in read-only access control site
mode.
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/web/admin/bibeditadmin.py: Updated docstrings to
reflect urlargs->req change.
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/web/admin/bibindexadmin.py,
modules/bibharvest/web/admin/bibharvestadmin.py: Updated page()
arguments: req in, urlargs out.
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/web/admin/bibrankadmin.py: Updated page()
arguments: req in, urlargs out. Fixed indenting cosmetics in one
case.
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py.wml: Deleted unneeded function
create_language_selection_box(), as it was integrated into
webstyle_templates.
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/web/error.py: Deleted urlargs parameter to
page().
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/web/youralerts.py: Updated page() arguments: req
in, urlargs out.
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/web/admin/webcommentadmin.py: Deleted
unnecessary urlargs parameters to page().
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Updated docstring
to tmpl_browse_pattern() to describe colls parameter.
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/admin/websearchadmin.py: Updated page()
arguments: req in, urlargs out.
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py: Pass req parameter to page()
call in page_not_authorized().
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_webinterface.py: Cosmetics: put
req parameters in page() calls on new lines.
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py: Updated docstrings to
reflect urlargs->req change.
2006-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/web/approve.py, modules/websubmit/web/direct.py,
modules/websubmit/web/getfile.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/admin/referees.py: Updated page() arguments:
req in, urlargs out.
2006-06-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/xmlmarc2textmarclib.py: Fixed a bug: in
certain cases when making an ALEPH MARC record, lines were not
terminated with a newline; Corrected an error message
2006-06-02 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_templates.py: Fixed bugs: couldn't
create new basket while copying item. Fixed formatting of dates
while displaying a basket item. Corrected an error that occured
while deleting a comment.
2006-06-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_engine.py: Added functions
to test whether or not a user has correct access rights to perform
an action
2006-06-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/websubmitadmin.py: Added access
restrictions to WebSubmit Admin
2006-06-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_engine.py: Added functions
to enable the manipulation of the functions belonging to a
doctype/submission.
2006-06-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_dblayer.py: Added the
necessary functions to enable functions belonging to a
doctype/submission to be manpulated.
2006-06-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_templates.py: Added
templates for the interface for viewing/manipulating the functions
of a doctype/submission.
2006-06-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/websubmitadmin.py: Added
functionality for viewing the functions of a doctype/submission
2006-06-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/xmlmarc2textmarclib.py: Changed behaviour in
situation when multiple SYS found for record when running in ALEPH
MARC mode. Previously, execution ended; Now, the record is skipped.
2006-06-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/lib/xmlmarc2textmarclib.py: Changed the way that
random System numbers are created - added generator for creation of
sequential SYS' when multiple records without 970__a are processed.
2006-06-02 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/bin/xmlmarc2textmarc.in: Corrected an error when
writing to stderr stream.
2006-06-01 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearch_templates.py: fixed a few search
behavior bugs introduced by the templates and the new argd handlers
2006-05-31 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_config.py,
modules/webbasket/lib/webbasket_dblayer.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webbasket/web/yourbaskets.py: Added new "edit basket"
function (replacement of move/delete/rights management). Users can
now also rename their baskets. Added new display of list of
publicly accessible baskets. Corrected minor bugs, improved the
coding.
2006-05-31 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/bin/webcoll.in,
modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearch_templates.py: pass "ln" to the
webcoll_body template, and fix generation of "cc" in the search
form
2006-05-31 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/bin/webcoll.in,
modules/websearch/lib/websearch_templates.py: delegated more layout
to the template code when generating the narrow/focus/instant
browse boxes for webcoll
2006-05-31 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/miscutil/bin/.cvsignore: CVS should ignore the generated
regressiontestsuite script
2006-05-30 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/lib/websearch_templates.py: the default
collection should point to the root of the site
2006-05-30 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/bin/webcoll.in,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: fixed navtrail
generation
2006-05-30 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/regressiontestsuite.in: Added standard CLI
`help' and `version' argument handling.
2006-05-30 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/bin/xmlmarc2textmarc.in,
modules/bibedit/lib/xmlmarc2textmarclib.py: Added version variable,
fixing -V,--version CLI option.
2006-05-30 Krzysztof Jedrzejek <krzysztof.jedrzejek@cern.ch>
* modules/elmsubmit/lib/Makefile.am,
modules/elmsubmit/lib/elmsubmit.py,
modules/elmsubmit/lib/elmsubmit_config.py,
modules/elmsubmit/lib/elmsubmit_tests.py,
modules/elmsubmit/lib/elmsubmit_tests_1.mbox,
modules/elmsubmit/lib/elmsubmit_tests_2.mbox: Added test case
messages. Modified the xml structure of desired test case output.
2006-05-30 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websession/lib/websession_templates.py,
modules/websession/lib/webuser.py: use a better argument name for
the referrer page which displaying the user infobox
2006-05-30 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webinterface.py: The [>> more] link
now leads again to a standard search, not to the
/collection/...?jrec=... syntax recently introduced, which was
causing confusion.
2006-05-30 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/bin/webcoll.in,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearch_templates.py: fixed websearch
template code and API so that it passes the regression test suite
again
2006-05-29 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Explain new philosophy behind
CFG_CALL_BIBFORMAT setting.
2006-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Call BibFormat on the fly
for all situations, except when creating HB, when the configuration
variable CFG_CALL_BIBFORMAT on whether we should do so or not is
consulted. This is in accordance with the move to dynamic detailed
record pages. Note: when BibFormat on the fly returns XML with FMT
tag containing the HTML output format, as suited for the upload of
precreated formats, call_bibformat() strips the XML envelope and
returns HTML body only using Fred's patch, making it possible to
have a mixed precreated/on-the-fly formatting philosophy.
2006-05-29 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am,
modules/bibformat/web/admin/BIBREFORMAT_display.php.wml,
modules/webhelp/web/admin/howto/run.html.wml: New output format
philosophy: prestoring only HB formats. HD ones will be
dynamically created. See recent discussion on the mailing list.
2006-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/doc/admin/guide.html.wml,
modules/bibformat/web/bibformat.php.wml,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/web/comments.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/functions/Mail_Submitter.py,
modules/websubmit/lib/functions/Send_APP_Mail.py: Prefer to use
/record/ instead of /search?recid= style of URLs.
2006-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/etc/webstat.cfg.wml,
modules/webstat/lib/webstatlib.lisp: Accept both old and new style
search URLs. Preparing ground mostly, will need more checks later.
2006-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/demobibdata.xml: Fixed links to the demo
photo CERN-HI-6206002.
2006-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Respect new /search and
/record URLs.
2006-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/alert_engine.py,
modules/webalert/lib/htmlparser.py,
modules/webalert/lib/webalert_templates.py: Reflect new search URL.
2006-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/functions/Mail_Submitter.py,
modules/websubmit/lib/functions/Send_APP_Mail.py: Reflect new
search URL.
2006-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/web/comments.py,
modules/webstat/etc/webstat.cfg.wml,
modules/webstat/lib/webstatlib.lisp: Reflect new search URL.
2006-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/bibformat.php.wml,
modules/bibedit/doc/admin/guide.html.wml: Reflect new search URL.
2006-05-29 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/bin/webcoll.in,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py,
modules/websession/lib/webuser.py, modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py: More flexible template
interface, with less unnecessary arguments (usually, global
configuration variables, like weburl or supportemail).
2006-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/guide.html.wml: Replaced search.py by
search as per the new URL schema. Replaced Q1 2004 by Q1 2007 for
some CERN-related tips.
2006-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml,
modules/websearch/doc/tips.html.wml: Replaced search.py by search
as per the new URL schema.
2006-05-26 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/bin/.cvsignore: Ignore xmlmarc2textmarc.
2006-05-26 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/.cvsignore: Ignore pyc files.
2006-05-26 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_webinterface.py: When URL
/collection/ is not followed by any collection name, display home
collection.
2006-05-26 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Add (optional) dependence on the mechanize Python
library. Add Apache httpd.conf snippets for the new URL handler.
2006-05-26 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: In the new
navigation trail, when proposing links to collections, point to the
search interface pages, not to the search results pages.
2006-05-26 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in: Added/removed files that were
introduced/obsoleted by the new URL handler.
2006-05-26 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/xmlmarc2textmarclib.py: Fixed `except Error'
statements.
2006-05-26 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibedit/bin/Makefile.am, modules/bibedit/lib/Makefile.am:
Initial release of the xmlmarc2textmarc utility.
2006-05-26 Nicholas Robinson <nicholas.robinson@cern.ch>
* configure.ac, modules/bibedit/lib/xmlmarc2textmarclib.py,
modules/bibedit/bin/xmlmarc2textmarc.in: Initial release of the
xmlmarc2textmarc utility.
2006-05-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Do not print prolog
and epilog when printing grandsons, as it used to be with the old
handler. Also, print whitespace around grandsons, as it used to be
with the old handler.
2006-05-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Put back border="0"
for beg/prev/next/end icons, fixing display problem.
2006-05-24 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/testsuite.in,
modules/webstyle/lib/Makefile.am,
modules/webstyle/lib/webinterface_test.py,
modules/webstyle/lib/webinterface_tests.py: webinterface_test.py
renamed to webinterface_tests.py to conform to the usual unit test
file naming.
2006-05-24 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/bin/xmlmarclint.in: Aligned help output.
2006-05-24 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/bin/webcoll.in,
modules/websearch/lib/websearch_templates.py: fixed on-the-fly
formatting of records
2006-05-24 Frederic Gobry <frederic.gobry@epfl.ch>
* configure.ac, modules/miscutil/bin/Makefile.am,
modules/miscutil/bin/regressiontestsuite.in,
modules/miscutil/bin/testsuite.in,
modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/testutils.py,
modules/miscutil/lib/urlutils.py, modules/websearch/bin/webcoll.in,
modules/websearch/lib/Makefile.am,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_regression_tests.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webinterface.py,
modules/websearch/web/Makefile.am, modules/websearch/web/index.py,
modules/websearch/web/search.py,
modules/websession/lib/Makefile.am,
modules/websession/lib/websession_webinterface.py,
modules/websession/web/Makefile.am,
modules/websession/web/youraccount.py,
modules/webstyle/lib/Makefile.am,
modules/webstyle/lib/webinterface_handler.py,
modules/webstyle/lib/webinterface_layout.py,
modules/webstyle/lib/webinterface_test.py: Implementation of the
new URL scheme (/record/... and friends) for websearch and
websession. Implementation of a regression test harness, applied so
far at websearch only.
2006-05-24 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in: Removed deleted file elmsubmit_doctype_test.py.
2006-05-23 Tibor Simko <tibor.simko@cern.ch>
* UNINSTALL: Updated text to read CDS Invenio instead of CDSware.
Minor phrasing changes.
2006-05-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/run.html.wml: Minor fixes
including an invocation of the bibsched daemon, an explicit example
how to rebalance ranking weights every month, using neutral prefix
path in examples, minor phrasing updates, cosmetic output cleanup.
2006-05-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/external_authentication.py: Updated
CERN-IT-IS server name for the CERN NICE authentication example.
2006-05-23 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/testimport.py: Initial release of the
importing test, suggesting how to create Python module symlink in
case the admin have not done so.
2006-05-23 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/Makefile.am: Run importing test during `make
install'.
2006-05-23 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/dbtest.in: Output messages formatting
cosmetics. Harmonization with the importing test.
2006-05-23 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Moved symlink creation step into its new logical place.
2006-05-23 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, Makefile.am: Output messages formatting cosmetics.
2006-05-23 Tibor Simko <tibor.simko@cern.ch>
* configure-tests.py: Python versions lower than 2.3 are now
treated as error, not as warning. Also, updated output messages
with nicer formatting cosmetics.
2006-05-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.in: Keep staying in Simple or
Advanced Search interface in the ``instant browse'' box's links.
2006-05-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py:
tmpl_instant_browse() now accepts Advanced Search argument, to be
able to stay with Simple or Advanced Search interface in the `more'
link.
2006-05-17 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Removed function
'simpleendaction' - it wasn't used; Did some cleaning of code style
- put spaces between arguments in calls to functions, etc
2006-05-16 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/elmsubmit_doctype_test.py: Not needed
anymore.
2006-05-16 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Corrected call to
function 'print_function_calls' from within function
'simpleendaction'. Removed the language (ln) argument from that
function call, as there is no language paramter passed to
'simpleendaction'.
2006-05-16 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Corrected function
'print_function_calls' to include the language as a parameter, as
this language was used by the WebSubmit template
'tmpl_function_output'; Also corrected all calls to the function
'print_function_calls', passing the language 'ln' to them.
2006-05-15 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/elmsubmit_tests.py: Replaced cdsware import
with invenio. Standardized test case messages. When test files do
not exist, fail with a warning.
2006-05-12 Krzysztof Jedrzejek <krzysztof.jedrzejek@cern.ch>
* modules/elmsubmit/lib/elmsubmit.py,
modules/elmsubmit/lib/elmsubmit_config.py,
modules/elmsubmit/lib/elmsubmit_tests.py: Corrected the handling of
test case files written into tmpdir.
2006-05-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/etc/bibconvert/config/EDSRTEXTmodify.tpl: Use
controlfield instead of datafield for tag 001.
2006-05-11 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/testsuite.in: Do not try-except when
importing Invenio modules.
2006-05-10 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabdrop.sql: Drop also table bskEXTFMT.
2006-05-10 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Added missing table
bskEXTFMT. Deleted doubly defined id key for bskEXTREC and
bskRECORDCOMMENT tables.
2006-05-09 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Align properly the --with-foo options under each other.
(Layout cosmetics.)
2006-05-09 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added explanation on the HTTPS setup.
2006-05-09 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Used proper --with-weburl and --with-sweburl
examples, and updated message wording.
2006-05-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/youraccount.py: Ask for secure page
elements when creating Your Account pages, fixing broken-lock icon
display problem.
2006-05-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py: Added an option to
produce secure page elements in page() and pageheader() functions.
When chosen, the output page links to HTTPS-secure CSS, fixing
broken-lock browser icon display problem.
2006-05-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webalert/web/youralerts.py,
modules/webcomment/lib/webcomment_templates.py,
modules/websearch/web/admin/websearchadmin.py,
modules/websession/lib/websession_templates.py,
modules/websession/web/youraccount.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py: Point to secure web URL
when referring to youraccount pages. (More of the similar work
ahead for other personal account related pages.)
2006-05-08 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_templates.py: Added template
for page requesting the user to confirm the deletion a submission
from a document type
2006-05-08 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_dblayer.py: Added functions
to delete a submission from a document type
2006-05-08 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_engine.py: Added
functionality to delete a submission from a document type
2006-05-08 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/websubmitadmin.py: Added flags to
enable deletion of a submission from a document type
2006-05-08 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_dblayer.py,
modules/webbasket/lib/webbasket_templates.py: Fixed English in the
unsubscribe from baskets context.
2006-05-08 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/lib/webcomment_config.py: English phrase
cleanup.
2006-05-06 Frederic Gobry <frederic.gobry@epfl.ch>
* configure.ac, config/configbis.wml.in,
modules/miscutil/lib/config.py.wml,
modules/webbasket/lib/webbasket_templates.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession_templates.py: renamed httpsurl
into sweburl to be more coherent with weburl.
2006-05-05 Frederic Gobry <frederic.gobry@epfl.ch>
* configure.ac, config/configbis.wml.in,
modules/miscutil/lib/config.py.wml,
modules/webbasket/lib/webbasket_templates.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession_templates.py: added support for
login over https
2006-05-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py: Don't assume grep to be
located in /bin. Useful for platform independence. Thanks to Mike
Marino for reporting the problem.
2006-05-05 Martin Vesely <martin.vesely@cern.ch>
* modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql,
modules/miscutil/sql/tabfill.sql.wml,
modules/miscutil/demo/democfgdata.sql.wml: Merge of oaiSET and
oaiARCHIVE tables. (Note: data conversion needed)
2006-05-05 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websubmit/web/getfile.py: i18n'ed the error and warning
messages
2006-05-04 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_engine.py: Fixed process for
cloning new submission from another document type when applied both
at 'create a new document type' level and at 'add new submission to
existing document type' level; corrected name of function
'_clone_functionparameters_foraction_fromdoctype_todoctype' (it was
called '_clone_functionparamaters_foraction_fromdoctype_todoctype'
- parameters was misspelled); other cleaning performed.
2006-05-04 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmitadmin_dblayer.py: Added function
to get a list of action IDs (actname) for all actions implemented
by a given document type (function:
'get_actname_all_submissions_doctype'); corrected function
'insert_submission_details_clonefrom_submission': added IFNULL
function call to handle case when 'buttonorder' field is empty,
corrected bug which meant that number of pages was always set to 0
for cloned submissions.
2006-05-04 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS, AUTHORS, CREDITS, INSTALL, Makefile.am, NEWS, README,
TODO, UNINSTALL, config.nice.in, configure-tests.py, configure.ac,
config/Makefile.am, config/cdsnavbar.wml, config/cdsnavtrail.wml,
config/cdspage.wml, config/cdswmllib.wml, config/config.wml,
config/configbis.wml.in, modules/Makefile.am,
modules/bibclassify/Makefile.am,
modules/bibclassify/bin/Makefile.am,
modules/bibclassify/bin/bibclassify.in,
modules/bibclassify/doc/Makefile.am,
modules/bibclassify/doc/admin/Makefile.am,
modules/bibclassify/doc/admin/guide.html.wml,
modules/bibclassify/doc/admin/index.html.wml,
modules/bibclassify/etc/CERESTheme.rdf,
modules/bibclassify/etc/Makefile.am,
modules/bibclassify/lib/Makefile.am,
modules/bibclassify/lib/bibclassifylib.py,
modules/bibconvert/Makefile.am, modules/bibconvert/bin/Makefile.am,
modules/bibconvert/bin/bibconvert.in,
modules/bibconvert/doc/Makefile.am,
modules/bibconvert/doc/admin/Makefile.am,
modules/bibconvert/doc/admin/guide.html.wml,
modules/bibconvert/doc/admin/index.html.wml,
modules/bibconvert/etc/Makefile.am,
modules/bibconvert/lib/Makefile.am,
modules/bibconvert/lib/bibconvert.py,
modules/bibconvert/lib/bibconvert_tests.py,
modules/bibedit/Makefile.am, modules/bibedit/bin/Makefile.am,
modules/bibedit/bin/refextract.in,
modules/bibedit/bin/xmlmarclint.in,
modules/bibedit/doc/Makefile.am,
modules/bibedit/doc/admin/Makefile.am,
modules/bibedit/doc/admin/guide.html.wml,
modules/bibedit/doc/admin/index.html.wml,
modules/bibedit/etc/MARC21slim.dtd,
modules/bibedit/etc/Makefile.am, modules/bibedit/lib/Makefile.am,
modules/bibedit/lib/bibedit_templates.py,
modules/bibedit/lib/bibeditadminlib.py,
modules/bibedit/lib/bibrecord.py,
modules/bibedit/lib/bibrecord_config.py,
modules/bibedit/lib/bibrecord_tests.py,
modules/bibedit/lib/refextract.py,
modules/bibedit/lib/refextract_config.py,
modules/bibedit/web/Makefile.am,
modules/bibedit/web/admin/Makefile.am,
modules/bibedit/web/admin/bibeditadmin.py,
modules/bibformat/Makefile.am, modules/bibformat/bin/Makefile.am,
modules/bibformat/bin/bibformat.in,
modules/bibformat/bin/bibreformat.in,
modules/bibformat/doc/Makefile.am,
modules/bibformat/doc/admin/Makefile.am,
modules/bibformat/doc/admin/guide.html.wml,
modules/bibformat/lib/Makefile.am,
modules/bibformat/lib/common/Makefile.am,
modules/bibformat/lib/common/dbparams.inc.php.wml,
modules/bibformat/lib/common/general.inc.php,
modules/bibformat/lib/common/global.inc.php.wml,
modules/bibformat/lib/core/AEvalLan.inc.php,
modules/bibformat/lib/core/FlexElink.inc.php,
modules/bibformat/lib/core/FormatRetriever.inc.php,
modules/bibformat/lib/core/IntVars.inc.php,
modules/bibformat/lib/core/KBRetriever.inc.php,
modules/bibformat/lib/core/LinkResolver.inc.php,
modules/bibformat/lib/core/Makefile.am,
modules/bibformat/lib/core/OAISpecExtractor.inc.php,
modules/bibformat/lib/core/Processor.inc.php,
modules/bibformat/lib/core/RecordSeparator.inc.php,
modules/bibformat/lib/core/Timing.inc.php,
modules/bibformat/lib/core/TreeNode.inc.php,
modules/bibformat/lib/core/UDFRetriever.inc.php,
modules/bibformat/web/Makefile.am,
modules/bibformat/web/bibformat.php.wml,
modules/bibformat/web/admin/BEH_ACTION_add.php.wml,
modules/bibformat/web/admin/BEH_ACTION_del.php.wml,
modules/bibformat/web/admin/BEH_ACTION_edit.php.wml,
modules/bibformat/web/admin/BEH_COND_add.php.wml,
modules/bibformat/web/admin/BEH_COND_del.php.wml,
modules/bibformat/web/admin/BEH_COND_edit.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_add.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_del.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_edit.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_showone.php.wml,
modules/bibformat/web/admin/BEH_display.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_display.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_hand.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_process.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_tree.php.wml,
modules/bibformat/web/admin/FORMAT_add.php.wml,
modules/bibformat/web/admin/FORMAT_del.php.wml,
modules/bibformat/web/admin/FORMAT_display.php.wml,
modules/bibformat/web/admin/FORMAT_edit.php.wml,
modules/bibformat/web/admin/FORMAT_showone.php.wml,
modules/bibformat/web/admin/KB_VALUE_add.php.wml,
modules/bibformat/web/admin/KB_VALUE_del.php.wml,
modules/bibformat/web/admin/KB_add.php.wml,
modules/bibformat/web/admin/KB_del.php.wml,
modules/bibformat/web/admin/KB_display.php.wml,
modules/bibformat/web/admin/KB_edit.php.wml,
modules/bibformat/web/admin/KB_showone.php.wml,
modules/bibformat/web/admin/LINK_ACTION_add_edit.php.wml,
modules/bibformat/web/admin/LINK_ACTION_del.php.wml,
modules/bibformat/web/admin/LINK_COND_add_edit.php.wml,
modules/bibformat/web/admin/LINK_COND_del.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_add.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_del.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_display.php.wml,
modules/bibformat/web/admin/LINK_add.php.wml,
modules/bibformat/web/admin/LINK_del.php.wml,
modules/bibformat/web/admin/LINK_display.php.wml,
modules/bibformat/web/admin/LINK_edit.php.wml,
modules/bibformat/web/admin/LINK_showone.php.wml,
modules/bibformat/web/admin/Makefile.am,
modules/bibformat/web/admin/OAIER_SF_add.php.wml,
modules/bibformat/web/admin/OAIER_SF_del.php.wml,
modules/bibformat/web/admin/OAIER_add.php.wml,
modules/bibformat/web/admin/OAIER_del.php.wml,
modules/bibformat/web/admin/OAIER_display.php.wml,
modules/bibformat/web/admin/UDF_add.php.wml,
modules/bibformat/web/admin/UDF_del.php.wml,
modules/bibformat/web/admin/UDF_display.php.wml,
modules/bibformat/web/admin/UDF_edit.php.wml,
modules/bibformat/web/admin/UDF_showone.php.wml,
modules/bibformat/web/admin/UDF_testcode.php.wml,
modules/bibformat/web/admin/error.inc.php.wml,
modules/bibformat/web/admin/footer.inc.php.wml,
modules/bibformat/web/admin/header.inc.php.wml,
modules/bibformat/web/admin/index.php.wml,
modules/bibformat/web/admin/localconf.inc.php.wml,
modules/bibformat/web/admin/security.inc.php.wml,
modules/bibformat/web/admin/test.php.wml,
modules/bibharvest/Makefile.am, modules/bibharvest/bin/Makefile.am,
modules/bibharvest/bin/bibharvest.in,
modules/bibharvest/bin/oaiarchive.in,
modules/bibharvest/bin/oaiharvest.in,
modules/bibharvest/doc/Makefile.am,
modules/bibharvest/doc/admin/Makefile.am,
modules/bibharvest/doc/admin/guide.html.wml,
modules/bibharvest/doc/admin/index.html.wml,
modules/bibharvest/lib/Makefile.am,
modules/bibharvest/lib/bibharvest_templates.py,
modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oai_repository_config.py,
modules/bibharvest/lib/oai_repository_tests.py,
modules/bibharvest/lib/oaiarchive_engine.py,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibharvest/web/Makefile.am,
modules/bibharvest/web/oai2d.py,
modules/bibharvest/web/admin/Makefile.am,
modules/bibharvest/web/admin/bibharvestadmin.py,
modules/bibindex/Makefile.am, modules/bibindex/bin/Makefile.am,
modules/bibindex/bin/bibindex.in, modules/bibindex/bin/bibstat.in,
modules/bibindex/doc/Makefile.am,
modules/bibindex/doc/admin/Makefile.am,
modules/bibindex/doc/admin/guide.html.wml,
modules/bibindex/doc/admin/index.html.wml,
modules/bibindex/lib/Makefile.am,
modules/bibindex/lib/bibindex_engine.py,
modules/bibindex/lib/bibindex_engine_config.py,
modules/bibindex/lib/bibindex_engine_stemmer.py,
modules/bibindex/lib/bibindex_engine_stemmer_tests.py,
modules/bibindex/lib/bibindex_engine_stopwords.py,
modules/bibindex/lib/bibindex_engine_tests.py,
modules/bibindex/lib/bibindexadminlib.py,
modules/bibindex/web/Makefile.am,
modules/bibindex/web/admin/Makefile.am,
modules/bibindex/web/admin/bibindexadmin.py,
modules/bibmatch/Makefile.am, modules/bibmatch/bin/Makefile.am,
modules/bibmatch/bin/bibmatch.in, modules/bibmatch/doc/Makefile.am,
modules/bibmatch/doc/admin/Makefile.am,
modules/bibmatch/doc/admin/guide.html.wml,
modules/bibmatch/doc/admin/index.html.wml,
modules/bibmatch/etc/Makefile.am, modules/bibmatch/lib/Makefile.am,
modules/bibmatch/lib/bibmatch_engine.py,
modules/bibrank/Makefile.am, modules/bibrank/bin/Makefile.am,
modules/bibrank/bin/bibrank.in, modules/bibrank/bin/bibrankgkb.in,
modules/bibrank/doc/Makefile.am,
modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/admin/guide.html.wml,
modules/bibrank/doc/admin/index.html.wml,
modules/bibrank/doc/hacking/Makefile.am,
modules/bibrank/doc/hacking/api.html.wml,
modules/bibrank/doc/hacking/bibrankgkb.html.wml,
modules/bibrank/doc/hacking/index.html.wml,
modules/bibrank/doc/hacking/single_tag_rank.html.wml,
modules/bibrank/doc/hacking/word_similarity.html.wml,
modules/bibrank/etc/Makefile.am,
modules/bibrank/etc/bibrankgkb.cfg.in,
modules/bibrank/etc/bibrankgkb_jif_conv.kb,
modules/bibrank/etc/bibrankgkb_jif_example.kb,
modules/bibrank/etc/demo_jif.cfg.in,
modules/bibrank/etc/demo_jif.kb,
modules/bibrank/etc/stopwords.de.kb,
modules/bibrank/etc/stopwords.kb,
modules/bibrank/etc/template_citation.cfg,
modules/bibrank/etc/template_combine_method.cfg,
modules/bibrank/etc/template_download_similarity.cfg,
modules/bibrank/etc/template_download_total.cfg,
modules/bibrank/etc/template_download_users.cfg,
modules/bibrank/etc/template_single_tag_rank_method.cfg.in,
modules/bibrank/etc/template_word_similarity.cfg.wml,
modules/bibrank/etc/wrd.cfg.wml, modules/bibrank/lib/Makefile.am,
modules/bibrank/lib/bibrank_citation_grapher.py,
modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_citation_indexer_tests.py,
modules/bibrank/lib/bibrank_citation_searcher.py,
modules/bibrank/lib/bibrank_citation_searcher_tests.py,
modules/bibrank/lib/bibrank_downloads_grapher.py,
modules/bibrank/lib/bibrank_downloads_indexer.py,
modules/bibrank/lib/bibrank_downloads_indexer_tests.py,
modules/bibrank/lib/bibrank_downloads_similarity.py,
modules/bibrank/lib/bibrank_grapher.py,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_record_sorter_tests.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_tag_based_indexer_tests.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/bibrank/lib/bibrankadminlib.py,
modules/bibrank/web/Makefile.am,
modules/bibrank/web/admin/Makefile.am,
modules/bibrank/web/admin/bibrankadmin.py,
modules/bibsched/Makefile.am, modules/bibsched/bin/Makefile.am,
modules/bibsched/bin/bibsched.in,
modules/bibsched/bin/bibtaskex.in,
modules/bibsched/doc/Makefile.am,
modules/bibsched/doc/admin/Makefile.am,
modules/bibsched/doc/admin/guide.html.wml,
modules/bibsched/doc/admin/index.html.wml,
modules/bibupload/Makefile.am, modules/bibupload/bin/Makefile.am,
modules/bibupload/bin/bibupload.in,
modules/bibupload/doc/Makefile.am,
modules/bibupload/doc/admin/Makefile.am,
modules/bibupload/doc/admin/guide.html.wml,
modules/bibupload/doc/admin/index.html.wml,
modules/elmsubmit/Makefile.am, modules/elmsubmit/bin/Makefile.am,
modules/elmsubmit/bin/elmsubmit.in,
modules/elmsubmit/doc/Makefile.am,
modules/elmsubmit/doc/admin/Makefile.am,
modules/elmsubmit/doc/admin/guide.html.wml,
modules/elmsubmit/doc/admin/index.html.wml,
modules/elmsubmit/doc/hacking/Makefile.am,
modules/elmsubmit/etc/Makefile.am,
modules/elmsubmit/etc/elmsubmit.cfg.in,
modules/elmsubmit/lib/Makefile.am,
modules/elmsubmit/lib/elmsubmit.py,
modules/elmsubmit/lib/elmsubmit_EZArchive.py,
modules/elmsubmit/lib/elmsubmit_EZEmail.py,
modules/elmsubmit/lib/elmsubmit_config.py,
modules/elmsubmit/lib/elmsubmit_doctype_test.py,
modules/elmsubmit/lib/elmsubmit_enriched2txt.py,
modules/elmsubmit/lib/elmsubmit_field_validation.py,
modules/elmsubmit/lib/elmsubmit_filename_generator.py,
modules/elmsubmit/lib/elmsubmit_generate_marc.py,
modules/elmsubmit/lib/elmsubmit_html2txt.py,
modules/elmsubmit/lib/elmsubmit_misc.py,
modules/elmsubmit/lib/elmsubmit_richtext2txt.py,
modules/elmsubmit/lib/elmsubmit_submission_parser.py,
modules/elmsubmit/lib/elmsubmit_tests.py,
modules/elmsubmit/lib/magic/Makefile.am,
modules/elmsubmit/lib/magic/compile_magic.py,
modules/miscutil/Makefile.am, modules/miscutil/bin/Makefile.am,
modules/miscutil/bin/dbexec.in, modules/miscutil/bin/dbtest.in,
modules/miscutil/bin/testsuite.in,
modules/miscutil/demo/Makefile.am,
modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/doc/Makefile.am,
modules/miscutil/doc/hacking/Makefile.am,
modules/miscutil/doc/hacking/dateutils.html.wml,
modules/miscutil/doc/hacking/dbquery.html.wml,
modules/miscutil/doc/hacking/errorlib.html.wml,
modules/miscutil/doc/hacking/index.html.wml,
modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/config.py.wml,
modules/miscutil/lib/dateutils.py,
modules/miscutil/lib/dbquery.py.wml,
modules/miscutil/lib/errorHandling.php.wml,
modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/errorlib_tests.py,
modules/miscutil/lib/messages.py.wml,
modules/miscutil/lib/miscutil_config.py,
modules/miscutil/lib/textutils.py,
modules/miscutil/lib/urlutils.py, modules/miscutil/sql/Makefile.am,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql,
modules/miscutil/sql/tabfill.sql.wml,
modules/miscutil/web/Makefile.am, modules/miscutil/web/error.py,
modules/webaccess/Makefile.am, modules/webaccess/bin/Makefile.am,
modules/webaccess/bin/authaction.in,
modules/webaccess/bin/webaccessadmin.in,
modules/webaccess/doc/Makefile.am,
modules/webaccess/doc/admin/Makefile.am,
modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/doc/admin/index.html.wml,
modules/webaccess/doc/hacking/Makefile.am,
modules/webaccess/doc/hacking/admin-internals.html.wml,
modules/webaccess/doc/hacking/api.html.wml,
modules/webaccess/doc/hacking/index.html.wml,
modules/webaccess/doc/hacking/table-structure.html.wml,
modules/webaccess/lib/Makefile.am,
modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/external_authentication.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webaccess/web/Makefile.am,
modules/webaccess/web/admin/Makefile.am,
modules/webaccess/web/admin/webaccessadmin.py,
modules/webalert/Makefile.am, modules/webalert/bin/Makefile.am,
modules/webalert/bin/alertengine.in,
modules/webalert/doc/Makefile.am,
modules/webalert/doc/admin/Makefile.am,
modules/webalert/doc/admin/guide.html.wml,
modules/webalert/doc/admin/index.html.wml,
modules/webalert/lib/Makefile.am,
modules/webalert/lib/alert_engine.py,
modules/webalert/lib/htmlparser.py,
modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert_templates.py,
modules/webalert/web/Makefile.am,
modules/webalert/web/youralerts.py, modules/webbasket/Makefile.am,
modules/webbasket/doc/Makefile.am,
modules/webbasket/doc/admin/Makefile.am,
modules/webbasket/doc/admin/guide.html.wml,
modules/webbasket/doc/admin/index.html.wml,
modules/webbasket/lib/Makefile.am,
modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_config.py,
modules/webbasket/lib/webbasket_dblayer.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webbasket/web/Makefile.am,
modules/webbasket/web/yourbaskets.py,
modules/webcomment/Makefile.am, modules/webcomment/doc/Makefile.am,
modules/webcomment/doc/admin/Makefile.am,
modules/webcomment/doc/admin/guide.html.wml,
modules/webcomment/doc/admin/index.html.wml,
modules/webcomment/doc/hacking/Makefile.am,
modules/webcomment/lib/Makefile.am,
modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_config.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcomment_tests.py,
modules/webcomment/lib/webcommentadminlib.py,
modules/webcomment/web/Makefile.am,
modules/webcomment/web/comments.py,
modules/webcomment/web/admin/Makefile.am,
modules/webcomment/web/admin/webcommentadmin.py,
modules/webhelp/Makefile.am, modules/webhelp/web/Makefile.am,
modules/webhelp/web/index.html.wml,
modules/webhelp/web/admin/Makefile.am,
modules/webhelp/web/admin/index.html.wml,
modules/webhelp/web/admin/howto/Makefile.am,
modules/webhelp/web/admin/howto/index.html.wml,
modules/webhelp/web/admin/howto/marc.html.wml,
modules/webhelp/web/admin/howto/migrate.html.wml,
modules/webhelp/web/admin/howto/run.html.wml,
modules/webhelp/web/hacking/Makefile.am,
modules/webhelp/web/hacking/cdsware.el,
modules/webhelp/web/hacking/concepts.html.wml,
modules/webhelp/web/hacking/directory.html.wml,
modules/webhelp/web/hacking/index.html.wml,
modules/webhelp/web/hacking/modules.html.wml,
modules/webhelp/web/hacking/releases.html.wml,
modules/webhelp/web/hacking/style.html.wml,
modules/webhelp/web/hacking/testsuite.html.wml,
modules/webmessage/Makefile.am, modules/webmessage/bin/Makefile.am,
modules/webmessage/bin/webmessageadmin.in,
modules/webmessage/doc/Makefile.am,
modules/webmessage/doc/admin/Makefile.am,
modules/webmessage/doc/admin/guide.html.wml,
modules/webmessage/doc/admin/index.html.wml,
modules/webmessage/lib/Makefile.am,
modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_config.py,
modules/webmessage/lib/webmessage_dblayer.py,
modules/webmessage/lib/webmessage_mailutils.py,
modules/webmessage/lib/webmessage_templates.py,
modules/webmessage/web/Makefile.am,
modules/webmessage/web/yourmessages.py,
modules/websearch/Makefile.am, modules/websearch/bin/Makefile.am,
modules/websearch/bin/webcoll.in,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/guide.html.wml,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml,
modules/websearch/doc/admin/Makefile.am,
modules/websearch/doc/admin/guide.html.wml,
modules/websearch/doc/admin/index.html.wml,
modules/websearch/doc/hacking/Makefile.am,
modules/websearch/doc/hacking/api.html.wml,
modules/websearch/doc/hacking/index.html.wml,
modules/websearch/doc/hacking/stages.html.wml,
modules/websearch/lib/Makefile.am,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/search_engine_config.py,
modules/websearch/lib/search_engine_tests.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/Makefile.am, modules/websearch/web/index.py,
modules/websearch/web/search.py,
modules/websearch/web/admin/Makefile.am,
modules/websearch/web/admin/websearchadmin.py,
modules/websession/Makefile.am, modules/websession/bin/Makefile.am,
modules/websession/bin/sessiongc.wml,
modules/websession/doc/Makefile.am,
modules/websession/doc/admin/Makefile.am,
modules/websession/doc/admin/guide.html.wml,
modules/websession/doc/admin/index.html.wml,
modules/websession/lib/Makefile.am,
modules/websession/lib/session.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/webuser.py,
modules/websession/web/Makefile.am,
modules/websession/web/sessinit.inc.php.wml,
modules/websession/web/youraccount.py, modules/webstat/Makefile.am,
modules/webstat/bin/Makefile.am, modules/webstat/bin/webstat.in,
modules/webstat/doc/Makefile.am,
modules/webstat/doc/admin/Makefile.am,
modules/webstat/doc/admin/guide.html.wml,
modules/webstat/doc/admin/index.html.wml,
modules/webstat/doc/hacking/Makefile.am,
modules/webstat/etc/Makefile.am, modules/webstat/lib/Makefile.am,
modules/webstat/lib/load.lisp, modules/webstat/lib/webstatlib.lisp,
modules/webstyle/Makefile.am, modules/webstyle/css/Makefile.am,
modules/webstyle/css/cds.css, modules/webstyle/doc/Makefile.am,
modules/webstyle/doc/admin/Makefile.am,
modules/webstyle/doc/admin/guide.html.wml,
modules/webstyle/doc/admin/index.html.wml,
modules/webstyle/img/Makefile.am, modules/webstyle/lib/Makefile.am,
modules/webstyle/lib/template.py, modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/Makefile.am, modules/websubmit/bin/Makefile.am,
modules/websubmit/bin/thumbmaker.in,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/access.html.wml,
modules/websubmit/doc/actions.html.wml,
modules/websubmit/doc/approval.html.wml,
modules/websubmit/doc/approvals.html.wml,
modules/websubmit/doc/bibliographic_fields.html.wml,
modules/websubmit/doc/description.html.wml,
modules/websubmit/doc/file_transfer.html.wml,
modules/websubmit/doc/index.html.wml,
modules/websubmit/doc/introduction.html.wml,
modules/websubmit/doc/login.html.wml,
modules/websubmit/doc/modification.html.wml,
modules/websubmit/doc/password.html.wml,
modules/websubmit/doc/pending.html.wml,
modules/websubmit/doc/revised_version.html.wml,
modules/websubmit/doc/submission.html.wml,
modules/websubmit/doc/subnumber.html.wml,
modules/websubmit/doc/admin/Makefile.am,
modules/websubmit/doc/admin/actionimplement.html.wml,
modules/websubmit/doc/admin/actionmodify.html.wml,
modules/websubmit/doc/admin/actionnew.html.wml,
modules/websubmit/doc/admin/actionremove.html.wml,
modules/websubmit/doc/admin/actions.html.wml,
modules/websubmit/doc/admin/bibconvert.html.wml,
modules/websubmit/doc/admin/catalogues.html.wml,
modules/websubmit/doc/admin/description.html.wml,
modules/websubmit/doc/admin/documentmodify.html.wml,
modules/websubmit/doc/admin/documentnew.html.wml,
modules/websubmit/doc/admin/documentremove.html.wml,
modules/websubmit/doc/admin/documents.html.wml,
modules/websubmit/doc/admin/example.html.wml,
modules/websubmit/doc/admin/faq.html.wml,
modules/websubmit/doc/admin/functiondelete.html.wml,
modules/websubmit/doc/admin/functiondescription.html.wml,
modules/websubmit/doc/admin/functionedit.html.wml,
modules/websubmit/doc/admin/functionnew.html.wml,
modules/websubmit/doc/admin/functions.html.wml,
modules/websubmit/doc/admin/implementfunctions.html.wml,
modules/websubmit/doc/admin/implementwebform.html.wml,
modules/websubmit/doc/admin/index.html.wml,
modules/websubmit/doc/admin/introduction.html.wml,
modules/websubmit/doc/admin/philosophy.html.wml,
modules/websubmit/doc/admin/protection.html.wml,
modules/websubmit/etc/Makefile.am,
modules/websubmit/etc/bibconvert/Makefile.am,
modules/websubmit/etc/bibconvert/KB/Makefile.am,
modules/websubmit/etc/bibconvert/config/Makefile.am,
modules/websubmit/lib/Makefile.am, modules/websubmit/lib/file.py,
modules/websubmit/lib/websubmit_config.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/websubmitadmin_config.py,
modules/websubmit/lib/websubmitadmin_dblayer.py,
modules/websubmit/lib/websubmitadmin_engine.py,
modules/websubmit/lib/websubmitadmin_templates.py,
modules/websubmit/lib/functions/Add_Files.py,
modules/websubmit/lib/functions/CaseEDS.py,
modules/websubmit/lib/functions/Create_Modify_Interface.py,
modules/websubmit/lib/functions/Create_Recid.py,
modules/websubmit/lib/functions/Finish_Submission.py,
modules/websubmit/lib/functions/Format_Record.py,
modules/websubmit/lib/functions/Get_Info.py,
modules/websubmit/lib/functions/Get_Report_Number.py,
modules/websubmit/lib/functions/Get_Sysno.py,
modules/websubmit/lib/functions/Insert_Modify_Record.py,
modules/websubmit/lib/functions/Insert_Record.py,
modules/websubmit/lib/functions/Is_Original_Submitter.py,
modules/websubmit/lib/functions/Is_Referee.py,
modules/websubmit/lib/functions/Mail_Submitter.py,
modules/websubmit/lib/functions/Make_Modify_Record.py,
modules/websubmit/lib/functions/Make_Record.py,
modules/websubmit/lib/functions/Makefile.am,
modules/websubmit/lib/functions/Move_Files_Archive.py,
modules/websubmit/lib/functions/Move_From_Pending.py,
modules/websubmit/lib/functions/Move_to_Done.py,
modules/websubmit/lib/functions/Move_to_Pending.py,
modules/websubmit/lib/functions/Print_Success.py,
modules/websubmit/lib/functions/Print_Success_APP.py,
modules/websubmit/lib/functions/Print_Success_DEL.py,
modules/websubmit/lib/functions/Print_Success_MBI.py,
modules/websubmit/lib/functions/Print_Success_SRV.py,
modules/websubmit/lib/functions/Report_Number_Generation.py,
modules/websubmit/lib/functions/Retrieve_Data.py,
modules/websubmit/lib/functions/Send_APP_Mail.py,
modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py,
modules/websubmit/lib/functions/Test_Status.py,
modules/websubmit/lib/functions/Update_Approval_DB.py,
modules/websubmit/lib/functions/Upload_Files.py,
modules/websubmit/web/Makefile.am,
modules/websubmit/web/approve.py, modules/websubmit/web/direct.py,
modules/websubmit/web/getfile.py,
modules/websubmit/web/publiline.py, modules/websubmit/web/sub.py,
modules/websubmit/web/submit.py, modules/websubmit/web/summary.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/admin/Makefile.am,
modules/websubmit/web/admin/actionFunctions.php.wml,
modules/websubmit/web/admin/addActionEDS.php.wml,
modules/websubmit/web/admin/addCheckEDS.php.wml,
modules/websubmit/web/admin/addElement2PageEDS.php.wml,
modules/websubmit/web/admin/addElementDescrEDS.php.wml,
modules/websubmit/web/admin/addFunctions.php.wml,
modules/websubmit/web/admin/allActionsEDS.php.wml,
modules/websubmit/web/admin/allChecksEDS.php.wml,
modules/websubmit/web/admin/allElementsEDS.php.wml,
modules/websubmit/web/admin/commonPhpFunctions.php.wml,
modules/websubmit/web/admin/doctypeCategoriesEDS.php.wml,
modules/websubmit/web/admin/documentEDS.php.wml,
modules/websubmit/web/admin/editActionDets.php.wml,
modules/websubmit/web/admin/editCatalogues.php.wml,
modules/websubmit/web/admin/editDoctypeEDS.php.wml,
modules/websubmit/web/admin/editPageElementEDS.php.wml,
modules/websubmit/web/admin/editRecordFile.php.wml,
modules/websubmit/web/admin/elementConfigDetsEDS.php.wml,
modules/websubmit/web/admin/func.php.wml,
modules/websubmit/web/admin/funcUsage.php.wml,
modules/websubmit/web/admin/index.php.wml,
modules/websubmit/web/admin/listFunctions.php.wml,
modules/websubmit/web/admin/newDoctypeEDS.php.wml,
modules/websubmit/web/admin/newFunc.php.wml,
modules/websubmit/web/admin/newSubmissionEDS.php.wml,
modules/websubmit/web/admin/pageDetsEDS.php.wml,
modules/websubmit/web/admin/parameterUpdate.php.wml,
modules/websubmit/web/admin/referees.py,
modules/websubmit/web/admin/removeDoctypeEDS.php.wml,
modules/websubmit/web/admin/veditFunDets.php.wml,
modules/websubmit/web/admin/viewActionEDS.php.wml,
modules/websubmit/web/admin/viewChecksEDS.php.wml,
modules/websubmit/web/admin/viewEditSubmissionEDS.php.wml,
modules/websubmit/web/admin/websubmitadmin.py, po/LINGUAS,
po/Makefile.in.in, po/ca.po, po/cds-invenio.pot, po/cdsware.pot,
po/cs.po, po/de.po, po/el.po, po/en.po, po/es.po, po/fr.po,
po/i18n_extract_from_wml_source.py, po/i18n_update_wml_target.py,
po/it.po, po/ja.po, po/no.po, po/pl.po, po/pt.po, po/ru.po,
po/sk.po, po/sv.po, po/uk.po: Implemented name change CDSware to
CDS Invenio. Also, introduced new configure policy (webdir is now
automatically equal to prefix/var/www). May need more refinements
and comments later.
2006-05-02 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabdrop.sql: Added new tables from the
WebBasket and WebComment modules.
2006-05-02 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, Makefile.am, configure-tests.py, configure.ac,
config/Makefile.am, config/cdsnavbar.wml, config/cdsnavtrail.wml,
config/cdspage.wml, config/cdswmllib.wml, config/config.wml,
config/configbis.wml.in, modules/Makefile.am,
modules/bibclassify/Makefile.am,
modules/bibclassify/bin/Makefile.am,
modules/bibclassify/bin/bibclassify.in,
modules/bibclassify/doc/Makefile.am,
modules/bibclassify/doc/admin/Makefile.am,
modules/bibclassify/doc/admin/guide.html.wml,
modules/bibclassify/doc/admin/index.html.wml,
modules/bibclassify/etc/Makefile.am,
modules/bibclassify/lib/Makefile.am,
modules/bibclassify/lib/bibclassifylib.py,
modules/bibconvert/Makefile.am, modules/bibconvert/bin/Makefile.am,
modules/bibconvert/bin/bibconvert.in,
modules/bibconvert/doc/Makefile.am,
modules/bibconvert/doc/admin/Makefile.am,
modules/bibconvert/doc/admin/guide.html.wml,
modules/bibconvert/doc/admin/index.html.wml,
modules/bibconvert/etc/Makefile.am,
modules/bibconvert/lib/Makefile.am,
modules/bibconvert/lib/bibconvert.py,
modules/bibconvert/lib/bibconvert_tests.py,
modules/bibedit/Makefile.am, modules/bibedit/bin/Makefile.am,
modules/bibedit/bin/refextract.in,
modules/bibedit/bin/xmlmarclint.in,
modules/bibedit/doc/Makefile.am,
modules/bibedit/doc/admin/Makefile.am,
modules/bibedit/doc/admin/guide.html.wml,
modules/bibedit/doc/admin/index.html.wml,
modules/bibedit/etc/MARC21slim.dtd,
modules/bibedit/etc/Makefile.am, modules/bibedit/lib/Makefile.am,
modules/bibedit/lib/bibedit_templates.py,
modules/bibedit/lib/bibeditadminlib.py,
modules/bibedit/lib/bibrecord.py,
modules/bibedit/lib/bibrecord_config.py,
modules/bibedit/lib/bibrecord_tests.py,
modules/bibedit/lib/refextract.py,
modules/bibedit/lib/refextract_config.py,
modules/bibedit/web/Makefile.am,
modules/bibedit/web/admin/Makefile.am,
modules/bibedit/web/admin/bibeditadmin.py,
modules/bibformat/Makefile.am, modules/bibformat/bin/Makefile.am,
modules/bibformat/bin/bibformat.in,
modules/bibformat/bin/bibreformat.in,
modules/bibformat/doc/Makefile.am,
modules/bibformat/doc/admin/Makefile.am,
modules/bibformat/doc/admin/guide.html.wml,
modules/bibformat/lib/Makefile.am,
modules/bibformat/lib/common/Makefile.am,
modules/bibformat/lib/common/dbparams.inc.php.wml,
modules/bibformat/lib/common/general.inc.php,
modules/bibformat/lib/common/global.inc.php.wml,
modules/bibformat/lib/core/AEvalLan.inc.php,
modules/bibformat/lib/core/FlexElink.inc.php,
modules/bibformat/lib/core/FormatRetriever.inc.php,
modules/bibformat/lib/core/IntVars.inc.php,
modules/bibformat/lib/core/KBRetriever.inc.php,
modules/bibformat/lib/core/LinkResolver.inc.php,
modules/bibformat/lib/core/Makefile.am,
modules/bibformat/lib/core/OAISpecExtractor.inc.php,
modules/bibformat/lib/core/Processor.inc.php,
modules/bibformat/lib/core/RecordSeparator.inc.php,
modules/bibformat/lib/core/Timing.inc.php,
modules/bibformat/lib/core/TreeNode.inc.php,
modules/bibformat/lib/core/UDFRetriever.inc.php,
modules/bibformat/web/Makefile.am,
modules/bibformat/web/bibformat.php.wml,
modules/bibformat/web/admin/BEH_ACTION_add.php.wml,
modules/bibformat/web/admin/BEH_ACTION_del.php.wml,
modules/bibformat/web/admin/BEH_ACTION_edit.php.wml,
modules/bibformat/web/admin/BEH_COND_add.php.wml,
modules/bibformat/web/admin/BEH_COND_del.php.wml,
modules/bibformat/web/admin/BEH_COND_edit.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_add.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_del.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_edit.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_showone.php.wml,
modules/bibformat/web/admin/BEH_display.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_display.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_hand.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_process.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_tree.php.wml,
modules/bibformat/web/admin/FORMAT_add.php.wml,
modules/bibformat/web/admin/FORMAT_del.php.wml,
modules/bibformat/web/admin/FORMAT_display.php.wml,
modules/bibformat/web/admin/FORMAT_edit.php.wml,
modules/bibformat/web/admin/FORMAT_showone.php.wml,
modules/bibformat/web/admin/KB_VALUE_add.php.wml,
modules/bibformat/web/admin/KB_VALUE_del.php.wml,
modules/bibformat/web/admin/KB_add.php.wml,
modules/bibformat/web/admin/KB_del.php.wml,
modules/bibformat/web/admin/KB_display.php.wml,
modules/bibformat/web/admin/KB_edit.php.wml,
modules/bibformat/web/admin/KB_showone.php.wml,
modules/bibformat/web/admin/LINK_ACTION_add_edit.php.wml,
modules/bibformat/web/admin/LINK_ACTION_del.php.wml,
modules/bibformat/web/admin/LINK_COND_add_edit.php.wml,
modules/bibformat/web/admin/LINK_COND_del.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_add.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_del.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_display.php.wml,
modules/bibformat/web/admin/LINK_add.php.wml,
modules/bibformat/web/admin/LINK_del.php.wml,
modules/bibformat/web/admin/LINK_display.php.wml,
modules/bibformat/web/admin/LINK_edit.php.wml,
modules/bibformat/web/admin/LINK_showone.php.wml,
modules/bibformat/web/admin/Makefile.am,
modules/bibformat/web/admin/OAIER_SF_add.php.wml,
modules/bibformat/web/admin/OAIER_SF_del.php.wml,
modules/bibformat/web/admin/OAIER_add.php.wml,
modules/bibformat/web/admin/OAIER_del.php.wml,
modules/bibformat/web/admin/OAIER_display.php.wml,
modules/bibformat/web/admin/UDF_add.php.wml,
modules/bibformat/web/admin/UDF_del.php.wml,
modules/bibformat/web/admin/UDF_display.php.wml,
modules/bibformat/web/admin/UDF_edit.php.wml,
modules/bibformat/web/admin/UDF_showone.php.wml,
modules/bibformat/web/admin/UDF_testcode.php.wml,
modules/bibformat/web/admin/error.inc.php.wml,
modules/bibformat/web/admin/footer.inc.php.wml,
modules/bibformat/web/admin/header.inc.php.wml,
modules/bibformat/web/admin/index.php.wml,
modules/bibformat/web/admin/localconf.inc.php.wml,
modules/bibformat/web/admin/security.inc.php.wml,
modules/bibformat/web/admin/test.php.wml,
modules/bibharvest/Makefile.am, modules/bibharvest/bin/Makefile.am,
modules/bibharvest/bin/bibharvest.in,
modules/bibharvest/bin/oaiharvest.in,
modules/bibharvest/doc/Makefile.am,
modules/bibharvest/doc/admin/Makefile.am,
modules/bibharvest/doc/admin/guide.html.wml,
modules/bibharvest/doc/admin/index.html.wml,
modules/bibharvest/lib/Makefile.am,
modules/bibharvest/lib/bibharvest_templates.py,
modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oai_repository_config.py,
modules/bibharvest/lib/oai_repository_tests.py,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibharvest/web/Makefile.am,
modules/bibharvest/web/oai2d.py,
modules/bibharvest/web/admin/Makefile.am,
modules/bibharvest/web/admin/bibharvestadmin.py,
modules/bibindex/Makefile.am, modules/bibindex/bin/Makefile.am,
modules/bibindex/bin/bibindex.in, modules/bibindex/bin/bibstat.in,
modules/bibindex/doc/Makefile.am,
modules/bibindex/doc/admin/Makefile.am,
modules/bibindex/doc/admin/guide.html.wml,
modules/bibindex/doc/admin/index.html.wml,
modules/bibindex/lib/Makefile.am,
modules/bibindex/lib/bibindex_engine.py,
modules/bibindex/lib/bibindex_engine_config.py,
modules/bibindex/lib/bibindex_engine_stemmer.py,
modules/bibindex/lib/bibindex_engine_stemmer_tests.py,
modules/bibindex/lib/bibindex_engine_stopwords.py,
modules/bibindex/lib/bibindex_engine_tests.py,
modules/bibindex/lib/bibindexadminlib.py,
modules/bibindex/web/Makefile.am,
modules/bibindex/web/admin/Makefile.am,
modules/bibindex/web/admin/bibindexadmin.py,
modules/bibmatch/bin/Makefile.am,
modules/bibmatch/doc/admin/guide.html.wml,
modules/bibmatch/doc/admin/index.html.wml,
modules/bibmatch/lib/Makefile.am, modules/bibrank/Makefile.am,
modules/bibrank/bin/Makefile.am, modules/bibrank/bin/bibrank.in,
modules/bibrank/bin/bibrankgkb.in, modules/bibrank/doc/Makefile.am,
modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/admin/guide.html.wml,
modules/bibrank/doc/admin/index.html.wml,
modules/bibrank/doc/hacking/Makefile.am,
modules/bibrank/doc/hacking/api.html.wml,
modules/bibrank/doc/hacking/bibrankgkb.html.wml,
modules/bibrank/doc/hacking/index.html.wml,
modules/bibrank/doc/hacking/single_tag_rank.html.wml,
modules/bibrank/doc/hacking/word_similarity.html.wml,
modules/bibrank/etc/Makefile.am,
modules/bibrank/etc/bibrankgkb.cfg.in,
modules/bibrank/etc/bibrankgkb_jif_conv.kb,
modules/bibrank/etc/bibrankgkb_jif_example.kb,
modules/bibrank/etc/demo_jif.cfg.in,
modules/bibrank/etc/demo_jif.kb,
modules/bibrank/etc/stopwords.de.kb,
modules/bibrank/etc/stopwords.kb,
modules/bibrank/etc/template_citation.cfg,
modules/bibrank/etc/template_combine_method.cfg,
modules/bibrank/etc/template_download_similarity.cfg,
modules/bibrank/etc/template_download_total.cfg,
modules/bibrank/etc/template_download_users.cfg,
modules/bibrank/etc/template_single_tag_rank_method.cfg.in,
modules/bibrank/etc/template_word_similarity.cfg.wml,
modules/bibrank/etc/wrd.cfg.wml, modules/bibrank/lib/Makefile.am,
modules/bibrank/lib/bibrank_citation_grapher.py,
modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_citation_indexer_tests.py,
modules/bibrank/lib/bibrank_citation_searcher.py,
modules/bibrank/lib/bibrank_citation_searcher_tests.py,
modules/bibrank/lib/bibrank_downloads_grapher.py,
modules/bibrank/lib/bibrank_downloads_indexer.py,
modules/bibrank/lib/bibrank_downloads_indexer_tests.py,
modules/bibrank/lib/bibrank_downloads_similarity.py,
modules/bibrank/lib/bibrank_grapher.py,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_record_sorter_tests.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_tag_based_indexer_tests.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/bibrank/lib/bibrankadminlib.py,
modules/bibrank/web/Makefile.am,
modules/bibrank/web/admin/Makefile.am,
modules/bibrank/web/admin/bibrankadmin.py,
modules/bibsched/Makefile.am, modules/bibsched/bin/Makefile.am,
modules/bibsched/bin/bibsched.in,
modules/bibsched/bin/bibtaskex.in,
modules/bibsched/doc/Makefile.am,
modules/bibsched/doc/admin/Makefile.am,
modules/bibsched/doc/admin/guide.html.wml,
modules/bibsched/doc/admin/index.html.wml,
modules/bibupload/Makefile.am, modules/bibupload/bin/Makefile.am,
modules/bibupload/bin/bibupload.in,
modules/bibupload/doc/Makefile.am,
modules/bibupload/doc/admin/Makefile.am,
modules/bibupload/doc/admin/guide.html.wml,
modules/bibupload/doc/admin/index.html.wml,
modules/elmsubmit/Makefile.am, modules/elmsubmit/bin/Makefile.am,
modules/elmsubmit/bin/elmsubmit.in,
modules/elmsubmit/doc/Makefile.am,
modules/elmsubmit/doc/admin/Makefile.am,
modules/elmsubmit/doc/admin/guide.html.wml,
modules/elmsubmit/doc/admin/index.html.wml,
modules/elmsubmit/doc/hacking/Makefile.am,
modules/elmsubmit/etc/Makefile.am,
modules/elmsubmit/etc/elmsubmit.cfg.in,
modules/elmsubmit/lib/Makefile.am,
modules/elmsubmit/lib/elmsubmit.py,
modules/elmsubmit/lib/elmsubmit_EZArchive.py,
modules/elmsubmit/lib/elmsubmit_EZEmail.py,
modules/elmsubmit/lib/elmsubmit_config.py,
modules/elmsubmit/lib/elmsubmit_doctype_test.py,
modules/elmsubmit/lib/elmsubmit_enriched2txt.py,
modules/elmsubmit/lib/elmsubmit_field_validation.py,
modules/elmsubmit/lib/elmsubmit_filename_generator.py,
modules/elmsubmit/lib/elmsubmit_generate_marc.py,
modules/elmsubmit/lib/elmsubmit_html2txt.py,
modules/elmsubmit/lib/elmsubmit_misc.py,
modules/elmsubmit/lib/elmsubmit_richtext2txt.py,
modules/elmsubmit/lib/elmsubmit_submission_parser.py,
modules/elmsubmit/lib/elmsubmit_tests.py,
modules/elmsubmit/lib/magic/Makefile.am,
modules/elmsubmit/lib/magic/compile_magic.py,
modules/miscutil/Makefile.am, modules/miscutil/bin/Makefile.am,
modules/miscutil/bin/dbexec.in, modules/miscutil/bin/dbtest.in,
modules/miscutil/bin/testsuite.in,
modules/miscutil/demo/Makefile.am,
modules/miscutil/doc/Makefile.am,
modules/miscutil/doc/hacking/Makefile.am,
modules/miscutil/doc/hacking/dateutils.html.wml,
modules/miscutil/doc/hacking/dbquery.html.wml,
modules/miscutil/doc/hacking/errorlib.html.wml,
modules/miscutil/doc/hacking/index.html.wml,
modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/config.py.wml,
modules/miscutil/lib/dateutils.py,
modules/miscutil/lib/dbquery.py.wml,
modules/miscutil/lib/errorHandling.php.wml,
modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/errorlib_tests.py,
modules/miscutil/lib/messages.py.wml,
modules/miscutil/lib/miscutil_config.py,
modules/miscutil/lib/textutils.py,
modules/miscutil/lib/urlutils.py, modules/miscutil/sql/Makefile.am,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql,
modules/miscutil/sql/tabfill.sql.wml,
modules/miscutil/web/Makefile.am, modules/miscutil/web/error.py,
modules/webaccess/Makefile.am, modules/webaccess/bin/Makefile.am,
modules/webaccess/bin/authaction.in,
modules/webaccess/bin/webaccessadmin.in,
modules/webaccess/doc/Makefile.am,
modules/webaccess/doc/admin/Makefile.am,
modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/doc/admin/index.html.wml,
modules/webaccess/doc/hacking/Makefile.am,
modules/webaccess/doc/hacking/admin-internals.html.wml,
modules/webaccess/doc/hacking/api.html.wml,
modules/webaccess/doc/hacking/index.html.wml,
modules/webaccess/doc/hacking/table-structure.html.wml,
modules/webaccess/lib/Makefile.am,
modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/external_authentication.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webaccess/web/Makefile.am,
modules/webaccess/web/admin/Makefile.am,
modules/webaccess/web/admin/webaccessadmin.py,
modules/webalert/Makefile.am, modules/webalert/bin/Makefile.am,
modules/webalert/bin/alertengine.in,
modules/webalert/doc/Makefile.am,
modules/webalert/doc/admin/Makefile.am,
modules/webalert/doc/admin/guide.html.wml,
modules/webalert/doc/admin/index.html.wml,
modules/webalert/lib/Makefile.am,
modules/webalert/lib/alert_engine.py,
modules/webalert/lib/htmlparser.py,
modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert_templates.py,
modules/webalert/web/Makefile.am,
modules/webalert/web/youralerts.py, modules/webbasket/Makefile.am,
modules/webbasket/doc/Makefile.am,
modules/webbasket/doc/admin/Makefile.am,
modules/webbasket/doc/admin/guide.html.wml,
modules/webbasket/doc/admin/index.html.wml,
modules/webbasket/lib/Makefile.am,
modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_config.py,
modules/webbasket/lib/webbasket_dblayer.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webbasket/web/Makefile.am,
modules/webbasket/web/yourbaskets.py,
modules/webcomment/Makefile.am, modules/webcomment/doc/Makefile.am,
modules/webcomment/doc/admin/Makefile.am,
modules/webcomment/doc/admin/guide.html.wml,
modules/webcomment/doc/admin/index.html.wml,
modules/webcomment/doc/hacking/Makefile.am,
modules/webcomment/lib/Makefile.am,
modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_config.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcomment_tests.py,
modules/webcomment/lib/webcommentadminlib.py,
modules/webcomment/web/Makefile.am,
modules/webcomment/web/comments.py,
modules/webcomment/web/admin/Makefile.am,
modules/webcomment/web/admin/webcommentadmin.py,
modules/webhelp/Makefile.am, modules/webhelp/web/Makefile.am,
modules/webhelp/web/index.html.wml,
modules/webhelp/web/admin/Makefile.am,
modules/webhelp/web/admin/index.html.wml,
modules/webhelp/web/admin/howto/Makefile.am,
modules/webhelp/web/admin/howto/index.html.wml,
modules/webhelp/web/admin/howto/marc.html.wml,
modules/webhelp/web/admin/howto/migrate.html.wml,
modules/webhelp/web/admin/howto/run.html.wml,
modules/webhelp/web/hacking/Makefile.am,
modules/webhelp/web/hacking/cdsware.el,
modules/webhelp/web/hacking/concepts.html.wml,
modules/webhelp/web/hacking/directory.html.wml,
modules/webhelp/web/hacking/index.html.wml,
modules/webhelp/web/hacking/modules.html.wml,
modules/webhelp/web/hacking/releases.html.wml,
modules/webhelp/web/hacking/style.html.wml,
modules/webhelp/web/hacking/testsuite.html.wml,
modules/webmessage/Makefile.am, modules/webmessage/bin/Makefile.am,
modules/webmessage/bin/webmessageadmin.in,
modules/webmessage/doc/Makefile.am,
modules/webmessage/doc/admin/Makefile.am,
modules/webmessage/doc/admin/guide.html.wml,
modules/webmessage/doc/admin/index.html.wml,
modules/webmessage/lib/Makefile.am,
modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_config.py,
modules/webmessage/lib/webmessage_dblayer.py,
modules/webmessage/lib/webmessage_mailutils.py,
modules/webmessage/lib/webmessage_templates.py,
modules/webmessage/web/Makefile.am,
modules/webmessage/web/yourmessages.py,
modules/websearch/Makefile.am, modules/websearch/bin/Makefile.am,
modules/websearch/bin/webcoll.in,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/guide.html.wml,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml,
modules/websearch/doc/admin/Makefile.am,
modules/websearch/doc/admin/guide.html.wml,
modules/websearch/doc/admin/index.html.wml,
modules/websearch/doc/hacking/Makefile.am,
modules/websearch/doc/hacking/api.html.wml,
modules/websearch/doc/hacking/index.html.wml,
modules/websearch/doc/hacking/stages.html.wml,
modules/websearch/lib/Makefile.am,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/search_engine_config.py,
modules/websearch/lib/search_engine_tests.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/Makefile.am, modules/websearch/web/index.py,
modules/websearch/web/search.py,
modules/websearch/web/admin/Makefile.am,
modules/websearch/web/admin/websearchadmin.py,
modules/websession/Makefile.am, modules/websession/bin/Makefile.am,
modules/websession/bin/sessiongc.wml,
modules/websession/doc/Makefile.am,
modules/websession/doc/admin/Makefile.am,
modules/websession/doc/admin/guide.html.wml,
modules/websession/doc/admin/index.html.wml,
modules/websession/lib/Makefile.am,
modules/websession/lib/session.py,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/webuser.py,
modules/websession/web/Makefile.am,
modules/websession/web/sessinit.inc.php.wml,
modules/websession/web/youraccount.py, modules/webstat/Makefile.am,
modules/webstat/bin/Makefile.am, modules/webstat/bin/webstat.in,
modules/webstat/doc/Makefile.am,
modules/webstat/doc/admin/Makefile.am,
modules/webstat/doc/admin/guide.html.wml,
modules/webstat/doc/admin/index.html.wml,
modules/webstat/doc/hacking/Makefile.am,
modules/webstat/etc/Makefile.am, modules/webstat/lib/Makefile.am,
modules/webstat/lib/load.lisp, modules/webstat/lib/webstatlib.lisp,
modules/webstyle/Makefile.am, modules/webstyle/css/Makefile.am,
modules/webstyle/css/cds.css, modules/webstyle/doc/Makefile.am,
modules/webstyle/doc/admin/Makefile.am,
modules/webstyle/doc/admin/guide.html.wml,
modules/webstyle/doc/admin/index.html.wml,
modules/webstyle/img/Makefile.am, modules/webstyle/lib/Makefile.am,
modules/webstyle/lib/template.py, modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/Makefile.am, modules/websubmit/bin/Makefile.am,
modules/websubmit/bin/thumbmaker.in,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/access.html.wml,
modules/websubmit/doc/actions.html.wml,
modules/websubmit/doc/approval.html.wml,
modules/websubmit/doc/approvals.html.wml,
modules/websubmit/doc/bibliographic_fields.html.wml,
modules/websubmit/doc/description.html.wml,
modules/websubmit/doc/file_transfer.html.wml,
modules/websubmit/doc/index.html.wml,
modules/websubmit/doc/introduction.html.wml,
modules/websubmit/doc/login.html.wml,
modules/websubmit/doc/modification.html.wml,
modules/websubmit/doc/password.html.wml,
modules/websubmit/doc/pending.html.wml,
modules/websubmit/doc/revised_version.html.wml,
modules/websubmit/doc/submission.html.wml,
modules/websubmit/doc/subnumber.html.wml,
modules/websubmit/doc/admin/Makefile.am,
modules/websubmit/doc/admin/actionimplement.html.wml,
modules/websubmit/doc/admin/actionmodify.html.wml,
modules/websubmit/doc/admin/actionnew.html.wml,
modules/websubmit/doc/admin/actionremove.html.wml,
modules/websubmit/doc/admin/actions.html.wml,
modules/websubmit/doc/admin/bibconvert.html.wml,
modules/websubmit/doc/admin/catalogues.html.wml,
modules/websubmit/doc/admin/description.html.wml,
modules/websubmit/doc/admin/documentmodify.html.wml,
modules/websubmit/doc/admin/documentnew.html.wml,
modules/websubmit/doc/admin/documentremove.html.wml,
modules/websubmit/doc/admin/documents.html.wml,
modules/websubmit/doc/admin/example.html.wml,
modules/websubmit/doc/admin/faq.html.wml,
modules/websubmit/doc/admin/functiondelete.html.wml,
modules/websubmit/doc/admin/functiondescription.html.wml,
modules/websubmit/doc/admin/functionedit.html.wml,
modules/websubmit/doc/admin/functionnew.html.wml,
modules/websubmit/doc/admin/functions.html.wml,
modules/websubmit/doc/admin/implementfunctions.html.wml,
modules/websubmit/doc/admin/implementwebform.html.wml,
modules/websubmit/doc/admin/index.html.wml,
modules/websubmit/doc/admin/introduction.html.wml,
modules/websubmit/doc/admin/philosophy.html.wml,
modules/websubmit/doc/admin/protection.html.wml,
modules/websubmit/etc/Makefile.am,
modules/websubmit/etc/bibconvert/Makefile.am,
modules/websubmit/etc/bibconvert/KB/Makefile.am,
modules/websubmit/etc/bibconvert/config/Makefile.am,
modules/websubmit/lib/Makefile.am, modules/websubmit/lib/file.py,
modules/websubmit/lib/websubmit_config.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/lib/functions/Add_Files.py,
modules/websubmit/lib/functions/CaseEDS.py,
modules/websubmit/lib/functions/Create_Modify_Interface.py,
modules/websubmit/lib/functions/Create_Recid.py,
modules/websubmit/lib/functions/Finish_Submission.py,
modules/websubmit/lib/functions/Format_Record.py,
modules/websubmit/lib/functions/Get_Info.py,
modules/websubmit/lib/functions/Get_Report_Number.py,
modules/websubmit/lib/functions/Get_Sysno.py,
modules/websubmit/lib/functions/Insert_Modify_Record.py,
modules/websubmit/lib/functions/Insert_Record.py,
modules/websubmit/lib/functions/Is_Original_Submitter.py,
modules/websubmit/lib/functions/Is_Referee.py,
modules/websubmit/lib/functions/Mail_Submitter.py,
modules/websubmit/lib/functions/Make_Modify_Record.py,
modules/websubmit/lib/functions/Make_Record.py,
modules/websubmit/lib/functions/Makefile.am,
modules/websubmit/lib/functions/Move_Files_Archive.py,
modules/websubmit/lib/functions/Move_From_Pending.py,
modules/websubmit/lib/functions/Move_to_Done.py,
modules/websubmit/lib/functions/Move_to_Pending.py,
modules/websubmit/lib/functions/Print_Success.py,
modules/websubmit/lib/functions/Print_Success_APP.py,
modules/websubmit/lib/functions/Print_Success_DEL.py,
modules/websubmit/lib/functions/Print_Success_MBI.py,
modules/websubmit/lib/functions/Print_Success_SRV.py,
modules/websubmit/lib/functions/Report_Number_Generation.py,
modules/websubmit/lib/functions/Retrieve_Data.py,
modules/websubmit/lib/functions/Send_APP_Mail.py,
modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py,
modules/websubmit/lib/functions/Test_Status.py,
modules/websubmit/lib/functions/Update_Approval_DB.py,
modules/websubmit/lib/functions/Upload_Files.py,
modules/websubmit/web/Makefile.am,
modules/websubmit/web/approve.py, modules/websubmit/web/direct.py,
modules/websubmit/web/getfile.py,
modules/websubmit/web/publiline.py, modules/websubmit/web/sub.py,
modules/websubmit/web/submit.py, modules/websubmit/web/summary.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/admin/Makefile.am,
modules/websubmit/web/admin/actionFunctions.php.wml,
modules/websubmit/web/admin/addActionEDS.php.wml,
modules/websubmit/web/admin/addCheckEDS.php.wml,
modules/websubmit/web/admin/addElement2PageEDS.php.wml,
modules/websubmit/web/admin/addElementDescrEDS.php.wml,
modules/websubmit/web/admin/addFunctions.php.wml,
modules/websubmit/web/admin/allActionsEDS.php.wml,
modules/websubmit/web/admin/allChecksEDS.php.wml,
modules/websubmit/web/admin/allElementsEDS.php.wml,
modules/websubmit/web/admin/commonPhpFunctions.php.wml,
modules/websubmit/web/admin/doctypeCategoriesEDS.php.wml,
modules/websubmit/web/admin/documentEDS.php.wml,
modules/websubmit/web/admin/editActionDets.php.wml,
modules/websubmit/web/admin/editCatalogues.php.wml,
modules/websubmit/web/admin/editDoctypeEDS.php.wml,
modules/websubmit/web/admin/editPageElementEDS.php.wml,
modules/websubmit/web/admin/editRecordFile.php.wml,
modules/websubmit/web/admin/elementConfigDetsEDS.php.wml,
modules/websubmit/web/admin/func.php.wml,
modules/websubmit/web/admin/funcUsage.php.wml,
modules/websubmit/web/admin/index.php.wml,
modules/websubmit/web/admin/listFunctions.php.wml,
modules/websubmit/web/admin/newDoctypeEDS.php.wml,
modules/websubmit/web/admin/newFunc.php.wml,
modules/websubmit/web/admin/newSubmissionEDS.php.wml,
modules/websubmit/web/admin/pageDetsEDS.php.wml,
modules/websubmit/web/admin/parameterUpdate.php.wml,
modules/websubmit/web/admin/referees.py,
modules/websubmit/web/admin/removeDoctypeEDS.php.wml,
modules/websubmit/web/admin/veditFunDets.php.wml,
modules/websubmit/web/admin/viewActionEDS.php.wml,
modules/websubmit/web/admin/viewChecksEDS.php.wml,
modules/websubmit/web/admin/viewEditSubmissionEDS.php.wml,
po/ca.po, po/cs.po, po/de.po, po/el.po, po/en.po, po/es.po,
po/fr.po, po/i18n_extract_from_wml_source.py,
po/i18n_update_wml_target.py, po/it.po, po/ja.po, po/no.po,
po/pl.po, po/pt.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po: Updated
copyright years.
2006-05-02 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in, po/ca.po, po/cdsware.pot, po/cs.po, po/de.po,
po/el.po, po/en.po, po/es.po, po/fr.po, po/it.po, po/ja.po,
po/no.po, po/pl.po, po/pt.po, po/ru.po, po/sk.po, po/sv.po,
po/uk.po: General update of the POTFILES list. Removed old unused
files, added recently created files. Reflected corresponding
changes on the POT and PO files.
2006-05-02 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindexadminlib.py: Fixed the display of
``Overview of indexes'' when there was no translation defined.
2006-05-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmitadmin_templates.py: Fixed
WebSubmit Admin navigation trail link.
2006-04-28 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/Makefile.am,
modules/websubmit/web/admin/websubmitadmin.py,
modules/websubmit/lib/Makefile.am,
modules/websubmit/lib/websubmitadmin_config.py,
modules/websubmit/lib/websubmitadmin_dblayer.py,
modules/websubmit/lib/websubmitadmin_engine.py,
modules/websubmit/lib/websubmitadmin_templates.py: Initial release
of the WebSubmit Admin in Python. (unplugged)
2006-04-28 Martin Vesely <martin.vesely@cern.ch>
* config/config.wml, modules/miscutil/lib/config.py.wml,
modules/bibharvest/Makefile.am,
modules/bibharvest/lib/oai_repository_config.py,
modules/bibharvest/web/oai2d.py: Configurable sleeptime between
consecutive OAI requests.
2006-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/doc/hacking/index.html.wml,
modules/bibrank/doc/hacking/merge_rank_methods.html.wml,
modules/bibrank/doc/hacking/sort.html.wml: Removed old
documentation (e.g. we do not use star categories anymore).
2006-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/index.html.wml,
modules/websearch/doc/guide.html.wml,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml,
modules/websubmit/doc/admin/description.html.wml,
modules/websubmit/doc/admin/documents.html.wml,
modules/websubmit/doc/admin/example.html.wml,
modules/websubmit/doc/admin/index.html.wml,
modules/websubmit/doc/admin/introduction.html.wml,
modules/websubmit/doc/admin/philosophy.html.wml: Removed explicit
warnings about translations not being available.
2006-04-28 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibclassify/lib/bibclassifylib.py: Added detection of
acronyms and abbreviation (i.e. case sensitive search is performed
for uppercase words). E.g. USA != usa, but "United States" =
"united states".
2006-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/doc/admin/Makefile.am,
modules/bibindex/doc/admin/index.html.wml,
modules/bibindex/web/admin/Makefile.am,
modules/bibindex/web/admin/index.html.wml,
modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/admin/index.html.wml,
modules/bibrank/web/admin/Makefile.am,
modules/bibrank/web/admin/index.html.wml,
modules/webaccess/doc/admin/Makefile.am,
modules/webaccess/doc/admin/index.html.wml,
modules/webaccess/web/admin/Makefile.am,
modules/webaccess/web/admin/index.html.wml,
modules/webcomment/doc/admin/Makefile.am,
modules/webcomment/doc/admin/index.html.wml,
modules/webcomment/web/admin/Makefile.am,
modules/webcomment/web/admin/index.html.wml,
modules/websearch/doc/admin/Makefile.am,
modules/websearch/doc/admin/index.html.wml,
modules/websearch/web/admin/Makefile.am,
modules/websearch/web/admin/index.html.wml: Moved admin index pages
from web to doc directory so that their location would be
homogeneous across all the modules.
2006-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/doc/admin/index.html.wml,
modules/bibharvest/web/admin/Makefile.am,
modules/bibharvest/web/admin/index.html.wml: Updated, and removed a
surplus, BibHarvest Admin index page.
2006-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/doc/admin/index.html.wml,
modules/bibedit/web/admin/Makefile.am,
modules/bibedit/web/admin/index.html.wml: Updated, and removed a
surplus, BibEdit Admin index page.
2006-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/doc/admin/guide.html.wml: Put standard FIXME
placeholder.
2006-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/doc/admin/index.html.wml: Remove info on the
necessity of login, as ElmSubmit Admin does not have a web
interface.
2006-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibmatch/doc/admin/Makefile.am,
modules/bibmatch/doc/admin/guide.html.wml,
modules/bibmatch/doc/admin/index.html.wml: Added placeholders for
BibMatch Admin.
2006-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/index.html.wml: Added descriptions of
BibMatch Admin, ElmSubmit Admin, WebStat Admin, and WebMessage
Admin into the main page body. Also, explicitly quote the note
class comments.
2006-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/modules.html.wml: Added placeholders
for missing BibClassify, BibMatch, WebComment and WebMessage module
descriptions.
2006-04-28 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: Added navbar links to BibMatch Admin and
ElmSubmit Admin.
2006-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibclassify/doc/admin/guide.html.wml,
modules/bibclassify/doc/admin/index.html.wml: Remove MSG_* to use
the new I18N philosophy.
2006-04-27 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibclassify/bin/bibclassify.in: Replaced Python path bug
(was linking statically to "/usr/bin/python2.3")
2006-04-27 Alberto Pepe <alberto.pepe@cern.ch>
* INSTALL: Added RDFLib module to Python optional requirements
2006-04-27 Alberto Pepe <alberto.pepe@cern.ch>
* CREDITS, configure.ac, config/cdsnavbar.wml, modules/Makefile.am,
modules/bibclassify/.cvsignore, modules/bibclassify/Makefile.am,
modules/bibclassify/bin/.cvsignore,
modules/bibclassify/bin/Makefile.am,
modules/bibclassify/bin/bibclassify.in,
modules/bibclassify/doc/.cvsignore,
modules/bibclassify/doc/Makefile.am,
modules/bibclassify/doc/admin/.cvsignore,
modules/bibclassify/doc/admin/Makefile.am,
modules/bibclassify/doc/admin/guide.html.wml,
modules/bibclassify/doc/admin/index.html.wml,
modules/bibclassify/doc/hacking/.cvsignore,
modules/bibclassify/doc/hacking/Makefile.am,
modules/bibclassify/etc/.cvsignore,
modules/bibclassify/etc/CERESTheme.rdf,
modules/bibclassify/etc/Makefile.am,
modules/bibclassify/lib/.cvsignore,
modules/bibclassify/lib/Makefile.am,
modules/bibclassify/lib/bibclassifylib.py,
modules/webhelp/web/admin/index.html.wml: Initial release of the
BibClassify module.
2006-04-27 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: In the text MARC output
format, do not output multiple times the same tag in case user
specified it more than once. (Closes task #3384.)
2006-04-26 Martin Vesely <martin.vesely@cern.ch>
* modules/bibsched/bin/bibsched.in,
modules/miscutil/sql/tabfill.sql.wml,
modules/bibharvest/bin/oaiarchive.in,
modules/bibharvest/lib/oaiarchive_engine.py: BibSched awareness for
OAI repository archive.
2006-04-26 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/bin/elmsubmit.in: Added standard `help' and
`version' command line arguments.
2006-04-26 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/elmsubmit.py: Added __version__ number.
2006-04-26 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/bin/bibsched.in: Fixed treatment of long command
line option names (e.g. `--version').
2006-04-26 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/alert_engine.py: Fixed `try' statement typo
introduced by commit 1.31.
2006-04-25 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Do not display MySQL
wildcards (%) in the nearest terms box message for zero-hit boolean
queries either. See also commit 1.127.
2006-04-25 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/testsuite.in: Call the ElmSubmit test suite.
2006-04-25 Krzysztof Jedrzejek <krzysztof.jedrzejek@cern.ch>
* modules/elmsubmit/lib/Makefile.am,
modules/elmsubmit/lib/config2pyobj.py,
modules/elmsubmit/lib/elmsubmit.py,
modules/elmsubmit/lib/elmsubmit_EZEmail.py,
modules/elmsubmit/lib/elmsubmit_config.py,
modules/elmsubmit/lib/elmsubmit_generate_marc.py,
modules/elmsubmit/lib/elmsubmit_misc.py,
modules/elmsubmit/lib/elmsubmit_submission_parser.py,
modules/elmsubmit/lib/elmsubmit_tests.py,
modules/elmsubmit/lib/lex.py, modules/elmsubmit/lib/lextab.py,
modules/elmsubmit/lib/parser.out,
modules/elmsubmit/lib/parsetab.py, modules/elmsubmit/lib/yacc.py:
Cleanup of the elmsubmit module. Changes include: removal of
lex/yacc based parsing, addition of standard config file, changing
the submission to generate xml_marc and hand it to bibupload
instead of using the websubmit module, removing document type
specific modules handling submission files, general refactoring and
removing obsolte dependencies between modules
2006-04-21 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/webstyle/css/cds.css: Added classes for forms with
hyperlink-styled submit buttons, as used in WebSubmit admin.
2006-04-18 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/alert_engine.py,
modules/websearch/bin/webcoll.in,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearchadminlib.py,
modules/webstyle/lib/webstyle_templates.py: Do not explicitly
request leading zeros in time.strftime() formats, as they are added
automatically anyway. Required for compatibility with OSes such as
Solaris and Mac OS X. See also:
<http://cdsware.cern.ch/lists/project-cdsware-users/archive/msg00384.shtml>.
2006-04-18 Tibor Simko <tibor.simko@cern.ch>
* config/Makefile.am, config/config.wml, config/messages.wml,
modules/miscutil/lib/Makefile.am, modules/miscutil/sql/Makefile.am,
modules/miscutil/sql/tabfill.sql.wml,
modules/webstyle/doc/admin/guide.html.wml: Removing messages.wml
and its last traces now that we use different I18N philosophy.
2006-04-18 Martin Vesely <martin.vesely@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: setDescription in both
oaiSET and oaiARCHIVE tables for potential migration purposes.
Adjusting demo site.
2006-04-13 Martin Vesely <martin.vesely@cern.ch>
* modules/bibformat/bin/bibreformat.in: Bug #3220: bibreformat
format type lookup fixed.
2006-04-13 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Added new tables for new
webbasket module. Removed tables created by old webbasket module.
2006-04-13 Gregory Favre <gregory.favre@cern.ch>
* modules/websession/web/youraccount.py: Adapted display of account
to new webbasket module.
2006-04-13 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/urlutils.py: Fixed bus in urlutils
2006-04-13 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/dateutils.py: Fixed minor bugs in dateutils.
2006-04-13 Gregory Favre <gregory.favre@cern.ch>
* modules/webstyle/img/stars-except.gif,
modules/webstyle/img/webbasket_create.png,
modules/webstyle/img/webbasket_create_small.png,
modules/webstyle/img/webbasket_delete.png,
modules/webstyle/img/webbasket_down.png,
modules/webstyle/img/webbasket_extern.png,
modules/webstyle/img/webbasket_intern.png,
modules/webstyle/img/webbasket_move.png,
modules/webstyle/img/webbasket_ugs.png,
modules/webstyle/img/webbasket_up.png,
modules/webstyle/img/webbasket_us.png,
modules/webstyle/img/webbasket_user.png,
modules/webstyle/img/webbasket_usergroup.png,
modules/webstyle/img/webbasket_world.png,
modules/webstyle/img/webbasket_ws.png: Added new icons to be used
with new webbasket module. Removed stars-except.gif (no longer used
by webcomment module)
2006-04-13 Gregory Favre <gregory.favre@cern.ch>
* modules/webstyle/css/cds.css: Added new styles to cds.css for the
new webbasket module
2006-04-13 Gregory Favre <gregory.favre@cern.ch>
* modules/webalert/lib/alert_engine.py,
modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert_templates.py,
modules/webalert/web/youralerts.py: Adapted webalert module to the
new webbasket module. (now calls the correct functions)
2006-04-13 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/web/yourbaskets.py: New webbasket module: web
interface.
2006-04-13 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/.cvsignore,
modules/webbasket/lib/Makefile.am,
modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_templates.py: New webbasket module:
business logic and templating
2006-04-13 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket_config.py: Introduction of new
webbasket_module: this is configuration file
2006-04-13 Gregory Favre <gregory.favre@cern.ch>
* modules/webbasket/lib/webbasket_dblayer.py: Introduction of new
webbasket module. This is database access functions
2006-04-12 Martin Vesely <martin.vesely@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql: Adding OAI repository update
changes in miscutil.
2006-04-12 Martin Vesely <martin.vesely@cern.ch>
* modules/bibupload/bin/bibupload.in: Removing OAI identifier tag
from the list of strong fields.
2006-04-12 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/bin/.cvsignore,
modules/bibharvest/bin/Makefile.am,
modules/bibharvest/bin/oaiarchive.in,
modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oaiarchive_engine.py, configure.ac,
modules/bibharvest/lib/.cvsignore,
modules/bibharvest/lib/Makefile.am: OAI repository archive and
management tool. Main features include creation, update and
deletion of OAI sets on top of the CDS database.
2006-04-11 Tibor Simko <tibor.simko@cern.ch>
* po/Makefile.in.in, modules/bibconvert/doc/admin/Makefile.am,
modules/bibedit/doc/admin/Makefile.am,
modules/bibedit/web/admin/Makefile.am,
modules/bibformat/doc/admin/Makefile.am,
modules/bibformat/lib/common/Makefile.am,
modules/bibformat/web/Makefile.am,
modules/bibformat/web/admin/Makefile.am,
modules/bibharvest/doc/admin/Makefile.am,
modules/bibharvest/web/admin/Makefile.am,
modules/bibindex/doc/admin/Makefile.am,
modules/bibindex/web/admin/Makefile.am,
modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/hacking/Makefile.am,
modules/bibrank/etc/Makefile.am,
modules/bibrank/web/admin/Makefile.am,
modules/bibsched/doc/admin/Makefile.am,
modules/bibupload/doc/admin/Makefile.am,
modules/elmsubmit/doc/admin/Makefile.am,
modules/elmsubmit/doc/hacking/Makefile.am,
modules/miscutil/doc/hacking/Makefile.am,
modules/webaccess/doc/admin/Makefile.am,
modules/webaccess/doc/hacking/Makefile.am,
modules/webaccess/web/admin/Makefile.am,
modules/webalert/doc/admin/Makefile.am,
modules/webbasket/doc/admin/Makefile.am,
modules/webcomment/doc/admin/Makefile.am,
modules/webcomment/web/admin/Makefile.am,
modules/webhelp/web/Makefile.am,
modules/webhelp/web/admin/Makefile.am,
modules/webhelp/web/admin/howto/Makefile.am,
modules/webhelp/web/hacking/Makefile.am,
modules/webmessage/doc/admin/Makefile.am,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/admin/Makefile.am,
modules/websearch/doc/hacking/Makefile.am,
modules/websearch/web/admin/Makefile.am,
modules/websession/bin/Makefile.am,
modules/websession/doc/admin/Makefile.am,
modules/websession/web/Makefile.am,
modules/webstat/doc/admin/Makefile.am,
modules/webstat/doc/hacking/Makefile.am,
modules/webstat/etc/Makefile.am,
modules/webstyle/doc/admin/Makefile.am,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/admin/Makefile.am,
modules/websubmit/web/admin/Makefile.am: Respect new names for
i18n_extract_from_wml_source.py, i18n_update_wml_target.py.
2006-04-11 Tibor Simko <tibor.simko@cern.ch>
* po/i18n_extract_from_wml.py, po/i18n_extract_from_wml_source.py:
Renaming i18n_extract_from_wml.py to
i18n_extract_from_wml_source.py.
2006-04-11 Tibor Simko <tibor.simko@cern.ch>
* po/i18n_update_wml.py, po/i18n_update_wml_target.py: Renaming
i18n_update_wml.py to i18n_update_wml_target.py.
2006-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/admin/Makefile.am: Revert back to not
creating many I18N index files, for the sake of harmony with the
other modules. We may possibly choose different common approach
later. (See also the commit log for revision 1.7.)
2006-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/admin/guide.html.wml,
modules/bibconvert/doc/admin/index.html.wml,
modules/bibedit/doc/admin/guide.html.wml,
modules/bibedit/doc/admin/index.html.wml,
modules/bibedit/web/admin/index.html.wml,
modules/bibformat/doc/admin/guide.html.wml,
modules/bibformat/web/admin/BEH_ACTION_add.php.wml,
modules/bibformat/web/admin/BEH_ACTION_edit.php.wml,
modules/bibformat/web/admin/BEH_COND_edit.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_del.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_showone.php.wml,
modules/bibformat/web/admin/BEH_display.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_display.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_hand.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_tree.php.wml,
modules/bibformat/web/admin/FORMAT_display.php.wml,
modules/bibformat/web/admin/KB_display.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_display.php.wml,
modules/bibformat/web/admin/LINK_display.php.wml,
modules/bibformat/web/admin/OAIER_SF_add.php.wml,
modules/bibformat/web/admin/OAIER_display.php.wml,
modules/bibformat/web/admin/UDF_display.php.wml,
modules/bibformat/web/admin/index.php.wml,
modules/bibformat/web/admin/test.php.wml,
modules/bibharvest/doc/admin/guide.html.wml,
modules/bibharvest/doc/admin/index.html.wml,
modules/bibharvest/web/admin/index.html.wml,
modules/bibindex/doc/admin/guide.html.wml,
modules/bibindex/web/admin/index.html.wml,
modules/bibrank/doc/admin/guide.html.wml,
modules/bibrank/web/admin/index.html.wml,
modules/bibsched/doc/admin/guide.html.wml,
modules/bibsched/doc/admin/index.html.wml,
modules/bibupload/doc/admin/guide.html.wml,
modules/bibupload/doc/admin/index.html.wml,
modules/elmsubmit/doc/admin/guide.html.wml,
modules/elmsubmit/doc/admin/index.html.wml,
modules/webalert/doc/admin/guide.html.wml,
modules/webalert/doc/admin/index.html.wml,
modules/webbasket/doc/admin/guide.html.wml,
modules/webbasket/doc/admin/index.html.wml,
modules/webcomment/doc/admin/guide.html.wml,
modules/webcomment/web/admin/index.html.wml,
modules/webhelp/web/Makefile.am,
modules/webhelp/web/admin/Makefile.am,
modules/webhelp/web/admin/index.html.wml,
modules/webmessage/doc/admin/guide.html.wml,
modules/webmessage/doc/admin/index.html.wml,
modules/websession/doc/admin/guide.html.wml,
modules/websession/doc/admin/index.html.wml,
modules/webstat/doc/admin/guide.html.wml,
modules/webstat/doc/admin/index.html.wml,
modules/webstyle/doc/admin/guide.html.wml,
modules/webstyle/doc/admin/index.html.wml,
modules/websubmit/web/admin/Makefile.am,
modules/websubmit/web/admin/actionFunctions.php.wml,
modules/websubmit/web/admin/addActionEDS.php.wml,
modules/websubmit/web/admin/addCheckEDS.php.wml,
modules/websubmit/web/admin/addElement2PageEDS.php.wml,
modules/websubmit/web/admin/addElementDescrEDS.php.wml,
modules/websubmit/web/admin/addFunctions.php.wml,
modules/websubmit/web/admin/allActionsEDS.php.wml,
modules/websubmit/web/admin/allChecksEDS.php.wml,
modules/websubmit/web/admin/allElementsEDS.php.wml,
modules/websubmit/web/admin/doctypeCategoriesEDS.php.wml,
modules/websubmit/web/admin/documentEDS.php.wml,
modules/websubmit/web/admin/editActionDets.php.wml,
modules/websubmit/web/admin/editCatalogues.php.wml,
modules/websubmit/web/admin/editDoctypeEDS.php.wml,
modules/websubmit/web/admin/editPageElementEDS.php.wml,
modules/websubmit/web/admin/editRecordFile.php.wml,
modules/websubmit/web/admin/elementConfigDetsEDS.php.wml,
modules/websubmit/web/admin/func.php.wml,
modules/websubmit/web/admin/funcUsage.php.wml,
modules/websubmit/web/admin/index.php.wml,
modules/websubmit/web/admin/listFunctions.php.wml,
modules/websubmit/web/admin/newDoctypeEDS.php.wml,
modules/websubmit/web/admin/newFunc.php.wml,
modules/websubmit/web/admin/newSubmissionEDS.php.wml,
modules/websubmit/web/admin/pageDetsEDS.php.wml,
modules/websubmit/web/admin/parameterUpdate.php.wml,
modules/websubmit/web/admin/removeDoctypeEDS.php.wml,
modules/websubmit/web/admin/veditFunDets.php.wml,
modules/websubmit/web/admin/viewActionEDS.php.wml,
modules/websubmit/web/admin/viewChecksEDS.php.wml,
modules/websubmit/web/admin/viewEditSubmissionEDS.php.wml: Adapted
to the new way of I18N, removing MSG_ dependencies.
2006-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/admin/Makefile.am: Create proper I18N index
pages.
2006-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/admin/index.html.wml: Adapted to the new
way of I18N.
2006-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py.wml: Do not initialize all the
msg_* strings anymore now that all the client code was updated to
use the new I18N gettext philosophy.
2006-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/file.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/web/approve.py, modules/websubmit/web/direct.py,
modules/websubmit/web/getfile.py,
modules/websubmit/web/publiline.py, modules/websubmit/web/sub.py,
modules/websubmit/web/submit.py, modules/websubmit/web/summary.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/admin/referees.py: Removed the old way of
importing I18N messages.
2006-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webaccount.py: Automatically add rights to
`cfgwebcomment' for `superadmin' users in `Your Administrative
Activities' page.
2006-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Added link
`Configure WebComment' in the `Your Administrative Activities'
page.
2006-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py,
modules/bibrank/web/admin/bibrankadmin.py,
modules/websession/lib/webuser.py: Removed the old way of importing
I18N messages.
2006-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/web/admin/bibindexadmin.py,
modules/bibharvest/lib/bibharvestadminlib.py: Removed the old way
of importing I18N messages.
2006-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindexadminlib.py: Removed the old way of
importing I18N messages.
2006-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearchadminlib.py: Removed the old way
of importing I18N messages.
2006-04-10 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/Makefile.am, modules/bibharvest/RTdata,
modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/web/oai2d.py: OAI cache created within make
install. RTdata moved into $(localstatedir)/cache/.
2006-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/bin/bibformat.in: Added standard `help' CLI
option.
2006-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibmatch/lib/bibmatch_engine.py: Added standard `version'
CLI option. Modified usage() function to display script name.
2006-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/bin/thumbmaker.in: Added standard `help' and
`version' CLI options.
2006-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/bin/bibformat.in,
modules/bibupload/bin/bibupload.in: Use single quotes around the
version number so that it gets printed nicely.
2006-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/oaiharvestlib.py: Initialize version
number as for the other CLI files.
2006-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/dbexec.in: Use single quotes around the
version number so that it gets printed nicely.
2006-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/bin/webstat.in: Use exit status 0 when looking
for help or version number.
2006-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/bin/webstat.in: Use single quotes around the
version number so that it gets printed nicely. Use double quotes
in comparisons. Refine error messages.
2006-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/bin/bibreformat.in: Do not use WML call in the
version string.
2006-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.in: Deleted superfluous usage()
function definition.
2006-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/testsuite.in: Added standard `help' and
`version' CLI options.
2006-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/bin/xmlmarclint.in: Fix order of
help-version-verbose arguments.
2006-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/bin/webstat.in: Added standard `help' and
`version' CLI options.
2006-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/bin/xmlmarclint.in: Introduced standard `help'
and `version' CLI options. Fixed case of reporting nothing for
non-MARCXML input files. Minor code cleanup.
2006-04-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py: record_xml_output() now returns
plain ``<record></record>'' instead of throwing traceback for empty
records.
2006-04-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibmatch/.cvsignore, modules/bibmatch/bin/.cvsignore,
modules/bibmatch/doc/.cvsignore,
modules/bibmatch/doc/admin/.cvsignore,
modules/bibmatch/etc/.cvsignore, modules/bibmatch/lib/.cvsignore:
Added basic .cvsignore files.
2006-04-06 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Do not remove quotes from
the search pattern when getting nearest terms and the number of
hits in phrase indexes, fixing browsing problems for author names
such as O'Shea.
2006-04-06 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Do not display MySQL
wildcards (%) in the nearest terms box message for partial phrase
queries that gave no hits.
2006-04-06 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: When a phrase index does
not exist (``not773''), return empty hit set instead of searching
in the author field.
2006-04-06 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.in: create_formatoptions() now
returns the created box, fixing the ``Output format'' display
problem on the Advanced Search pages.
2006-04-06 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Fixed search
results page fragment identifier links (#colX) for the ``Results
overview'' box.
2006-04-06 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Properly escape all
hidden form arguments, fixing problem with ``jump to record'' box
and double-quoted search patterns.
2006-04-06 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Added missing dot
after the hit number in the search results list.
2006-04-03 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/newSubmissionEDS.php.wml: fixed bug
in cloning an action - added call to mysql_escape_string to escape
values for field items
2006-03-31 Martin Vesely <martin.vesely@cern.ch>
* configure.ac, modules/Makefile.am: Adding global config for
BibMatch.
2006-03-31 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_downloads_similarity.py: Properly
escape SQL query arguments when calculating reading similarity
lists.
2006-03-30 Tibor Simko <tibor.simko@cern.ch>
* TODO: Moved all tasks to Savannah. File not active anymore.
2006-03-29 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Added
class="adminbutton" to descriptions of "EndButton", "EndButton2"
and "button_validate" WebSubmit Elements
2006-03-27 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Return empty hit set when
searching in a non-existing word index.
2006-03-27 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Pass "limit to" search
pattern option to the search box display template.
2006-03-27 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Fixed "Limit to"
search box display problem, template used `p1' instead of `pl'.
2006-03-17 Martin Vesely <martin.vesely@cern.ch>
* modules/bibmatch/Makefile.am, modules/bibmatch/bin/Makefile.am,
modules/bibmatch/lib/Makefile.am, modules/bibmatch/doc/Makefile.am,
modules/bibmatch/doc/admin/Makefile.am,
modules/bibmatch/etc/Makefile.am: Adding Makefiles associated to
the BibMatch module.
2006-03-17 Martin Vesely <martin.vesely@cern.ch>
* modules/bibmatch/lib/bibmatch_engine.py: Adding BibMatch engine
that allows to match individual records parsed from an input
MARCXML file against the database content.
2006-03-17 Martin Vesely <martin.vesely@cern.ch>
* modules/bibmatch/bin/bibmatch.in: Adding BibMatch module that
allows to match MARCXML files against database content and identify
records already existing in the database.
2006-03-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/doc/admin/guide.html.wml: Update information on
`deleting' versus `hiding' records.
2006-03-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/doc/admin/guide.html.wml: Fixed slow/fast typo
in the Reindexing section.
2006-03-03 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/webalert/bin/alertengine.in,
modules/webalert/lib/alert_engine.py,
modules/webalert/lib/htmlparser.py,
modules/webalert/lib/webalert_templates.py: Templatized the
webalert email. In the process, added an option to run alertengine
as if we were another day (for debugging purpose), which led to the
use of the "datetime" module for date computations, instead of
plain "time".
2006-02-28 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/lib/search_engine.py: removed another source of
noise in the XML stream
2006-02-28 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/web/yourapprovals.py: Fixed display of "your
approvals" for people that are only referee for a given category.
2006-02-28 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/lib/search_engine.py: improved similar author
matching (finds non-accented version when an accented form is
presented, but not yet the other way around), and better matching
of letter c plus accent.
2006-02-28 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/web/search.py: use the configured default
language for search results when no ln= is specified
2006-02-28 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/webalert/lib/alert_engine.py: use the standard python
email library to forge the alert emails, so that the headers are
properly encoded
2006-02-28 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websubmit/web/yoursubmissions.py: Submission directories
are usually not empty. Use rmtree to get rid of them, instead of
rmdir.
2006-02-28 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websubmit/web/direct.py: The return URL used when a
submission is over must be escaped when passed as a query element.
2006-02-28 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/lib/search_engine.py: Properly mark deleted
records as 980$c DELETED (not 980$a)
2006-02-27 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/lib/search_engine.py: i18n'ed warning messages
when sorting does not occur, and avoided their display in the
middle of an XML stream.
2006-02-27 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websubmit/lib/file.py: escape the proposed filename (in
the http header) when downloading a fulltext
2006-02-27 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/webbasket/web/yourbaskets.py: Don't export baskets in XML
as if it were an HTML page.
2006-02-24 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/bibupload/bin/bibupload.in,
modules/miscutil/lib/errorHandling.php.wml: For non-CERN sites,
bibupload should match records on their 970$a field in a
case-sensitive manner.
2006-02-22 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/lib/search_engine.py: discard the XML envelop
around on-the-fly formatted records, only keep the HTML content.
2006-02-17 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/lib/oai_repository.py: Inserting explicit
namespace declarations for the MARC21 metadata format to facilitate
validation against MARC XML Schema (http://www.loc.gov/MARC21/slim)
2006-02-17 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/lib/oai_repository.py: Inserting explicit
namespace declarations for the Dublin Core metadata format to
facilitate validation against DC XML Schema
(http://purl.org/dc/elements/1.1/)
2006-02-14 Gregory Favre <gregory.favre@cern.ch>
* modules/bibsched/bin/bibsched.in: Bibsched is now compatible with
MacOSX (except page up and page down). Fixed the problem while
using bibsched through some ssh clients. (see bug report:
http://cdsware.cern.ch/lists/project-cdsware-users/archive/msg00456.shtml)
2006-02-13 Gregory Favre <gregory.favre@cern.ch>
* modules/webcomment/lib/webcomment.py: Fixed a bug on display of
dates which occured with python 2.3.4.
2006-02-13 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/config.py.wml: Added missing WebComment
configurations variables
(cfg_webcomment_timelimit_vote_validity_in_days,
cfg_webcomment_timelimit_report_validity_in_days)
2006-02-12 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Added two missing WebComment
configuration variables.
(cfg_webcomment_timelimit_processing_comments_in_seconds,
cfg_webcomment_timelimit_processing_reviews_in_seconds)
2006-02-10 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py.wml: Fixed typos in
initializations of two messages for Spanish, Catalan, and Slovak.
(msg_no_exact_match_for_foo_using_bar_instead, msg_no_boolean_hits)
2006-02-09 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/dateutils.py: Fixed a problem with output of
the default date in convert_datestruct_to_dategui. Python 2.3 does
not raise errors with strftime (python 2.2 did it).
2006-02-08 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: Added a function to log all
queries in order to help debugging.
2006-02-08 Alberto Pepe <alberto.pepe@cern.ch>
* modules/webhelp/web/admin/howto/run.html.wml: Added explanation
of how to clean up temporary files created by The BibHarvest admin
tool.
2006-02-08 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/lib/oaiharvestlib.py: Modified some parts of
the function call_bibharvest that would cause problems when
harvesting very large portions of metadata. Harvested metadata
(previously handled by popen) is now handled by merging the output
files written to disk. (Thanks to David Bourillot for this patch).
2006-02-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/doc/admin/guide.html.wml: Added sections on the
bibindex normal operation, on checking and repairing indexes, and
on the best way of how to reindex.
2006-02-02 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Delete superfluous `>'
characters in the new oaiARCHIVE table definition.
2006-02-01 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_templates.py: Webmessage bugfix:
- while writing a message, hitting the 'add to users' button leaded
to a python error --fixed - sending a message to a group could
possibly lead to the display of another user's inbox --fixed -
corrected texts for a better user comprehension
2006-01-31 Martin Vesely <martin.vesely@cern.ch>
* modules/miscutil/sql/tabcreate.sql: OAI repository database
structure change. OAI db structure upgraded to facilitate storage
of additional maintenance data.
2006-01-31 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/web/oai2d.py: Import required os module.
2006-01-31 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS: Added hints on how to see modified PO files in action.
2006-01-31 Tibor Simko <tibor.simko@cern.ch>
* config/Makefile.am: Do not remove configbis.wml while doing make
clean.
2006-01-31 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/Makefile.am: During make clean, remove only
those Python files that were produced out of WML sources.
2006-01-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Fixed ``added from
x until y'' date selection box on the Advanced Search page, by (1)
fixing tmpl_inputdate() calls and (2) removing suspicious
comparisons from tmpl_is_selected().
2006-01-27 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibconvert/bin/bibconvert.in,
modules/bibconvert/lib/bibconvert.py: Added possibility to include
parameters such as RECSEP and RECHEAD at a configuration level
(previously such parameters could only be passed from the command
line)
2006-01-17 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/doc/hacking/dateutils.html.wml,
modules/miscutil/doc/hacking/dbquery.html.wml,
modules/miscutil/doc/hacking/errorlib.html.wml: Fixed a display
problem: replaced underscores '_' with '&#95'
2006-01-17 Gregory Favre <gregory.favre@cern.ch>
* modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_config.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcommentadminlib.py,
modules/webcomment/web/comments.py,
modules/webcomment/web/admin/webcommentadmin.py: Refactoring of
webcomment module: - Internationalized every string in html output
- Added a new logging system for user input in order to avoid
flooding, or voting on/reporting a review more than once -
Integrated new functions available since the creation of webmessage
module - Added administrative functions to suppress abuse reports -
refined coding, HTML compliance and design - reviewed the code and
suppressed minor bugs.
2006-01-17 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/urlutils.py: Added a new function to
urlutils: def get_client_ip_address(req): """ Returns IP
address as string from an apache request """
2006-01-17 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Added a new table
(cmtACTIONHISTORY). This table will be used by webcomment module to
store user actions (vote for a review, report an abusive comment,
avoid flooding when posting new comments).
2006-01-17 Gregory Favre <gregory.favre@cern.ch>
* modules/webstyle/img/stars-0-0.png,
modules/webstyle/img/stars-0-5.png,
modules/webstyle/img/stars-1-0.gif,
modules/webstyle/img/stars-1-0.png,
modules/webstyle/img/stars-1-5.gif,
modules/webstyle/img/stars-1-5.png,
modules/webstyle/img/stars-2-0.gif,
modules/webstyle/img/stars-2-0.png,
modules/webstyle/img/stars-2-5.gif,
modules/webstyle/img/stars-2-5.png,
modules/webstyle/img/stars-3-0.gif,
modules/webstyle/img/stars-3-0.png,
modules/webstyle/img/stars-3-5.gif,
modules/webstyle/img/stars-3-5.png,
modules/webstyle/img/stars-4-0.gif,
modules/webstyle/img/stars-4-0.png,
modules/webstyle/img/stars-4-5.gif,
modules/webstyle/img/stars-4-5.png,
modules/webstyle/img/stars-5-0.gif,
modules/webstyle/img/stars-5-0.png: Removed every stars*.gif
(currently only used by webcomment module) The stars are used to
display the average score of a review. Created new images from
scratch, and saved them as PNG.
2006-01-17 Gregory Favre <gregory.favre@cern.ch>
* modules/webstyle/css/cds.css: Updated classes for webcomment
module. Added a redefinition for the 'dd' tag, mainly used in
documentation
2006-01-15 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS, config/cdswmllib.wml, config/config.wml,
modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/lib/config.py.wml,
modules/miscutil/sql/tabfill.sql.wml,
modules/webhelp/web/Makefile.am,
modules/webhelp/web/index.html.wml,
modules/webhelp/web/admin/Makefile.am,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/guide.html.wml,
modules/websearch/doc/index.html.wml,
modules/websearch/lib/websearch_templates.py,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/admin/Makefile.am, po/LINGUAS, po/pl.po:
Introducing Polish translation. (General supporting
infrastructure, plus dynamic elements translated by Krzysztof.)
2006-01-11 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Introduced Japanese
translation of demo collection names and of welcome page
portalboxes, thanks to Paulo's friends.
2006-01-11 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Introduced Japanese
translation of field names, thanks to Paulo's friends.
2006-01-11 Tibor Simko <tibor.simko@cern.ch>
* po/ja.po: Updated Results overview message, thanks to Paulo's
friends.
2006-01-11 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Updated Japanese translation.
2006-01-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/admin/Makefile.am,
modules/bibedit/doc/admin/Makefile.am,
modules/bibedit/web/admin/Makefile.am,
modules/bibformat/doc/admin/Makefile.am,
modules/bibformat/lib/common/Makefile.am,
modules/bibformat/web/Makefile.am,
modules/bibharvest/doc/admin/Makefile.am,
modules/bibharvest/web/admin/Makefile.am,
modules/bibindex/doc/admin/Makefile.am,
modules/bibindex/web/admin/Makefile.am,
modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/hacking/Makefile.am,
modules/bibrank/etc/Makefile.am,
modules/bibrank/web/admin/Makefile.am,
modules/bibsched/doc/admin/Makefile.am,
modules/bibupload/doc/admin/Makefile.am,
modules/elmsubmit/doc/admin/Makefile.am,
modules/elmsubmit/doc/hacking/Makefile.am,
modules/miscutil/doc/hacking/Makefile.am,
modules/webaccess/doc/admin/Makefile.am,
modules/webaccess/doc/hacking/Makefile.am,
modules/webaccess/web/admin/Makefile.am,
modules/webalert/doc/admin/Makefile.am,
modules/webbasket/doc/admin/Makefile.am,
modules/webcomment/doc/admin/Makefile.am,
modules/webcomment/web/admin/Makefile.am,
modules/webhelp/web/admin/howto/Makefile.am,
modules/webhelp/web/hacking/Makefile.am,
modules/webmessage/doc/admin/Makefile.am,
modules/websearch/doc/admin/Makefile.am,
modules/websearch/doc/hacking/Makefile.am,
modules/websearch/web/admin/Makefile.am,
modules/websession/bin/Makefile.am,
modules/websession/doc/admin/Makefile.am,
modules/websession/web/Makefile.am,
modules/webstat/doc/admin/Makefile.am,
modules/webstat/doc/hacking/Makefile.am,
modules/webstat/etc/Makefile.am,
modules/webstyle/doc/admin/Makefile.am: Added call to
i18n_update_wml.py to update header/footer/etc in otherwise fully
non-I18N WML target files. These are mostly admin- and
hacker-level documentation pages. (We may consider producing
several I18N target files out of them anyway, so that the footer's
language links would work for these essentially English only pages
as well.)
2006-01-10 Gregory Favre <gregory.favre@cern.ch>
* modules/webalert/lib/alert_engine.py: - Fixed a small importation
bug
2005-12-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/bin/bibconvert.in: Use "from cdsware import
foo" rather than "import cdsware.foo".
2005-12-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/admin/Makefile.am: Added i18n_update_wml.py
call to update _(Foo)_ strings in PHP files generated from WML
sources.
2005-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/admin/Makefile.am: Added i18n_update_wml.py
call to update _(Foo)_ strings in PHP files generated from WML
sources.
2005-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/youraccount.py: Fixed login() function
when invoked in I18N context. Fixed several indentation problems.
2005-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webaccount.py: Added language argument to
the login link.
2005-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession_templates.py: Added hidden
language field into the login form, fixing I18N logging. Added
language argument to many links.
2005-12-21 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS, config/cdswmllib.wml, config/config.wml,
modules/miscutil/lib/config.py.wml,
modules/miscutil/sql/tabfill.sql.wml,
modules/webhelp/web/Makefile.am,
modules/webhelp/web/index.html.wml,
modules/webhelp/web/admin/Makefile.am,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/guide.html.wml,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml,
modules/websearch/lib/websearch_templates.py,
modules/websearch/web/index.py, modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/admin/Makefile.am, po/LINGUAS: General
support infrastructure for the Japanese translation. Dynamic
elements (e.g. collection and field names) to come later. Static
pages changed to use _(Foo)_ instead of <MSG_FOO>, but more is
needed. A call to i18n_update_wml.py added to the Makefile.am
files when needed.
2005-12-21 Tibor Simko <tibor.simko@cern.ch>
* po/ja.po: Initial release of the Japanese translation,
contributed by Paulo's friends, to be acknowledged in the CREDITS
file.
2005-12-21 Tibor Simko <tibor.simko@cern.ch>
* config/cdspage.wml: Use _(Foo)_ instead of <MSG_FOO> for I18N
messages, now that we have gettext.
2005-12-21 Gregory Favre <gregory.favre@cern.ch>
* modules/websession/lib/webuser.py: Fixed forgotten relative
imports.
2005-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py: Fixed two relative imports
buried deeply in the code.
2005-12-20 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/doc/.cvsignore,
modules/miscutil/doc/hacking/.cvsignore: Added missing .cvsignore
file.
2005-12-20 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/errorlib_tests.py: - tests separated in
multiple functions.
2005-12-20 Gregory Favre <gregory.favre@cern.ch>
* modules/webhelp/web/hacking/index.html.wml: - small english
inconsistencies
2005-12-20 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/Makefile.am: Add chmod to install-data-local
too.
2005-12-20 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, modules/bibconvert/bin/bibconvert.in,
modules/bibconvert/lib/bibconvert.py,
modules/bibconvert/lib/bibconvert_tests.py,
modules/bibedit/bin/refextract.in,
modules/bibedit/bin/xmlmarclint.in,
modules/bibedit/lib/bibedit_templates.py,
modules/bibedit/lib/bibrecord.py,
modules/bibedit/lib/bibrecord_config.py,
modules/bibedit/lib/bibrecord_tests.py,
modules/bibedit/lib/refextract.py,
modules/bibedit/lib/refextract_config.py,
modules/bibharvest/bin/bibharvest.in,
modules/bibharvest/bin/oaiharvest.in,
modules/bibharvest/lib/bibharvest_templates.py,
modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oai_repository_config.py,
modules/bibharvest/lib/oai_repository_tests.py,
modules/bibharvest/lib/oaiharvestlib.py,
modules/bibharvest/web/oai2d.py,
modules/bibharvest/web/admin/bibharvestadmin.py,
modules/bibindex/bin/bibindex.in, modules/bibindex/bin/bibstat.in,
modules/bibindex/lib/bibindex_engine.py,
modules/bibindex/lib/bibindex_engine_config.py,
modules/bibindex/lib/bibindex_engine_stemmer.py,
modules/bibindex/lib/bibindex_engine_stemmer_tests.py,
modules/bibindex/lib/bibindex_engine_stopwords.py,
modules/bibindex/lib/bibindex_engine_tests.py,
modules/bibindex/lib/bibindexadminlib.py,
modules/bibindex/web/admin/bibindexadmin.py,
modules/bibrank/bin/bibrank.in, modules/bibrank/bin/bibrankgkb.in,
modules/bibrank/lib/bibrank_citation_grapher.py,
modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_citation_indexer_tests.py,
modules/bibrank/lib/bibrank_citation_searcher.py,
modules/bibrank/lib/bibrank_citation_searcher_tests.py,
modules/bibrank/lib/bibrank_downloads_grapher.py,
modules/bibrank/lib/bibrank_downloads_indexer.py,
modules/bibrank/lib/bibrank_downloads_indexer_tests.py,
modules/bibrank/lib/bibrank_downloads_similarity.py,
modules/bibrank/lib/bibrank_grapher.py,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_record_sorter_tests.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_tag_based_indexer_tests.py,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/bibrank/lib/bibrankadminlib.py,
modules/bibsched/bin/bibsched.in,
modules/bibsched/bin/bibtaskex.in,
modules/elmsubmit/bin/elmsubmit.in,
modules/miscutil/bin/testsuite.in,
modules/miscutil/lib/messages.py.wml,
modules/webaccess/bin/authaction.in,
modules/webaccess/bin/webaccessadmin.in,
modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webalert/bin/alertengine.in,
modules/webalert/lib/alert_engine.py,
modules/webalert/lib/htmlparser.py,
modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert_templates.py,
modules/webalert/web/youralerts.py,
modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_templates.py,
modules/webbasket/web/yourbaskets.py,
modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_config.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcomment_tests.py,
modules/webcomment/lib/webcommentadminlib.py,
modules/webcomment/web/comments.py,
modules/webcomment/web/admin/webcommentadmin.py,
modules/webmessage/bin/webmessageadmin.in,
modules/websearch/bin/webcoll.in,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/search_engine_config.py,
modules/websearch/lib/search_engine_tests.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/web/search.py,
modules/websession/bin/sessiongc.wml,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/webuser.py,
modules/websession/web/youraccount.py,
modules/webstyle/lib/template.py, modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py,
modules/websubmit/lib/file.py,
modules/websubmit/lib/websubmit_config.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/web/approve.py, modules/websubmit/web/direct.py,
modules/websubmit/web/getfile.py,
modules/websubmit/web/publiline.py, modules/websubmit/web/sub.py,
modules/websubmit/web/submit.py, modules/websubmit/web/summary.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py: Python imports are now
done in an absolute way (from cdsware.foo import bar) regardless of
whether we are in bin, lib, or web context.
2005-12-20 Gregory Favre <gregory.favre@cern.ch>
* modules/webhelp/web/hacking/index.html.wml: Added link to new
miscutil documentation
2005-12-20 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_config.py,
modules/webmessage/lib/webmessage_dblayer.py,
modules/webmessage/lib/webmessage_mailutils.py,
modules/webmessage/lib/webmessage_templates.py,
modules/webmessage/web/yourmessages.py: - Adapted code to new
import strategy - Enhanced error handling (now uses new errorlib,
tests more accurately)
2005-12-20 Gregory Favre <gregory.favre@cern.ch>
* configure.ac: - CDSWare new version number: 0.9.0.20051220 -
added reference to miscutil/doc
2005-12-20 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/Makefile.am, modules/miscutil/bin/testsuite.in,
modules/miscutil/doc/Makefile.am,
modules/miscutil/doc/hacking/Makefile.am,
modules/miscutil/doc/hacking/dateutils.html.wml,
modules/miscutil/doc/hacking/dbquery.html.wml,
modules/miscutil/doc/hacking/errorlib.html.wml,
modules/miscutil/doc/hacking/index.html.wml,
modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/dateutils.py,
modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/errorlib_tests.py,
modules/miscutil/lib/miscutil_config.py,
modules/miscutil/lib/textutils.py,
modules/miscutil/lib/urlutils.py: -added hacking documentation for
miscutil -added urlutils (for the moment: wash_url_argument,
redirect_to_url functions) -adapted python modules for new import
strategy
2005-12-15 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/errorlib_tests.py,
modules/miscutil/lib/miscutil_config.py: - Solved an importation
problem. - Added a special error when module_config exist but
doesn't provide a dictionary. - Enhanced testing with special
errors
2005-12-15 Gregory Favre <gregory.favre@cern.ch>
* modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py: Handles new errorlib
module. Errors are internationalized. MOdified create_error_box
header (accepts language)
2005-12-15 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/errorlib_tests.py,
modules/miscutil/lib/miscutil_config.py: Errors are now
internationalized. Minor bug fixes, global code improvement. To
properly handle errors: Create a file named following this pattern:
modulename_config.py (e.g. webcomment_config.py)
In this file developers should declare the following dictionnaries:
- cfg_modulename_error_messages - cfg_modulename_warning_messages
Content of these dictionaries: ERR_MODULENAME_ERROR_NAME:
'_("internationalized text with eventual text replacement strings
%s %i")'
Errorlib will actually interpret strings for internationalization
if they begin with '_(' and end with ')'.
NOTE: ERR_MODULENAME must be uppercase; names of dictionary and
config file must respect the rules defined above.
Example:
file miscutil_config.py: cfg_miscutil_error_messages = \ {
'ERR_MISCUTIL_BAD_FILE_ARGUMENT_PASSED': '_("Invalid argument %s
was passed")', 'ERR_MISCUTIL_WRITE_FAILED': '_("Unable to write
to file %s")', 'ERR_MISCUTIL_NO_ERROR_MESSAGE': '_("Trying to
write a non error message to error log")' }
cfg_miscutil_warning_messages = \ { 'WRN_MISCUTIL_SOME_WARNING':
'_("example warning (%s)")', 'ERR_MISCUTIL_STRANGE_WARNING':
'_("Warnings can also be displayed as errors")' }
2005-12-14 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: First commit of the BibTeX
format support, thanks to Oyvind. The changes notably are:
- Added HX (=HTML BibTeX) behaviour, to be called on the fly.
- Added HX format to the format table, and renamed some existing
formats (e.g. MARCXML instead of XML MARC). Note to self: the
formatname table is to be prefilled if we want to have full I18N
format names.
- Added _FULL_BIBTEX format to the flxFORMATS table, in a
monolithic
form. The `non-standard' fields such as URL, abstract, eprint
number, etc are to be studied and the treatment refined
(e.g. journal page numbers versus report numbers). Also, the
monolithic form of this format is not admin-friendly, to be
refactored or possibly pybliographerized.
- Added KB demo values for the mapping of tag 980 values to the
BibTeX entry types.
- Added four supporting UDFs (STR_BUFFER, GET_NAME, SPLIT_LINE,
GET_MONTH, GET_YEAR). May come handy independently of BibTeX.
2005-12-14 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql: Added flxKBDBCOLLID2BIBTEX table
for the BibTeX support.
2005-12-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Added BibTeX format
support.
2005-12-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Added BibTeX format
link to the Detailed record page. Also, do not print ``People who
viewed this page...'' and similar boxen unless for HTML Detailed
format.
2005-12-06 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/yoursubmissions.py: Corrected an error that
was encountered when trying to display the name of a document type
that no longer exists in the system. (This situation can occur
when listing the details of submissions made for a given doctype
which has since been deleted from the system. In this case the
system can no longer find the full name for the doctype.) Now,
instead of an error, the document type's long name is shown as
'***Unknown Document Type - ([doctype short name])'.
2005-12-06 Gregory Favre <gregory.favre@cern.ch>
* modules/webstyle/css/cds.css: Corrected minor which prevented
validation. Suppressed several unused lines e.g. when setting
border-collapse: collapse, the browser won't do anything with
border-spacing... e.g. Set margin: 1px 2px 3px 4px; instead of:
margin-top: 1px; margin-right: 2px;
margin-bottom: 3px; margin-left: 4px;
2005-12-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py: Quick fix in order to be
able to fulltext-index Indico URLs that do not contain explicit
file extensions. When indexing fulltext files (8564), an attention
is payed to the link name $$y so that if it contains filename with
a known extension such as example.pdf, it is assumed that the $$u
leads to the PDF file, so that no further direct/indirect URL
analysis is performed as would be the case for SetLink style URLs.
2005-12-05 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/dateutils.py: Corrected return values when
giving default values (return N/A on GUI)
2005-12-05 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS: Added appendix on introducing a new language,
describing how to send us translations for dynamic elements that
are currently not located in the PO file. (One day they should.)
2005-12-04 Tibor Simko <tibor.simko@cern.ch>
* ABOUT-NLS: Written CDSware-specific NLS information for
administrators, translators, and programmers.
2005-12-04 Tibor Simko <tibor.simko@cern.ch>
* TODO: Added BibFormat-20051010, Miscellaneous-20051114,
WebSearch-20051017, WebSearch-20051102.
2005-12-04 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added creation of var/run directory for bibsched pid
file. Added some ALTER TABLE statements for updating v0.7.1
tables.
2005-12-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/admin/websearchadmin.py: Fixed import of
gettext_set_language.
2005-11-27 Tibor Simko <tibor.simko@cern.ch>
* po/i18n_extract_from_wml.py: Use more descriptive variable names
and the help text.
2005-11-26 Tibor Simko <tibor.simko@cern.ch>
* po/.cvsignore: Added .pyc to the list of CVS ignored files.
2005-11-26 Tibor Simko <tibor.simko@cern.ch>
* po/.cvsignore, po/Makefile.in.in, po/ca.po, po/cdsware.pot,
po/cs.po, po/de.po, po/el.po, po/en.po, po/es.po, po/fr.po,
po/i18n_extract_from_wml.py, po/it.po, po/no.po, po/pt.po,
po/ru.po, po/sk.po, po/sv.po, po/uk.po: Quick fix in order to use
relative paths for WML files as well.
2005-11-25 Frederic Gobry <frederic.gobry@epfl.ch>
* ABOUT-NLS, Makefile.am, acinclude.m4, config.rpath, configure.ac,
po/ChangeLog, po/Makefile.in.in, po/Makevars, po/Rules-quot,
po/boldquot.sed, po/en@boldquot.header, po/en@quot.header,
po/insert-header.sin, po/quot.sed: Cleanup of the gettext support
framework. C-specific checks were discarded, extra po manipulation
rules were removed. The ABOUT-NLS file needs to stay as it is
checked by automake directly. The content however has been changed
to reflect the situation of CDSware.
The m4 directory has been compacted and put into acinclude.m4. It
could be merged into the main configure.ac file, but at a loss of
readability IMHO.
2005-11-25 Frederic Gobry <frederic.gobry@epfl.ch>
* po/cdsware.pot: added cdsware.pot in CVS as it avoids rebuilding
the po files for nothing
2005-11-24 Tibor Simko <tibor.simko@cern.ch>
* po/POTFILES.in: Removed some .py files that are generated from
.wml.
2005-11-24 Tibor Simko <tibor.simko@cern.ch>
* po/quot.sed: Added file that is required for make dist.
2005-11-24 Frederic Gobry <frederic.gobry@epfl.ch>
* ABOUT-NLS, Makefile.am, config.rpath, configure.ac, missing,
mkinstalldirs, modules/miscutil/Makefile.am,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/admin/Makefile.am,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/admin/Makefile.am, po/.cvsignore,
po/ChangeLog, po/LINGUAS, po/Makefile.in.in, po/Makevars,
po/POTFILES.in, po/Rules-quot, po/boldquot.sed, po/ca.po, po/cs.po,
po/de.po, po/el.po, po/en.po, po/en@boldquot.header,
po/en@quot.header, po/es.po, po/fr.po, po/i18n_extract_from_wml.py,
po/i18n_update_wml.py, po/insert-header.sin, po/it.po, po/no.po,
po/pt.po, po/remove-potcdate.sin, po/ru.po, po/sk.po, po/sv.po,
po/uk.po: make use of the standard gettext infrastructure, with the
translations in a po/ directory, and the list of available
languages in po/LINGUAS.
There is also no message.wml extractor, as all the used messages
have already been moved to the corresponding .po files.
2005-11-24 Diane Berkovits <diane.berkovits@epfl.ch>
* modules/bibrank/lib/bibrank_grapher.py: Code washed using pylint.
2005-11-23 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/bibrank/lib/bibrank_citation_grapher.py,
modules/bibrank/lib/bibrank_downloads_grapher.py,
modules/webstyle/lib/webpage.py: replaced a few more MSG_
occurences. Now all the messages from message.wml should be present
in the po files.
2005-11-23 Diane Berkovits <diane.berkovits@epfl.ch>
* modules/bibrank/lib/bibrank_downloads_grapher.py: Code washed
using pylint.
2005-11-23 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/doc/Makefile.am,
modules/websearch/lib/websearch_templates.py,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/access.html.wml,
modules/websubmit/doc/actions.html.wml,
modules/websubmit/doc/approval.html.wml,
modules/websubmit/doc/approvals.html.wml,
modules/websubmit/doc/bibliographic_fields.html.wml,
modules/websubmit/doc/description.html.wml,
modules/websubmit/doc/file_transfer.html.wml,
modules/websubmit/doc/index.html.wml,
modules/websubmit/doc/introduction.html.wml,
modules/websubmit/doc/login.html.wml,
modules/websubmit/doc/modification.html.wml,
modules/websubmit/doc/password.html.wml,
modules/websubmit/doc/pending.html.wml,
modules/websubmit/doc/revised_version.html.wml,
modules/websubmit/doc/submission.html.wml,
modules/websubmit/doc/subnumber.html.wml,
modules/websubmit/doc/admin/Makefile.am,
modules/websubmit/doc/admin/actionimplement.html.wml,
modules/websubmit/doc/admin/actionmodify.html.wml,
modules/websubmit/doc/admin/actionnew.html.wml,
modules/websubmit/doc/admin/actionremove.html.wml,
modules/websubmit/doc/admin/actions.html.wml,
modules/websubmit/doc/admin/bibconvert.html.wml,
modules/websubmit/doc/admin/catalogues.html.wml,
modules/websubmit/doc/admin/description.html.wml,
modules/websubmit/doc/admin/documentmodify.html.wml,
modules/websubmit/doc/admin/documentnew.html.wml,
modules/websubmit/doc/admin/documentremove.html.wml,
modules/websubmit/doc/admin/documents.html.wml,
modules/websubmit/doc/admin/example.html.wml,
modules/websubmit/doc/admin/faq.html.wml,
modules/websubmit/doc/admin/functiondelete.html.wml,
modules/websubmit/doc/admin/functiondescription.html.wml,
modules/websubmit/doc/admin/functionedit.html.wml,
modules/websubmit/doc/admin/functionnew.html.wml,
modules/websubmit/doc/admin/functions.html.wml,
modules/websubmit/doc/admin/implementfunctions.html.wml,
modules/websubmit/doc/admin/implementwebform.html.wml,
modules/websubmit/doc/admin/index.html.wml,
modules/websubmit/doc/admin/introduction.html.wml,
modules/websubmit/doc/admin/philosophy.html.wml,
modules/websubmit/doc/admin/protection.html.wml: Migrated the HTML
part of websubmit to the gettext translation tools
2005-11-23 Frederic Gobry <frederic.gobry@epfl.ch>
* INSTALL, configure.ac: Added autoconf checking for gettext, and a
few rules to properly package the translations during a make dist.
2005-11-23 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/doc/Makefile.am,
modules/websearch/doc/guide.html.wml,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml,
modules/websearch/doc/admin/Makefile.am,
modules/websearch/doc/admin/guide.html.wml: Added support for
detecting and replacing translations in static html files. The
websearch module is now completely MSG_... free.
2005-11-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Added missing ca,
el, and uk locales to the internal locale map. Added security
fallback in tmpl_nice_number() to use the default locale in case a
client locale is not found in this internal map.
2005-11-22 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/websearch/bin/webcoll.in,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py,
modules/websearch/web/index.py,
modules/websearch/web/admin/websearchadmin.py: Completed
translation of the python part of websearch. This makes use of 105
of the 124 messages available, which is a good start.
2005-11-22 Diane Berkovits <diane.berkovits@epfl.ch>
* modules/bibrank/lib/bibrank_grapher.py: Changed graph type for
the download statistics graph.
2005-11-22 Diane Berkovits <diane.berkovits@epfl.ch>
* modules/bibrank/lib/bibrank_downloads_grapher.py: Fixed a problem
with small periods of time. Refactored way of calculating time
intervals.
2005-11-22 Diane Berkovits <diane.berkovits@epfl.ch>
* modules/bibrank/lib/bibrank_citation_grapher.py: Fixed problem
with year treatment by checking the format of tag 260.
2005-11-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Added
pagestripemiddle element to the page body in order to circumvent a
right-margin overfloat problem of MS Internet Explorer. (Other
browsers behave as expected.)
2005-11-22 Gregory Favre <gregory.favre@cern.ch>
* modules/webstyle/css/cds.css: Corrected some MSIE bugs (see
pagebody, pagebodystripemiddle). corrected webmessage related
classes
2005-11-22 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/bin/webmessageadmin.in: suppressed a buggy
function. this binary has to be improved for batch using
2005-11-22 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/bin/webmessageadmin.in,
modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_dblayer.py,
modules/webmessage/lib/webmessage_templates.py,
modules/webmessage/web/yourmessages.py: updated entire module.
Design has been refined, for better user experience.
2005-11-22 Gregory Favre <gregory.favre@cern.ch>
* modules/websession/lib/websession_templates.py: Added a link to
messages module. (for registered users only).
2005-11-21 Frederic Gobry <frederic.gobry@epfl.ch>
* configure.ac, modules/miscutil/Makefile.am: added skeleton of
gettext support:
- in miscutil/i18n are the actual translation files, and the
specific tools
needed to maintain them up to date
- in miscutil/lib, there will be a few tools needed during the
transition
to gettext (to generate wml files for instance)
The translation files are not yet filled in.
2005-11-16 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_templates.py: Adapted webmessage
to the new dateutils library.
2005-11-16 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/dateutils.py: Clarified function names.
added every necessary convert function. Lexicon datetext:
textual format => 'YEAR-MONTH-DAY HOUR:MINUTE:SECOND' e.g.
'2005-11-16 15:11:44' default value: '0000-00-00 00:00:00'
datestruct:
tuple format => see
http://docs.python.org/lib/module-time.html
(YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, WEEKDAY, YEARDAY,
DAYLIGHT)
e.g. (2005, 11, 16, 15, 11, 44, 2, 320, 0)
default value: (0, 0, 0, 0, 0, 0, 0, 0, 0)
dategui:
textual format for output => 'DAY MONTH YEAR, HOUR:MINUTE'
e.g. '16 nov 2005, 15:11'
default value: _("N/A")
2005-11-16 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py: Added DATE_FORMAT for two
sql queries to rnkMETHOD table
2005-11-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py: Fixed tupletotable() code
that was showing problems with MySQLdb 1.2.1.
2005-11-16 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_dblayer.py,
modules/webmessage/lib/webmessage_templates.py: minor bug
corrections
2005-11-16 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/dateutils.py: function name have changed!
bugs due to python2.2 corrected
2005-11-16 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/dateutils.py: corrected i18n bug in
create_year...
2005-11-16 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/dateutils.py: Changed function
create_year_selectbox. Now it can begin with current year MOdified
function create_year_inputbox: blocked to 4 chars.
2005-11-15 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/lib/webmessage_config.py,
modules/webmessage/lib/webmessage_dblayer.py: When cleaning, added
a a delay, configurable via webmessage_config:
cfg_webmessage_days_before_delete_orphans = 60. clean_messages
function won't do anything for too recent messages (i.e. launching
clean function as a user is writing a message)
2005-11-15 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/bin/webmessageadmin.in: orrected an
importation bug
2005-11-15 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, configure-tests.py: Release constraint about MySQLdb
0.9.2 version number.
2005-11-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession.py: Compatibility with recent
MySQLdb.
2005-11-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: Compatibility with recent
MySQLdb (1.0.0 and later).
2005-11-15 Gregory Favre <gregory.favre@cern.ch>
* configure.ac, modules/webmessage/Makefile.am,
modules/webmessage/bin/.cvsignore,
modules/webmessage/bin/Makefile.am,
modules/webmessage/bin/webmessageadmin.in,
modules/webmessage/lib/webmessage_dblayer.py: Added
webmessageadmin, added clean_messages() function to db_layer
2005-11-15 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_config.py,
modules/webmessage/lib/webmessage_dblayer.py: Roles mentionned in
webmessage_config.py have no more quota. function
wash_url_argument has been removed from webmessage. Replaced by the
version in search_engine
2005-11-15 Gregory Favre <gregory.favre@cern.ch>
* modules/websession/lib/webuser.py: added 2 functions:
def list_users_in_role(role): """List all users of a given role
(see table accROLE) @param role: role of user (string)
@return list of uids"""
def list_users_in_roles(role_list): """List all users of given
roles (see table accROLE) @param role_list: list of roles
[string] @return list of uids"""
2005-11-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Fixed display
problem in the ``search within'' selection box, for cases when
users search in a specific physical MARC tag (f=100 when opposed to
f=author).
2005-11-14 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_dblayer.py: compatible with
python 2.2. note: python 2.2 does not support datetime lib and
dict.fromkeys function
2005-11-14 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_mailutils.py: Suppress
convert_date function as it finds place in
modules/miscutils/lib/dateutils.py. Backwards compatibility with
python 2.2 (library datetime doesn't exist in 2.2)
2005-11-14 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/dateutils.py: Made change to dateutils,
importing module time rather than datetime, for backward
compatibility
2005-11-14 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/web/yourmessages.py: Removed a reference to a
testing file. Should now work on every distribution
2005-11-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Send_Approval_Request.py: Added
condition based on 'cfg_websubmit_copy_emails_to_admin' flag,
enabling conditional copying of email to Admin.
2005-11-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Send_APP_Mail.py: Added condition
based on 'cfg_websubmit_copy_emails_to_admin' flag, enabling
conditional copying of email to Admin.
2005-11-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Send_Modify_Mail.py: Corrected
bug concerning sending of mail
2005-11-11 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Send_Modify_Mail.py: Added
condition based on 'cfg_websubmit_copy_emails_to_admin' flag,
enabling conditional copying of email to Admin. Corrected bug
concerning bounced emails when 'emailFile' empty.
2005-11-10 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/lib/webmessage_templates.py: Now module is
HTML 4.0.1 compliant (had problems with tfoot tags and ampersands)
Note: tags should nest in this order table thead tr tfoot
tr tbody tr
a problem is that old browser won't like it! ;)
2005-11-10 Gregory Favre <gregory.favre@cern.ch>
* modules/webstyle/css/cds.css: modified webmessage's stylemodified
webmessage's styless
2005-11-10 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Send_SRV_Mail.py: Added condition
based on 'cfg_websubmit_copy_emails_to_admin' flag, enabling
conditional copying of email to Admin. Corrected bug concerning
bounced emails when 'emailFile' empty.
2005-11-10 Gregory Favre <gregory.favre@cern.ch>
* modules/websession/lib/websession_templates.py: Modified HTML
output (added 'alt' attribute to an image, to be HTML 4.0.1
transitional compatible)
2005-11-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/functions/Mail_Submitter.py: Added
condition based on 'cfg_websubmit_copy_mails_to_admin' flag, thus
enabling conditional copying of mail to Admin. Corrected bug
concerning bounced emails when 'emailFile' empty.
2005-11-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_config.py: Added configuration
flag (cfg_websubmit_copy_mails_to_admin): Provides capability to
enable/disable copying of e-mails to admin
2005-11-08 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Fixed to-be-eliminated
comments.
2005-11-08 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/doc/admin/Makefile.am,
modules/webmessage/doc/admin/index.html.wml: Added entry page to
WebMessage Admin.
2005-11-08 Gregory Favre <gregory.favre@cern.ch>
* config/cdsnavbar.wml: Added WebMessage Admin menu.
2005-11-08 Gregory Favre <gregory.favre@cern.ch>
* modules/webstyle/css/cds.css: Added style elements for WebMessage
(plus some forthcoming WebBasket elements too).
2005-11-08 Gregory Favre <gregory.favre@cern.ch>
* modules/websession/web/youraccount.py: Added Your Messages.
2005-11-08 Gregory Favre <gregory.favre@cern.ch>
* modules/websession/lib/webaccount.py,
modules/websession/lib/websession_templates.py: Added treatment for
Your Messages.
2005-11-08 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql: Added tables for WebMessage.
2005-11-08 Gregory Favre <gregory.favre@cern.ch>
* modules/Makefile.am, configure.ac: Added WebMessage module.
2005-11-08 Gregory Favre <gregory.favre@cern.ch>
* modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/dateutils.py,
modules/miscutil/lib/textutils.py: Added date and text utilities.
2005-11-08 Gregory Favre <gregory.favre@cern.ch>
* modules/webmessage/.cvsignore, modules/webmessage/Makefile.am,
modules/webmessage/doc/.cvsignore,
modules/webmessage/doc/Makefile.am,
modules/webmessage/doc/admin/.cvsignore,
modules/webmessage/doc/admin/Makefile.am,
modules/webmessage/doc/admin/guide.html.wml,
modules/webmessage/doc/hacking/.cvsignore,
modules/webmessage/doc/hacking/Makefile.am,
modules/webmessage/lib/.cvsignore,
modules/webmessage/lib/Makefile.am,
modules/webmessage/lib/webmessage.py,
modules/webmessage/lib/webmessage_config.py,
modules/webmessage/lib/webmessage_dblayer.py,
modules/webmessage/lib/webmessage_mailutils.py,
modules/webmessage/lib/webmessage_templates.py,
modules/webmessage/web/.cvsignore,
modules/webmessage/web/Makefile.am,
modules/webmessage/web/yourmessages.py: Initial release of the
WebMessage module.
2005-11-07 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/web/oai2d.py: BibHarvest security update
disallow concurrent requests.
2005-10-17 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/viewEditSubmissionEDS.php.wml:
Removed email messages when page moved or deleted; removed
JavaScript alert when page moved or deleted.
2005-10-17 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/parameterUpdate.php.wml: Removed
email to admin
2005-10-14 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/viewActionEDS.php.wml: Fixed a bug
concerning caller and doctype variables.
2005-10-14 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/viewActionEDS.php.wml: Fixed HTML tag
attribute errors; General cleaning;
2005-10-14 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/allElementsEDS.php.wml: Removed
JavaScript; General cleaning.
2005-10-14 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/pageDetsEDS.php.wml: cleaning
2005-10-14 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/viewEditSubmissionEDS.php.wml: Fixed
HTML tag attribute errors; General cleaning.
2005-10-14 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/veditFunDets.php.wml: Fixed HTML tag
attribute errors; Removed JavaScript; General cleaning
2005-10-14 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/newFunc.php.wml: Fixed HTML tag
attribute errors; removed JavaScript alert; general cleaning;
2005-10-14 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/editActionDets.php.wml: Fixed HTML
tag attribute errors; general cleaning
2005-10-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Send_Approval_Request.py: Fixed a
bug when closing date file.
2005-10-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Print_Success_SRV.py: Removed
pointless string concatenation
2005-10-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Print_Success_DEL.py: Removed
pointless string concatenation.
2005-10-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Print_Success.py: Corrected
success message.
2005-10-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Create_Modify_Interface.py:
Corrected Bug: When page was reloaded (by certain dynamic form
elements), values previously changed in fields were lost because
field values were once again pulled from the record in the DB, via
Get_Field. Added functionality to handle this situation - now gets
field values from DB record only one first call to page. On any
subsequent calls to page (after reload), field values are taken
from text files on server, so user's changes are no longer lost.
2005-10-13 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/functions/Create_Modify_Interface.py: Added
functionality to fix dates that are pulled back from the DB. If
they are stored in format '12 Oct 2005' and '2005-10-12', they are
now transformed into format '12/10/2005' before being put into form
field; Also fixed HTML attribute quoting errors.
2005-10-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Added functionality to
replace <TODAY> in form input tag (not types D or R(esponse)) with
today's date. With this a date field will be automatically
populated with today's date in the submission interface if the
input element was configured with a value of <TODAY>.
2005-10-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/removeDoctypeEDS.php.wml: Fixed HTML
tag attribute errors; General cleaning;
2005-10-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/viewChecksEDS.php.wml: Removed some
JavaScript alerts (they were shown when acheck had been updated to
signal success or fail; now message printed on screen); Other minor
cleaning
2005-10-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/elementConfigDetsEDS.php.wml: Removed
JavaScript popup; Cleaned some comments;
2005-10-12 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/actionFunctions.php.wml: Removed
JavaScript alert after function deletion.
2005-10-06 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/marc.html.wml: Updated URL
pointing to MARC 21 description.
2005-09-30 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/bibsched/bin/bibsched.in: reverted to a more violent
killing of bibsched as a daemon: in the current version, it uses
os.system to start sub-tasks. While these tasks run, it probably
ignores more friendly signals, like SIGINT.
2005-09-30 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/bibsched/bin/bibsched.in: fixed problems reported by
Tibor:
- no more explicit user / group management
- proper handling of the Manual <-> Auto switches
2005-09-28 Paulo Cabral <paulo.cabral@cern.ch>
* modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_templates.py: fixed email-style
reply and tweaked some small display querks
2005-09-28 Paulo Cabral <paulo.cabral@cern.ch>
* modules/webcomment/web/comments.py: fixed display bug - 'add
comment' and 'add review' now displayed properly
2005-09-23 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/doctypeCategoriesEDS.php.wml: Updated
some code comments
2005-09-23 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/documentEDS.php.wml: Removed outdated
comments
2005-09-23 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/addElementDescrEDS.php.wml: Removed
some out-dated comments
2005-09-23 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/addElement2PageEDS.php.wml: Removed
some JavaScript alerts - they were not necessary.
2005-09-23 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/editRecordFile.php.wml: Tightened
security for file opening - path now stripped and only basename
used.
2005-09-23 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/editRecordFile.php.wml: Fixed
handling of file opening for bibconvert upload templates. Path to
templates no longer passed - now set inside script code.; Removed
JavaScript pop-up messages for errors, etc.; Removed some pointless
comments.
2005-09-23 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/web/admin/func.php.wml: Fixed links to
upload-template files for Make_Record and Make_Modify_Record
functions (also removed filepath from link - now just filename.)
2005-09-15 Paulo Cabral <paulo.cabral@cern.ch>
* modules/webcomment/lib/webcomment.py: Possibly fixed unicode
encoding problem. Needs more testing.
2005-09-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_engine.py: Added help comment to
'home' function
2005-09-15 Paulo Cabral <paulo.cabral@cern.ch>
* modules/miscutil/lib/errorlib.py: changed filename of where
warnings are logged from cdsware.wrn to cdsware.log. Also changed
time format of logged messages.
2005-09-15 Paulo Cabral <paulo.cabral@cern.ch>
* modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/web/comments.py,
modules/webcomment/lib/webcomment_config.py: Give nice message when
no record ID is given to comments functions
2005-09-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/websubmit/lib/websubmit_templates.py: Corrected
'tmpl_submit_home_catalogs_doctype' function: Removed JavaScript
calls to non-existent pop-up window functions.
2005-09-15 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/index.html.wml: Added WebComment Admin
section.
2005-09-15 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/doc/admin/guide.html.wml: Fixed navtrail link.
2005-09-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibformat/lib/common/.cvsignore: Added some php files
that is generated during make.
2005-09-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibharvest/bin/.cvsignore: Added oaiharvest that is
generated during configure.
2005-09-15 Nicholas Robinson <nicholas.robinson@cern.ch>
* modules/bibrank/etc/.cvsignore: Added *.cfg files that are
generated during configure/make.
2005-09-14 Paulo Cabral <paulo.cabral@cern.ch>
* modules/webcomment/lib/webcomment.py: Fixed exception raised when
no recid sent to comments.py/display function. Fixed voting values.
2005-09-14 Paulo Cabral <paulo.cabral@cern.ch>
* modules/webcomment/web/admin/webcommentadmin.py: Fixed typo
uid-->auid that was causing strange behaviour
2005-09-14 Paulo Cabral <paulo.cabral@cern.ch>
* modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: Added comments and
reviews to appear at bottom of detailed record page
2005-09-14 Paulo Cabral <paulo.cabral@cern.ch>
* modules/webcomment/lib/webcomment_templates.py: Exchanged 'reply'
and 'report abuse' placement in html page
2005-09-14 Paulo Cabral <paulo.cabral@cern.ch>
* modules/webcomment/lib/webcomment.py: Fixed email details
2005-09-14 Paulo Cabral <paulo.cabral@cern.ch>
* modules/webcomment/web/comments.py: Fixed exception caused by
default language of external function
2005-09-14 Paulo Cabral <paulo.cabral@cern.ch>
* modules/websession/lib/webaccount.py: Changed places where
default language of a function was set to nothing, i.e. ln='', to
the usual, ln=cdslang
2005-09-14 Paulo Cabral <paulo.cabral@cern.ch>
* modules/websession/lib/websession_templates.py: Fixed badly
formed register link in tmpl_login_form
2005-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Grouped together BibHarvest
actions.
2005-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Fixed identical IDs of the
accACTION table.
2005-09-13 Paulo Cabral <paulo.cabral@cern.ch>
* modules/webaccess/lib/access_control_config.py: Added
cfgwebcomment action.
2005-09-13 Paulo Cabral <paulo.cabral@cern.ch>
* modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql,
modules/miscutil/sql/tabfill.sql.wml: New table created for
comments. Adding a nickname for admin. Setting up role for
WebComment administration.
2005-09-13 Paulo Cabral <paulo.cabral@cern.ch>
* modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcommentadminlib.py: Udating webcomment
module to respect new database column names
2005-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webcomment/lib/webcomment_templates.py: Moved importing
of bibrankadminlib to the template function it is used in, avoiding
circular import problem.
2005-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/.cvsignore: CVS should ignore only three .py
files that are built from the WML sources. (And not all .py
files.)
2005-09-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/__init__.py,
modules/miscutil/lib/__init__.py.wml: Treat properly WML and
non-WML source files.
2005-09-13 Paulo Cabral <paulo.cabral@cern.ch>
* modules/webstyle/img/stars-1-0.gif,
modules/webstyle/img/stars-1-5.gif,
modules/webstyle/img/stars-2-0.gif,
modules/webstyle/img/stars-2-5.gif,
modules/webstyle/img/stars-3-0.gif,
modules/webstyle/img/stars-3-5.gif,
modules/webstyle/img/stars-4-0.gif,
modules/webstyle/img/stars-4-5.gif,
modules/webstyle/img/stars-5-0.gif,
modules/webstyle/img/stars-except.gif: Added star images for the
WebComment module.
2005-09-13 Paulo Cabral <paulo.cabral@cern.ch>
* modules/webcomment/web/.cvsignore: Added *.pyc.
2005-09-13 Paulo Cabral <paulo.cabral@cern.ch>
* modules/webcomment/.cvsignore, modules/webcomment/Makefile.am,
modules/webcomment/doc/.cvsignore,
modules/webcomment/doc/Makefile.am,
modules/webcomment/doc/admin/.cvsignore,
modules/webcomment/doc/admin/Makefile.am,
modules/webcomment/doc/admin/guide.html.wml,
modules/webcomment/doc/hacking/.cvsignore,
modules/webcomment/doc/hacking/Makefile.am,
modules/webcomment/lib/.cvsignore,
modules/webcomment/lib/Makefile.am,
modules/webcomment/lib/webcomment.py,
modules/webcomment/lib/webcomment_config.py,
modules/webcomment/lib/webcomment_templates.py,
modules/webcomment/lib/webcomment_tests.py,
modules/webcomment/lib/webcommentadminlib.py,
modules/webcomment/web/.cvsignore,
modules/webcomment/web/Makefile.am,
modules/webcomment/web/comments.py,
modules/webcomment/web/admin/.cvsignore,
modules/webcomment/web/admin/Makefile.am,
modules/webcomment/web/admin/index.html.wml,
modules/webcomment/web/admin/webcommentadmin.py: Initial release of
the WebComment module.
2005-09-13 Paulo Cabral <paulo.cabral@cern.ch>
* modules/miscutil/lib/.cvsignore: Added *.pyc.
2005-09-13 Paulo Cabral <paulo.cabral@cern.ch>
* modules/miscutil/sql/.cvsignore: Added .pyc.
2005-09-13 Paulo Cabral <paulo.cabral@cern.ch>
* modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py: Introduced new error
box treatment.
2005-09-13 Paulo Cabral <paulo.cabral@cern.ch>
* modules/webstyle/css/cds.css: Added style classes for WebComment.
2005-09-13 Paulo Cabral <paulo.cabral@cern.ch>
* modules/miscutil/Makefile.am, modules/miscutil/web/.cvsignore,
modules/miscutil/web/Makefile.am, modules/miscutil/web/error.py:
Added web subdir containing the error page.
2005-09-13 Paulo Cabral <paulo.cabral@cern.ch>
* configure.ac: Added miscutil/web Makefile.
2005-09-13 Paulo Cabral <paulo.cabral@cern.ch>
* modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/errorlib.py,
modules/miscutil/lib/errorlib_tests.py: Added error library.
2005-09-13 Paulo Cabral <paulo.cabral@cern.ch>
* modules/miscutil/lib/config.py.wml: Added config variables for
the WebComment module.
2005-09-13 Paulo Cabral <paulo.cabral@cern.ch>
* modules/Makefile.am: Added WebComment.
2005-09-13 Paulo Cabral <paulo.cabral@cern.ch>
* configure.ac: Added WebComment Makefiles.
2005-09-13 Paulo Cabral <paulo.cabral@cern.ch>
* config/cdsnavbar.wml: Added links to WebComment Admin.
2005-09-13 Tibor Simko <tibor.simko@cern.ch>
* TODO: Added BibUpload-20050913 (XML MARC obtained via OAI).
2005-09-12 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: DE translation correction, thanks to Guido.
2005-09-01 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_tests.py: Added new test for
leading boolean operators in the search patterns. (And changed old
tests to respect the new behaviour for leading boolean operators.)
2005-09-01 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Do not force template
importing so that search_engine can be used from the command line.
Respect leading boolean operator in the search patterns; for
example, the query ``-ellis'' now gives all the documents except
those that contain the word ellis.
2005-09-01 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added oaiharvest.
2005-09-01 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: update-v0.7.0-tables should read
update-v0.7.1-tables. Fixed.
2005-08-30 Alberto Pepe <alberto.pepe@cern.ch>
* modules/websession/lib/websession_templates.py: Added
"cfgbibharvest" to the list of superadmin activities. Added lambda
functions to sort alphabetically list of admin options.
2005-08-30 Alberto Pepe <alberto.pepe@cern.ch>
* modules/websession/lib/webaccount.py: Added "cfgbibharvest" to
the list of superadmin activities.
2005-08-30 Alberto Pepe <alberto.pepe@cern.ch>
* Makefile.am: Added section "update-v0.7.0-tables": - removes
unused table oaiHARVEST and calls tabcreate to recreate it (in its
new form) - registers new actions runoaiharvest and cfgbibharvest
2005-08-30 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/lib/oaiharvestlib.py,
modules/miscutil/sql/tabcreate.sql: Modified column names of table
oaiHARVEST (removed CamelCase)
2005-08-30 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py: Modified column
names for table oaiHARVEST (removed CamelCase)
2005-08-29 Alberto Pepe <alberto.pepe@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Added oaiharvest-related
actions.
2005-08-29 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibsched/bin/bibsched.in: Added oaiharvest to the list of
valid bibsched task process names.
2005-08-29 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/doc/admin/guide.html.wml: Added section under
OAI Data Harvesting: Periodical harvesting. Renamed "bibharvest
command line tool" -> One time harvesting. Removed initial warning
("Guide incomplete...")
2005-08-29 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/web/admin/index.html.wml: Added entry point to
bibharvest admin interface
2005-08-29 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/web/admin/bibharvestadmin.py: added methods
for the BibHarvest Admin Interface
2005-08-29 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/lib/oaiharvestlib.py: oaiharvest module for
periodical oai harvesting. all functions defined here.
2005-08-29 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/lib/bibharvest_templates.py: added bulk of
functions for the HTML generation of the BibHarvest Admin user
interface
2005-08-29 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/lib/bibharvestadminlib.py: module that handles
the functions for the BibHarvest Admin web interface
2005-08-29 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/lib/Makefile.am: added paths to
bibharvestadminlib.py bibharvest_templates.py oaiharvestlib.py
2005-08-29 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/bin/oaiharvest.in: oaiharvest module: runs
perodical harvesting schedules from selected oai repositories.
2005-08-29 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/bin/Makefile.am: Added path to oaiharvest
executable.
2005-08-29 Alberto Pepe <alberto.pepe@cern.ch>
* modules/miscutil/sql/tabcreate.sql: modified oaiHARVEST table to
suit bibharvest admin.
2005-08-29 Alberto Pepe <alberto.pepe@cern.ch>
* modules/webaccess/lib/access_control_config.py: added actions for
bibharvest admin: 'cfgbibharvest', 'runoaiharvest'.
2005-08-24 Frederic Gobry <frederic.gobry@epfl.ch>
* modules/bibsched/bin/bibsched.in: This patch makes bibsched
usable as a init.d/ script. You can invoke it as
bibsched start
...to start it in the background, running as the user cdsware or
the user defined in the file <prefix>/etc/bibsched/config.
Similarly, you can stop it by running
bibsched stop
The previous invocation modes are kept for compatibility.
2005-08-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearch_templates.py: Fixed bad
indentation of the ``jump to record'' box.
2005-08-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.in,
modules/websearch/lib/Makefile.am,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/websearch_templates.py: Adding templating
code.
2005-08-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/Makefile.am, modules/websubmit/lib/file.py,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_templates.py,
modules/websubmit/web/getfile.py,
modules/websubmit/web/publiline.py,
modules/websubmit/web/summary.py,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yoursubmissions.py: Adding templating code.
2005-08-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/Makefile.am,
modules/websession/lib/webaccount.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/webuser.py,
modules/websession/web/youraccount.py: Adding templating code.
2005-08-15 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/Makefile.am,
modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert_templates.py,
modules/webalert/web/youralerts.py: Adding templating code.
2005-08-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/Makefile.am,
modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket_templates.py: Adding templating
code.
2005-08-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webaccount.py: Added language argument to
warning_guest_user().
2005-08-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Do not print non-public
records in similarity box. Add conference titles (111) into
similarity box.
2005-08-12 Tibor Simko <tibor.simko@cern.ch>
* TODO: Added BibFormat-20050527, WebAlert-20050812,
WebSearch-20050617, WebSearch-20050624, WebSubmit-20050628,
WebSubmit-20050713.
2005-07-25 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/run.html.wml: Added explicit -f
option for bibindex and bibrank tasks.
2005-07-22 Martin Vesely <martin.vesely@cern.ch>
* modules/miscutil/lib/config.py.wml: OAI variable
nb_identifiers_in_resume returned to the config.
2005-07-14 Martin Vesely <martin.vesely@cern.ch>
* config/config.wml: OAI tags compliancy for the CDSware demo site.
2005-07-07 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/lib/oai_repository.py: OAI from parameter does
not require the until parameter.
2005-07-06 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/lib/Makefile.am,
modules/bibharvest/lib/bibharvest_templates.py: Added bibharvest
web templates file.
2005-07-06 Alberto Pepe <alberto.pepe@cern.ch>
* config/cdsnavbar.wml: Added BibHarvest Admin Interface to the
navbar.
2005-07-06 Alberto Pepe <alberto.pepe@cern.ch>
* modules/bibharvest/lib/Makefile.am,
modules/bibharvest/lib/bibharvestadminlib.py,
modules/bibharvest/web/Makefile.am,
modules/bibharvest/web/admin/.cvsignore,
modules/bibharvest/web/admin/Makefile.am,
modules/bibharvest/web/admin/bibharvestadmin.py,
modules/bibharvest/web/admin/index.html.wml, configure.ac: Added
infrastructure for BibHarvest Admin interface.
2005-07-06 Alberto Pepe <alberto.pepe@cern.ch>
* modules/webhelp/web/admin/index.html.wml: Added pointers to
BibHarvest and BibEdit Admin interfaces.
2005-07-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/Makefile.am, modules/bibedit/lib/Makefile.am,
modules/bibedit/lib/bibedit_templates.py,
modules/bibedit/lib/bibeditadminlib.py,
modules/bibedit/web/.cvsignore, modules/bibedit/web/Makefile.am,
modules/bibedit/web/admin/.cvsignore,
modules/bibedit/web/admin/Makefile.am,
modules/bibedit/web/admin/bibeditadmin.py,
modules/bibedit/web/admin/index.html.wml, configure.ac,
config/cdsnavbar.wml: Added infrustructure for BibEdit Admin web
interface.
2005-07-04 Martin Vesely <martin.vesely@cern.ch>
* config/config.wml: OAIIDTAG and OAISETTAG defaults changed
according to MARC21 recommendation.
2005-07-04 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/bin/bibconvert.in: option -d shouldn't require
-Cx
2005-06-24 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Updated Anna's email address.
2005-06-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py: Added Scirus in the
``Haven't found what you were looking for?'' box.
2005-06-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/bin/webstat.in: Test existence of
greater-than-zero Lisp image file, as per recent change of creating
empty image files is case a CL implementation is not used.
2005-06-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/lib/Makefile.am: Create empty file for missing CL
implementations.
2005-06-09 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/Makefile.am: dbexec made executable too,
during make stage. (Useful for ``make update-v0.x.y-tables''
commands.)
2005-06-09 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Removed reference to non-existing dbexec.wml.
2005-06-09 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/Makefile.am: Make dbtest executable prior to
executing it.
2005-05-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/modules.html.wml,
modules/webhelp/web/hacking/modules.jpeg: New version of the
modules relationship JPEG image.
2005-05-23 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Respect some more .wml->.in changes.
2005-05-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/bin/webstat.in: Fixed etcdir.
2005-05-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/etc/.cvsignore, modules/bibrank/etc/Makefile.am,
modules/bibrank/etc/bibrankgkb.cfg.in,
modules/bibrank/etc/bibrankgkb.cfg.wml,
modules/bibrank/etc/bibrankgkb_jif_conv.kb.wml,
modules/bibrank/etc/bibrankgkb_jif_example.kb.wml,
modules/bibrank/etc/demo_jif.cfg.in,
modules/bibrank/etc/demo_jif.cfg.wml,
modules/bibrank/etc/demo_jif.kb.wml,
modules/bibrank/etc/stopwords.de.kb.wml,
modules/bibrank/etc/stopwords.kb.wml,
modules/bibrank/etc/template_citation.cfg.wml,
modules/bibrank/etc/template_combine_method.cfg,
modules/bibrank/etc/template_combine_method.cfg.wml,
modules/bibrank/etc/template_download_similarity.cfg.wml,
modules/bibrank/etc/template_download_total.cfg.wml,
modules/bibrank/etc/template_download_users.cfg.wml,
modules/bibrank/etc/template_single_tag_rank_method.cfg.in,
modules/bibrank/etc/template_single_tag_rank_method.cfg.wml,
modules/bibrank/etc/template_word_similarity.cfg.wml,
modules/bibrank/etc/wrd.cfg.wml: Getting rid of WML.
2005-05-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/etc/bibconvert/config/EDSPICTcreate.tpl.in,
modules/websubmit/etc/bibconvert/config/EDSPICTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRPICTcreate.tpl.in,
modules/websubmit/etc/bibconvert/config/EDSRPICTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRTEXTcreate.tpl.in,
modules/websubmit/etc/bibconvert/config/EDSRTEXTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSTEXTcreate.tpl.in,
modules/websubmit/etc/bibconvert/config/EDSTEXTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/Makefile.am: Getting rid of
WML.
2005-05-23 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/etc/Makefile.am,
modules/elmsubmit/etc/elmsubmit.cfg.in,
modules/elmsubmit/etc/elmsubmit.cfg.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added many `bin' files to AC_CONFIG_FILES.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/bin/Makefile.am,
modules/websubmit/bin/thumbmaker.in,
modules/websubmit/bin/thumbmaker.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/bin/Makefile.am, modules/webstat/bin/webstat.in,
modules/webstat/bin/webstat.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/bin/Makefile.am,
modules/webaccess/bin/authaction.in,
modules/webaccess/bin/authaction.wml,
modules/webaccess/bin/webaccessadmin.in,
modules/webaccess/bin/webaccessadmin.wml,
modules/webalert/bin/Makefile.am,
modules/webalert/bin/alertengine.in,
modules/webalert/bin/alertengine.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/Makefile.am, modules/miscutil/bin/dbexec.in,
modules/miscutil/bin/dbexec.wml, modules/miscutil/bin/dbtest.in,
modules/miscutil/bin/dbtest.wml, modules/miscutil/bin/testsuite.in,
modules/miscutil/bin/testsuite.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/bin/Makefile.am,
modules/bibupload/bin/bibupload.in,
modules/bibupload/bin/bibupload.wml,
modules/elmsubmit/bin/Makefile.am,
modules/elmsubmit/bin/elmsubmit.in,
modules/elmsubmit/bin/elmsubmit.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/bin/Makefile.am,
modules/bibsched/bin/bibsched.in,
modules/bibsched/bin/bibsched.wml,
modules/bibsched/bin/bibtaskex.in,
modules/bibsched/bin/bibtaskex.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/bin/Makefile.am, modules/bibrank/bin/bibrank.in,
modules/bibrank/bin/bibrank.wml, modules/bibrank/bin/bibrankgkb.in,
modules/bibrank/bin/bibrankgkb.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/bin/Makefile.am,
modules/bibindex/bin/bibindex.in,
modules/bibindex/bin/bibindex.wml, modules/bibindex/bin/bibstat.in,
modules/bibindex/bin/bibstat.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.in: Updated __version__.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/bin/Makefile.am,
modules/bibharvest/bin/bibharvest.in,
modules/bibharvest/bin/bibharvest.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/core/FlexElink.inc.php: Removed invalid
include.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/bin/Makefile.am,
modules/bibformat/bin/bibformat.in,
modules/bibformat/bin/bibformat.wml,
modules/bibformat/bin/bibreformat.in,
modules/bibformat/bin/bibreformat.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/bin/Makefile.am,
modules/bibedit/bin/refextract.in,
modules/bibedit/bin/refextract.wml,
modules/bibedit/bin/xmlmarclint.in,
modules/bibedit/bin/xmlmarclint.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/bin/Makefile.am,
modules/bibconvert/bin/bibconvert.in,
modules/bibconvert/bin/bibconvert.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/.cvsignore,
modules/websearch/bin/Makefile.am,
modules/websearch/bin/webcoll.in,
modules/websearch/bin/webcoll.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* TODO: Harmonized item titles to read MODULE-YYYYMMDD. Beware,
titles have changed. Beware, when the date was not known or was
identical, I have simply incremented them around. So some pre-2005
item dates aren't always `correct'. But this doesn't matter here.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/search.py: Removed leftover usage of
<LIBDIR> WML variable.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py: Replaced
<SUPPORTEMAIL> WML variable by its Pythonic equivalent.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py,
modules/webaccess/web/admin/webaccessadmin.py: Removed forgotten <:
... :> WML call.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Added variables for
bibindex_engine_config.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/Makefile.am,
modules/bibindex/lib/bibindex_engine_config.py,
modules/bibindex/lib/bibindex_engine_config.py.wml: Getting rid of
WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Added variables for
oai_repository_config.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/Makefile.am,
modules/bibharvest/lib/oai_repository_config.py,
modules/bibharvest/lib/oai_repository_config.py.wml: Getting rid of
WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Added variables for
access_control_config.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/Makefile.am,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/access_control_config.py.wml: Getting rid of
WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Added variables for
websubmit_config.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/Makefile.am,
modules/websubmit/lib/websubmit_config.py,
modules/websubmit/lib/websubmit_config.py.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: Added a note on why dbhost
etc WML variables are read here and not in config.py.wml.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Added config variables useful
for WebSearch.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/Makefile.am,
modules/websearch/lib/search_engine_config.py,
modules/websearch/lib/search_engine_config.py.wml: Getting rid of
WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/web/.cvsignore,
modules/bibharvest/web/Makefile.am,
modules/bibharvest/web/oai2d.py,
modules/bibharvest/web/oai2d.py.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/web/admin/.cvsignore,
modules/bibrank/web/admin/Makefile.am,
modules/bibrank/web/admin/bibrankadmin.py,
modules/bibrank/web/admin/bibrankadmin.py.wml,
modules/bibindex/web/admin/.cvsignore,
modules/bibindex/web/admin/Makefile.am,
modules/bibindex/web/admin/bibindexadmin.py,
modules/bibindex/web/admin/bibindexadmin.py.wml: Getting rid of
WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/web/admin/.cvsignore,
modules/webaccess/web/admin/Makefile.am,
modules/webaccess/web/admin/webaccessadmin.py,
modules/webaccess/web/admin/webaccessadmin.py.wml: Getting rid of
WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/web/.cvsignore,
modules/webbasket/web/Makefile.am,
modules/webbasket/web/yourbaskets.py,
modules/webbasket/web/yourbaskets.py.wml,
modules/webalert/web/.cvsignore, modules/webalert/web/Makefile.am,
modules/webalert/web/youralerts.py,
modules/webalert/web/youralerts.py.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/.cvsignore,
modules/websubmit/web/Makefile.am,
modules/websubmit/web/approve.py,
modules/websubmit/web/approve.py.wml,
modules/websubmit/web/direct.py,
modules/websubmit/web/direct.py.wml,
modules/websubmit/web/getfile.py,
modules/websubmit/web/getfile.py.wml,
modules/websubmit/web/publiline.py,
modules/websubmit/web/publiline.py.wml,
modules/websubmit/web/sub.py, modules/websubmit/web/sub.py.wml,
modules/websubmit/web/submit.py,
modules/websubmit/web/submit.py.wml,
modules/websubmit/web/summary.py,
modules/websubmit/web/summary.py.wml,
modules/websubmit/web/yourapprovals.py,
modules/websubmit/web/yourapprovals.py.wml,
modules/websubmit/web/yoursubmissions.py,
modules/websubmit/web/yoursubmissions.py.wml,
modules/websubmit/web/admin/.cvsignore,
modules/websubmit/web/admin/Makefile.am,
modules/websubmit/web/admin/referees.py,
modules/websubmit/web/admin/referees.py.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/.cvsignore,
modules/websession/web/Makefile.am,
modules/websession/web/youraccount.py,
modules/websession/web/youraccount.py.wml: Getting rid of WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/admin/.cvsignore,
modules/websearch/web/admin/Makefile.am,
modules/websearch/web/admin/websearchadmin.py,
modules/websearch/web/admin/websearchadmin.py.wml: Getting rid of
WML.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added note on setting up PythonPath in httpd.conf.
2005-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/.cvsignore,
modules/websearch/web/Makefile.am, modules/websearch/web/index.py,
modules/websearch/web/index.py.wml,
modules/websearch/web/search.py,
modules/websearch/web/search.py.wml: Getting rid of WML.
2005-05-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/lib/.cvsignore,
modules/bibconvert/lib/Makefile.am,
modules/bibconvert/lib/bibconvert.py,
modules/bibconvert/lib/bibconvert.py.wml,
modules/bibconvert/lib/bibconvert_tests.py,
modules/bibconvert/lib/bibconvert_tests.py.wml: Getting rid of WML.
2005-05-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/.cvsignore, modules/bibedit/lib/Makefile.am,
modules/bibedit/lib/bibrecord.py,
modules/bibedit/lib/bibrecord.py.wml,
modules/bibedit/lib/bibrecord_config.py,
modules/bibedit/lib/bibrecord_config.py.wml,
modules/bibedit/lib/bibrecord_tests.py,
modules/bibedit/lib/bibrecord_tests.py.wml,
modules/bibedit/lib/refextract.py,
modules/bibedit/lib/refextract.py.wml,
modules/bibedit/lib/refextract_config.py,
modules/bibedit/lib/refextract_config.py.wml: Getting rid of WML.
2005-05-12 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Added pdftotext variable.
2005-05-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/common/.cvsignore,
modules/bibformat/lib/common/Makefile.am,
modules/bibformat/lib/common/general.inc.php,
modules/bibformat/lib/common/general.inc.php.wml,
modules/bibformat/lib/common/global.inc.php.wml,
modules/bibformat/lib/core/.cvsignore,
modules/bibformat/lib/core/AEvalLan.inc.php,
modules/bibformat/lib/core/AEvalLan.inc.php.wml,
modules/bibformat/lib/core/FlexElink.inc.php,
modules/bibformat/lib/core/FlexElink.inc.php.wml,
modules/bibformat/lib/core/FormatRetriever.inc.php,
modules/bibformat/lib/core/FormatRetriever.inc.php.wml,
modules/bibformat/lib/core/IntVars.inc.php,
modules/bibformat/lib/core/IntVars.inc.php.wml,
modules/bibformat/lib/core/KBRetriever.inc.php,
modules/bibformat/lib/core/KBRetriever.inc.php.wml,
modules/bibformat/lib/core/LinkResolver.inc.php,
modules/bibformat/lib/core/LinkResolver.inc.php.wml,
modules/bibformat/lib/core/Makefile.am,
modules/bibformat/lib/core/OAISpecExtractor.inc.php,
modules/bibformat/lib/core/OAISpecExtractor.inc.php.wml,
modules/bibformat/lib/core/Processor.inc.php,
modules/bibformat/lib/core/Processor.inc.php.wml,
modules/bibformat/lib/core/RecordSeparator.inc.php,
modules/bibformat/lib/core/RecordSeparator.inc.php.wml,
modules/bibformat/lib/core/Timing.inc.php,
modules/bibformat/lib/core/Timing.inc.php.wml,
modules/bibformat/lib/core/TreeNode.inc.php,
modules/bibformat/lib/core/TreeNode.inc.php.wml,
modules/bibformat/lib/core/UDFRetriever.inc.php,
modules/bibformat/lib/core/UDFRetriever.inc.php.wml: Getting rid of
WML.
2005-05-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/.cvsignore,
modules/bibharvest/lib/Makefile.am,
modules/bibharvest/lib/oai_repository.py,
modules/bibharvest/lib/oai_repository.py.wml,
modules/bibharvest/lib/oai_repository_config.py,
modules/bibharvest/lib/oai_repository_config.py.wml,
modules/bibharvest/lib/oai_repository_tests.py,
modules/bibharvest/lib/oai_repository_tests.py.wml: Getting rid of
WML.
2005-05-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/.cvsignore,
modules/bibindex/lib/Makefile.am,
modules/bibindex/lib/bibindex_engine.py,
modules/bibindex/lib/bibindex_engine.py.wml,
modules/bibindex/lib/bibindex_engine_stemmer.py.wml,
modules/bibindex/lib/bibindex_engine_stemmer_tests.py,
modules/bibindex/lib/bibindex_engine_stemmer_tests.py.wml,
modules/bibindex/lib/bibindex_engine_stopwords.py.wml,
modules/bibindex/lib/bibindex_engine_tests.py,
modules/bibindex/lib/bibindex_engine_tests.py.wml,
modules/bibindex/lib/bibindexadminlib.py,
modules/bibindex/lib/bibindexadminlib.py.wml: Getting rid of WML.
2005-05-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py: Get rid of one forgotten
<: ... :> WML call.
2005-05-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/.cvsignore, modules/bibrank/lib/Makefile.am,
modules/bibrank/lib/bibrank_citation_grapher.py,
modules/bibrank/lib/bibrank_citation_grapher.py.wml,
modules/bibrank/lib/bibrank_citation_indexer.py,
modules/bibrank/lib/bibrank_citation_indexer.py.wml,
modules/bibrank/lib/bibrank_citation_indexer_tests.py,
modules/bibrank/lib/bibrank_citation_indexer_tests.py.wml,
modules/bibrank/lib/bibrank_citation_searcher.py,
modules/bibrank/lib/bibrank_citation_searcher.py.wml,
modules/bibrank/lib/bibrank_citation_searcher_tests.py,
modules/bibrank/lib/bibrank_citation_searcher_tests.py.wml,
modules/bibrank/lib/bibrank_downloads_grapher.py,
modules/bibrank/lib/bibrank_downloads_grapher.py.wml,
modules/bibrank/lib/bibrank_downloads_indexer.py,
modules/bibrank/lib/bibrank_downloads_indexer.py.wml,
modules/bibrank/lib/bibrank_downloads_indexer_tests.py.wml,
modules/bibrank/lib/bibrank_downloads_similarity.py,
modules/bibrank/lib/bibrank_downloads_similarity.py.wml,
modules/bibrank/lib/bibrank_grapher.py,
modules/bibrank/lib/bibrank_grapher.py.wml,
modules/bibrank/lib/bibrank_record_sorter.py,
modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_record_sorter_tests.py,
modules/bibrank/lib/bibrank_record_sorter_tests.py.wml,
modules/bibrank/lib/bibrank_tag_based_indexer.py,
modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
modules/bibrank/lib/bibrank_tag_based_indexer_tests.py,
modules/bibrank/lib/bibrank_tag_based_indexer_tests.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py,
modules/bibrank/lib/bibrank_word_indexer.py.wml,
modules/bibrank/lib/bibrankadminlib.py,
modules/bibrank/lib/bibrankadminlib.py.wml: Getting rid of WML.
2005-05-12 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/.cvsignore,
modules/elmsubmit/lib/Makefile.am,
modules/elmsubmit/lib/config2pyobj.py,
modules/elmsubmit/lib/config2pyobj.py.wml,
modules/elmsubmit/lib/elmsubmit.py,
modules/elmsubmit/lib/elmsubmit.py.wml,
modules/elmsubmit/lib/elmsubmit_EZArchive.py,
modules/elmsubmit/lib/elmsubmit_EZArchive.py.wml,
modules/elmsubmit/lib/elmsubmit_EZEmail.py,
modules/elmsubmit/lib/elmsubmit_EZEmail.py.wml,
modules/elmsubmit/lib/elmsubmit_doctype_test.py,
modules/elmsubmit/lib/elmsubmit_doctype_test.py.wml,
modules/elmsubmit/lib/elmsubmit_enriched2txt.py,
modules/elmsubmit/lib/elmsubmit_enriched2txt.py.wml,
modules/elmsubmit/lib/elmsubmit_field_validation.py,
modules/elmsubmit/lib/elmsubmit_field_validation.py.wml,
modules/elmsubmit/lib/elmsubmit_filename_generator.py,
modules/elmsubmit/lib/elmsubmit_filename_generator.py.wml,
modules/elmsubmit/lib/elmsubmit_html2txt.py,
modules/elmsubmit/lib/elmsubmit_html2txt.py.wml,
modules/elmsubmit/lib/elmsubmit_misc.py,
modules/elmsubmit/lib/elmsubmit_misc.py.wml,
modules/elmsubmit/lib/elmsubmit_richtext2txt.py,
modules/elmsubmit/lib/elmsubmit_richtext2txt.py.wml,
modules/elmsubmit/lib/elmsubmit_submission_parser.py,
modules/elmsubmit/lib/elmsubmit_submission_parser.py.wml,
modules/elmsubmit/lib/encdet.py,
modules/elmsubmit/lib/encdet.py.wml,
modules/elmsubmit/lib/encdet_utf8.py,
modules/elmsubmit/lib/encdet_utf8.py.wml,
modules/elmsubmit/lib/lex.py, modules/elmsubmit/lib/lex.py.wml,
modules/elmsubmit/lib/lextab.py,
modules/elmsubmit/lib/lextab.py.wml,
modules/elmsubmit/lib/myhtmlentitydefs.py,
modules/elmsubmit/lib/myhtmlentitydefs.py.wml,
modules/elmsubmit/lib/parsetab.py,
modules/elmsubmit/lib/parsetab.py.wml,
modules/elmsubmit/lib/yacc.py, modules/elmsubmit/lib/yacc.py.wml,
modules/elmsubmit/lib/magic/.cvsignore,
modules/elmsubmit/lib/magic/Makefile.am,
modules/elmsubmit/lib/magic/__init__.py.wml,
modules/elmsubmit/lib/magic/compile_magic.py,
modules/elmsubmit/lib/magic/compile_magic.py.wml: Getting rid of
WML.
2005-05-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/.cvsignore,
modules/webaccess/lib/Makefile.am,
modules/webaccess/lib/access_control_admin.py,
modules/webaccess/lib/access_control_admin.py.wml,
modules/webaccess/lib/access_control_config.py,
modules/webaccess/lib/access_control_config.py.wml,
modules/webaccess/lib/access_control_engine.py,
modules/webaccess/lib/access_control_engine.py.wml,
modules/webaccess/lib/external_authentication.py,
modules/webaccess/lib/external_authentication.py.wml,
modules/webaccess/lib/webaccessadmin_lib.py,
modules/webaccess/lib/webaccessadmin_lib.py.wml: Getting rid of
WML.
2005-05-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/.cvsignore,
modules/webalert/lib/Makefile.am,
modules/webalert/lib/alert_engine.py,
modules/webalert/lib/alert_engine.py.wml,
modules/webalert/lib/htmlparser.py,
modules/webalert/lib/htmlparser.py.wml,
modules/webalert/lib/textwrap.py.wml,
modules/webalert/lib/webalert.py,
modules/webalert/lib/webalert.py.wml: Getting rid of WML.
2005-05-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/.cvsignore,
modules/webbasket/lib/Makefile.am,
modules/webbasket/lib/webbasket.py,
modules/webbasket/lib/webbasket.py.wml: Getting rid of WML.
2005-05-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/.cvsignore,
modules/websearch/lib/Makefile.am,
modules/websearch/lib/search_engine.py,
modules/websearch/lib/search_engine.py.wml,
modules/websearch/lib/search_engine_tests.py,
modules/websearch/lib/search_engine_tests.py.wml,
modules/websearch/lib/websearchadminlib.py,
modules/websearch/lib/websearchadminlib.py.wml: Getting rid of WML.
2005-05-12 Tibor Simko <tibor.simko@cern.ch>
* TODO: Added BibUpload-20050512 and BibRank-20050504.
2005-05-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/.cvsignore,
modules/websession/lib/Makefile.am,
modules/websession/lib/session.py.wml,
modules/websession/lib/webaccount.py,
modules/websession/lib/webaccount.py.wml,
modules/websession/lib/websession.py.wml,
modules/websession/lib/webuser.py.wml: Getting rid of WML.
2005-05-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/bin/sessiongc.wml: Removed wrong file heading
info.
2005-05-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/.cvsignore,
modules/websubmit/lib/Makefile.am, modules/websubmit/lib/file.py,
modules/websubmit/lib/file.py.wml,
modules/websubmit/lib/websubmit_engine.py,
modules/websubmit/lib/websubmit_engine.py.wml: Getting rid of WML.
2005-05-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/functions/.cvsignore,
modules/websubmit/lib/functions/Add_Files.py,
modules/websubmit/lib/functions/Add_Files.py.wml,
modules/websubmit/lib/functions/CaseEDS.py,
modules/websubmit/lib/functions/CaseEDS.py.wml,
modules/websubmit/lib/functions/Create_Modify_Interface.py,
modules/websubmit/lib/functions/Create_Modify_Interface.py.wml,
modules/websubmit/lib/functions/Create_Recid.py,
modules/websubmit/lib/functions/Create_Recid.py.wml,
modules/websubmit/lib/functions/Finish_Submission.py,
modules/websubmit/lib/functions/Finish_Submission.py.wml,
modules/websubmit/lib/functions/Format_Record.py,
modules/websubmit/lib/functions/Format_Record.py.wml,
modules/websubmit/lib/functions/Get_Info.py,
modules/websubmit/lib/functions/Get_Info.py.wml,
modules/websubmit/lib/functions/Get_Report_Number.py,
modules/websubmit/lib/functions/Get_Report_Number.py.wml,
modules/websubmit/lib/functions/Get_Sysno.py,
modules/websubmit/lib/functions/Get_Sysno.py.wml,
modules/websubmit/lib/functions/Insert_Modify_Record.py,
modules/websubmit/lib/functions/Insert_Modify_Record.py.wml,
modules/websubmit/lib/functions/Insert_Record.py,
modules/websubmit/lib/functions/Insert_Record.py.wml,
modules/websubmit/lib/functions/Is_Original_Submitter.py,
modules/websubmit/lib/functions/Is_Original_Submitter.py.wml,
modules/websubmit/lib/functions/Is_Referee.py,
modules/websubmit/lib/functions/Is_Referee.py.wml,
modules/websubmit/lib/functions/Mail_Submitter.py,
modules/websubmit/lib/functions/Mail_Submitter.py.wml,
modules/websubmit/lib/functions/Make_Modify_Record.py,
modules/websubmit/lib/functions/Make_Modify_Record.py.wml,
modules/websubmit/lib/functions/Make_Record.py,
modules/websubmit/lib/functions/Make_Record.py.wml,
modules/websubmit/lib/functions/Makefile.am,
modules/websubmit/lib/functions/Move_Files_Archive.py,
modules/websubmit/lib/functions/Move_Files_Archive.py.wml,
modules/websubmit/lib/functions/Move_From_Pending.py,
modules/websubmit/lib/functions/Move_From_Pending.py.wml,
modules/websubmit/lib/functions/Move_to_Done.py,
modules/websubmit/lib/functions/Move_to_Done.py.wml,
modules/websubmit/lib/functions/Move_to_Pending.py,
modules/websubmit/lib/functions/Move_to_Pending.py.wml,
modules/websubmit/lib/functions/Print_Success.py,
modules/websubmit/lib/functions/Print_Success.py.wml,
modules/websubmit/lib/functions/Print_Success_APP.py,
modules/websubmit/lib/functions/Print_Success_APP.py.wml,
modules/websubmit/lib/functions/Print_Success_DEL.py,
modules/websubmit/lib/functions/Print_Success_DEL.py.wml,
modules/websubmit/lib/functions/Print_Success_MBI.py,
modules/websubmit/lib/functions/Print_Success_MBI.py.wml,
modules/websubmit/lib/functions/Print_Success_SRV.py,
modules/websubmit/lib/functions/Print_Success_SRV.py.wml,
modules/websubmit/lib/functions/Report_Number_Generation.py,
modules/websubmit/lib/functions/Report_Number_Generation.py.wml,
modules/websubmit/lib/functions/Retrieve_Data.py,
modules/websubmit/lib/functions/Retrieve_Data.py.wml,
modules/websubmit/lib/functions/Send_APP_Mail.py,
modules/websubmit/lib/functions/Send_APP_Mail.py.wml,
modules/websubmit/lib/functions/Send_Approval_Request.py,
modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
modules/websubmit/lib/functions/Send_Modify_Mail.py,
modules/websubmit/lib/functions/Send_Modify_Mail.py.wml,
modules/websubmit/lib/functions/Send_SRV_Mail.py,
modules/websubmit/lib/functions/Send_SRV_Mail.py.wml,
modules/websubmit/lib/functions/Test_Status.py,
modules/websubmit/lib/functions/Test_Status.py.wml,
modules/websubmit/lib/functions/Update_Approval_DB.py,
modules/websubmit/lib/functions/Update_Approval_DB.py.wml,
modules/websubmit/lib/functions/Upload_Files.py,
modules/websubmit/lib/functions/Upload_Files.py.wml,
modules/websubmit/lib/functions/mail.py.wml: Getting rid of WML.
2005-05-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/etc/bibconvert/config/.cvsignore,
modules/websubmit/etc/bibconvert/config/EDSPICT.tpl,
modules/websubmit/etc/bibconvert/config/EDSPICT.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSPICTmodify.tpl,
modules/websubmit/etc/bibconvert/config/EDSPICTmodify.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRPICT.tpl,
modules/websubmit/etc/bibconvert/config/EDSRPICT.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRPICTmodify.tpl,
modules/websubmit/etc/bibconvert/config/EDSRPICTmodify.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRTEXT.tpl,
modules/websubmit/etc/bibconvert/config/EDSRTEXT.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRTEXTmodify.tpl,
modules/websubmit/etc/bibconvert/config/EDSRTEXTmodify.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSTEXT.tpl,
modules/websubmit/etc/bibconvert/config/EDSTEXT.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSTEXTmodify.tpl,
modules/websubmit/etc/bibconvert/config/EDSTEXTmodify.tpl.wml,
modules/websubmit/etc/bibconvert/config/Makefile.am: Getting rid of
WML.
2005-05-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/etc/bibconvert/KB/.cvsignore,
modules/websubmit/etc/bibconvert/KB/Makefile.am,
modules/websubmit/etc/bibconvert/KB/Month.KB.wml: Getting rid of
WML.
2005-05-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/Makefile.am,
modules/webstyle/lib/template.py,
modules/webstyle/lib/webstyle_templates.py,
modules/webstyle/lib/webstyle_templates_default.py: Do not use
_default in the template filename.
2005-05-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/Makefile.am,
modules/webstyle/lib/template.py,
modules/webstyle/lib/webstyle_templates.py,
modules/webstyle/lib/webstyle_templates_default.py: Renamed
webstyle_templates.py to webstyle_templates_default.py.
2005-05-10 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Add back CFG_TEMPLATE_SKIN.
2005-05-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/template.py: Fixed indentation and some
pylint complaints.
2005-05-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/Makefile.am, modules/webstyle/css/cds.css:
Getting rid of WML.
2005-05-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Renaming to cds.css.
2005-05-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/.cvsignore,
modules/webstyle/lib/Makefile.am, modules/webstyle/lib/template.py,
modules/webstyle/lib/webpage.py,
modules/webstyle/lib/webstyle_templates.py: Adding templating code,
getting rid of WML.
2005-05-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py.wml: Renamed to webpage.py.
2005-05-10 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Added other page box
elements.
2005-05-04 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Version bump after the release.
CDSware v0.7.1 (released 2005-05-04)
====================================
2005-05-04 Tibor Simko <tibor.simko@cern.ch>
* ChangeLog: Release of v0.7.1.
2005-05-04 Tibor Simko <tibor.simko@cern.ch>
* RELEASE-NOTES, NEWS: Release of v0.7.1.
2005-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: Quick-fixed the case of
the `-d' command line option, as used by WebSubmit. (It wasn't
working as of v0.7.0 included!)
2005-05-04 Tibor Simko <tibor.simko@cern.ch>
* config.nice.in: Added --with-clisp, --with-cmucl and --with-sbcl
arguments.
2005-05-04 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Release of v0.7.1.
2005-05-04 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Removed CFG_TEMPLATE_SKIN as per the
forthcoming v0.7.1 release. Added explicit HTML mode and UTF-8
coding for Emacs.
2005-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Invert the order of
Google Print vs. Google Scholar in the ``Haven't found...'' box.
2005-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Create a link to
Google Print in the ``Haven't found...'' box if the user started
her search from the Books collection.
2005-05-04 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Updated Anna's address.
2005-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: page_end() now always
returns empty list for the `id' output format, regardless of the
`req' settings. This is useful for the search engine clients such
as the alert engine, because the page_end() was sometimes invoked
to terminate a zero-hit search branch.
2005-05-03 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/index.html.wml: Updated Catalan
translation, thanks to Ferran.
2005-05-03 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Added Catalan and CFG_TEMPLATE_SKIN for the
templating.
2005-05-03 Tibor Simko <tibor.simko@cern.ch>
* config/configbis.wml.in: Added LOCALEDIR, from the EPFL tree.
2005-05-03 Tibor Simko <tibor.simko@cern.ch>
* config/cdswmllib.wml: Added Catalan.
2005-05-03 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Introducing Catalan translation, thanks to
Ferran.
2005-05-03 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/Makefile.am,
modules/webhelp/web/index.html.wml,
modules/webhelp/web/admin/Makefile.am: Introducing Catalan
translation, thanks to Ferran.
2005-05-03 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py.wml: Added Catalan. Added
gettext language functions from the EPFL tree.
2005-05-03 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Introduced Catalan
translation. Added WML variables related to templating.
2005-05-03 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Introduced Catalan
translation, thanks to Ferran. Updated Spanish translation.
2005-05-03 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Introducing Catalan
translations, thanks to Ferran. Updating Spanish translations.
2005-05-03 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/admin/Makefile.am: Introducing Catalan
translation.
2005-05-03 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/Makefile.am,
modules/websearch/doc/guide.html.wml,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml: Introducing Catalan
translation, thanks to Ferran.
2005-05-02 Tibor Simko <tibor.simko@cern.ch>
* CREDITS: Added Ferran Jorba.
2005-05-02 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml: Cleanup of the bad
markup of the old FlexElink manual, thanks to Ferran Jorba.
2005-05-02 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/doc/admin/Makefile.am: Added missing BibFormat
Admin Guide images to the distribution tarball. (EXTRA_DIST)
2005-04-20 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added a recommendation to compile mod_php and mod_python
against the same MySQL client library, so that the two Apache
modules would use the same MySQL client library. (We saw
Apache/PHP/Python problems in the past when they weren't.)
2005-04-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Added some
try/except statements to catch the case of a
not-existing-but-still-being-referenced-to collection.
2005-04-12 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Fixed Greek
translation of Articles, thanks to Theodoros.
2005-04-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/doc/admin/Makefile.am: Fixed LANG_EL typo for
the EL translation, thanks to Theodoros.
2005-04-11 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/index.html.wml,
modules/websearch/doc/index.html.wml: Updated Portuguese
translation, thanks to Flavio.
2005-04-08 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Updated Portuguese translations, thanks to
Flavio. Introduced language-specific FIXME tags (e.g. FIXME_no) so
that we can track more easily which language needs updating.
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Version bump after the release.
CDSware v0.7.0 (released 2005-04-06)
====================================
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* NEWS, RELEASE-NOTES: Clarified wording in the v0.7.0 release
news.
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* RELEASE-NOTES, ChangeLog, NEWS: Release of v0.7.0.
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/refextract.py.wml: Fixed errors with
umlaut-like corrections. (Nick)
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Put a note about xpdf v3, for the reference extractor.
Updated info for Common Lisp implementations. Inserted a hint
about terminal scrolling speed.
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Updated info for Anna, Diane and Nick. Address change
for Eric.
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Respect language
selection when printing record lists for similarity boxen.
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: More `dowloads' typos fixed. Looks like I
need a sencha break.
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Typo for MSG_DOWNLOADS_HISTORY fixed.
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_downloads_grapher.py.wml: Fixed
users_analysis_text typo.
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_downloads_grapher.py.wml: Fixed a
typo introduced by one of the previous commits.
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_downloads_grapher.py.wml: Fixed a
typo introduced by previous commit.
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_grapher.py.wml: I18N of the
citation history box title.
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_downloads_grapher.py.wml: I18N of the
downloads history box title.
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: I18N of
citation-related and downloads-related boxen.
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py.wml: Introduce new
citation-related and downloads-related messages.
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Introduce citation-related and
download-related messages.
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Make general language code change (cz->cs, se->sv)
for target update-v0.5.0-tables.
2005-04-06 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Version number bump. (v0.7.0)
2005-04-04 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/dbexec.wml: Quote access credentials when
calling mysql client.
2005-04-01 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: When detecting database's last
update timestamp, check also bibfmt table. Useful for the record
formats displayed in the ``Latest additions'' boxes on the
collection pages.
2005-03-31 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Introduced collection cache
last updated timestamp, in order to relax when no record was
modified/added since the last run and no collection
definifion/options/portalboxes/etc were updated since the last run.
(Closes #WebSearch-016.) In addition, introduced --force option
to force cache update regardless of timestamps, and modified
slightly the verbose message behaviour.
2005-03-31 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/bin/webstat.wml: Respect paths to Common Lisp
implementations found by configure.
2005-03-31 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/lib/Makefile.am: Respect names of Common Lisp
executables found by configure. Fixed out-of-source-tree building
paths, thanks to Fred.
2005-03-31 Tibor Simko <tibor.simko@cern.ch>
* .cvsignore: Added build subdir.
2005-03-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_tag_based_indexer.py.wml: Cleaned up
add_recIDs_by_date().
2005-03-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_word_indexer.py.wml: Fixed the
bibrank -m option (add_recIDs_by_date).
2005-03-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py.wml: Fixed
add_recIDs_by_date() in case user wants to index records based on
explicitely given modification dates. (bibindex -m)
2005-03-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/doc/admin/guide.html.wml: Added a note that the
program is to be used on moderately-sized logs only. Fixed a typo
in ETCDIR path.
2005-03-29 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added path to websumbit/bin and bibconvert/lib
makefiles. Added --with-clisp, --with-cmucl and --with-sbcl
optional arguments.
2005-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Cleaned up the
citation/download stuff. Also added missing global cache variables
to the cache function, as observed by Paulo.
2005-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_downloads_similarity.py.wml: Cleaned
the API to reading similarity functions. Also, the records
returned are now sorted by and presented with a score deduced not
from the number of downloads/pageviews but from the number of
different client hosts (readers). This reflects better the purpose
of the box ("people who have viewed this page have also viewed")
and makes it somewhat harder to artificially push up one's papers
(when done in a naive way).
2005-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher_tests.py.wml:
Respect cleaned citation search interface.
2005-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher.py.wml: Cleaned up
and simplified the citation search API. Added optional sorting
order.
2005-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_grapher.py.wml: Respect
cleaned citation search API. Delete a forgotten print statement.
2005-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: Warning
messages cleanup. Citation search cleanup.
2005-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/style.html.wml: Psyco typo fixed.
2005-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/style.html.wml: Some more words on
the minimum information principle. Also added URL to Vademecum and
Essays.
2005-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/Makefile.am: Added bin subdir.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Print only one author
(and eventually et al) for "hs" output format.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher.py.wml: Introduced
cache_* variables for citation/reference lists and fixed
nullp-related problems.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Fixed "record ID"
international field name for "hs" output format.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_downloads_grapher.py.wml: Renamed API
and improved the docstring a bit. More refactoring needed.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_grapher.py.wml: Started
refactoring. More needed.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_grapher.py.wml: Do not use Gnuplot
debug flag. Moved set term to the first command position.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_config.py.wml: Put
cfg_experimental_features to a "no" level, by default.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Refactored a bit
citation/dowload thing. More work needed. Introduced
cfg_experimental_features to disable citation/download.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_config.py.wml: Added option
cfg_experimental_features.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/Makefile.am: Introduced new subdir (lib).
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/lib/.cvsignore: Added basic cvsignore file.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_grapher.py.wml: Changed
title of Citation history graph.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_downloads_grapher.py.wml: Changed
title of HTML box.
2005-03-23 Martin Vesely <martin.vesely@cern.ch>
* modules/miscutil/bin/testsuite.wml: Unit tests for BibConvert
module added.
2005-03-23 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/lib/Makefile.am: Makefile.am for
bibconvert/lib added.
2005-03-23 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/lib/oai_repository_tests.py.wml: Test cases
updated.
2005-03-23 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/lib/bibconvert_tests.py.wml: Framework for
BibConvert unit testing defined. Test cases for BibConvert
formatting functions added.
2005-03-23 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/lib/bibconvert.py.wml,
modules/bibconvert/bin/bibconvert.wml: BibConvert library created
from the original bin/bibconvert file.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/Makefile.am: Added forgotten
oai_repository_tests.py target.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/style.html.wml: Expanded Python
coding style guidelines. Fixed some MySQL table names
(bibwords->idx) and added more.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/file.py.wml: Added recognition for many new
compressed file extensions to BibDoc:BuildFileList(). The list of
compressed file extensions is taken from websubmit_config.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_config.py.wml: Added list of
known compressed file extensions.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/file.py.wml: Fixed BibDoc.BuildFileList()
extension detecting for ".gz" files, since the system expects .gz
to be a part of extension.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/file.py.wml: Added quoting of URL arguments
to fix problems for filenames with spaces etc.
2005-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/file.py.wml: Fixed BibDoc.BuildFileList()
with respect to detecting file basename and extension.
2005-03-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_downloads_grapher.py.wml: Make sure
that create_tic_intervals() returns at least two datetime points,
for safe graph creation. Useful for recently submitted documents.
Also, symbol name cleanup started. Much work remains to be done.
2005-03-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_grapher.py.wml: Rotate xtics only if
the number of datetime intervals is greater than one.
2005-03-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_grapher.py.wml: Fixed
write_coordinates_in_tmp_file() in case there are no y-axis values.
2005-03-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher.py.wml: Fixed case
of `unknown' record when getting citations data.
2005-03-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_downloads_indexer.py.wml: Clean
dependencies and remove WML versioning.
2005-03-21 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/marc.html.wml: Added 693 $$f
(Facility) to the CERN MARC schema.
2005-03-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/file.py.wml: Fixed registerDownload
function.
2005-03-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_indexer.py.wml: Fixed
indentation. Got rid of debugging messages. Started to rename
symbols, but much work remains to be done.
2005-03-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_tag_based_indexer.py.wml: Add
forgotten config parameter to get_citation_weight() call.
2005-03-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_grapher.py.wml: Typo fixed.
2005-03-21 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/lib/bibconvert_tests.py.wml: Unit tests for
bibconvert module added.
2005-03-21 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabbibclean.sql: Truncate also
rnkCITATIONDATA, rnkDOWNLOADS, and rnkPAGEVIEWS.
2005-03-21 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/doc/admin/bibtex.cfg: Example updated to
default print of record heade.
2005-03-21 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/doc/admin/dcxml-to-marcxml.cfg,
modules/bibconvert/doc/admin/dcq.cfg,
modules/bibconvert/doc/admin/sample.cfg: Example updated to default
print of record header.
2005-03-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/getfile.py.wml: Fixed importing of CDSware
Python lib files, broken by the last commit.
2005-03-18 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/web/oai2d.py.wml,
modules/bibharvest/lib/oai_repository.py.wml,
modules/bibharvest/lib/oai_repository_tests.py.wml: Coding standard
check.
2005-03-18 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/bin/webstat.wml, modules/webstat/lib/Makefile.am:
Removed --disable-debugger option for SBCL, for the sake of
backwards compatibility with SBCL 0.7.2 that is present on
Debian/woody.
2005-03-18 Martin Vesely <martin.vesely@cern.ch>
* modules/miscutil/bin/testsuite.wml,
modules/bibharvest/lib/oai_repository_tests.py.wml: Unit tests for
bibharvest oai repository added.
2005-03-17 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/lib/oai_repository_tests.py.wml: OAI
repository test suite added.
2005-03-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/refextract.py.wml: Pylint-related code
cleanup by Nick.
2005-03-17 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/run.html.wml: Added a note on the
necessity of doing bibrank -R once in a while.
2005-03-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher_tests.py.wml: Make
the tests inactive, unless we introduce citation data into the demo
site.
2005-03-17 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/testsuite.wml: Added bibrank citation and
download test suite.
2005-03-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_downloads_indexer_tests.py.wml:
Message and code cleanup.
2005-03-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_indexer_tests.py.wml:
Renamed class to TestCitationIndexer.
2005-03-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher_tests.py.wml:
Cleanup.
2005-03-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher.py.wml: Cleanup and
prevention of co-cited-with troubles for empty citation data.
2005-03-17 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_indexer_tests.py.wml:
Cleanup.
2005-03-16 Diane Berkovits <diane.berkovits@epfl.ch>
* modules/bibrank/etc/template_download_similarity.cfg.wml,
modules/bibrank/etc/template_download_total.cfg.wml,
modules/bibrank/etc/template_download_users.cfg.wml: Added config
files for ranking-by-download functions.
2005-03-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher.py.wml: Fixed
get_cited_by_list() in case there are no citations.
2005-03-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Added registration of
Detailed record page view events for the ``People who viewed this
page also viewed'' functionality.
Fixed usage of physical machine name instead of weburl.
2005-03-15 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Call tabcreate.sql for update-v0.5.0-tables target
due to new citation/download ranking tables.
2005-03-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql: Add table rnkPAGEVIEWS.
2005-03-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_citation_searcher.py.wml: Fixed case
of empty citation data.
2005-03-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabdrop.sql: Drop also new tables
rnkCITATIONDATA and rnkDOWNLOADS.
2005-03-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Create rnkCITATIONDATA and
rnkDOWNLOADS tables only if they don't exist.
2005-03-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Add rnkDOWNLOADS and
rnkCITATIONDATA tables.
2005-03-15 Anna Afshar <anna.afsharghasemlouy@epfl.ch>
* modules/websearch/lib/search_engine.py.wml: Added co-cited with
functionality.
2005-03-15 Anna Afshar <anna.afsharghasemlouy@epfl.ch>
* modules/bibrank/etc/template_citation.cfg.wml: Template for
citation ranking configuration file.
2005-03-15 Anna Afshar <anna.afsharghasemlouy@epfl.ch>
* modules/bibrank/lib/Makefile.am: Add files related to citation
ranking.
2005-03-15 Anna Afshar <anna.afsharghasemlouy@epfl.ch>
* modules/bibrank/lib/bibrank_citation_grapher.py.wml,
modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_citation_indexer.py.wml,
modules/bibrank/lib/bibrank_citation_indexer_tests.py.wml,
modules/bibrank/lib/bibrank_citation_searcher.py.wml,
modules/bibrank/lib/bibrank_citation_searcher_tests.py.wml: Initial
release of the citation ranking module.
2005-03-15 Diane Berkovits <diane.berkovits@epfl.ch>
* modules/websearch/lib/search_engine.py.wml: Introduced ranking by
citations/downloads.
2005-03-15 Diane Berkovits <diane.berkovits@epfl.ch>
* modules/bibrank/lib/bibrank_tag_based_indexer.py.wml: Initial
release of the citation/download ranking.
2005-03-15 Diane Berkovits <diane.berkovits@epfl.ch>
* modules/websubmit/lib/file.py.wml,
modules/websubmit/web/getfile.py.wml: Added registration of
downloading events for the ranking purposes.
2005-03-15 Diane Berkovits <diane.berkovits@epfl.ch>
* modules/bibrank/lib/Makefile.am,
modules/bibrank/lib/bibrank_downloads_grapher.py.wml,
modules/bibrank/lib/bibrank_downloads_indexer.py.wml,
modules/bibrank/lib/bibrank_downloads_indexer_tests.py.wml,
modules/bibrank/lib/bibrank_downloads_similarity.py.wml,
modules/bibrank/lib/bibrank_grapher.py.wml: Initial release of the
ranking by downloads and the grapher.
2005-03-15 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/lib/oai_repository.py.wml: Validation against
OAI repository explorer version - 1.46 : protocol version -
1.0/1.1/2.0 : January 2005 <http://re.cs.uct.ac.za/>
2005-03-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/bin/.cvsignore, modules/bibedit/bin/Makefile.am,
modules/bibedit/bin/refextract.wml,
modules/bibedit/etc/Makefile.am,
modules/bibedit/etc/refextract-journal-titles.kb,
modules/bibedit/etc/refextract-report-numbers.kb,
modules/bibedit/lib/Makefile.am,
modules/bibedit/lib/refextract.py.wml,
modules/bibedit/lib/refextract_config.py.wml: Initial release of
refextract, the reference extraction program.
2005-03-14 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/lib/oai_repository.py.wml: setSpec display in
the oai header bugfix.
2005-03-14 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/lib/oai_repository.py.wml: SetSpec display in
the oai header field bugfix.
2005-03-14 Tibor Simko <tibor.simko@cern.ch>
* modules/webstat/lib/Makefile.am: Put around quotes when testing
for existence of Lisp executables.
2005-03-14 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/lib/oai_repository.py.wml: Error and Exception
Conditions bugfix: badVerb
2005-03-14 Tibor Simko <tibor.simko@cern.ch>
* CREDITS: Updated info about Fred's patches. Added Theodoros and
Vasyl for the EL and UK translations.
2005-03-14 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added notes on Gnuplot and on Common Lisp
implementations.
2005-03-14 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added checks for Common Lisp implementations and
for Gnuplot.
Added WebStat module.
2005-03-14 Tibor Simko <tibor.simko@cern.ch>
* configure-tests.py: Added test for presence of the Gnuplot
library.
Catching keyboard interrupt in the confirmation phase, for better
output aesthetics.
2005-03-14 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: Added WebStat module to the admin menu.
2005-03-14 Tibor Simko <tibor.simko@cern.ch>
* config/configbis.wml.in: Added vars for Common Lisp
implementations and Gnuplot.
2005-03-14 Tibor Simko <tibor.simko@cern.ch>
* modules/Makefile.am, modules/webstat/.cvsignore,
modules/webstat/Makefile.am, modules/webstat/bin/.cvsignore,
modules/webstat/bin/Makefile.am, modules/webstat/bin/webstat.wml,
modules/webstat/doc/.cvsignore, modules/webstat/doc/Makefile.am,
modules/webstat/doc/admin/.cvsignore,
modules/webstat/doc/admin/Makefile.am,
modules/webstat/doc/admin/guide.html.wml,
modules/webstat/doc/admin/index.html.wml,
modules/webstat/doc/hacking/.cvsignore,
modules/webstat/doc/hacking/Makefile.am,
modules/webstat/etc/.cvsignore, modules/webstat/etc/Makefile.am,
modules/webstat/etc/webstat.cfg.wml,
modules/webstat/lib/.cvsignore, modules/webstat/lib/Makefile.am,
modules/webstat/lib/load.lisp, modules/webstat/lib/webstatlib.lisp:
Initial release of the WebStat module.
2005-03-14 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/etc/stopwords.kb.wml: Remove unnecessary WML
include.
2005-03-14 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/etc/stopwords.de.kb.wml: German stopword list,
thanks to Guido.
2005-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Updated UK
translations of collection names and of the welcome portalbox,
thanks to Vasyl.
2005-03-10 Tibor Simko <tibor.simko@cern.ch>
* config/cdswmllib.wml, config/config.wml, config/messages.wml,
modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/lib/config.py.wml,
modules/miscutil/lib/messages.py.wml,
modules/miscutil/sql/tabfill.sql.wml,
modules/webhelp/web/Makefile.am,
modules/webhelp/web/index.html.wml,
modules/webhelp/web/admin/Makefile.am,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/guide.html.wml,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/admin/Makefile.am,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml: Added new translation
(Ukrainian), thanks to Vasyl.
2005-03-09 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Updated EL translation
of Preprints.
2005-03-07 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: EL translation update for `approvals'.
2005-03-04 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Created update-v0.5.0-tables Makefile target to add
session.uid index.
2005-03-04 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Added index on session.uid,
thanks to Frederic.
2005-03-03 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/doc/admin/guide.html.wml: Added note on how to
delete all records.
2005-03-02 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/doc/admin/Makefile.am,
modules/bibconvert/doc/admin/Makefile.am,
modules/bibedit/doc/admin/Makefile.am,
modules/bibharvest/doc/admin/Makefile.am,
modules/bibindex/doc/admin/Makefile.am,
modules/bibupload/doc/admin/Makefile.am,
modules/webaccess/doc/admin/Makefile.am,
modules/webalert/doc/admin/Makefile.am,
modules/websearch/doc/admin/Makefile.am,
modules/websession/doc/admin/Makefile.am,
modules/webstyle/doc/admin/Makefile.am,
modules/websubmit/doc/admin/Makefile.am: cdsnavbar.wml is found in
$(top_srcdir), not $(top_builddir).
2005-03-02 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/doc/admin/Makefile.am,
modules/bibrank/doc/admin/Makefile.am,
modules/elmsubmit/doc/admin/Makefile.am,
modules/webbasket/doc/admin/Makefile.am: Added dependency on
cdsnavbar.wml.
2005-03-02 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/Makefile.am,
modules/webhelp/web/index.html.wml,
modules/webhelp/web/admin/Makefile.am,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/guide.html.wml,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/admin/Makefile.am,
modules/websubmit/doc/admin/description.html.wml,
modules/websubmit/doc/admin/documents.html.wml,
modules/websubmit/doc/admin/example.html.wml,
modules/websubmit/doc/admin/index.html.wml,
modules/websubmit/doc/admin/introduction.html.wml,
modules/websubmit/doc/admin/philosophy.html.wml: Changed language
codes SE->SV and CZ->CS to comply to ISO 639. Introduced EL
language.
2005-03-02 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/modules.html.wml: Added at least some
FIXME placeholders to reflect new modules: BibCheck, BibEdit,
BibRank, ElmSubmit, WebStat.
2005-03-02 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml, config/cdswmllib.wml: Moved WML language
definitions from config.wml to cdswmllib.wml, cause the end users
don't have to see them explicitely. Changed language codes SE->SV
and CZ->CS to comply to ISO 639. Introduced EL language.
2005-03-02 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Changed language codes SE->SV and CZ->CS to
comply to ISO 639. Introduced EL translations, thanks to
Theodoros.
2005-03-02 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml,
modules/miscutil/lib/messages.py.wml: Changed language codes SE->SV
and CZ->CS to comply to ISO 639. Introduced EL language.
2005-03-02 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/sql/tabfill.sql.wml: Changed language codes SE->SV
and CZ->CS to comply to ISO 639. Introduced EL translations,
thanks to Theodoros.
2005-03-02 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/demobibdata.xml: Added new Greek test
record.
2005-03-02 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord_tests.py.wml: Cleaned up
test_for_sanity() a bit. Added test data to account for new record
in the demo file.
2005-03-01 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/index.py.wml: Keep language selection for
collection-not-found pages.
2005-02-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine_stemmer.py.wml: Corrected
Swedish code.
2005-02-28 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml: string management
dangerous in UTF-8 Corrected in function specialchars
2005-02-24 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/doc/admin/documents.html.wml: corrected wrong
links
2005-02-23 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/lib/oai_repository.py.wml: mailto removed
2005-02-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/oai_repository.py.wml: Include config*.wml
that were accidentally deleted in revision 1.11. This fixes OAI
daemon problems of CDSware v0.5.0.
2005-02-22 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_config.py.wml: Removed
trailing slash when constructing referer's URL for webaccess
messages.
2005-02-14 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/doc/admin/Makefile.am,
modules/bibindex/doc/admin/Makefile.am,
modules/bibupload/doc/admin/Makefile.am,
modules/webalert/doc/admin/Makefile.am,
modules/websession/doc/admin/Makefile.am,
modules/websubmit/doc/admin/Makefile.am: Added dependency on the
general navbar.
2005-02-14 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/admin/Makefile.am,
modules/bibharvest/doc/admin/Makefile.am,
modules/bibsched/doc/admin/Makefile.am,
modules/webaccess/doc/admin/Makefile.am,
modules/websearch/doc/admin/Makefile.am,
modules/webstyle/doc/admin/Makefile.am: Added dependency of the
general navbar.
2005-02-14 Tibor Simko <tibor.simko@cern.ch>
* .cvsignore, Makefile.am, config.nice.in, configure.ac: Added
creation of config.nice a la Apache.
2005-02-08 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: removed white line after 001
field
2005-01-19 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml: bug correction by
F. Gobry
2005-01-19 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml: bug correction by
F. Gobry
2005-01-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Added CERN EDMS into
the ``Try your search on'' box.
2005-01-18 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Print warnings only
when we are in the HTML output format mode, otherwise XML might get
broken.
2005-01-18 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml: Show only those I18N
language translations that were configured in config.wml.
2005-01-18 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/bin/bibconvert.wml:
cdsware--epfl--0.4--patch-32 misc fixes in bibconvert.
2005-01-12 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: DE translation fixes, thanks to Guido.
2005-01-12 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: corrected bug for -f option
2005-01-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/youraccount.py.wml: Fixed interface for
editing local account's email and password. (By putting back a
uid2 initialization line that got wrongly left out during
1.37->1.38.)
2005-01-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_tests.py.wml: Added test
cases for the search query parser. Adapted from a patch by
Frederic Gobry.
2005-01-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: When a phrase search
was attempted by the user but the parentheses were unbalanced in
his query, make a word search instead.
When no exact hit was found, then when trying alternative patterns
and to replacing non-alphanumeric characters in stage 2-2, carry
out the replacement everywhere, i.e. even in the beginning of the
search unit pattern.
2005-01-10 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: BibConvert Configuration
Language unification
2005-01-10 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabbibclean.sql: Clean several
submission-related tables as well.
2005-01-10 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabbibclean.sql: Clean bibdoc-related tables
as well.
2005-01-06 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am, configure-tests.py, configure.ac,
config/Makefile.am, config/cdsnavbar.wml, config/cdsnavtrail.wml,
config/cdspage.wml, config/cdswmllib.wml, config/config.wml,
config/configbis.wml.in, config/messages.wml, modules/Makefile.am,
modules/bibconvert/Makefile.am, modules/bibconvert/bin/Makefile.am,
modules/bibconvert/bin/bibconvert.wml,
modules/bibconvert/doc/Makefile.am,
modules/bibconvert/doc/admin/Makefile.am,
modules/bibconvert/doc/admin/guide.html.wml,
modules/bibconvert/doc/admin/index.html.wml,
modules/bibconvert/etc/Makefile.am, modules/bibedit/Makefile.am,
modules/bibedit/bin/Makefile.am,
modules/bibedit/bin/xmlmarclint.wml,
modules/bibedit/doc/Makefile.am,
modules/bibedit/doc/admin/Makefile.am,
modules/bibedit/doc/admin/guide.html.wml,
modules/bibedit/doc/admin/index.html.wml,
modules/bibedit/etc/MARC21slim.dtd,
modules/bibedit/etc/Makefile.am, modules/bibedit/lib/Makefile.am,
modules/bibedit/lib/bibrecord.py.wml,
modules/bibedit/lib/bibrecord_config.py.wml,
modules/bibedit/lib/bibrecord_tests.py.wml,
modules/bibformat/Makefile.am, modules/bibformat/bin/Makefile.am,
modules/bibformat/bin/bibformat.wml,
modules/bibformat/bin/bibreformat.wml,
modules/bibformat/doc/Makefile.am,
modules/bibformat/doc/admin/Makefile.am,
modules/bibformat/doc/admin/guide.html.wml,
modules/bibformat/lib/Makefile.am,
modules/bibformat/lib/common/Makefile.am,
modules/bibformat/lib/common/dbparams.inc.php.wml,
modules/bibformat/lib/common/general.inc.php.wml,
modules/bibformat/lib/common/global.inc.php.wml,
modules/bibformat/lib/core/AEvalLan.inc.php.wml,
modules/bibformat/lib/core/FlexElink.inc.php.wml,
modules/bibformat/lib/core/FormatRetriever.inc.php.wml,
modules/bibformat/lib/core/IntVars.inc.php.wml,
modules/bibformat/lib/core/KBRetriever.inc.php.wml,
modules/bibformat/lib/core/LinkResolver.inc.php.wml,
modules/bibformat/lib/core/Makefile.am,
modules/bibformat/lib/core/OAISpecExtractor.inc.php.wml,
modules/bibformat/lib/core/Processor.inc.php.wml,
modules/bibformat/lib/core/RecordSeparator.inc.php.wml,
modules/bibformat/lib/core/Timing.inc.php.wml,
modules/bibformat/lib/core/TreeNode.inc.php.wml,
modules/bibformat/lib/core/UDFRetriever.inc.php.wml,
modules/bibformat/web/Makefile.am,
modules/bibformat/web/bibformat.php.wml,
modules/bibformat/web/admin/BEH_ACTION_add.php.wml,
modules/bibformat/web/admin/BEH_ACTION_del.php.wml,
modules/bibformat/web/admin/BEH_ACTION_edit.php.wml,
modules/bibformat/web/admin/BEH_COND_add.php.wml,
modules/bibformat/web/admin/BEH_COND_del.php.wml,
modules/bibformat/web/admin/BEH_COND_edit.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_add.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_del.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_edit.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_showone.php.wml,
modules/bibformat/web/admin/BEH_display.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_display.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_hand.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_process.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_tree.php.wml,
modules/bibformat/web/admin/FORMAT_add.php.wml,
modules/bibformat/web/admin/FORMAT_del.php.wml,
modules/bibformat/web/admin/FORMAT_display.php.wml,
modules/bibformat/web/admin/FORMAT_edit.php.wml,
modules/bibformat/web/admin/FORMAT_showone.php.wml,
modules/bibformat/web/admin/KB_VALUE_add.php.wml,
modules/bibformat/web/admin/KB_VALUE_del.php.wml,
modules/bibformat/web/admin/KB_add.php.wml,
modules/bibformat/web/admin/KB_del.php.wml,
modules/bibformat/web/admin/KB_display.php.wml,
modules/bibformat/web/admin/KB_edit.php.wml,
modules/bibformat/web/admin/KB_showone.php.wml,
modules/bibformat/web/admin/LINK_ACTION_add_edit.php.wml,
modules/bibformat/web/admin/LINK_ACTION_del.php.wml,
modules/bibformat/web/admin/LINK_COND_add_edit.php.wml,
modules/bibformat/web/admin/LINK_COND_del.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_add.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_del.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_display.php.wml,
modules/bibformat/web/admin/LINK_add.php.wml,
modules/bibformat/web/admin/LINK_del.php.wml,
modules/bibformat/web/admin/LINK_display.php.wml,
modules/bibformat/web/admin/LINK_edit.php.wml,
modules/bibformat/web/admin/LINK_showone.php.wml,
modules/bibformat/web/admin/Makefile.am,
modules/bibformat/web/admin/OAIER_SF_add.php.wml,
modules/bibformat/web/admin/OAIER_SF_del.php.wml,
modules/bibformat/web/admin/OAIER_add.php.wml,
modules/bibformat/web/admin/OAIER_del.php.wml,
modules/bibformat/web/admin/OAIER_display.php.wml,
modules/bibformat/web/admin/UDF_add.php.wml,
modules/bibformat/web/admin/UDF_del.php.wml,
modules/bibformat/web/admin/UDF_display.php.wml,
modules/bibformat/web/admin/UDF_edit.php.wml,
modules/bibformat/web/admin/UDF_showone.php.wml,
modules/bibformat/web/admin/UDF_testcode.php.wml,
modules/bibformat/web/admin/error.inc.php.wml,
modules/bibformat/web/admin/footer.inc.php.wml,
modules/bibformat/web/admin/header.inc.php.wml,
modules/bibformat/web/admin/index.php.wml,
modules/bibformat/web/admin/localconf.inc.php.wml,
modules/bibformat/web/admin/security.inc.php.wml,
modules/bibformat/web/admin/test.php.wml,
modules/bibharvest/Makefile.am, modules/bibharvest/bin/Makefile.am,
modules/bibharvest/bin/bibharvest.wml,
modules/bibharvest/doc/Makefile.am,
modules/bibharvest/doc/admin/Makefile.am,
modules/bibharvest/doc/admin/guide.html.wml,
modules/bibharvest/doc/admin/index.html.wml,
modules/bibharvest/lib/Makefile.am,
modules/bibharvest/lib/oai_repository.py.wml,
modules/bibharvest/web/Makefile.am,
modules/bibharvest/web/oai2d.py.wml, modules/bibindex/Makefile.am,
modules/bibindex/bin/Makefile.am,
modules/bibindex/bin/bibindex.wml,
modules/bibindex/bin/bibstat.wml, modules/bibindex/doc/Makefile.am,
modules/bibindex/doc/admin/Makefile.am,
modules/bibindex/doc/admin/guide.html.wml,
modules/bibindex/lib/Makefile.am,
modules/bibindex/lib/bibindex_engine.py.wml,
modules/bibindex/lib/bibindex_engine_config.py.wml,
modules/bibindex/lib/bibindex_engine_stemmer.py.wml,
modules/bibindex/lib/bibindex_engine_stemmer_tests.py.wml,
modules/bibindex/lib/bibindex_engine_stopwords.py.wml,
modules/bibindex/lib/bibindex_engine_tests.py.wml,
modules/bibindex/lib/bibindexadminlib.py.wml,
modules/bibindex/web/Makefile.am,
modules/bibindex/web/admin/Makefile.am,
modules/bibindex/web/admin/bibindexadmin.py.wml,
modules/bibindex/web/admin/index.html.wml,
modules/bibrank/Makefile.am, modules/bibrank/bin/Makefile.am,
modules/bibrank/bin/bibrank.wml,
modules/bibrank/bin/bibrankgkb.wml,
modules/bibrank/doc/Makefile.am,
modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/admin/guide.html.wml,
modules/bibrank/doc/hacking/Makefile.am,
modules/bibrank/doc/hacking/api.html.wml,
modules/bibrank/doc/hacking/bibrankgkb.html.wml,
modules/bibrank/doc/hacking/index.html.wml,
modules/bibrank/doc/hacking/merge_rank_methods.html.wml,
modules/bibrank/doc/hacking/single_tag_rank.html.wml,
modules/bibrank/doc/hacking/sort.html.wml,
modules/bibrank/doc/hacking/word_similarity.html.wml,
modules/bibrank/etc/Makefile.am,
modules/bibrank/etc/bibrankgkb.cfg.wml,
modules/bibrank/etc/bibrankgkb_jif_conv.kb.wml,
modules/bibrank/etc/bibrankgkb_jif_example.kb.wml,
modules/bibrank/etc/demo_jif.cfg.wml,
modules/bibrank/etc/demo_jif.kb.wml,
modules/bibrank/etc/stopwords.kb.wml,
modules/bibrank/etc/template_combine_method.cfg.wml,
modules/bibrank/etc/template_single_tag_rank_method.cfg.wml,
modules/bibrank/etc/template_word_similarity.cfg.wml,
modules/bibrank/etc/wrd.cfg.wml, modules/bibrank/lib/Makefile.am,
modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_record_sorter_tests.py.wml,
modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
modules/bibrank/lib/bibrank_tag_based_indexer_tests.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml,
modules/bibrank/lib/bibrankadminlib.py.wml,
modules/bibrank/web/Makefile.am,
modules/bibrank/web/admin/Makefile.am,
modules/bibrank/web/admin/bibrankadmin.py.wml,
modules/bibrank/web/admin/index.html.wml,
modules/bibsched/Makefile.am, modules/bibsched/bin/Makefile.am,
modules/bibsched/bin/bibsched.wml,
modules/bibsched/bin/bibtaskex.wml,
modules/bibsched/doc/Makefile.am,
modules/bibsched/doc/admin/Makefile.am,
modules/bibsched/doc/admin/guide.html.wml,
modules/bibsched/doc/admin/index.html.wml,
modules/bibupload/Makefile.am, modules/bibupload/bin/Makefile.am,
modules/bibupload/bin/bibupload.wml,
modules/bibupload/doc/Makefile.am,
modules/bibupload/doc/admin/Makefile.am,
modules/bibupload/doc/admin/guide.html.wml,
modules/bibupload/doc/admin/index.html.wml,
modules/elmsubmit/Makefile.am, modules/elmsubmit/bin/Makefile.am,
modules/elmsubmit/bin/elmsubmit.wml,
modules/elmsubmit/doc/Makefile.am,
modules/elmsubmit/doc/admin/Makefile.am,
modules/elmsubmit/doc/admin/guide.html.wml,
modules/elmsubmit/doc/admin/index.html.wml,
modules/elmsubmit/doc/hacking/Makefile.am,
modules/elmsubmit/etc/Makefile.am,
modules/elmsubmit/etc/elmsubmit.cfg.wml,
modules/elmsubmit/lib/Makefile.am,
modules/elmsubmit/lib/config2pyobj.py.wml,
modules/elmsubmit/lib/elmsubmit.py.wml,
modules/elmsubmit/lib/elmsubmit_EZArchive.py.wml,
modules/elmsubmit/lib/elmsubmit_EZEmail.py.wml,
modules/elmsubmit/lib/elmsubmit_doctype_test.py.wml,
modules/elmsubmit/lib/elmsubmit_enriched2txt.py.wml,
modules/elmsubmit/lib/elmsubmit_field_validation.py.wml,
modules/elmsubmit/lib/elmsubmit_filename_generator.py.wml,
modules/elmsubmit/lib/elmsubmit_html2txt.py.wml,
modules/elmsubmit/lib/elmsubmit_misc.py.wml,
modules/elmsubmit/lib/elmsubmit_richtext2txt.py.wml,
modules/elmsubmit/lib/elmsubmit_submission_parser.py.wml,
modules/elmsubmit/lib/magic/Makefile.am,
modules/elmsubmit/lib/magic/compile_magic.py.wml,
modules/miscutil/Makefile.am, modules/miscutil/bin/Makefile.am,
modules/miscutil/bin/dbexec.wml, modules/miscutil/bin/dbtest.wml,
modules/miscutil/bin/testsuite.wml,
modules/miscutil/demo/Makefile.am,
modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/config.py.wml,
modules/miscutil/lib/dbquery.py.wml,
modules/miscutil/lib/errorHandling.php.wml,
modules/miscutil/lib/messages.py.wml,
modules/miscutil/sql/Makefile.am,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql,
modules/miscutil/sql/tabfill.sql.wml,
modules/webaccess/Makefile.am, modules/webaccess/bin/Makefile.am,
modules/webaccess/bin/authaction.wml,
modules/webaccess/bin/webaccessadmin.wml,
modules/webaccess/doc/Makefile.am,
modules/webaccess/doc/admin/Makefile.am,
modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/doc/hacking/Makefile.am,
modules/webaccess/doc/hacking/admin-internals.html.wml,
modules/webaccess/doc/hacking/api.html.wml,
modules/webaccess/doc/hacking/index.html.wml,
modules/webaccess/doc/hacking/table-structure.html.wml,
modules/webaccess/lib/Makefile.am,
modules/webaccess/lib/access_control_admin.py.wml,
modules/webaccess/lib/access_control_config.py.wml,
modules/webaccess/lib/access_control_engine.py.wml,
modules/webaccess/lib/external_authentication.py.wml,
modules/webaccess/lib/webaccessadmin_lib.py.wml,
modules/webaccess/web/Makefile.am,
modules/webaccess/web/admin/Makefile.am,
modules/webaccess/web/admin/index.html.wml,
modules/webaccess/web/admin/webaccessadmin.py.wml,
modules/webalert/Makefile.am, modules/webalert/bin/Makefile.am,
modules/webalert/bin/alertengine.wml,
modules/webalert/doc/Makefile.am,
modules/webalert/doc/admin/Makefile.am,
modules/webalert/doc/admin/guide.html.wml,
modules/webalert/doc/admin/index.html.wml,
modules/webalert/lib/Makefile.am,
modules/webalert/lib/alert_engine.py.wml,
modules/webalert/lib/htmlparser.py.wml,
modules/webalert/lib/webalert.py.wml,
modules/webalert/web/Makefile.am,
modules/webalert/web/youralerts.py.wml,
modules/webbasket/Makefile.am, modules/webbasket/doc/Makefile.am,
modules/webbasket/doc/admin/Makefile.am,
modules/webbasket/doc/admin/guide.html.wml,
modules/webbasket/doc/admin/index.html.wml,
modules/webbasket/lib/Makefile.am,
modules/webbasket/lib/webbasket.py.wml,
modules/webbasket/web/Makefile.am,
modules/webbasket/web/yourbaskets.py.wml,
modules/webhelp/Makefile.am, modules/webhelp/web/Makefile.am,
modules/webhelp/web/index.html.wml,
modules/webhelp/web/admin/Makefile.am,
modules/webhelp/web/admin/index.html.wml,
modules/webhelp/web/admin/howto/Makefile.am,
modules/webhelp/web/admin/howto/index.html.wml,
modules/webhelp/web/admin/howto/marc.html.wml,
modules/webhelp/web/admin/howto/migrate.html.wml,
modules/webhelp/web/admin/howto/run.html.wml,
modules/webhelp/web/hacking/Makefile.am,
modules/webhelp/web/hacking/cdsware.el,
modules/webhelp/web/hacking/concepts.html.wml,
modules/webhelp/web/hacking/directory.html.wml,
modules/webhelp/web/hacking/index.html.wml,
modules/webhelp/web/hacking/modules.html.wml,
modules/webhelp/web/hacking/releases.html.wml,
modules/webhelp/web/hacking/style.html.wml,
modules/webhelp/web/hacking/testsuite.html.wml,
modules/websearch/Makefile.am, modules/websearch/bin/Makefile.am,
modules/websearch/bin/webcoll.wml,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/guide.html.wml,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml,
modules/websearch/doc/admin/Makefile.am,
modules/websearch/doc/admin/guide.html.wml,
modules/websearch/doc/hacking/Makefile.am,
modules/websearch/doc/hacking/api.html.wml,
modules/websearch/doc/hacking/index.html.wml,
modules/websearch/doc/hacking/stages.html.wml,
modules/websearch/lib/Makefile.am,
modules/websearch/lib/search_engine.py.wml,
modules/websearch/lib/search_engine_config.py.wml,
modules/websearch/lib/search_engine_tests.py.wml,
modules/websearch/lib/websearchadminlib.py.wml,
modules/websearch/web/Makefile.am,
modules/websearch/web/index.py.wml,
modules/websearch/web/search.py.wml,
modules/websearch/web/admin/Makefile.am,
modules/websearch/web/admin/index.html.wml,
modules/websearch/web/admin/websearchadmin.py.wml,
modules/websession/Makefile.am, modules/websession/bin/Makefile.am,
modules/websession/bin/sessiongc.wml,
modules/websession/doc/Makefile.am,
modules/websession/doc/admin/Makefile.am,
modules/websession/doc/admin/guide.html.wml,
modules/websession/doc/admin/index.html.wml,
modules/websession/lib/Makefile.am,
modules/websession/lib/session.py.wml,
modules/websession/lib/webaccount.py.wml,
modules/websession/lib/websession.py.wml,
modules/websession/lib/webuser.py.wml,
modules/websession/web/Makefile.am,
modules/websession/web/sessinit.inc.php.wml,
modules/websession/web/youraccount.py.wml,
modules/webstyle/Makefile.am, modules/webstyle/css/Makefile.am,
modules/webstyle/css/cds.css.wml, modules/webstyle/doc/Makefile.am,
modules/webstyle/doc/admin/Makefile.am,
modules/webstyle/doc/admin/guide.html.wml,
modules/webstyle/doc/admin/index.html.wml,
modules/webstyle/img/Makefile.am, modules/webstyle/lib/Makefile.am,
modules/webstyle/lib/webpage.py.wml, modules/websubmit/Makefile.am,
modules/websubmit/bin/Makefile.am,
modules/websubmit/bin/thumbmaker.wml,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/access.html.wml,
modules/websubmit/doc/actions.html.wml,
modules/websubmit/doc/approval.html.wml,
modules/websubmit/doc/approvals.html.wml,
modules/websubmit/doc/bibliographic_fields.html.wml,
modules/websubmit/doc/description.html.wml,
modules/websubmit/doc/file_transfer.html.wml,
modules/websubmit/doc/index.html.wml,
modules/websubmit/doc/introduction.html.wml,
modules/websubmit/doc/login.html.wml,
modules/websubmit/doc/modification.html.wml,
modules/websubmit/doc/password.html.wml,
modules/websubmit/doc/pending.html.wml,
modules/websubmit/doc/revised_version.html.wml,
modules/websubmit/doc/submission.html.wml,
modules/websubmit/doc/subnumber.html.wml,
modules/websubmit/doc/admin/Makefile.am,
modules/websubmit/doc/admin/actionimplement.html.wml,
modules/websubmit/doc/admin/actionmodify.html.wml,
modules/websubmit/doc/admin/actionnew.html.wml,
modules/websubmit/doc/admin/actionremove.html.wml,
modules/websubmit/doc/admin/actions.html.wml,
modules/websubmit/doc/admin/bibconvert.html.wml,
modules/websubmit/doc/admin/catalogues.html.wml,
modules/websubmit/doc/admin/description.html.wml,
modules/websubmit/doc/admin/documentmodify.html.wml,
modules/websubmit/doc/admin/documentnew.html.wml,
modules/websubmit/doc/admin/documentremove.html.wml,
modules/websubmit/doc/admin/documents.html.wml,
modules/websubmit/doc/admin/example.html.wml,
modules/websubmit/doc/admin/faq.html.wml,
modules/websubmit/doc/admin/functiondelete.html.wml,
modules/websubmit/doc/admin/functiondescription.html.wml,
modules/websubmit/doc/admin/functionedit.html.wml,
modules/websubmit/doc/admin/functionnew.html.wml,
modules/websubmit/doc/admin/functions.html.wml,
modules/websubmit/doc/admin/implementfunctions.html.wml,
modules/websubmit/doc/admin/implementwebform.html.wml,
modules/websubmit/doc/admin/index.html.wml,
modules/websubmit/doc/admin/introduction.html.wml,
modules/websubmit/doc/admin/philosophy.html.wml,
modules/websubmit/doc/admin/protection.html.wml,
modules/websubmit/etc/Makefile.am,
modules/websubmit/etc/bibconvert/Makefile.am,
modules/websubmit/etc/bibconvert/KB/Makefile.am,
modules/websubmit/etc/bibconvert/config/Makefile.am,
modules/websubmit/lib/Makefile.am,
modules/websubmit/lib/file.py.wml,
modules/websubmit/lib/websubmit_config.py.wml,
modules/websubmit/lib/websubmit_engine.py.wml,
modules/websubmit/lib/functions/Add_Files.py.wml,
modules/websubmit/lib/functions/CaseEDS.py.wml,
modules/websubmit/lib/functions/Create_Modify_Interface.py.wml,
modules/websubmit/lib/functions/Create_Recid.py.wml,
modules/websubmit/lib/functions/Finish_Submission.py.wml,
modules/websubmit/lib/functions/Format_Record.py.wml,
modules/websubmit/lib/functions/Get_Info.py.wml,
modules/websubmit/lib/functions/Get_Report_Number.py.wml,
modules/websubmit/lib/functions/Get_Sysno.py.wml,
modules/websubmit/lib/functions/Insert_Modify_Record.py.wml,
modules/websubmit/lib/functions/Insert_Record.py.wml,
modules/websubmit/lib/functions/Is_Original_Submitter.py.wml,
modules/websubmit/lib/functions/Is_Referee.py.wml,
modules/websubmit/lib/functions/Mail_Submitter.py.wml,
modules/websubmit/lib/functions/Make_Modify_Record.py.wml,
modules/websubmit/lib/functions/Make_Record.py.wml,
modules/websubmit/lib/functions/Makefile.am,
modules/websubmit/lib/functions/Move_Files_Archive.py.wml,
modules/websubmit/lib/functions/Move_From_Pending.py.wml,
modules/websubmit/lib/functions/Move_to_Done.py.wml,
modules/websubmit/lib/functions/Move_to_Pending.py.wml,
modules/websubmit/lib/functions/Print_Success.py.wml,
modules/websubmit/lib/functions/Print_Success_APP.py.wml,
modules/websubmit/lib/functions/Print_Success_DEL.py.wml,
modules/websubmit/lib/functions/Print_Success_MBI.py.wml,
modules/websubmit/lib/functions/Print_Success_SRV.py.wml,
modules/websubmit/lib/functions/Report_Number_Generation.py.wml,
modules/websubmit/lib/functions/Retrieve_Data.py.wml,
modules/websubmit/lib/functions/Send_APP_Mail.py.wml,
modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
modules/websubmit/lib/functions/Send_Modify_Mail.py.wml,
modules/websubmit/lib/functions/Send_SRV_Mail.py.wml,
modules/websubmit/lib/functions/Test_Status.py.wml,
modules/websubmit/lib/functions/Update_Approval_DB.py.wml,
modules/websubmit/lib/functions/Upload_Files.py.wml,
modules/websubmit/web/Makefile.am,
modules/websubmit/web/approve.py.wml,
modules/websubmit/web/direct.py.wml,
modules/websubmit/web/getfile.py.wml,
modules/websubmit/web/publiline.py.wml,
modules/websubmit/web/sub.py.wml,
modules/websubmit/web/submit.py.wml,
modules/websubmit/web/summary.py.wml,
modules/websubmit/web/yourapprovals.py.wml,
modules/websubmit/web/yoursubmissions.py.wml,
modules/websubmit/web/admin/Makefile.am,
modules/websubmit/web/admin/actionFunctions.php.wml,
modules/websubmit/web/admin/addActionEDS.php.wml,
modules/websubmit/web/admin/addCheckEDS.php.wml,
modules/websubmit/web/admin/addElement2PageEDS.php.wml,
modules/websubmit/web/admin/addElementDescrEDS.php.wml,
modules/websubmit/web/admin/addFunctions.php.wml,
modules/websubmit/web/admin/allActionsEDS.php.wml,
modules/websubmit/web/admin/allChecksEDS.php.wml,
modules/websubmit/web/admin/allElementsEDS.php.wml,
modules/websubmit/web/admin/commonPhpFunctions.php.wml,
modules/websubmit/web/admin/doctypeCategoriesEDS.php.wml,
modules/websubmit/web/admin/documentEDS.php.wml,
modules/websubmit/web/admin/editActionDets.php.wml,
modules/websubmit/web/admin/editCatalogues.php.wml,
modules/websubmit/web/admin/editDoctypeEDS.php.wml,
modules/websubmit/web/admin/editPageElementEDS.php.wml,
modules/websubmit/web/admin/editRecordFile.php.wml,
modules/websubmit/web/admin/elementConfigDetsEDS.php.wml,
modules/websubmit/web/admin/func.php.wml,
modules/websubmit/web/admin/funcUsage.php.wml,
modules/websubmit/web/admin/index.php.wml,
modules/websubmit/web/admin/listFunctions.php.wml,
modules/websubmit/web/admin/newDoctypeEDS.php.wml,
modules/websubmit/web/admin/newFunc.php.wml,
modules/websubmit/web/admin/newSubmissionEDS.php.wml,
modules/websubmit/web/admin/pageDetsEDS.php.wml,
modules/websubmit/web/admin/parameterUpdate.php.wml,
modules/websubmit/web/admin/referees.py.wml,
modules/websubmit/web/admin/removeDoctypeEDS.php.wml,
modules/websubmit/web/admin/veditFunDets.php.wml,
modules/websubmit/web/admin/viewActionEDS.php.wml,
modules/websubmit/web/admin/viewChecksEDS.php.wml,
modules/websubmit/web/admin/viewEditSubmissionEDS.php.wml: Updated
copyright years.
2005-01-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/etc/wrd.cfg.wml: Print relevance numbers in
between parentheses.
2005-01-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_word_indexer.py.wml: Delete
unnecessary calculation of index id from index tablename.
(Leftover from BibIndex.)
2005-01-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py.wml: Fixed a bug when
calculating index id from tablename for indexes greater than id 9.
(A leftover from old times when table names were called bibwords11
and such.) The bug manifested itself when determining records
modified since the last run. Thanks to Frederic Gobry.
2005-01-03 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/bibrankgkb.cfg.wml,
modules/bibrank/etc/wrd.cfg.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml: When -R is used,
the program is now properly updating all term weights..or was it
weigths... (Wanted to do it before christmas..but was shut out of
my office already on the 20.12...)
2005-01-03 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: bug correction: if insert
option only was selected and record was matched, fields inside
record were appended to existing one. now such a record is not
treated any more. (it will be only if an update mode is selected)
2004-12-17 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Bump up the version number after the release of
v0.5.0.
CDSware v0.5.0 (released 2004-12-17)
====================================
2004-12-17 Tibor Simko <tibor.simko@cern.ch>
* RELEASE-NOTES: Add a note on the necessity to run webcoll when
upgrading.
2004-12-17 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/Makefile.am: Added parser.out to the
distro.
2004-12-17 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/Makefile.am: Added mime.types.edited to the
distro.
2004-12-17 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/magic/Makefile.am: Added magic.ext and
magic.ext.mgc to the distro.
2004-12-17 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Add RELEASE-NOTES to the distro.
2004-12-17 Tibor Simko <tibor.simko@cern.ch>
* ChangeLog: Release of v0.5.0.
2004-12-17 Tibor Simko <tibor.simko@cern.ch>
* RELEASE-NOTES: Release of v0.5.0.
2004-12-17 Tibor Simko <tibor.simko@cern.ch>
* NEWS: Release of CDSware v0.5.0. Reformatting for aesthetics, so
that news can be easily merged from RELEASE-NOTES.
2004-12-17 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: More ALTER TABLE statements for
update-v0.3.3-tables.
2004-12-17 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, UNINSTALL: Added pointer to the RELEASE-NOTES file.
2004-12-17 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/Makefile.am: Added dependency on I18N
messages.
2004-12-17 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Small modifications of ES/NO/SW
ranking-related translations.
2004-12-17 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/doc/admin/index.html.wml,
modules/websubmit/doc/admin/philosophy.html.wml: The submission
philosophy page refined.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* RELEASE-NOTES: CDSware v0.3.3 release notes.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* RELEASE-NOTES: CDSware v0.3.2 release notes.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* RELEASE-NOTES: CDSware v0.3.1 release notes.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* RELEASE-NOTES: CDSware v0.3.0 release notes.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* RELEASE-NOTES: CDSware v0.1.2 release notes.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* RELEASE-NOTES: CDSware v0.1.1 release notes.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* RELEASE-NOTES: CDSware v0.1.0 release notes.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* RELEASE-NOTES: CDSware v0.0.9 release notes.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Add journal impact
factor rank method name.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added notes on PyRXP and PyStemmer.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* CREDITS: Fred updated, Tiberiu added.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Added Nick, Richard, Alberto, Arturo, Diane, and Anna.
Updated Trond and Hector.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Version number bumped to 0.5.0 in view of the
forthcoming release.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: Respect moving of access
control variables into the general config file.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/lib/webaccessadmin_lib.py.wml: Reflect moving of
the local access control config variables into the general config
file.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_config.py.wml: Some general
access control params moved into general config file.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Configuration possibilities enriched by the
indexation params, the access control params, and some new search
engine params.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webaccount.py.wml: Cleaned login/register
screen messages.
2004-12-16 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/lib/webaccount.py.wml,
modules/websession/lib/webuser.py.wml,
modules/websession/web/youraccount.py.wml: Problems regarding guest
user and settings fixed, earlier fixed caused problems when logging
in using another method
2004-12-16 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/lib/webaccount.py.wml,
modules/websession/lib/webuser.py.wml: Fixed problem where error
occured when guest user tried to change his non-existing
email/password
2004-12-16 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/lib/webaccount.py.wml: Changed: Not showing
which login method is used when only one exists
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_config.py.wml: Two local
config params moved to the general config file.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/doc/admin/guide.html.wml,
modules/bibindex/lib/bibindex_engine.py.wml,
modules/bibindex/lib/bibindex_engine_config.py.wml,
modules/bibindex/lib/bibindex_engine_stemmer.py.wml,
modules/bibindex/lib/bibindex_engine_stopwords.py.wml: Changes due
to the move of cfg_* variables into the general config file.
2004-12-16 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_tag_based_indexer.py.wml: Fixed an
error when doing an --repair...
2004-12-16 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/bibrank.wml,
modules/bibrank/doc/admin/guide.html.wml,
modules/bibrank/lib/bibrank_tag_based_indexer.py.wml: Changed
"rebalance" to "recalculate"
2004-12-16 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/admin/removeDoctypeEDS.php.wml: delete
sbmCOLLECTION_sbmDOCTYPE when doctype is deleted
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/run.html.wml: Added note on
periodical cleanup of the BibSched schTASK table.
2004-12-16 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_tag_based_indexer.py.wml: [no log
message]
2004-12-16 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
modules/bibrank/lib/bibrankadminlib.py.wml: Cleaned up, fixed
try/except block in bibrankadmin
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord_config.py.wml: Put more comments.
2004-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/marc.html.wml: CERN MARC changes
for 145, 502, 916 tags.
2004-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine_stopwords.py.wml: Small
cleanup.
2004-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine_stemmer.py.wml: Docstring
improvements and WML cleanup.
2004-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py.wml: Changed logic when
applying stemming (first) and stopword check (second).
2004-12-15 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Added some
missing function commentsx
2004-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py.wml: Fixed regexp for
HTML removal.
2004-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: The last commit
didn't respect lowercase/uppercase when stripping accents. Fixed
now.
2004-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: More I18N of the
Google box. Compile regexps important for the indexation, to speed
it up.
2004-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py.wml: New phrase for the Google
box.
2004-12-15 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Updated transations for the Google box.
2004-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py.wml: Precompile all major
regexps to speed up the execution. (About 10% faster global word
index generation for the demo site.)
2004-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert.py.wml,
modules/bibharvest/lib/oai_repository.py.wml: Removed unnecessary
pylibdir handling.
2004-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml: Cleaned up the
import statements.
2004-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py.wml,
modules/websubmit/lib/file.py.wml: Cleaned up the import
statements.
2004-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: Cleaned up the import
statements.
2004-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml: Cleaned up the
import statements.
2004-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_tag_based_indexer_tests.py.wml:
Removed wrong comment.
2004-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_record_sorter_tests.py.wml: Cleaned up
the import statements.
2004-12-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/admin/websearchadmin.py.wml: Use proper
function names (perform_checkwebcollstatus instead of
perform_runwebcoll).
2004-12-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Fixed collection
table and webcoll cache update times for old Pythons. Use proper
function names (perform_checkwebcollstatus instead of
perform_runwebcoll). Added link to Admin Guide on the WebColl
Status and the Collections Status pages.
2004-12-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/admin/guide.html.wml: Completed and
prettified recent guide additions.
2004-12-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/index.py.wml: Reflect new treatment of
left-top, title-prologue and title-epilogue portalboxes.
2004-12-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Properly treat left top, title
prologue and title epilogue portalboxes.
2004-12-14 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py.wml: Added title prologue and
title epilogue arguments to the page creation function.
2004-12-14 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/marc.html.wml: Minor updates to
CERN MARC tags 080, 340, 506, 906, 981, 999.
2004-12-14 Tibor Simko <tibor.simko@cern.ch>
* configure-tests.py: Added tests for PyStemmer and PyRXP.
2004-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine_stopwords.py.wml: One
forgotten place fixed.
2004-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/testsuite.wml: Added BibIndex stemming
tests.
2004-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml: Reflect minor
BibIndex stopwords/stemmer API change.
2004-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/doc/admin/guide.html.wml: Reflect recent
stopwords/stemmer refactoring.
2004-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine_config.py.wml: Renamed
stopword/stemmer options, added more explicit help.
2004-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine_stopwords.py.wml: Refactored
redundant functions. Added docstrings.
2004-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine_stemmer.py.wml: Fixed case
when no available stemmer is found. Refactored redundant
functions.
2004-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine_tests.py.wml: Cosmetics.
2004-12-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/Makefile.am,
modules/bibindex/lib/bibindex_engine_stemmer_tests.py.wml: Added a
basic unit test file for the stemmer.
2004-12-10 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter_tests.py.wml: [no log
message]
2004-12-10 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter_tests.py.wml: fixed
testcases, disabled one until I can fix the problem
2004-12-10 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibindex/lib/bibindexadminlib.py.wml: Added "Manage
fields" link in "add fields to index"
2004-12-10 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/lib/access_control_config.py.wml: disabled cern
nice
2004-12-09 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/doc/admin/guide.html.wml: Updated documentation
2004-12-08 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/template_word_similarity.cfg.wml,
modules/bibrank/etc/wrd.cfg.wml: removed and changed a few options
2004-12-08 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml: Added comments,
added removal of http links when indexing
2004-12-08 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibindex/lib/bibindex_engine_config.py.wml,
modules/bibindex/lib/bibindex_engine_stopwords.py.wml: Changed so
that bibrank can use stopword removal while bibindex not
2004-12-06 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibindex/lib/bibindex_engine_config.py.wml: Turned off
stemming/stopword removal as default
2004-12-03 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibindex/doc/admin/guide.html.wml: Updated guide with new
sections
2004-12-03 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/doc/admin/guide.html.wml: Added
webcoll/collection status help
2004-12-03 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/doc/hacking/api.html.wml: Updated documentation
2004-12-03 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml, modules/miscutil/lib/messages.py.wml,
modules/webstyle/css/cds.css.wml: Changes related to the ``Haven't
found...'' google box and newly introduced ``See also: similar
author names'' box.
2004-12-03 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_config.py.wml: Added
possibility to enable/disable servers for the `'Haven't found...''
Google box.
2004-12-03 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: - ``Try your search
on...'' box expanded and moved to the end of page.
- Introduced a similar author names search box to handle multiple
author name case (initials-only versus full-firstname).
2004-11-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/guide.html.wml: More regular search
examples.
2004-11-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/tips.html.wml: Added reference to regular
expressions.
2004-11-29 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* config/cdsnavbar.wml: Changed the bibindex options from
"interface" to "Indexes" and "Fields"
2004-11-29 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/doc/hacking/api.html.wml: Added a few lines about
managing login systems
2004-11-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: [no log
message]
2004-11-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/bibrank.wml,
modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml: Fixed some code
when not doing an full update
2004-11-25 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml: code cleaning by
Tibi Dondera (EPFL)
2004-11-25 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/admin/addFunctions.php.wml: bug correction
by Tibi Dondera EPFL (IE compatibility)
2004-11-25 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/admin/viewActionEDS.php.wml: bug
corrections by Tibi Dondera EPFL
2004-11-24 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: *Code cleanup
2004-11-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/lib/webaccount.py.wml: Just added a
information message when changing default login method
2004-11-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml: Fixed a problem
with mod_python crashing
2004-11-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/lib/access_control_config.py.wml,
modules/webaccess/lib/webaccessadmin_lib.py.wml: Addded list of
'login via' method to admin interface
2004-11-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/template_word_similarity.cfg.wml,
modules/bibrank/etc/wrd.cfg.wml,
modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml: Changed variables
in preference
2004-11-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Use the term Google
Web instead of Google for better distinction with Google Scholar.
Remove AllTheWeb.
2004-11-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/lib/webaccount.py.wml,
modules/websession/lib/webuser.py.wml,
modules/websession/web/youraccount.py.wml: *Possible to
authenticate user against external loginserver/function before
logging user into cdsware. If local account doesnt exist, but user
is verified against external system, the account will be created.
2004-11-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/lib/Makefile.am,
modules/webaccess/lib/access_control_config.py.wml,
modules/webaccess/lib/access_control_engine.py.wml,
modules/webaccess/lib/external_authentication.py.wml,
modules/webaccess/lib/webaccessadmin_lib.py.wml,
modules/webaccess/web/admin/webaccessadmin.py.wml: *Added
possibility to authenticate against an external loginfunction
before allowing user to login to cdsware.
2004-11-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibindex/lib/bibindex_engine_stemmer.py.wml,
modules/bibindex/lib/bibindex_engine_stopwords.py.wml: forgot to
add files...
2004-11-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/Makefile.am: [no log message]
2004-11-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/Makefile.am,
modules/bibrank/etc/template_word_similarity.cfg.wml,
modules/bibrank/etc/wrd.cfg.wml,
modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml,
modules/bibrank/lib/bibrankadminlib.py.wml: *Using
stopword/stemming from /bibindex/lib and stemming/stopword
functions
2004-11-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibindex/lib/Makefile.am,
modules/bibindex/lib/bibindex_engine.py.wml,
modules/bibindex/lib/bibindex_engine_config.py.wml: Added
stemming/stopword functionality. Check
/lib/bibindex_engine_config.py for options
2004-11-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Added dynamic link to
Google Scholar into the ``Try your search on:'' box.
2004-11-17 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Properly treat
whitespace inside Simple Search regexp queries.
2004-11-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/bin/bibupload.wml: BibUpload is now compatible
with old MySQL 3.xx servers. (Notably by changing the
deletefield() DELETE SQL logic for this server version.)
2004-11-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/guide.html.wml: Added help on the regexp
search syntax.
2004-11-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Introduced regular
expression syntax into Simple Search. (field:/regexp/)
2004-11-03 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/youraccount.py.wml: Fixed typo in page()
argument for Lost your password box. (`anguage')
2004-11-02 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/lib/webuser.py.wml: Looks like the navtrail
had vanished
2004-11-02 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/cdsware.el: Remove outline mode
tweaks since they interfered with the classical outline mode for
text files, causing Emacs to be unusably slow when opening them.
2004-11-02 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webbasket/web/yourbaskets.py.wml: *Public baskets are now
available even when site is in read only mode
2004-11-02 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websubmit/web/approve.py.wml,
modules/websubmit/web/direct.py.wml,
modules/websubmit/web/getfile.py.wml,
modules/websubmit/web/publiline.py.wml,
modules/websubmit/web/sub.py.wml,
modules/websubmit/web/submit.py.wml,
modules/websubmit/web/summary.py.wml,
modules/websubmit/web/yourapprovals.py.wml,
modules/websubmit/web/yoursubmissions.py.wml: Update related to
site open/close functionality added in webaccess
2004-11-02 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webalert/web/youralerts.py.wml: related to site
open/close update in webaccess
2004-11-02 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webbasket/web/yourbaskets.py.wml: related to site
open/close
2004-11-02 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/lib/webuser.py.wml,
modules/websession/web/youraccount.py.wml: Updated related to site
open/close/readonly
2004-11-02 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/lib/access_control_config.py.wml,
modules/webaccess/lib/webaccessadmin_lib.py.wml: Added new config
variable in access_control_config: 0 - site normal operation 1 -
site closed except for searching 2 - site fully closed
2004-11-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Print information on
sorting by pattern when verbosity level is set high.
2004-11-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Fixed sorting when
sort_by_pattern was activated and the sorting pattern wasn't
present in some of the records.
2004-11-02 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/lib/access_control_config.py.wml: *Removed some
misplaced text
2004-11-01 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/lib/webuser.py.wml: Modified
page_not_authorized
2004-11-01 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/lib/access_control_config.py.wml: Added a few
messages
2004-11-01 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/lib/access_control_config.py.wml,
modules/webaccess/lib/webaccessadmin_lib.py.wml,
modules/bibindex/web/admin/bibindexadmin.py.wml,
modules/websearch/web/admin/websearchadmin.py.wml,
modules/websession/lib/webuser.py.wml,
modules/websession/web/youraccount.py.wml,
modules/bibrank/web/admin/bibrankadmin.py.wml: Using
page_not_authorized in webuser
2004-11-01 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_config.py.wml: Made the
`currently closed' message softer.
2004-11-01 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: Changed `is closed' to
`temporarily closed'.
2004-11-01 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/bin/.cvsignore: Do not pay CVS attention to
elmsubmit executable.
2004-11-01 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Put the color property
explicitely for the input and select elements because some browsers
did not properly inherited it.
2004-11-01 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/lib/webuser.py.wml,
modules/websession/web/youraccount.py.wml: *Added possibility to
close the site for all access
2004-11-01 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Fixed problem
when creating/modifying portalboxes causing title to dissapear when
containing one or more "
2004-11-01 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibindex/lib/bibindexadminlib.py.wml,
modules/bibindex/web/admin/bibindexadmin.py.wml,
modules/bibindex/web/admin/index.html.wml: Splitted managing
indexes and fields into two interfaces. Fixed interfacebug when
modifying: BibIndex Admin -> Edit Logical Field -> Modify MARC tags
-> Modify MARC tag
2004-11-01 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/lib/access_control_config.py.wml,
modules/webaccess/lib/webaccessadmin_lib.py.wml: *Added
CFG_SITE_OPEN in access_control_config, allows closing of the site
for all access
2004-10-28 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: BibFormat's UDF
EXTRACT_EMAIL changed to ignore blanks after `@'. (Thanks to
Guido.)
2004-10-28 Thomas Baron <thomas.baron@cern.ch>
* modules/bibformat/web/admin/FORMAT_edit.php.wml: corrected bug
with &nbsp;
2004-10-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/lib/webuser.py.wml: *Fixed (hopefully): When a
new user opened a page, he would get a message saying "guest user
not allowed", even if guest users are allowed.
2004-10-25 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: Remove wrong TLDN's
dot-test from checkemail().
2004-10-25 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/lib/webuser.py.wml: Added email check to
verify that it is from a valid domain. The email address box on
the "Change email/password" screen is disabled if the security
level (2) doesnt allow email to be changed
2004-10-25 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/lib/access_control_config.py.wml,
modules/webaccess/lib/webaccessadmin_lib.py.wml: -Added config
option in access_control_config to limit the possible email
addresses to use to a defined domain (like "cern.ch")
2004-10-25 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/lib/webaccount.py.wml,
modules/websession/lib/webuser.py.wml,
modules/websession/web/youraccount.py.wml: *Not possible any longer
for a user to change the email address if the securitylevel is high
enough (2)
2004-10-25 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/lib/magic/Makefile.am: Temporarily removing
magic.so target.
2004-10-22 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/template_word_similarity.cfg.wml,
modules/bibrank/etc/wrd.cfg.wml,
modules/bibrank/lib/bibrank_record_sorter.py.wml: Fixed a problem
in the config files
2004-10-22 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml: [no log message]
2004-10-22 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/lib/webaccessadmin_lib.py.wml: Added a overview
of the current configuration in the admin interface
2004-10-21 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/lib/webaccessadmin_lib.py.wml: [no log message]
2004-10-21 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* config/cdsnavbar.wml: manage_accounts changed to manageaccounts
2004-10-21 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibedit/lib/bibrecord.py.wml: *If a parser not existing
was chosen, the 4suite parser would be used if available.
2004-10-20 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/web/youraccount.py.wml: Changed some text on
the lost password page
2004-10-20 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml,
modules/bibindex/lib/bibindexadminlib.py.wml,
modules/bibrank/lib/bibrank_record_sorter.py.wml: [no log message]
2004-10-20 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_record_sorter_tests.py.wml: *Fixed a
problem with the test case
2004-10-20 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibedit/lib/bibrecord.py.wml: *Hopefully fixed error when
no parser installed
2004-10-20 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibedit/lib/bibrecord.py.wml: *Fixed 4suite parser
2004-10-20 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibedit/lib/bibrecord.py.wml: -Hopefully fixed 4suite
2004-10-20 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibedit/lib/bibrecord.py.wml,
modules/bibedit/lib/bibrecord_tests.py.wml: *Fixed minidom parser
2004-10-20 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord_tests.py.wml: Use proper etcdir
when testing for sanity.
2004-10-20 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/miscutil/demo/demobibdata.xml: Fixed file...strange
characters in beginning of file causing problems
2004-10-20 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibedit/lib/bibrecord_tests.py.wml: Fixed sanity test
2004-10-20 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/demobibdata.xml: Using > instead of &gt; in
an abstract now.
2004-10-20 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py.wml: Typo fixed.
2004-10-20 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py.wml:
record_get_field_instances() fixed for non-existing tags.
encode_for_xml() does not encode > sign anymore.
2004-10-20 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord_tests.py.wml: Added test for
accented UTF-8 letters.
2004-10-20 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/lib/webaccount.py.wml,
modules/websession/web/youraccount.py.wml: ...modified some text
2004-10-19 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py.wml: String type checks now also
check unicode string types. (As per Alexandra.)
2004-10-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/lib/webaccount.py.wml,
modules/websession/lib/webuser.py.wml,
modules/websession/web/youraccount.py.wml: +Checking that email
entered when editing account settings are unique +Password must be
entered twice when registering and when editing account settings
2004-10-19 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord_tests.py.wml: Added tests for
getting field/subfield values/instances.
2004-10-19 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord.py.wml:
record_get_field_instances() now takes optional TAG, IND1 and IND2
arguments. Added field_get_subfield_values() function.
2004-10-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/lib/webaccount.py.wml,
modules/websession/web/youraccount.py.wml: [no log message]
2004-10-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/lib/webaccount.py.wml: [no log message]
2004-10-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/lib/webaccount.py.wml,
modules/websession/web/youraccount.py.wml: *Splitted login/register
page into two pages
2004-10-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/lib/access_control_config.py.wml: Removed some
testing code
2004-10-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibindex/lib/bibindexadminlib.py.wml,
modules/bibrank/bin/bibrank.wml,
modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/webaccess/lib/access_control_config.py.wml,
modules/webaccess/lib/access_control_engine.py.wml,
modules/webaccess/web/admin/index.html.wml,
modules/webaccess/web/admin/webaccessadmin.py.wml,
modules/webalert/web/youralerts.py.wml,
modules/webbasket/web/yourbaskets.py.wml,
modules/websearch/lib/websearchadminlib.py.wml,
modules/websearch/web/index.py.wml,
modules/websearch/web/search.py.wml,
modules/websession/lib/webaccount.py.wml,
modules/websession/lib/webuser.py.wml,
modules/websession/web/youraccount.py.wml,
modules/websubmit/web/approve.py.wml,
modules/websubmit/web/direct.py.wml,
modules/websubmit/web/getfile.py.wml,
modules/websubmit/web/publiline.py.wml,
modules/websubmit/web/sub.py.wml,
modules/websubmit/web/submit.py.wml,
modules/websubmit/web/summary.py.wml,
modules/websubmit/web/yourapprovals.py.wml,
modules/websubmit/web/yoursubmissions.py.wml: *Added "Access
Policy" options. *Possible to send an email to admin/user when a
new account is created/deleted/awaiting approval *Guests can be
denied access *New accounts can be automatically activated, or
manually. *Can decide if the user is allowed to create an account.
For changing access policy, look in access_control_config.py and
"Manage accounts" in WebAccess Admin Interface
2004-10-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py.wml: Added a new
section, "Manage Accounts" for editing accounts
2004-10-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* config/cdsnavbar.wml: Added a new section for Webaccess in the
menu
2004-10-14 Richard Owen <ro@tes.la>
* modules/elmsubmit/bin/Makefile.am,
modules/elmsubmit/bin/elmsubmit.wml,
modules/elmsubmit/etc/Makefile.am,
modules/elmsubmit/etc/elmsubmit.cfg.wml,
modules/elmsubmit/lib/Makefile.am,
modules/elmsubmit/lib/config2pyobj.py.wml,
modules/elmsubmit/lib/elmsubmit.py.wml,
modules/elmsubmit/lib/elmsubmit_EZArchive.py.wml,
modules/elmsubmit/lib/elmsubmit_EZArchive_examples.txt,
modules/elmsubmit/lib/elmsubmit_EZEmail.py.wml,
modules/elmsubmit/lib/elmsubmit_doctype_test.py.wml,
modules/elmsubmit/lib/elmsubmit_enriched2txt.py.wml,
modules/elmsubmit/lib/elmsubmit_field_validation.py.wml,
modules/elmsubmit/lib/elmsubmit_filename_generator.py.wml,
modules/elmsubmit/lib/elmsubmit_html2txt.py.wml,
modules/elmsubmit/lib/elmsubmit_misc.py.wml,
modules/elmsubmit/lib/elmsubmit_richtext2txt.py.wml,
modules/elmsubmit/lib/elmsubmit_submission_parser.py.wml,
modules/elmsubmit/lib/encdet.py.wml,
modules/elmsubmit/lib/encdet_utf8.py.wml,
modules/elmsubmit/lib/lex.py.wml,
modules/elmsubmit/lib/lextab.py.wml,
modules/elmsubmit/lib/mime.types.edited,
modules/elmsubmit/lib/myhtmlentitydefs.py.wml,
modules/elmsubmit/lib/parser.out,
modules/elmsubmit/lib/parsetab.py.wml,
modules/elmsubmit/lib/yacc.py.wml,
modules/elmsubmit/lib/magic/Makefile.am,
modules/elmsubmit/lib/magic/Makefile.magic,
modules/elmsubmit/lib/magic/README,
modules/elmsubmit/lib/magic/__init__.py.wml,
modules/elmsubmit/lib/magic/compile_magic.py.wml,
modules/elmsubmit/lib/magic/magic.ext,
modules/elmsubmit/lib/magic/magic.ext.mgc,
modules/elmsubmit/lib/magic/py_magic.c,
modules/elmsubmit/lib/magic/py_magic.h: Initial full checkin of
elmsubmit code.
2004-10-12 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml,
modules/bibrank/lib/bibrankadminlib.py.wml: Fixed problem in word
indexer: If a document already in the table was reindexed, and
there was no modified words, the reverse table was still updated
and "term frequency" numbers lost. Fixed it by adding the words in
the document to the list of words to recalculate the values for.
2004-10-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Do not require the
URL link name to be present when making default output format.
2004-10-06 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibindex/lib/bibindexadminlib.py.wml: Changed textbox to
a textarea for the Index description
2004-10-06 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml: Modified some
function used by websearch,bibindex,webaccess and bibrank
2004-10-06 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibindex/lib/bibindexadminlib.py.wml,
modules/bibindex/web/admin/bibindexadmin.py.wml: +Added admin
functionality for modifying indexes in addition to fields
2004-10-06 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket.py.wml: Fixed problem with item
ordering in case there were holes in nb_order range. (Which should
have happened all the time as soon as there was more than one
basket defined on site due to autoincremented nb_order.)
2004-10-04 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml: Changed structure
of dictionary used by singletagrankmethod,citations and number of
downloads.
2004-10-04 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/stopwords.kb.wml: Added a few stopwords
2004-09-29 Richard Owen <ro@tes.la>
* modules/elmsubmit/lib/Makefile.am,
modules/elmsubmit/lib/elmsubmit_misc.py.wml: Initial checkin of
this file.
2004-09-29 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added support for ElmSubmit.
2004-09-29 Tibor Simko <tibor.simko@cern.ch>
* modules/Makefile.am: Added ElmSubmit module.
2004-09-29 Tibor Simko <tibor.simko@cern.ch>
* modules/elmsubmit/.cvsignore, modules/elmsubmit/Makefile.am,
modules/elmsubmit/bin/.cvsignore,
modules/elmsubmit/bin/Makefile.am,
modules/elmsubmit/doc/.cvsignore,
modules/elmsubmit/doc/Makefile.am,
modules/elmsubmit/doc/admin/.cvsignore,
modules/elmsubmit/doc/admin/Makefile.am,
modules/elmsubmit/doc/admin/guide.html.wml,
modules/elmsubmit/doc/admin/index.html.wml,
modules/elmsubmit/doc/hacking/.cvsignore,
modules/elmsubmit/doc/hacking/Makefile.am,
modules/elmsubmit/etc/.cvsignore,
modules/elmsubmit/etc/Makefile.am,
modules/elmsubmit/lib/.cvsignore,
modules/elmsubmit/lib/Makefile.am,
modules/elmsubmit/lib/magic/.cvsignore,
modules/elmsubmit/lib/magic/Makefile.am: Added skeleton for
ElmSubmit module.
2004-09-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/Makefile.am,
modules/websearch/doc/guide.html.wml,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml: Start splitting of Search Tips
into a small tips page and a larger guide page.
2004-09-27 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py.wml,
modules/bibindex/lib/bibindex_engine_config.py.wml: Activate our
fancy non-interactive URL opener for fail-safe fulltext-indexing of
remote files. Access credentials are read from the config file,
but are not really all that useful at this stage. More work
needed.
2004-09-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/doc/hacking/api.html.wml,
modules/webaccess/lib/access_control_engine.py.wml: -Added:
Checking if userid submitted actually exists in the user table
2004-09-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/bin/authaction.wml,
modules/webaccess/doc/hacking/api.html.wml,
modules/webaccess/lib/access_control_config.py.wml,
modules/websession/web/sessinit.inc.php.wml: [no log message]
2004-09-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/web/admin/bibrankadmin.py.wml,
modules/webaccess/lib/webaccessadmin_lib.py.wml,
modules/websearch/web/admin/websearchadmin.py.wml,
modules/bibindex/web/admin/bibindexadmin.py.wml: [no log message]
2004-09-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/lib/access_control_config.py.wml: Changed
messages
2004-09-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/web/sessinit.inc.php.wml: Fixed problem
causing string to split up if it contained " , "
2004-09-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/web/sessinit.inc.php.wml: String is not
splitted using " , "
2004-09-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/bin/authaction.wml,
modules/webaccess/doc/hacking/api.html.wml,
modules/webaccess/lib/access_control_config.py.wml,
modules/webaccess/lib/access_control_engine.py.wml: Changed message
when authorized, and output from authaction
2004-09-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/doc/hacking/api.html.wml: Modified api to
reflect changes in output from functions in the webaccess module
2004-09-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/web/admin/websearchadmin.py.wml: Modified so
that error messages when not authorized is received from webaccess
2004-09-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/web/admin/bibrankadmin.py.wml: Modified error
messages, showing message received from webaccess
2004-09-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Modified error
messages from webaccess
2004-09-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/bin/webcoll.wml: Modified error message when
not authorized by webaccess
2004-09-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/bin/authaction.wml,
modules/webaccess/doc/hacking/api.html.wml,
modules/webaccess/lib/access_control_config.py.wml,
modules/webaccess/lib/access_control_engine.py.wml,
modules/webaccess/lib/webaccessadmin_lib.py.wml: Modified error
messages when not authorized. Different messages based on reason
for not getting authorized. Messages placed in access_contr_config
2004-09-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml,
modules/bibrank/lib/bibrankadminlib.py.wml: -Modified error
messages from webaccess -and something else...
2004-09-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml,
modules/websubmit/lib/functions/Is_Original_Submitter.py.wml,
modules/websubmit/lib/functions/Is_Referee.py.wml,
modules/websubmit/web/publiline.py.wml,
modules/websubmit/web/yourapprovals.py.wml,
modules/websubmit/web/admin/actionFunctions.php.wml,
modules/websubmit/web/admin/addActionEDS.php.wml,
modules/websubmit/web/admin/addCheckEDS.php.wml,
modules/websubmit/web/admin/addElement2PageEDS.php.wml,
modules/websubmit/web/admin/addElementDescrEDS.php.wml,
modules/websubmit/web/admin/addFunctions.php.wml,
modules/websubmit/web/admin/allActionsEDS.php.wml,
modules/websubmit/web/admin/allChecksEDS.php.wml,
modules/websubmit/web/admin/allElementsEDS.php.wml,
modules/websubmit/web/admin/commonPhpFunctions.php.wml,
modules/websubmit/web/admin/doctypeCategoriesEDS.php.wml,
modules/websubmit/web/admin/documentEDS.php.wml,
modules/websubmit/web/admin/editActionDets.php.wml,
modules/websubmit/web/admin/editCatalogues.php.wml,
modules/websubmit/web/admin/editDoctypeEDS.php.wml,
modules/websubmit/web/admin/editPageElementEDS.php.wml,
modules/websubmit/web/admin/editRecordFile.php.wml,
modules/websubmit/web/admin/elementConfigDetsEDS.php.wml,
modules/websubmit/web/admin/func.php.wml,
modules/websubmit/web/admin/funcUsage.php.wml,
modules/websubmit/web/admin/index.php.wml,
modules/websubmit/web/admin/listFunctions.php.wml,
modules/websubmit/web/admin/newDoctypeEDS.php.wml,
modules/websubmit/web/admin/newFunc.php.wml,
modules/websubmit/web/admin/newSubmissionEDS.php.wml,
modules/websubmit/web/admin/pageDetsEDS.php.wml,
modules/websubmit/web/admin/parameterUpdate.php.wml,
modules/websubmit/web/admin/referees.py.wml,
modules/websubmit/web/admin/removeDoctypeEDS.php.wml,
modules/websubmit/web/admin/veditFunDets.php.wml,
modules/websubmit/web/admin/viewActionEDS.php.wml,
modules/websubmit/web/admin/viewChecksEDS.php.wml,
modules/websubmit/web/admin/viewEditSubmissionEDS.php.wml: Modified
error messages from webaccess when calling authaction without
getting authorized
2004-09-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websession/lib/webuser.py.wml,
modules/websession/web/sessinit.inc.php.wml: Modified error
messages from webaccess when not authorized (when calling
authaction)
2004-09-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibsched/bin/bibtaskex.wml,
modules/bibrank/bin/bibrank.wml,
modules/bibrank/bin/bibrankgkb.wml: Modified error messages from
webaccess when not authorized
2004-09-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibformat/bin/bibreformat.wml,
modules/bibformat/web/admin/security.inc.php.wml,
modules/bibindex/lib/bibindex_engine.py.wml,
modules/bibindex/lib/bibindexadminlib.py.wml,
modules/bibindex/web/admin/bibindexadmin.py.wml: Modified error
messages when not authorized
2004-09-21 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_word_indexer.py.wml: Changed error
message when Psyco is not installed from "ERROR:" to "Warning:"
2004-09-21 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_tag_based_indexer.py.wml: Modified
structure of hash table used by single_tag_rank_method Added
exception handling when problem with config file in
bibrank_record_sorter
2004-09-20 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: -import datetime
statement. Module not in use and not supported by Python 2.2
2004-09-16 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml: simpleendaction:
exceptions are not caught anymore
2004-09-15 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter_tests.py.wml,
modules/bibrank/lib/bibrank_tag_based_indexer_tests.py.wml: [no log
message]
2004-09-15 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter_tests.py.wml,
modules/bibrank/lib/bibrank_tag_based_indexer_tests.py.wml: Changed
some text
2004-09-15 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/miscutil/bin/testsuite.wml: Added bibrank test cases
2004-09-15 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/Makefile.am,
modules/bibrank/lib/bibrank_record_sorter_tests.py.wml,
modules/bibrank/lib/bibrank_tag_based_indexer_tests.py.wml,
modules/bibrank/lib/bibrank_tests.py.wml: Split into one test file
per library
2004-09-15 Thomas Baron <thomas.baron@cern.ch>
* modules/bibsched/bin/bibsched.wml: new job status: "DONE WITH
ERRORS"
2004-09-15 Thomas Baron <thomas.baron@cern.ch>
* modules/miscutil/sql/tabcreate.sql: change "status" column of
schTASK table.
2004-09-15 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: corrected total number of
records. always store absolute path to files
2004-09-15 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/Makefile.am,
modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_tests.py.wml: Added a few testcases
2004-09-15 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: bibupload stops with an
error when a file cannot be found
2004-09-15 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/doc/admin/Makefile.am,
modules/websubmit/doc/admin/index.html.wml,
modules/websubmit/doc/admin/philosophy.html.wml: added doc page
explaining the relation between a search catalogue and a submission
2004-09-15 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/functions/Add_Files.py.wml: added function
to insert files which were stored in a "files" directory of the
submission directory
2004-09-15 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml: added function
simplendaction to deal with non-web submissions
2004-09-14 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/file.py.wml: os.path.getctime does not
exist in python 2.3
2004-09-14 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/Makefile.am, modules/bibrank/bin/bibrank.wml,
modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml: [no log message]
2004-09-14 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/bibrank.wml: Changed how a new task is
submitted because of a bug creating an exception at submit time
2004-09-14 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: [no log message]
2004-09-14 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Changed text from
"rearrange by name" to "order alphabetically"
2004-09-14 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Added
functionality for rearranging sort options/search fields by name
(alphabethically)
2004-09-14 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/web/admin/websearchadmin.py.wml: Added two new
functions, rearrangefield/rearrangefieldvalue
2004-09-13 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: Added support
for recid:x type of queries for methods using
single_tag_rank_method
2004-09-13 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Fixed a few
issues regarding sort fields/search options Still a issue when
several fields got the same score
2004-09-13 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml: Modified
write_outcome (again)
2004-09-13 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml: Modified
write_outcome
2004-09-13 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml: Fixed write_outcome
when parameter res is empty
2004-09-13 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Fixed some bugs
with changing the "score" of fields/fieldvalues
2004-09-13 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/file.py.wml,
modules/websubmit/lib/functions/Move_Files_Archive.py.wml,
modules/websubmit/lib/functions/Move_From_Pending.py.wml: got rid
of os.walk which does not exist in python 2.2 replaced with
os.listdir:
2004-09-10 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/doc/hacking/bibrankgkb.html.wml,
modules/bibrank/doc/hacking/index.html.wml,
modules/bibrank/doc/hacking/merge_rank_methods.html.wml,
modules/bibrank/doc/hacking/single_tag_rank.html.wml,
modules/bibrank/doc/hacking/word_similarity.html.wml: Modified
document width
2004-09-08 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: Changed name of
a function from merge_methods to combine_method
2004-09-08 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/template_combine_method.cfg.wml,
modules/bibrank/etc/template_merge_methods.cfg.wml: Changed name of
rank method
2004-09-08 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/doc/admin/guide.html.wml,
modules/bibrank/doc/hacking/api.html.wml,
modules/bibrank/doc/hacking/index.html.wml: updated config
2004-09-08 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/template_merge_methods.cfg.wml: Added
template for merge method
2004-09-08 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/template_word_frequency.cfg.wml: File changed
name to template_word_similarity.cfg.wml
2004-09-08 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/doc/admin/guide.html.wml,
modules/bibrank/doc/hacking/single_tag_rank.html.wml,
modules/bibrank/doc/hacking/word_similarity.html.wml: Documentation
updated
2004-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py.wml: Eliminated excessive
write_message() function. Reduced serialize/deserialize function
numbers. Calling get_datetime(), not getdate().
2004-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/run.html.wml: Added bibrank
process to the list of usually expected daemons.
2004-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/lib/bibrecord_tests.py.wml: Added a FIXME comment
on the not-yet-working UTF-8 parsing.
2004-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: User rankscoreinfo
class for outputting relevance scores.
2004-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Added `rankscoreinfo' for the
ranked search engine output.
2004-09-08 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added final bibrank call after demo records have
been loaded.
2004-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Added demo of `journal
impact factor' ranking method.
2004-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Introduced `word
similarity' to be a default ranking method.
2004-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabbibclean.sql,
modules/miscutil/sql/tabdrop.sql: Added support for new BibRank
tables.
2004-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: New BibRank tables.
2004-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/marc.html.wml: Added section on
MARC schema in use at CERN.
2004-09-07 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml: Changed a function
name from word_frequency to word_similarity
2004-09-07 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/template_word_similarity.cfg.wml,
modules/bibrank/etc/wrd.cfg.wml: Changed name from word_frequency
to word_similarity
2004-09-07 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/doc/hacking/api.html.wml,
modules/bibrank/doc/hacking/word_similarity.html.wml: Hacking
documentation for the Bibrank module
2004-09-07 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: Not much, some
naming issues
2004-09-07 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/doc/admin/guide.html.wml,
modules/bibrank/doc/hacking/Makefile.am,
modules/bibrank/doc/hacking/bibrankgkb.html.wml,
modules/bibrank/doc/hacking/index.html.wml,
modules/bibrank/doc/hacking/single_tag_rank.html.wml: Documentation
for the BibRank module updated, especially the hacking section
2004-09-06 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/bin/bibrank.wml: Changed bibrank process name to
the one expected by bibsched.
2004-09-06 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/demo_jif.cfg.wml,
modules/bibrank/etc/template_single_tag_rank_method.cfg.wml,
modules/bibrank/etc/template_word_frequency.cfg.wml,
modules/bibrank/etc/wrd.cfg.wml: -Removed no longer used parameter
from config files. (overall_importance)
2004-09-06 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/bibrank.wml: [no log message]
2004-09-06 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml: -Added method for
merging the result of various rank methods into one. -Removed a no
longer used parameter from config file (overall_importance)
2004-09-03 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: Fixed: If
translation of a rank method didnt exist in a language, the code
was sent back instead of the translation in the default language.
2004-09-03 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: Verbose output
was not returned for some methods
2004-09-03 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/bibrank.wml: Modified output text
2004-09-03 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: Changed two %S
into %s
2004-09-03 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml: Modified debug
information
2004-09-03 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/demo_jif.cfg.wml,
modules/bibrank/etc/template_single_tag_rank_method.cfg.wml,
modules/bibrank/etc/template_word_frequency.cfg.wml,
modules/bibrank/etc/wrd.cfg.wml: Modified parameter names
2004-09-03 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Keep selected rank
method when doing `jump to record X'.
2004-09-03 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/etc/demo_jif.cfg.wml: Demo site uses 909C4 to
store publication information.
2004-09-03 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: -Fixed crash if
Stemmer is not available
2004-09-03 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_tag_based_indexer.py.wml: Tiny bug
fixed...not much..
2004-09-03 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/bibrank.wml,
modules/bibrank/etc/demo_jif.cfg.wml,
modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml:
-Bibrank_word_indexer: fixed bug when verbose > 0 -bibrank: fixed
default options -config files: fixed some naming issues
2004-09-02 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: -Fixed up how
the configuration options are handled inside the methods. Only one
global variable for the configdata now.
2004-09-02 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/search_engine.py.wml: -Sending verbose
value to rank_records
2004-09-02 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: -Fixed
get_bibrank_methods. Returning only methods available for the
current collection
2004-09-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml,
modules/websearch/lib/search_engine.py.wml: get_bibrank_methods()
now accepts colID, not collection name.
2004-09-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/index.py.wml: get_colID() is now read from
search engine's library.
2004-09-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml,
modules/websearch/lib/search_engine.py.wml: Added collection
argument to get_bibrank_method calls.
2004-09-01 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Fixed off-by-one
search unit counting in stage 2-1.
2004-09-01 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Boolean query warning message changed.
Added similarity messages. Rank by message output changed. Minor
CZ and SK cleanup.
2004-09-01 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py.wml: Similar records message
added.
2004-09-01 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: Deleted extra
<b> markup.
2004-09-01 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/bin/Makefile.am: Remove bibranktest from the list
of common targets.
2004-09-01 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: More information (Detailed
record, Similar records) is made smaller.
2004-09-01 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Support for the ranking and
similarity search.
2004-09-01 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: - Added support for
record ranking and similarity search.
- Stage 2-1 behaviour changed so that no warning is emitted for
nonexisting search terms if they are preceded or followed by
boolean OR operator.
- Nearest hits aren't shown for recid type of queries.
2004-09-01 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/Makefile.am,
modules/bibrank/lib/bibrank_record_sorter.py.wml: -Turned verbose
off
2004-09-01 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: - rank_records
returns (a,b,c,d,e)
2004-09-01 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: -Fixed error in
rank_records
2004-09-01 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: If error, first
parameter returned by rank_records, ([0]) is (None,None)
2004-09-01 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/demo_jif.cfg.wml,
modules/bibrank/etc/template_single_tag_rank_method.cfg.wml,
modules/bibrank/etc/template_word_frequency.cfg.wml,
modules/bibrank/etc/wrd.cfg.wml: Modified configuration files.
Added prefix/postfix
2004-09-01 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml: -Modified
interfaces mostly
2004-09-01 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/hacking/stages.html.wml: Stage 2-1 checks
now for boolean OR operator in the next unit too.
2004-09-01 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/hacking/stages.html.wml: Stage 2-1 altered
as to retain also zero-hit (p_i, f_i) search unit in case it is
preceded by boolean OR operator.
2004-09-01 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/bin/alertengine.wml: Print run time information
with two decimal places only.
2004-08-30 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: -Fixed warning
messages
2004-08-30 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: -Added error
messages -changed api's.
-going to add return of verbose messages
2004-08-30 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/demo_jif.cfg.wml,
modules/bibrank/etc/template_single_tag_rank_method.cfg.wml,
modules/bibrank/etc/template_word_frequency.cfg.wml,
modules/bibrank/etc/wrd.cfg.wml: Updated configuration files
2004-08-27 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml:
-get_bibrank_methods now accepts the collectionnames as parameter,
but does not yet do anything with it. -find_similar accepts a list
of several record ids.
2004-08-27 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: *Fixed: Last
document after finding similar documents was never shown.
2004-08-27 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/template_word_frequency.cfg.wml,
modules/bibrank/etc/wrd.cfg.wml,
modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml: *Changed output
from rank_records in bibrank_record_sorter, now returning
(list,string,string)
2004-08-27 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/wrd.cfg.wml,
modules/bibrank/lib/bibrank_record_sorter.py.wml: Added options for
configuring finding similar pages using the word frequency. -A
word need to have a minimum length to be used -Maximum number of
words to use -A word must exist in minimum nr of documents -A
document must exist in maximum nr of documents
and other options
2004-08-27 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Changed Erik's email address.
2004-08-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: *Fixed: An
error caused the stemmer not to stem the query
2004-08-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/template_word_frequency.cfg.wml,
modules/bibrank/etc/wrd.cfg.wml: Added parameter in configuration
files to use for stemming of search query
2004-08-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml: Added
possibility to select language to stem the query in
2004-08-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_word_indexer.py.wml: Modified update
of last_update field in rnkMETHOD
2004-08-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_word_indexer.py.wml: *Fixed bug
causing nothing to happen if executed before searching worked
2004-08-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_word_indexer.py.wml: Missed an = in a
if bla == bla line
2004-08-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/bibrank.wml: enabled authentication check
2004-08-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_word_indexer.py.wml: Modified error
message when PyStemmer is not installed, or language is not
supported by PyStemmer
2004-08-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/stopwords.kb.wml: changed to utf-8
2004-08-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/bibrankgkb.wml: Fixed bug causing .kb files
with only one # in front of comments to fail.
2004-08-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/bibrank.wml: Removed some printed text and
sys.exit command appearing when problems importing files.
2004-08-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml: Modified ranking
files, mostly small changes in naming of methods.
2004-08-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/stopwords.kb.wml,
modules/bibrank/etc/template_word_frequency.cfg.wml,
modules/bibrank/etc/wrd.cfg.wml: Configuration files and
stopwordlist (english and french) for use together with ranking
based on word frequency
2004-08-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/demo_jif.cfg.wml,
modules/bibrank/etc/demo_jif.kb.wml: Configuration files and
datafiles for use with the demoinstallation of cdsware to enable
Journal Impact Factor ranking
2004-08-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/bibrankgkb.cfg.wml,
modules/bibrank/etc/bibrankgkb_jif_conv.kb.wml,
modules/bibrank/etc/bibrankgkb_jif_example.kb.wml: Configuration
files and datafiles to use as examples when running bibrankgkb
2004-08-26 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added support for localstatedir configuration
option. (Thanks to Fred.) Removed unnecessary `install'
subtargets for various demo targets. Prepared table updating in
view of the next release. (Not fully finished yet.)
2004-08-26 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, config/configbis.wml.in: Added support for
localstatedir configuration option. (Thanks to Fred.)
2004-08-25 Tibor Simko <tibor.simko@cern.ch>
* CREDITS: Added Eric Grand. Fixed some grammar.
2004-08-25 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Added Alexandra. Updated Trond and Tibor.
2004-08-25 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: French translation corrections, thanks to
Eric Grand.
2004-08-25 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: New directories in the BibEdit module.
2004-08-25 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/Makefile.am, modules/bibedit/bin/.cvsignore,
modules/bibedit/bin/Makefile.am,
modules/bibedit/bin/xmlmarclint.wml,
modules/bibedit/etc/.cvsignore, modules/bibedit/etc/MARC21slim.dtd,
modules/bibedit/etc/Makefile.am, modules/bibedit/lib/Makefile.am,
modules/bibedit/lib/bibrecord.py.wml,
modules/bibedit/lib/bibrecord_config.py.wml,
modules/bibedit/lib/bibrecord_tests.py.wml: Initial release of new
Alexandra's bibrecord library.
2004-08-25 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/testsuite.wml: Add bibrecord test suite.
2004-08-25 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/Makefile.am: Install demobibdata.xml into
tmp directory, for test suite purposed.
2004-08-25 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_tests.py.wml:
test_strip_accents() now calls strip_accents() directly, instead of
via wash_pattern().
2004-08-25 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/.cvsignore: Added .pyc extension.
2004-08-25 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/Makefile.am, modules/bibrank/bin/bibrank.wml,
modules/bibrank/bin/bibrankgkb.wml: Added support for "word
frequency" ranking. Moved functions from bibrank file to
/lib/bibrank_... files
2004-08-25 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/Makefile.am,
modules/bibrank/lib/bibrank_record_sorter.py.wml,
modules/bibrank/lib/bibrank_tag_based_indexer.py.wml,
modules/bibrank/lib/bibrank_word_indexer.py.wml,
modules/bibrank/lib/bibrankadminlib.py.wml: Methods for
ranking/sorting records based on various methods like word
frequency (using variation of the IDF/TF vector model)
2004-08-25 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/tips.html.wml: Typos fixed.
2004-08-25 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/bin/Makefile.am,
modules/bibconvert/doc/admin/Makefile.am,
modules/bibconvert/etc/Makefile.am,
modules/bibedit/doc/admin/Makefile.am,
modules/bibedit/lib/Makefile.am, modules/bibformat/bin/Makefile.am,
modules/bibformat/doc/admin/Makefile.am,
modules/bibformat/lib/common/Makefile.am,
modules/bibformat/lib/core/Makefile.am,
modules/bibformat/web/Makefile.am,
modules/bibformat/web/admin/Makefile.am,
modules/bibharvest/bin/Makefile.am,
modules/bibharvest/doc/admin/Makefile.am,
modules/bibharvest/lib/Makefile.am,
modules/bibharvest/web/Makefile.am,
modules/bibindex/bin/Makefile.am,
modules/bibindex/doc/admin/Makefile.am,
modules/bibindex/lib/Makefile.am,
modules/bibindex/web/admin/Makefile.am,
modules/bibrank/bin/Makefile.am,
modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/hacking/Makefile.am,
modules/bibrank/etc/Makefile.am, modules/bibrank/lib/Makefile.am,
modules/bibrank/web/admin/Makefile.am,
modules/bibsched/bin/Makefile.am,
modules/bibsched/doc/admin/Makefile.am,
modules/bibupload/bin/Makefile.am,
modules/bibupload/doc/admin/Makefile.am,
modules/miscutil/bin/Makefile.am,
modules/miscutil/demo/Makefile.am,
modules/miscutil/lib/Makefile.am, modules/miscutil/sql/Makefile.am,
modules/webaccess/bin/Makefile.am,
modules/webaccess/doc/admin/Makefile.am,
modules/webaccess/doc/hacking/Makefile.am,
modules/webaccess/lib/Makefile.am,
modules/webaccess/web/admin/Makefile.am,
modules/webalert/bin/Makefile.am,
modules/webalert/doc/admin/Makefile.am,
modules/webalert/lib/Makefile.am, modules/webalert/web/Makefile.am,
modules/webbasket/doc/admin/Makefile.am,
modules/webbasket/lib/Makefile.am,
modules/webbasket/web/Makefile.am, modules/webhelp/web/Makefile.am,
modules/webhelp/web/admin/Makefile.am,
modules/webhelp/web/admin/howto/Makefile.am,
modules/webhelp/web/hacking/Makefile.am,
modules/websearch/bin/Makefile.am,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/admin/Makefile.am,
modules/websearch/doc/hacking/Makefile.am,
modules/websearch/lib/Makefile.am,
modules/websearch/web/Makefile.am,
modules/websearch/web/admin/Makefile.am,
modules/websession/bin/Makefile.am,
modules/websession/doc/admin/Makefile.am,
modules/websession/lib/Makefile.am,
modules/websession/web/Makefile.am,
modules/webstyle/css/Makefile.am,
modules/webstyle/doc/admin/Makefile.am,
modules/webstyle/img/Makefile.am, modules/webstyle/lib/Makefile.am,
modules/websubmit/bin/Makefile.am,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/admin/Makefile.am,
modules/websubmit/etc/bibconvert/KB/Makefile.am,
modules/websubmit/etc/bibconvert/config/Makefile.am,
modules/websubmit/lib/Makefile.am,
modules/websubmit/lib/functions/Makefile.am,
modules/websubmit/web/Makefile.am,
modules/websubmit/web/admin/Makefile.am: Wildcard expansion now
refers to the source directory in order to correctly detect the
list of available source files. (Thanks to Frederic.)
2004-08-24 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/template_merge_rank_methods.cfg.wml:
Removed..
2004-08-24 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/bibrankgkb.cfg.wml,
modules/bibrank/etc/jif.cfg.wml, modules/bibrank/etc/jif.kb.wml,
modules/bibrank/etc/jif2.kb.wml,
modules/bibrank/etc/jt_conv.kb.wml: Removed some files from the
next release, going to be added again later in another form
2004-08-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Strip accents only
when searching for words.
2004-08-23 Tibor Simko <tibor.simko@cern.ch>
* configure-tests.py: Added test on maximum MySQLdb version.
2004-08-23 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added notes on recommended MySQL 4.0.x and MySQLdb 0.9.2
versions.
2004-08-23 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Revert previous
TEXT-into-BLOB changes, since they didn't work with MySQL 4.1.3
anyway, only with MySQL 4.1.0. (FWIW, this shows once more that
conceptually wrong quick-fixes are better to be avoided!)
2004-08-23 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added note on MySQL's default-character-set=utf8.
2004-08-23 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Changed BLOB to TEXT for the
sake of MySQLdb 1.0.0 compliancy. Changed flxLINKTYPEPARAMS/pname
varchar width, so that the primary key size for this table will
fall within the internal MySQL limit of 1000 bytes per key, when
the default charset is UTF-8 (i.e. when there are three bytes per
char).
2004-08-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Put explicit str()
conversion around datetime.datetime objects coming from MySQLdb,
since some Python installations (e.g. reported on SUSE) required
explicit conversion before comparing to strings.
2004-08-16 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml,
modules/websearch/lib/websearchadminlib.py.wml,
modules/bibindex/lib/bibindexadminlib.py.wml: Modified feedback
messages
2004-08-16 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Modified some
textfields
2004-08-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Removed excessive
</td> element, thanks to Frederic.
2004-08-13 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Fixed
presentation bug when deleting the last value associated with a
field
2004-08-13 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: fixed a bug in
"modify search options" which happened when you added a new search
options without selecting a fieldvalue at the same time.
2004-08-13 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/web/admin/websearchadmin.py.wml: Fixed
"Modified search options" part of the modify collection page
2004-07-28 Thomas Baron <thomas.baron@cern.ch>
* modules/miscutil/sql/tabcreate.sql: turned schTASK/arguments
column into longtext
2004-07-27 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: bad xml records are counted
as errors
2004-07-22 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/Makefile.am: Committed too much, Makefile
fixed
2004-07-22 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/Makefile.am,
modules/websearch/lib/websearchadminlib.py.wml: fixed lazy
coding...see last update of file.....
2004-07-20 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Fixed the date
problem. Somehow the mysql server returns 2004-07-19 14:52:48.00
as the date, and for others it returns 2004-07-19 14:52:48
Unsure why, but fixed now I hope.
2004-07-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Fixed two bugs,
one where the mysql server returned another dateformat than the
expected one, only partially fixed atm though. Need to find out how
to get the dateformat which mysql will return. The other was where
the Progress field of a bibtask was empty.
2004-07-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/index.html.wml: Add link to BibIndex
Admin Interface.
2004-07-16 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Version number bump after the release of v0.3.3.
CDSware v0.3.3 (released 2004-07-16)
====================================
2004-07-16 Tibor Simko <tibor.simko@cern.ch>
* .cvsignore: Added .wmlrc.
2004-07-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: Terminology fix: ampersand
-> @.
2004-07-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: checkemail() made more
efficient.
2004-07-15 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Don't need .wmlrc in the distribution.
2004-07-15 Tibor Simko <tibor.simko@cern.ch>
* CREDITS: Added Thierry and Frederic.
2004-07-15 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added a note on building CDSware out of its source tree.
2004-07-15 Tibor Simko <tibor.simko@cern.ch>
* .wmlrc: Removed. Configure now takes care of creating it.
2004-07-15 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am, configure.ac: Patch from Frederic be able to build
CDSware out of its source tree.
2004-07-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/bin/Makefile.am,
modules/bibconvert/doc/admin/Makefile.am,
modules/bibedit/doc/admin/Makefile.am,
modules/bibedit/lib/Makefile.am, modules/bibformat/bin/Makefile.am,
modules/bibformat/doc/admin/Makefile.am,
modules/bibformat/lib/common/Makefile.am,
modules/bibformat/lib/core/Makefile.am,
modules/bibformat/web/Makefile.am,
modules/bibformat/web/admin/Makefile.am,
modules/bibharvest/bin/Makefile.am,
modules/bibharvest/doc/admin/Makefile.am,
modules/bibharvest/lib/Makefile.am,
modules/bibharvest/web/Makefile.am,
modules/bibindex/bin/Makefile.am,
modules/bibindex/doc/admin/Makefile.am,
modules/bibindex/lib/Makefile.am,
modules/bibindex/web/admin/Makefile.am,
modules/bibrank/bin/Makefile.am,
modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/hacking/Makefile.am,
modules/bibrank/etc/Makefile.am, modules/bibrank/lib/Makefile.am,
modules/bibrank/web/admin/Makefile.am,
modules/bibsched/bin/Makefile.am,
modules/bibsched/doc/admin/Makefile.am,
modules/bibupload/bin/Makefile.am,
modules/bibupload/doc/admin/Makefile.am,
modules/miscutil/bin/Makefile.am,
modules/miscutil/demo/Makefile.am,
modules/miscutil/lib/Makefile.am, modules/miscutil/sql/Makefile.am,
modules/webaccess/bin/Makefile.am,
modules/webaccess/doc/admin/Makefile.am,
modules/webaccess/doc/hacking/Makefile.am,
modules/webaccess/lib/Makefile.am,
modules/webaccess/web/admin/Makefile.am,
modules/webalert/bin/Makefile.am,
modules/webalert/doc/admin/Makefile.am,
modules/webalert/lib/Makefile.am, modules/webalert/web/Makefile.am,
modules/webbasket/doc/admin/Makefile.am,
modules/webbasket/lib/Makefile.am,
modules/webbasket/web/Makefile.am, modules/webhelp/web/Makefile.am,
modules/webhelp/web/admin/Makefile.am,
modules/webhelp/web/admin/howto/Makefile.am,
modules/webhelp/web/hacking/Makefile.am,
modules/websearch/bin/Makefile.am,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/admin/Makefile.am,
modules/websearch/doc/hacking/Makefile.am,
modules/websearch/lib/Makefile.am,
modules/websearch/web/Makefile.am,
modules/websearch/web/admin/Makefile.am,
modules/websession/bin/Makefile.am,
modules/websession/doc/admin/Makefile.am,
modules/websession/lib/Makefile.am,
modules/websession/web/Makefile.am,
modules/webstyle/css/Makefile.am,
modules/webstyle/doc/admin/Makefile.am,
modules/webstyle/lib/Makefile.am,
modules/websubmit/bin/Makefile.am,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/admin/Makefile.am,
modules/websubmit/etc/bibconvert/KB/Makefile.am,
modules/websubmit/etc/bibconvert/config/Makefile.am,
modules/websubmit/lib/Makefile.am,
modules/websubmit/lib/functions/Makefile.am,
modules/websubmit/web/Makefile.am,
modules/websubmit/web/admin/Makefile.am: Patch from Frederic be
able to build CDSware out of its source tree.
2004-07-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: I18N translations of
collection names. SUBMIT boxes for the search interface to point
to submission pages.
2004-07-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: I18N field names for
DE,PT,IT,NO.
2004-07-15 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Added PT,IT,DE and NO translations for new
phrases.
2004-07-14 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Remove unnecessary trailing
commas (causing troubles on some systems).
2004-07-14 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: Regular expressions
introduced.
2004-07-14 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/doc/admin/dcxml-to-marcxml.cfg: Extraction
template modified.
2004-07-13 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml, modules/miscutil/lib/messages.py.wml: Added
record last modified message.
2004-07-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Fix displaying ADD TO
BASKET on HTML detailed page. Added record last modified info box.
2004-07-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Added recordlastmodifiedbox.
2004-07-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Fix serialized column of
the Photo formats due to change in encoding (UTF-8). Fix links in
Photo formats to use recid instead of sysnb.
2004-07-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Added I18N translations for
field names and home collection.
2004-07-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Added I18N
translations for collection names.
2004-07-13 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml, modules/miscutil/lib/messages.py.wml: Added
`restricted' message. Moved I18N field names into SQL tables.
2004-07-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml,
modules/websearch/lib/search_engine.py.wml,
modules/websearch/web/index.py.wml: Respect I18N names of
collections and fields.
2004-07-12 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/dbexec.wml: Use = instead of == for strict
POSIX compliance. (Thanks to Thierry Thomas.)
2004-07-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/hacking/stages.html.wml,
modules/websearch/lib/search_engine.py.wml: New behaviour of the
search engine on stage 4-2-1: when no hits are found in the
collection selected by the user, but there are some hits in other
public collections, then do not show list these hits anymore to the
end user, but rather propose link to them only. (Often users were
confused as to why their collection choice wasn't respected.)
2004-07-12 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Rephrase ``No hits in given collection'' to
respect new behaviour of the search engine.
2004-07-12 Tibor Simko <tibor.simko@cern.ch>
* config/cdswmllib.wml: Use adverb to denote CZ and SK languages.
2004-07-12 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml, modules/miscutil/lib/messages.py.wml: Added
I18N message for deleted records.
2004-07-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_config.py.wml: Added OAI ID
tag from the config file. Suitable for the display of deleted
records in order to preserve OAI ID in XML MARC display.
2004-07-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Records marked as
DELETED (in the collection identifier tag 980) aren't accessible
anymore via XML MARC and other formats.
2004-07-12 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, modules/bibedit/Makefile.am,
modules/bibedit/lib/.cvsignore, modules/bibedit/lib/Makefile.am:
Added BibEdit lib.
2004-07-12 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added note for FreeBSD users on Apache 2 threads
configuration.
2004-07-12 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: get rid of beginning of
following record if on the same line
2004-07-09 Thomas Baron <thomas.baron@cern.ch>
* modules/bibedit/lib/bibrecord.py.wml: new xml parsing library
2004-07-07 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/Makefile.am,
modules/webhelp/web/hacking/index.html.wml,
modules/webhelp/web/hacking/testsuite.html.wml: Added testsuite
hackers' guide.
2004-07-07 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml,
modules/websubmit/lib/functions/Get_Info.py.wml,
modules/websubmit/lib/functions/Get_Sysno.py.wml,
modules/websubmit/lib/functions/Make_Modify_Record.py.wml,
modules/websubmit/lib/functions/Make_Record.py.wml,
modules/websubmit/lib/functions/Report_Number_Generation.py.wml,
modules/websubmit/lib/functions/mail.py.wml: replaced "w+" open
mode by "w"
2004-07-07 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/doc/admin/implementwebform.html.wml: added
comment about mandatory select box elements
2004-07-07 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/admin/addElement2PageEDS.php.wml: check if
new mandatory select box begins with "Select:"
2004-07-07 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/bibindex_engine.py.wml,
modules/bibindex/lib/bibindex_engine_config.py.wml: Added option to
fulltext-index local files only, i.e. remote URLs are skipped if
the option is on.
2004-07-07 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: cumulative record count if
several files are passed as parameters
2004-07-05 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/admin/elementConfigDetsEDS.php.wml: change
type of response elements now possible
2004-06-23 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/lib/oai_repository.py.wml: DC Title extended
for 111__a.
2004-06-22 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: [no log message]
2004-06-22 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/web/admin/bibrankadmin.py.wml: Got redirected to
/websearch after loging, fixed
2004-06-15 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added note on `make test' to run the test suite.
2004-06-15 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added `make test' target.
2004-06-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/Makefile.am,
modules/websearch/lib/search_engine_tests.py.wml: Added search
engine unit tests examples.
2004-06-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/.cvsignore: Added .pyc to the list of
extensions to ignore.
2004-06-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/.cvsignore,
modules/miscutil/bin/Makefile.am,
modules/miscutil/bin/testsuite.wml: Added testsuite bin file.
2004-06-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/bin/bibindex.wml,
modules/bibindex/lib/Makefile.am,
modules/bibindex/lib/bibindex_engine.py.wml,
modules/bibindex/lib/bibindex_engine_config.py.wml,
modules/bibindex/lib/bibindex_engine_tests.py.wml: BibIndex
monolithic bin file split into a small bin file and large lib
engine and engine_config files. BibIndex unit testing file added.
2004-06-07 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Looks like it was
abbreviated monthname and not full which was used... (thanks to
may...)
2004-06-07 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/bibrank.wml: Fixed bugs
2004-06-07 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Modified Webcoll
status of the webpage, added more checks
2004-06-04 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml: bug fixed in
modify_translations
2004-06-04 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Cleaned up
frontpage of interface
2004-06-04 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: Implementation of regular
expressions in destination template configuration.
2004-06-04 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml: Using name field in
rankmethod table instead of i8n names
2004-06-04 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibindex/lib/bibindexadminlib.py.wml: Changed back to
using the name field instead of i8n names
2004-06-04 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Added a overview
of collections with error checking
2004-06-04 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Committing to get
it over to pcdh91...(need to do something with this soon...)
2004-06-03 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Nice number printing is now
taken from the search engine library and is language-dependent.
2004-06-03 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Nice number printing
is now language dependent.
2004-06-03 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py.wml: Added thousands separator.
2004-06-03 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Fixed whitespace treatment. Added thousands
separator.
2004-05-28 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml,
modules/websearch/web/admin/websearchadmin.py.wml: Changed the
navigation/work flow in websearch interface
2004-05-27 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: Data parsing error
corrected (bugfix).
2004-05-27 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/doc/admin/guide.html.wml: Typo corrected.
2004-05-27 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/admin/removeDoctypeEDS.php.wml: delete all
occurrence of the deleted document type in the sbmSUBMISSIONS table
2004-05-27 Thomas Baron <thomas.baron@cern.ch>
* modules/miscutil/sql/tabcreate.sql: corrected
sbmCOLLECTION_sbmDOCTYPE table definition id_son is now a 10
characters string to be coherent with the sbmDOCTYPE definition
2004-05-27 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml,
modules/websearch/web/admin/websearchadmin.py.wml: Prepared for
webcoll interface
2004-05-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Added a check to
see if collection with id==1 exists, if not a form to add it is
displayed.
2004-05-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Changed
terminology of "add collection to tree"
2004-05-25 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/admin/Makefile.am: Added forgotten
dcxml-to-marcxml.cfg to the distribution.
2004-05-24 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: No longer
mandatory to have a title for a portalbox
2004-05-19 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/index.html.wml: International name for
Admin Area.
2004-05-19 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py.wml: Added `administration'
messages.
2004-05-19 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Added `administration' message. Small
French fix.
2004-05-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webaccount.py.wml,
modules/websession/web/youraccount.py.wml: Added `Your Admin
Activities' page.
2004-05-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: Add link to
`administration' in the personal header.
2004-05-19 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: Added link to BibIndex Admin Interface.
2004-05-19 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/lib/.cvsignore,
modules/bibindex/lib/Makefile.am, modules/bibindex/web/.cvsignore,
modules/bibindex/web/Makefile.am,
modules/bibindex/web/admin/.cvsignore,
modules/bibindex/web/admin/Makefile.am: Added appropriate
Makefile.am and .cvsignore files.
2004-05-19 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added BibIndex lib, web, web/admin dirs.
2004-05-19 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Added cfgbibindex action.
2004-05-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Modified up/down
arrows
2004-05-19 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibindex/.cvsignore, modules/bibindex/lib/Makefile,
modules/bibindex/lib/Makefile.am, modules/bibindex/lib/Makefile.in,
modules/bibindex/lib/bibindexadminlib.py.wml,
modules/bibindex/web/Makefile, modules/bibindex/web/Makefile.am,
modules/bibindex/web/Makefile.in,
modules/bibindex/web/admin/Makefile,
modules/bibindex/web/admin/Makefile.am,
modules/bibindex/web/admin/Makefile.in: Removed makefiles
2004-05-14 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibindex/lib/Makefile, modules/bibindex/lib/Makefile.am,
modules/bibindex/lib/Makefile.in,
modules/bibindex/lib/bibindexadminlib.py.wml,
modules/bibindex/web/Makefile, modules/bibindex/web/Makefile.am,
modules/bibindex/web/Makefile.in,
modules/bibindex/web/admin/Makefile,
modules/bibindex/web/admin/Makefile.am,
modules/bibindex/web/admin/Makefile.in: Forget Makefiles...
2004-05-14 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml: Unsure what is
change...commiting just to be sure
2004-05-14 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml,
modules/websearch/web/admin/websearchadmin.py.wml: Changed images
used for arrows in websearchadmin, also added random argument to
urls to force reload of page
2004-05-14 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibindex/Makefile.am,
modules/bibindex/doc/admin/Makefile.am,
modules/bibindex/doc/admin/index.html.wml,
modules/bibindex/lib/bibindexadminlib.py.wml,
modules/bibindex/web/admin/bibindexadmin.py.wml,
modules/bibindex/web/admin/index.html.wml: First version of
BibIndex interface
CDSware v0.3.2 (released 2004-05-12)
====================================
2004-05-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml: Typo fixed
(llevel).
2004-05-12 Tibor Simko <tibor.simko@cern.ch>
* NEWS: Release of v0.3.2.
2004-05-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/doc/admin/guide.html.wml,
modules/bibrank/doc/admin/jif.cfg,
modules/bibrank/doc/admin/jif.kb: Put jif.{kb,cfg} examples
directly into the BibRank Admin Guide.
2004-05-12 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/doc/admin/guide.html.wml: </h2> at 4.2 changed to
</h3>
2004-05-12 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/doc/admin/guide.html.wml: Used ispell to fix some
typos
2004-05-12 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/web/admin/websearchadmin.py.wml: commented out
reload(wsc)
2004-05-12 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/web/admin/bibrankadmin.py.wml: commented out
reload line, changed wsc to brc in add_error
2004-05-11 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Bumping version number in view of releasing v0.3.2.
2004-05-11 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Add instructions on how to verify MD5 checksum and GnuPG
signature.
2004-05-11 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added update-v0.3.x-tables targets.
2004-05-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/admin/guide.html.wml: Make text on the
search options clearer.
2004-05-11 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/doc/admin/guide.html.wml: Merged mine and
tibors text about search options
2004-05-11 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml,
modules/bibrank/bin/bibrank.wml,
modules/bibrank/doc/admin/guide.html.wml,
modules/websearch/lib/websearchadminlib.py.wml,
modules/websearch/web/admin/websearchadmin.py.wml: [no log message]
2004-05-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/admin/guide.html.wml,
modules/bibedit/doc/admin/guide.html.wml,
modules/bibformat/doc/admin/guide.html.wml,
modules/bibharvest/doc/admin/guide.html.wml,
modules/bibindex/doc/admin/guide.html.wml,
modules/bibrank/doc/admin/guide.html.wml,
modules/bibsched/doc/admin/guide.html.wml,
modules/bibupload/doc/admin/guide.html.wml,
modules/webaccess/doc/admin/guide.html.wml,
modules/webalert/doc/admin/guide.html.wml,
modules/webbasket/doc/admin/guide.html.wml,
modules/websession/doc/admin/guide.html.wml,
modules/webstyle/doc/admin/guide.html.wml,
modules/websubmit/doc/admin/index.html.wml: Display version number.
2004-05-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/admin/guide.html.wml: Complete missing 3.x
sections. Display version number.
2004-05-11 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/doc/hacking/admin-internals.html.wml,
modules/webaccess/doc/hacking/api.html.wml,
modules/webaccess/doc/hacking/table-structure.html.wml: Display
version number.
2004-05-11 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/concepts.html.wml,
modules/webhelp/web/hacking/directory.html.wml,
modules/webhelp/web/hacking/modules.html.wml,
modules/webhelp/web/hacking/releases.html.wml,
modules/webhelp/web/hacking/style.html.wml,
modules/websearch/doc/hacking/api.html.wml,
modules/websearch/doc/hacking/stages.html.wml: Display version
number.
2004-05-11 Tibor Simko <tibor.simko@cern.ch>
* config/cdswmllib.wml: Added function to pretty print
revision/date version strings suitable for Admin Guides.
2004-05-11 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/marc.html.wml: Add version
number.
2004-05-11 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/run.html.wml: Display version
number.
2004-05-11 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/migrate.html.wml: Display version
number. Add a FIXME note to write up more about collection and OAI
IDs.
2004-05-10 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webstyle/css/cds.css.wml: Removed border collapse tag
from admin_vwar_nomargin
2004-05-10 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/doc/admin/guide.html.wml,
modules/websearch/lib/websearchadminlib.py.wml: Updated guide and
bugfix
2004-05-10 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml: Bugfix
2004-05-10 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/doc/admin/guide.html.wml: Updated
2004-05-07 Tibor Simko <tibor.simko@cern.ch>
* CREDITS: Added Lyuba for the help with the Russian translation.
2004-05-07 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/web/admin/websearchadmin.py.wml: Fixed securty
issue/ added role='cfgwebsearch'
2004-05-07 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml,
modules/bibrank/web/admin/bibrankadmin.py.wml: Fixed role/security
issue
2004-05-07 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py.wml: Fixed broken
import link.
2004-05-06 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/doc/admin/guide.html.wml: Added explanation to
the collection query part
2004-05-06 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/doc/admin/guide.html.wml,
modules/websearch/lib/websearchadminlib.py.wml: added link to guide
from interface
2004-05-06 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml: Added link to guide
from interface
2004-05-06 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/doc/admin/guide.html.wml: Fixed typos
2004-05-06 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/doc/admin/guide.html.wml: Changed the language
some places.
2004-05-04 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml,
modules/websearch/lib/websearchadminlib.py.wml: Changed navbar
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml: Some of the most
visible `Catalogue' texts changed to `Document type'. Much work
still needed to harmonize the terminology.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/admin/actionFunctions.php.wml,
modules/websubmit/web/admin/addActionEDS.php.wml,
modules/websubmit/web/admin/addCheckEDS.php.wml,
modules/websubmit/web/admin/addElement2PageEDS.php.wml,
modules/websubmit/web/admin/addElementDescrEDS.php.wml,
modules/websubmit/web/admin/addFunctions.php.wml,
modules/websubmit/web/admin/allActionsEDS.php.wml,
modules/websubmit/web/admin/allChecksEDS.php.wml,
modules/websubmit/web/admin/allElementsEDS.php.wml,
modules/websubmit/web/admin/doctypeCategoriesEDS.php.wml,
modules/websubmit/web/admin/documentEDS.php.wml,
modules/websubmit/web/admin/editActionDets.php.wml,
modules/websubmit/web/admin/editCatalogues.php.wml,
modules/websubmit/web/admin/editDoctypeEDS.php.wml,
modules/websubmit/web/admin/editPageElementEDS.php.wml,
modules/websubmit/web/admin/editRecordFile.php.wml,
modules/websubmit/web/admin/elementConfigDetsEDS.php.wml,
modules/websubmit/web/admin/func.php.wml,
modules/websubmit/web/admin/funcUsage.php.wml,
modules/websubmit/web/admin/index.php.wml,
modules/websubmit/web/admin/listFunctions.php.wml,
modules/websubmit/web/admin/newDoctypeEDS.php.wml,
modules/websubmit/web/admin/newFunc.php.wml,
modules/websubmit/web/admin/newSubmissionEDS.php.wml,
modules/websubmit/web/admin/pageDetsEDS.php.wml,
modules/websubmit/web/admin/parameterUpdate.php.wml,
modules/websubmit/web/admin/removeDoctypeEDS.php.wml,
modules/websubmit/web/admin/veditFunDets.php.wml,
modules/websubmit/web/admin/viewActionEDS.php.wml,
modules/websubmit/web/admin/viewChecksEDS.php.wml,
modules/websubmit/web/admin/viewEditSubmissionEDS.php.wml: Use new
Admin Area style.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/hacking/.cvsignore,
modules/websubmit/doc/hacking/Makefile.am: Placeholder for
hacker-level documentation.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/doc/admin/actionimplement.html.wml,
modules/websubmit/doc/admin/actionmodify.html.wml,
modules/websubmit/doc/admin/actionnew.html.wml,
modules/websubmit/doc/admin/actionremove.html.wml,
modules/websubmit/doc/admin/actions.html.wml,
modules/websubmit/doc/admin/bibconvert.html.wml,
modules/websubmit/doc/admin/catalogues.html.wml,
modules/websubmit/doc/admin/description.html.wml,
modules/websubmit/doc/admin/documentmodify.html.wml,
modules/websubmit/doc/admin/documentnew.html.wml,
modules/websubmit/doc/admin/documentremove.html.wml,
modules/websubmit/doc/admin/documents.html.wml,
modules/websubmit/doc/admin/example.html.wml,
modules/websubmit/doc/admin/faq.html.wml,
modules/websubmit/doc/admin/functiondelete.html.wml,
modules/websubmit/doc/admin/functiondescription.html.wml,
modules/websubmit/doc/admin/functionedit.html.wml,
modules/websubmit/doc/admin/functionnew.html.wml,
modules/websubmit/doc/admin/functions.html.wml,
modules/websubmit/doc/admin/implementfunctions.html.wml,
modules/websubmit/doc/admin/implementwebform.html.wml,
modules/websubmit/doc/admin/index.html.wml,
modules/websubmit/doc/admin/introduction.html.wml,
modules/websubmit/doc/admin/protection.html.wml: Use new Admin Area
common style.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/Makefile.am,
modules/websession/doc/.cvsignore,
modules/websession/doc/Makefile.am,
modules/websession/doc/admin/.cvsignore,
modules/websession/doc/admin/Makefile.am,
modules/websession/doc/admin/guide.html.wml,
modules/websession/doc/admin/index.html.wml,
modules/websession/doc/hacking/.cvsignore,
modules/websession/doc/hacking/Makefile.am,
modules/webstyle/Makefile.am, modules/webstyle/doc/.cvsignore,
modules/webstyle/doc/Makefile.am,
modules/webstyle/doc/admin/.cvsignore,
modules/webstyle/doc/admin/Makefile.am,
modules/webstyle/doc/admin/guide.html.wml,
modules/webstyle/doc/admin/index.html.wml,
modules/webstyle/doc/hacking/.cvsignore,
modules/webstyle/doc/hacking/Makefile.am: Initial release of the
documentation.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/admin/guide.html.wml: Use unified and
HTML-valid table of contents.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/migrate.html.wml: Remove old,
CDSware v0.0.9 related comments. The text should be made more
explicit still.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/marc.html.wml: Rephrase some
sentences for clarity. Introduce BibIndex in stead of BibWords.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/run.html.wml: Make some sentences
more explicit.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/index.html.wml: New style of Admin Area
pages.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/Makefile.am, modules/webalert/doc/.cvsignore,
modules/webalert/doc/Makefile.am,
modules/webalert/doc/admin/.cvsignore,
modules/webalert/doc/admin/Makefile.am,
modules/webalert/doc/admin/guide.html.wml,
modules/webalert/doc/admin/index.html.wml,
modules/webalert/doc/hacking/.cvsignore,
modules/webalert/doc/hacking/Makefile.am,
modules/webbasket/Makefile.am, modules/webbasket/doc/.cvsignore,
modules/webbasket/doc/Makefile.am,
modules/webbasket/doc/admin/.cvsignore,
modules/webbasket/doc/admin/Makefile.am,
modules/webbasket/doc/admin/guide.html.wml,
modules/webbasket/doc/admin/index.html.wml,
modules/webbasket/doc/hacking/.cvsignore,
modules/webbasket/doc/hacking/Makefile.am: Initial release of the
documentation.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml: New style of Admin
Area documentation. Line width limited in <pre> context.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/web/admin/index.html.wml: New style of Admin
Area documentation.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Modified Russian
welcoming portalbox. Add Poetry to submission types. Renamed
Catalogue to Document types for Submit pages. (More work needed.)
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/doc/Makefile.am,
modules/bibupload/doc/admin/Makefile.am,
modules/bibupload/doc/admin/guide.html.wml,
modules/bibupload/doc/admin/index.html.wml,
modules/bibupload/doc/hacking/.cvsignore,
modules/bibupload/doc/hacking/Makefile.am: New style of the Admin
Area documentation.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/bin/bibsched.wml: Lower display refresh
frequency. Prepare for time display.
2004-05-04 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: EOF as record separator
included.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/Makefile.am, modules/bibsched/doc/.cvsignore,
modules/bibsched/doc/Makefile.am,
modules/bibsched/doc/admin/.cvsignore,
modules/bibsched/doc/admin/Makefile.am,
modules/bibsched/doc/admin/guide.html.wml,
modules/bibsched/doc/admin/index.html.wml,
modules/bibsched/doc/hacking/.cvsignore,
modules/bibsched/doc/hacking/Makefile.am: Initial release of the
documentation.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/doc/admin/guide.html.wml: New style of Admin Area
documentation. Removed </br> to validate the page.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/Makefile.am,
modules/bibharvest/doc/.cvsignore,
modules/bibharvest/doc/Makefile.am,
modules/bibharvest/doc/admin/.cvsignore,
modules/bibharvest/doc/admin/Makefile.am,
modules/bibharvest/doc/admin/guide.html.wml,
modules/bibharvest/doc/admin/index.html.wml,
modules/bibharvest/doc/hacking/.cvsignore,
modules/bibharvest/doc/hacking/Makefile.am,
modules/bibindex/Makefile.am, modules/bibindex/doc/.cvsignore,
modules/bibindex/doc/Makefile.am,
modules/bibindex/doc/admin/.cvsignore,
modules/bibindex/doc/admin/Makefile.am,
modules/bibindex/doc/admin/guide.html.wml,
modules/bibindex/doc/admin/index.html.wml,
modules/bibindex/doc/hacking/.cvsignore,
modules/bibindex/doc/hacking/Makefile.am: Initial release of the
documentation.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/admin/index.php.wml: New filename for
BibFormat Admin Guide.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/doc/admin/guide.html.wml: New style of Admin
Area documentation.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/Makefile.am,
modules/bibconvert/doc/admin/guide.html.wml,
modules/bibconvert/doc/admin/index.html.wml: New Admin Area doc
style.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/hacking/.cvsignore,
modules/bibconvert/doc/hacking/Makefile.am: Added empty hacking
placeholder dir.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/Makefile.am: Added bibedit module.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibedit/.cvsignore, modules/bibedit/Makefile.am,
modules/bibedit/doc/.cvsignore, modules/bibedit/doc/Makefile.am,
modules/bibedit/doc/admin/.cvsignore,
modules/bibedit/doc/admin/Makefile.am,
modules/bibedit/doc/admin/guide.html.wml,
modules/bibedit/doc/admin/index.html.wml,
modules/bibedit/doc/hacking/Makefile.am,
modules/bibedit/doc/hacking/.cvsignore: Initial release.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added doc, doc/admin, and doc/hacking directories
for each module.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Small Russian updates. Removed single quote
from Admin Area name.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: Removed unnecessary old main navbar.
Completed Admin Area navbars for each CDSware module. Using
adminbox style now.
2004-05-04 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Added adminbox for Admin Area
navigation bar.
2004-05-04 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/doc/admin/dcxml-to-marcxml.cfg:
dcxml-to-marcxml.cfg bibconvert configuration file created.
2004-05-04 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml: Fixed sorting bug.
2004-05-04 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/doc/admin/Makefile.am,
modules/websearch/doc/admin/guide.html.wml,
modules/websearch/lib/websearchadminlib.py.wml,
modules/websearch/web/admin/websearchadmin.py.wml: Added a few
lines to the guide. Added the last functionality to the interface,
only polishing left atm.
2004-04-30 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/web/admin/websearchadmin.py.wml: Unknown
changes.....
2004-04-30 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: Cosmetic code
changed
2004-04-30 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/Makefile.am: Name bibrankadminlib target
properly.
2004-04-30 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/web/admin/index.html.wml: Add position in the
navbar.
2004-04-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/admin/index.html.wml: Added navbar
position.
2004-04-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/admin/.cvsignore: Add .html extension to be
ignored by CVS.
2004-04-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/index.html.wml: Swedish translation by
Maja.
2004-04-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/admin/Makefile.am: Respect new filename of
the WebSearch Admin Guide.
2004-04-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/admin/guide.html.wml: Initial release of
the WebSearch Admin Guide.
2004-04-30 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml: Made it easier to add
new nametypes, next step: add a config file
2004-04-30 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: fixed missing
import of function
2004-04-29 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml,
modules/websearch/web/admin/index.html.wml: fixed some typos..again
2004-04-29 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml: did a quick fix for
the rnkMETHODname error
2004-04-29 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml: trying to fix problem
2004-04-29 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/doc/admin/Makefile.am,
modules/websearch/lib/websearchadminlib.py.wml: Changed typo
2004-04-29 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/Makefile.am: removed vectorrank
2004-04-29 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/websearchadminlib.py.wml: ops..small typo
2004-04-29 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webstyle/img/move_from.gif,
modules/webstyle/img/move_to.gif,
modules/webstyle/img/white_field.gif: gif files for websearch
interface
2004-04-29 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/web/admin/Makefile.am,
modules/websearch/web/admin/index.html.wml,
modules/websearch/web/admin/websearchadmin.py.wml: first version of
websearch interface
2004-04-29 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/websearch/lib/Makefile.am,
modules/websearch/lib/websearchadminlib.py.wml: First version of
websearch interface
2004-04-29 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/doc/hacking/merge_rank_methods.html.wml,
modules/bibrank/etc/template_merge_rank_methods.cfg.wml: new rank
method
2004-04-29 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrankadminlib.py.wml,
modules/bibrank/web/admin/bibrankadmin.py.wml: Made a few methods
more general, changed the translation interface
2004-04-29 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/lib/bibrank_config.py.wml,
modules/bibrank/lib/bibrankadminlib.py.wml,
modules/bibrank/web/admin/bibrankadmin.py.wml: Changed the name of
the bibrankadminlib
2004-04-27 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/doc/admin/guide.html.wml: Changed headlines
2004-04-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/doc/admin/guide.html.wml: Changed some
presentation errors
2004-04-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/doc/admin/guide.html.wml: changed the file a
little
2004-04-23 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/Makefile.am, modules/bibrank/bin/bibrank.wml,
modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/admin/guide.html.wml,
modules/bibrank/doc/admin/index.html.wml,
modules/bibrank/doc/hacking/Makefile.am,
modules/bibrank/doc/hacking/index.html.wml,
modules/bibrank/lib/bibrank_config.py.wml,
modules/bibrank/web/admin/bibrankadmin.py.wml,
modules/bibrank/web/admin/index.html.wml: Changed guide.html
mostly. removed an old file.
2004-04-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/doc/BibFormatAdminGuide.php.wml,
modules/bibformat/doc/BibFormatAdminGuide001.gif,
modules/bibformat/doc/BibFormatAdminGuide002.png,
modules/bibformat/doc/BibFormatAdminGuide003.jpg,
modules/bibformat/doc/BibFormatAdminGuide004.gif,
modules/bibformat/doc/Makefile.am,
modules/bibformat/doc/admin/.cvsignore,
modules/bibformat/doc/admin/Makefile.am,
modules/bibformat/doc/admin/guide.html.wml,
modules/bibformat/doc/admin/guide001.gif,
modules/bibformat/doc/admin/guide002.png,
modules/bibformat/doc/admin/guide003.jpg,
modules/bibformat/doc/admin/guide004.gif,
modules/bibformat/doc/hacking/.cvsignore,
modules/bibformat/doc/hacking/Makefile.am: Renamed
BibFormatAdminGuide* to guide* to comply with the new policy.
2004-04-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/bibrank_config.py.wml,
modules/bibrank/web/admin/index.html.wml: Renamed bibrankadminguide
to guide in view of standardizing admin guide names across all
CDSware modules.
2004-04-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/admin/bibrankadminguide.html.wml,
modules/bibrank/doc/admin/guide.html.wml,
modules/bibrank/doc/admin/index.html.wml: Renamed bibrankadminguide
to guide in view of standardization of admin guides across CDSware
modules.
2004-04-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/admin/BibConvertAdminGuide.html.wml,
modules/bibconvert/doc/admin/Makefile.am,
modules/bibconvert/doc/admin/guide.html.wml,
modules/bibconvert/doc/admin/index.html.wml: Renamed
BibConvertAdminGuide to guide in view of harmonization of admin
guides across all CDSware modules.
2004-04-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Introduced collection
reclist cache timestamp for proper search cache expiry treatment.
Introduced automatic variable $TODAY$ for dynamical expansion in
the search pattern.
2004-04-21 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/index.html.wml: Add proper Swedish suffix.
2004-04-21 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/index.html.wml: Added Swedish translation,
thanks to Maja.
2004-04-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/tips.html.wml: Swedish variant added.
2004-04-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/index.html.wml: Swedish placeholders added.
2004-04-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Some informative messages are
now printed only for verbose level >= 3.
2004-04-21 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/run.html.wml: webcoll example is
now shown in its fastest, zero-verbose mode. Added examples for
temporary and log files.
2004-04-21 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/index.html.wml: Added Swedish placeholders.
2004-04-21 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/Makefile.am,
modules/webhelp/web/admin/Makefile.am,
modules/websearch/doc/Makefile.am,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/admin/Makefile.am: Added Swedish targets.
Also, I18N HTML files are now created within the same WML run,
which is much much faster (e.g. 6x for the ``Search Tips'' page).
2004-04-19 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Added Swedish
portalbox, thanks to Urban Andersson.
2004-04-19 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/bin/bibtaskex.wml,
modules/bibindex/bin/bibindex.wml: Correct updating task status
message when verbosity level is 9+.
2004-04-16 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py.wml: changed it to
use some of the same methods as bibrank_config and websearch_config
2004-04-15 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/functions/Upload_Files.py.wml: allows the
deletion of main files
2004-04-15 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/bin/bibharvest.wml: Error handling of
misspelled command line options.
2004-04-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Remove unwanted
auto_increment attribute for several I18N-related fooBARNAME
tables.
2004-04-14 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: corrected double 001 when
replacing
2004-04-14 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_config.py.wml,
modules/miscutil/sql/tabfill.sql.wml: Added BibRank-related
actions.
2004-04-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: On-the-fly bibformat
call is now done via CLI, not via Web.
2004-04-14 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/admin/addElementDescrEDS.php.wml: the
element is created using NOW() SQL function instead of php created
variables
2004-04-14 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/getfile.py.wml: added html comments for
start and end of the display of the list of files
2004-04-14 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/file.py.wml: correctly send the file name
2004-04-13 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/functions/Mail_Submitter.py.wml,
modules/websubmit/lib/functions/Send_APP_Mail.py.wml,
modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
modules/websubmit/lib/functions/Send_Modify_Mail.py.wml,
modules/websubmit/lib/functions/Send_SRV_Mail.py.wml: bcc addresses
are taken into account
2004-04-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: Standardize `request' and
`req' names.
2004-04-08 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/file.py.wml: file names containing "&" are
now working properly
2004-04-06 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/file.py.wml: deal with the case where the
mime type is not recognised
2004-04-06 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/direct.py.wml: catches HTTP_REFERER value
and stores it into the mainmenu cgi var
2004-04-05 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/doc/admin/BibConvertAdminGuide.html.wml: KB
modes extended to support following functionality: bibconvert
look-up value in KB_file in one of following modes:
=========================================================== 1
- case sensitive / match (default)
2 - not case sensitive / search 3
- case sensitive / search 4
- not case sensitive / match 5
- case sensitive / search (in KB) 6
- not case sensitive / search (in KB) 7
- case sensitive / search (reciprocal) 8
- not case sensitive / search (reciprocal)
9 - replace by _DEFAULT_ only R
- not case sensitive / search (reciprocal) (8)
replace
2004-04-02 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Fogotten small fix for the Russian
translation (dannych->zapisej).
2004-04-02 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added missing paths for BibRank web admin and lib.
2004-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/lib/.cvsignore, modules/bibrank/lib/Makefile.am,
modules/bibrank/web/.cvsignore, modules/bibrank/web/Makefile.am,
modules/bibrank/web/admin/.cvsignore,
modules/bibrank/web/admin/Makefile.am: Added missing Makefile and
cvsignore files.
2004-04-02 Tibor Simko <tibor.simko@cern.ch>
* CREDITS: Add Urban Andersson for the Swedish translation.
2004-04-02 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Explicitely update YYYYMMDD in the version number
due to many interesting changes.
2004-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Added Swedish.
2004-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py.wml: Added Swedish. Introduced
long language names treatment, esp. for the footer.
2004-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml: Respect
pagestripe->pagebodystripe name changes.
2004-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: Use fancy separator (::)
in the user personal box.
2004-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webaccount.py.wml: Use page width 90%
instead of 100% to please MSIE.
2004-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py.wml: Respect pagebodystripe name
change. Replace Personalize in on-the-fly header.
2004-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: - Remove imposed font family as
it collided with NN4 font size treatment. It's a good idea
anyway to respect default font family of the user. - Add small
font to explicit pagestripe elements to please NN4. - New footer
treatment. - Improve look and feel with respect to DIV instead of
TABLEs.
2004-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Using divs instead of tables.
2004-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: - Don't pay attention
to case when filtering nearest hits in Browse. - Strip accents
when sorting nearest hits in Browse. - Fetch more stuff for Browse
than would be needed to work around UTF-8 problems in MySQL
4.0.x. At least some cases are fixed now. (A proper solution
requires idxPHRASE stuff.)
2004-04-02 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: New Swedish translation. Put Personalize in
the menu. New footer reflecting full language names. Page boxes
are now done via div.
2004-04-02 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Russian translation cleanup, thanks to
Lyuba. Swedish translation introduced, thanks to Urban.
2004-04-02 Tibor Simko <tibor.simko@cern.ch>
* config/cdspage.wml: Replace Personalize message in the header.
Use pagebodystripe names instead of pagestripe ones for
consistence.
2004-04-02 Tibor Simko <tibor.simko@cern.ch>
* config/cdswmllib.wml: Introduce full language names.
2004-04-02 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/functions/Create_Modify_Interface.py.wml:
bug correction: "Repsonse" field type is now correclt handled
2004-04-02 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml: bug correction: -
"main menu" button lower than before - "response" field type
correctly compiled and handled - "User defined" field type
correctly handled
2004-04-01 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/admin/elementConfigDetsEDS.php.wml: bug
correction: response type is now correctly handled
2004-04-01 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/functions/Create_Modify_Interface.py.wml:
bug correction: Response type is now correctly handled
2004-04-01 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/Makefile.am, modules/bibrank/bin/.cvsignore,
modules/bibrank/bin/Makefile.am, modules/bibrank/bin/bibrank.wml,
modules/bibrank/bin/bibrankgkb.wml,
modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/admin/bibrankadminguide.html.wml,
modules/bibrank/doc/admin/jif.cfg,
modules/bibrank/doc/hacking/bibrankgkb.html.wml,
modules/bibrank/doc/hacking/single_tag_rank.html.wml,
modules/bibrank/doc/hacking/sort.html.wml,
modules/bibrank/etc/jif.cfg.wml,
modules/bibrank/etc/template_single_tag_rank_method.cfg.wml,
modules/bibrank/lib/bibrank_config.py.wml,
modules/bibrank/web/admin/bibrankadmin.py.wml,
modules/bibrank/web/admin/index.html.wml: Removed 'name' from cfg
files. Changed documentation. Removed bibrankdemoguide.html Added
bibrank web interface (web/lib) directory. Added templates for
configuration.
2004-04-01 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/admin/addElementDescrEDS.php.wml: bug
correction: marccode column was always empty
2004-04-01 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/functions/Print_Success_DEL.py.wml: new
function for the deletion action
2004-04-01 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/functions/Send_Modify_Mail.py.wml,
modules/websubmit/lib/functions/Send_SRV_Mail.py.wml: bug
correction: empty parameters raise an error
2004-03-31 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/functions/Create_Modify_Interface.py.wml:
bug correction: - multiple selection boxes now work fine
2004-03-31 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/functions/Create_Modify_Interface.py.wml:
bug correction: problem with multiple fields selection (of the form
F1+F2+F3)
2004-03-31 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/functions/Report_Number_Generation.py.wml:
bug correction: already existing report number with "???" inside
was not recognised as a dummy report number
2004-03-31 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml: corrected bug with
None values stored in field val of table sbmFIELDDESC In this case,
"None" appeared in each created form field.
2004-03-31 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/admin/addElement2PageEDS.php.wml: corrected
the bug which set the creation and modification dates to ''
2004-03-30 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: corrected bug on number of
updated records
2004-03-26 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webstyle/css/cds.css.wml: changed admin_w200
2004-03-25 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/file.py.wml: corrected bug with windows
file names
2004-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: Add missing paren.
2004-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: Proper handling of
getUid(), setUid(), and logoutUser() with respect to the revoking
of the session cookie. Fixes also the double guest user creation
problem.
2004-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession.py.wml: Proper handling of
session expiry time storage. Fixes problem of initial zeros that
occurred since session expiry time was attempted to get flushed
before the session itself was `maintained' i.e. `saved' i.e.
flushed into the DB.
2004-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/session.py.wml: Add Hector's new wrappers
to fix the problem of revoked cookies from the browser but
non-revoked from mod_python request cookie list.
2004-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/admin/BIBREFORMAT_hand.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_process.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_tree.php.wml: Remove old
v0.0.9 content and point to new BibReformat.
2004-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/admin/BIBREFORMAT_display.php.wml: Add
information on how to run BibReformat from CLI. (The old page
contents was referring to v0.0.9 and is not valid anymore.)
2004-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/index.html.wml,
modules/webhelp/web/admin/howto/marc.html.wml,
modules/webhelp/web/admin/howto/migrate.html.wml,
modules/webhelp/web/admin/howto/run.html.wml: Use general admin
navbar.
2004-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/admin/BEH_ACTION_add.php.wml,
modules/bibformat/web/admin/BEH_ACTION_edit.php.wml,
modules/bibformat/web/admin/BEH_COND_add.php.wml,
modules/bibformat/web/admin/BEH_COND_edit.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_del.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_edit.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_showone.php.wml,
modules/bibformat/web/admin/BEH_display.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_display.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_hand.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_tree.php.wml,
modules/bibformat/web/admin/FORMAT_display.php.wml,
modules/bibformat/web/admin/FORMAT_edit.php.wml,
modules/bibformat/web/admin/KB_display.php.wml,
modules/bibformat/web/admin/KB_edit.php.wml,
modules/bibformat/web/admin/KB_showone.php.wml,
modules/bibformat/web/admin/LINK_ACTION_add_edit.php.wml,
modules/bibformat/web/admin/LINK_COND_add_edit.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_display.php.wml,
modules/bibformat/web/admin/LINK_display.php.wml,
modules/bibformat/web/admin/LINK_edit.php.wml,
modules/bibformat/web/admin/OAIER_SF_add.php.wml,
modules/bibformat/web/admin/OAIER_display.php.wml,
modules/bibformat/web/admin/UDF_display.php.wml,
modules/bibformat/web/admin/UDF_edit.php.wml,
modules/bibformat/web/admin/UDF_showone.php.wml,
modules/bibformat/web/admin/index.php.wml,
modules/bibformat/web/admin/test.php.wml: Introduced proper page
location in navtrail. Do not center stuff and do not use 100% page
width and non-breakable spaces. Use CDS button style for submit
buttons.
2004-03-24 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: Do not break line for `Reformat Records'.
2004-03-24 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webstyle/css/cds.css.wml: Changed adminlabel and
admin_vwar
2004-03-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webaccount.py.wml: Use searchboxheader and
searchboxbody classes within searchbox. Get rid of errorbox width
100%.
2004-03-24 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: the xml format is now
recreated when append action is done
2004-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: Use name
create_userinfobox_body() for consistency.
2004-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Add `record ID' index by
default.
2004-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/marc.html.wml: New URL to MARC
Cataloguer's Reference Shelf.
2004-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert.py.wml: Do not import unnecessary
stuff from webuser.
2004-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/bin/bibindex.wml: Use run_sql() in easy places.
Use `options' instead of `opts_dict' to harmonize things with
BibTaskEx.
2004-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Remove unnecessary
create_user_infobox() import. Adopt to new div-not-tables page
body philosophy. Add XML on-the-fly format calls for "x_" formats.
Remove unnecessary HTML markup and put it into CSS.
2004-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Remove unnecessary HTML markup
and put it into CSS.
2004-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/index.py.wml: Adopt to new page()
arguments.
2004-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py.wml: Use create_userinfobox_body,
create_navtrailbox_body for consistency. Add CDSPAGEBOXLEFTBOTTOM
and friends. Use div instead of table philosophy in the main page
body.
2004-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Left align H1 and friends.
Properly collapse table header (for MSIE). Fix margin/padding
problem of the page body on MSIE. Use transparent background for
pageboxlefttopadd and friends, as they are in use now. Adopt to
div philosophy of the main page body. Get rid of horizontal-align
in guideimg as per CSS standard.
2004-03-23 Tibor Simko <tibor.simko@cern.ch>
* config/cdspage.wml: Fix navtrail position on the screen. Add
missing CDSPAGEBOXLEFTTOP and friends. Use div instead of tables
for page body. Get rid of unnecessary HTML markup (cellpadding)
and put it into CSS.
2004-03-23 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Use meaningful names USERINFOBOXBODY,
NAVTRAILBOXBODY. Get rid of unnecessary HTML markup (cellpadding)
and put it into CSS. Delete unused CDSPAGESTRIPEWIDTH variable.
2004-03-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Fix border spacing in portalbox
display (Konqueror).
2004-03-19 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: corrected bug preventing the
dump of bad XML record to the error channel
2004-03-17 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/doc/admin/BibConvertAdminGuide.html.wml:
DEFP() global formatting function included.
2004-03-17 Thomas Baron <thomas.baron@cern.ch>
* modules/webstyle/img/guide_adm_main_page.png,
modules/webstyle/img/guide_endaction.png,
modules/webstyle/img/guide_form.png,
modules/webstyle/img/guide_mainmenu.png,
modules/webstyle/img/guide_menudoc.png: rename guide_ images in
sbm_admin_guide
2004-03-17 Thomas Baron <thomas.baron@cern.ch>
* modules/webstyle/img/guide_elements.jpg,
modules/webstyle/img/guide_endaction.jpg,
modules/webstyle/img/guide_form.jpg,
modules/webstyle/img/guide_implement.jpg,
modules/webstyle/img/guide_listfunctions.jpg,
modules/webstyle/img/guide_mainmenu.jpg,
modules/webstyle/img/guide_menudoc.jpg,
modules/webstyle/img/guide_menupages.jpg,
modules/webstyle/img/guide_preview.jpg,
modules/webstyle/img/sbm_admin_guide_elements.png,
modules/webstyle/img/sbm_admin_guide_endaction.png,
modules/webstyle/img/sbm_admin_guide_form.png,
modules/webstyle/img/sbm_admin_guide_implement.png,
modules/webstyle/img/sbm_admin_guide_listfunctions.png,
modules/webstyle/img/sbm_admin_guide_mainmenu.png,
modules/webstyle/img/sbm_admin_guide_mainpage.png,
modules/webstyle/img/sbm_admin_guide_menudoc.png,
modules/webstyle/img/sbm_admin_guide_menupage.png,
modules/webstyle/img/sbm_admin_guide_preview.png: replaced jpegs
with pngs
2004-03-17 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/doc/admin/actionimplement.html.wml,
modules/websubmit/doc/admin/description.html.wml,
modules/websubmit/doc/admin/example.html.wml,
modules/websubmit/doc/admin/implementfunctions.html.wml,
modules/websubmit/doc/admin/implementwebform.html.wml: replaced
jpgs with pngs
2004-03-17 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket.py.wml,
modules/webbasket/web/yourbaskets.py.wml: Added output format
argument to basket display functions.
2004-03-16 Thomas Baron <thomas.baron@cern.ch>
* modules/webstyle/img/approval_button.gif,
modules/webstyle/img/approve_button.gif,
modules/webstyle/img/blank_button.gif,
modules/webstyle/img/cover_button.gif,
modules/webstyle/img/delete_button.gif,
modules/webstyle/img/highlight_approval_button.gif,
modules/webstyle/img/highlight_approve_button.gif,
modules/webstyle/img/highlight_cover_button.gif,
modules/webstyle/img/highlight_delete_button.gif,
modules/webstyle/img/highlight_link_button.gif,
modules/webstyle/img/highlight_modify_button.gif,
modules/webstyle/img/highlight_printshop_button.gif,
modules/webstyle/img/highlight_publication_button.gif,
modules/webstyle/img/highlight_release_button.gif,
modules/webstyle/img/highlight_revision_button.gif,
modules/webstyle/img/highlight_send_button.gif,
modules/webstyle/img/highlight_submit_button.gif,
modules/webstyle/img/highlight_transfer_button.gif,
modules/webstyle/img/link_button.gif,
modules/webstyle/img/modify_button.gif,
modules/webstyle/img/printshop_button.gif,
modules/webstyle/img/publication_button.gif,
modules/webstyle/img/release_button.gif,
modules/webstyle/img/revision_button.gif,
modules/webstyle/img/send_button.gif,
modules/webstyle/img/submit_button.gif,
modules/webstyle/img/transfer_button.gif: got rid of unused
websubmit buttons
2004-03-16 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/doc/admin/documentremove.html.wml: bad link to
php files corrected
2004-03-16 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/doc/cookies.html.wml: not needed
2004-03-16 Thomas Baron <thomas.baron@cern.ch>
* modules/webhelp/web/index.html.wml: link to websubmit user guide
updated
2004-03-16 Thomas Baron <thomas.baron@cern.ch>
* modules/webstyle/img/sbm_guide_accessnumber.png,
modules/webstyle/img/sbm_guide_approvals.png,
modules/webstyle/img/sbm_guide_approve_button.png,
modules/webstyle/img/sbm_guide_browse.png,
modules/webstyle/img/sbm_guide_description.png,
modules/webstyle/img/sbm_guide_login.png,
modules/webstyle/img/sbm_guide_logout.png,
modules/webstyle/img/sbm_guide_modify_button.png,
modules/webstyle/img/sbm_guide_revise_button.png,
modules/webstyle/img/sbm_guide_submissions.png,
modules/webstyle/img/sbm_guide_submit_button.png,
modules/webstyle/img/sbm_guide_subnumber.png,
modules/webstyle/img/sbm_guide_summary.png: added picture files for
websubmit user guide
2004-03-16 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/access.html.wml,
modules/websubmit/doc/access.php.wml,
modules/websubmit/doc/actions.html.wml,
modules/websubmit/doc/actions.php.wml,
modules/websubmit/doc/approval.html.wml,
modules/websubmit/doc/approval.php.wml,
modules/websubmit/doc/approvals.html.wml,
modules/websubmit/doc/bibliographic_fields.html.wml,
modules/websubmit/doc/bibliographic_fields.php.wml,
modules/websubmit/doc/completed.php.wml,
modules/websubmit/doc/cookies.html.wml,
modules/websubmit/doc/cookies.php.wml,
modules/websubmit/doc/description.html.wml,
modules/websubmit/doc/description.php.wml,
modules/websubmit/doc/file_transfer.html.wml,
modules/websubmit/doc/file_transfer.php.wml,
modules/websubmit/doc/index.html.wml,
modules/websubmit/doc/index.php.wml,
modules/websubmit/doc/introduction.html.wml,
modules/websubmit/doc/introduction.php.wml,
modules/websubmit/doc/link.php.wml,
modules/websubmit/doc/login.html.wml,
modules/websubmit/doc/login.php.wml,
modules/websubmit/doc/modification.html.wml,
modules/websubmit/doc/modification.php.wml,
modules/websubmit/doc/password.html.wml,
modules/websubmit/doc/password.php.wml,
modules/websubmit/doc/pending.html.wml,
modules/websubmit/doc/pending.php.wml,
modules/websubmit/doc/revised_version.html.wml,
modules/websubmit/doc/revised_version.php.wml,
modules/websubmit/doc/submission.html.wml,
modules/websubmit/doc/submission.php.wml,
modules/websubmit/doc/subnumber.html.wml,
modules/websubmit/doc/subnumber.php.wml: websubmit user guide
rewritten
2004-03-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Fixed language box
substitution in page_end(). Introduced specific navtrail title for
search/browse/detailed-record mode.
2004-03-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py.wml: pagefooteronly() now treats
language box too.
2004-03-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Add language argument to
Detailed record link when creating format on the fly.
2004-03-16 Thomas Baron <thomas.baron@cern.ch>
* config/cdsnavbar.wml: redesigned websubmit menu
2004-03-16 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/doc/admin/implementwebform.html.wml: used css
class on images
2004-03-16 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/doc/admin/faq.html.wml: corrected 3rd question
2004-03-16 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/admin/actionFunctions.php.wml,
modules/websubmit/web/admin/addActionEDS.php.wml,
modules/websubmit/web/admin/addCheckEDS.php.wml,
modules/websubmit/web/admin/addElement2PageEDS.php.wml,
modules/websubmit/web/admin/addElementDescrEDS.php.wml,
modules/websubmit/web/admin/addFunctions.php.wml,
modules/websubmit/web/admin/allActionsEDS.php.wml,
modules/websubmit/web/admin/allChecksEDS.php.wml,
modules/websubmit/web/admin/allElementsEDS.php.wml,
modules/websubmit/web/admin/doctypeCategoriesEDS.php.wml,
modules/websubmit/web/admin/documentEDS.php.wml,
modules/websubmit/web/admin/editActionDets.php.wml,
modules/websubmit/web/admin/editCatalogues.php.wml,
modules/websubmit/web/admin/editDoctypeEDS.php.wml,
modules/websubmit/web/admin/editPageElementEDS.php.wml,
modules/websubmit/web/admin/editRecordFile.php.wml,
modules/websubmit/web/admin/elementConfigDetsEDS.php.wml,
modules/websubmit/web/admin/func.php.wml,
modules/websubmit/web/admin/funcUsage.php.wml,
modules/websubmit/web/admin/index.php.wml,
modules/websubmit/web/admin/listFunctions.php.wml,
modules/websubmit/web/admin/newDoctypeEDS.php.wml,
modules/websubmit/web/admin/newFunc.php.wml,
modules/websubmit/web/admin/newSubmissionEDS.php.wml,
modules/websubmit/web/admin/pageDetsEDS.php.wml,
modules/websubmit/web/admin/parameterUpdate.php.wml,
modules/websubmit/web/admin/removeDoctypeEDS.php.wml,
modules/websubmit/web/admin/veditFunDets.php.wml,
modules/websubmit/web/admin/viewActionEDS.php.wml,
modules/websubmit/web/admin/viewChecksEDS.php.wml,
modules/websubmit/web/admin/viewEditSubmissionEDS.php.wml: got rid
of old login menu
2004-03-16 Thomas Baron <thomas.baron@cern.ch>
* modules/webstyle/img/Makefile.am,
modules/webstyle/img/guide_adm_main_page.png,
modules/webstyle/img/guide_endaction.png,
modules/webstyle/img/guide_form.png,
modules/webstyle/img/guide_mainmenu.jpg,
modules/webstyle/img/guide_mainmenu.png,
modules/webstyle/img/guide_menudoc.png: added images for websubmit
admin guide
2004-03-16 Thomas Baron <thomas.baron@cern.ch>
* modules/webstyle/css/cds.css.wml: added classes for guides
2004-03-16 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/doc/admin/Makefile.am,
modules/websubmit/doc/admin/actionimplement.html.wml,
modules/websubmit/doc/admin/actionimplement.php.wml,
modules/websubmit/doc/admin/actionmodify.html.wml,
modules/websubmit/doc/admin/actionmodify.php.wml,
modules/websubmit/doc/admin/actionnew.html.wml,
modules/websubmit/doc/admin/actionnew.php.wml,
modules/websubmit/doc/admin/actionremove.html.wml,
modules/websubmit/doc/admin/actionremove.php.wml,
modules/websubmit/doc/admin/actions.html.wml,
modules/websubmit/doc/admin/actions.php.wml,
modules/websubmit/doc/admin/bibconvert.html.wml,
modules/websubmit/doc/admin/catalogues.html.wml,
modules/websubmit/doc/admin/catalogues.php.wml,
modules/websubmit/doc/admin/description.html.wml,
modules/websubmit/doc/admin/description.php.wml,
modules/websubmit/doc/admin/documentmodify.html.wml,
modules/websubmit/doc/admin/documentmodify.php.wml,
modules/websubmit/doc/admin/documentnew.html.wml,
modules/websubmit/doc/admin/documentnew.php.wml,
modules/websubmit/doc/admin/documentremove.html.wml,
modules/websubmit/doc/admin/documentremove.php.wml,
modules/websubmit/doc/admin/documents.html.wml,
modules/websubmit/doc/admin/documents.php.wml,
modules/websubmit/doc/admin/example.html.wml,
modules/websubmit/doc/admin/example.php.wml,
modules/websubmit/doc/admin/faq.html.wml,
modules/websubmit/doc/admin/faq.php.wml,
modules/websubmit/doc/admin/functiondelete.html.wml,
modules/websubmit/doc/admin/functiondelete.php.wml,
modules/websubmit/doc/admin/functiondescription.html.wml,
modules/websubmit/doc/admin/functiondescription.php.wml,
modules/websubmit/doc/admin/functionedit.html.wml,
modules/websubmit/doc/admin/functionedit.php.wml,
modules/websubmit/doc/admin/functionnew.html.wml,
modules/websubmit/doc/admin/functionnew.php.wml,
modules/websubmit/doc/admin/functions.html.wml,
modules/websubmit/doc/admin/functions.php.wml,
modules/websubmit/doc/admin/httpprotection.php.wml,
modules/websubmit/doc/admin/implementfunctions.html.wml,
modules/websubmit/doc/admin/implementfunctions.php.wml,
modules/websubmit/doc/admin/implementwebform.html.wml,
modules/websubmit/doc/admin/implementwebform.php.wml,
modules/websubmit/doc/admin/index.html.wml,
modules/websubmit/doc/admin/index.php.wml,
modules/websubmit/doc/admin/introduction.html.wml,
modules/websubmit/doc/admin/introduction.php.wml,
modules/websubmit/doc/admin/protection.html.wml,
modules/websubmit/doc/admin/protection.php.wml,
modules/websubmit/doc/admin/uploader.php.wml: rewritting of the
websubmit admin guide.
2004-03-15 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/lib/oai_repository.py.wml: Do not call
localtime_to_UTC() conversion for empty dates. This is to fix
datestamp problems when the OAI archive is empty.
2004-03-15 Tibor Simko <tibor.simko@cern.ch>
* CREDITS: Added Magaly for the ES translation.
2004-03-15 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: ES updates from Magaly.
2004-03-15 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: DE translation updates, thanks to Guido.
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Version number bump after the release of v0.3.1.
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* ChangeLog: Added missing target for distro.
CDSware v0.3.1 (released 2004-03-12)
====================================
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/doc/admin/Makefile.am: Added sample files to the
release.
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* ChangeLog: Release of v0.3.1.
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* NEWS: Release of v0.3.1.
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabdrop.sql: Added collection_rnkMETHOD.
2004-03-12 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/.cvsignore: Added bibrankgkb
2004-03-12 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/doc/admin/bibrankadminguide.html.wml,
modules/bibrank/doc/admin/index.html.wml,
modules/bibrank/doc/admin/jif.cfg,
modules/bibrank/doc/admin/jif.kb,
modules/bibrank/doc/hacking/bibrankgkb.html.wml,
modules/bibrank/doc/hacking/index.html.wml,
modules/bibrank/doc/hacking/single_tag_rank.html.wml,
modules/bibrank/doc/hacking/sort.html.wml,
modules/bibrank/etc/bibrankgkb.cfg.wml: Added first version of
documentation, and some example configuration files
2004-03-12 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/bibrankgkb.wml,
modules/bibrank/etc/jif2.kb.wml,
modules/bibrank/etc/jt_conv.kb.wml: Added file, used as example by
bibrankgkb
2004-03-12 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/Makefile.am, modules/bibrank/bin/bibrank.wml,
modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/hacking/Makefile.am,
modules/bibrank/etc/jif.cfg.wml, modules/bibrank/etc/jif.kb.wml:
Added documentation, bibrankgkb and some example files, plus
bugfixes
2004-03-12 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webhelp/web/hacking/index.html.wml: Added Bibrank
Internals to the list under "Module specific information"
2004-03-12 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/webhelp/web/admin/index.html.wml: Addded bibrank to the
list under "System Librarian"
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Version number bumped to 0.3.1.
2004-03-12 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* config/cdsnavbar.wml: Added bibrank to /admin navbar
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Added `submissions' and `approvals'.
2004-03-12 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/publiline.py.wml: renamed from addresses
when mail is sent
2004-03-12 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/getfile.py.wml: renamed "archive" into
"access to fulltext"
2004-03-12 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: Long options introduced.
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Insert JIF rank
method.
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* config/cdswmllib.wml: Print CDSware version number first, to
clarify ``CVS $Id$ of CLI interface does not change, of LIB does''
problem.
2004-03-12 Thomas Baron <thomas.baron@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: changed the names of
actions in webSubmit deleted actionbutton column in sbmACTION
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: Added link to HOWTO Run.
2004-03-12 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/admin/addActionEDS.php.wml,
modules/websubmit/web/admin/viewActionEDS.php.wml: got rid of the
actionbutton form field
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/Makefile.am,
modules/webhelp/web/admin/howto/index.html.wml: Added HOWTO Run
guide.
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/run.html.wml: Initial release of
the `HOWTO Run' guide. Refinements needed.
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Added margin-left for header
elements. (Konqueror centering)
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py.wml: Added submissions and
approvals messages for the page header.
2004-03-12 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: Options -V, -h modified,
getopt module import. CUT formatting function debug.
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webaccount.py.wml: Added links to Your
Submissions and Your Approvals.
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: Added isUserSubmitter()
and isUserReferee() from WebSubmit. Print submissions and
approvals link in the header user box, if appropriate.
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml: Functions
isUserSubmitter() and isUserReferee() moved to webuser.py.
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/functions/Makefile.am: Don't want to have
old *.php laying around anymore.
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/yourapprovals.py.wml,
modules/websubmit/web/yoursubmissions.py.wml: Point to Your Account
in the navigation trail.
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/yourrefereed.py.wml: Renamed into
yourapprovals.py.wml.
2004-03-12 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/functions/Send_APP_Mail.py.wml,
modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
modules/websubmit/lib/functions/Send_Modify_Mail.py.wml,
modules/websubmit/lib/functions/Send_SRV_Mail.py.wml,
modules/websubmit/lib/functions/Upload_Files.py.wml: FROM address
updated Upload_Files: first form field mandatory (action selection)
2004-03-12 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/etc/bibconvert/config/EDSPICTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSPICTmodify.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRPICTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRPICTmodify.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRTEXTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRTEXTmodify.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSTEXTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSTEXTmodify.tpl.wml:
capitalised "access to fulltext" keywords go in 6531_a instead of
650__a
2004-03-12 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/bin/bibsched.wml: Add `bibrank' to the list of
valid bibsched processes.
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/bin/bibindex.wml: Remove fulltext test print.
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/bin/bibindex.wml: Workaround for getfile.py
links. Needs bibdoc treatment in the future.
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/file.py.wml: Use absolute URLs for
getfile.py links. Useful for fulltext indexer.
2004-03-11 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: check for the mysql php
module, else outputs an error message
2004-03-11 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: check if pcntl php module is
installed, otherwise outputs an error message
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added info on MTA.
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Let us not forget the
portfolio.
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Call BibFormat
on-the-fly for all `hb_*' and `hd_*' `of' arguments.
2004-03-11 Thomas Baron <thomas.baron@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: language (LANG)
FIELDDESC updated to provide alphabetically ordered list
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/index.py.wml: Import stuff within functions
rather than globally.
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/approve.py.wml,
modules/websubmit/web/direct.py.wml,
modules/websubmit/web/getfile.py.wml,
modules/websubmit/web/publiline.py.wml,
modules/websubmit/web/sub.py.wml,
modules/websubmit/web/submit.py.wml,
modules/websubmit/web/summary.py.wml,
modules/websubmit/web/yourrefereed.py.wml,
modules/websubmit/web/yoursubmissions.py.wml,
modules/websubmit/web/admin/referees.py.wml: Do not import * from
config.py for security reasons.
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/youraccount.py.wml: Import also
supportemail.
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/admin/websearchadmin.py.wml: Import also
bindir.
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/web/oai2d.py.wml: Remove unnecessary config
import.
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/youraccount.py.wml: Do not import * from
config.py for security reasons.
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/web/youralerts.py.wml,
modules/webbasket/web/yourbaskets.py.wml: Do not import * from
config.py for security reasons.
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/index.py.wml,
modules/websearch/web/admin/websearchadmin.py.wml: Import also
weburl.
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/search.py.wml: Import also weburl, needed
for restricted collections.
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: Read DB params directly from
WML not from the general config.
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Remove DB related params from
the general config.
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/search.py.wml,
modules/websearch/web/admin/websearchadmin.py.wml: Do not import *
from config.py for security reasons.
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/index.py.wml: Do not import * from
config.py for security reasons.
2004-03-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/bin/bibupload.wml,
modules/bibformat/bin/bibformat.wml: Added missing newline after
version number is printed.
2004-03-11 Thomas Baron <thomas.baron@cern.ch>
* modules/bibformat/bin/bibformat.wml: added -V --version option
2004-03-11 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: added version output
2004-03-10 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/Makefile.am,
modules/websession/bin/Makefile.am: Added dependence on cdswmllib.
2004-03-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibrank/bin/Makefile.am: Remove bibrank_gkb that is
unknown yet. Added dependence on cdswmllib.
2004-03-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/bin/Makefile.am,
modules/bibformat/bin/Makefile.am: Added dependence on cdswmllib.
2004-03-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/bin/Makefile.am: Added dependence of cdswmllib.
2004-03-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/bin/Makefile.am,
modules/bibconvert/bin/Makefile.am,
modules/bibharvest/bin/Makefile.am: Added dependence on cdswmllib.
2004-03-10 Tibor Simko <tibor.simko@cern.ch>
* config/cdswmllib.wml: Do not use slashes in pretty version
output.
2004-03-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/bin/authaction.wml: Add -h and -V arguments.
2004-03-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/bin/webaccessadmin.wml: Fix case of zero CLI
args.
2004-03-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/bin/webaccessadmin.wml: Added -h and -V
arguments.
2004-03-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: Added -V version info
argument.
2004-03-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/bin/bibharvest.wml: Added -V argument.
2004-03-10 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/dbexec.wml: Added -h and -V options.
2004-03-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/bin/bibstat.wml: Introduced -h and -V options.
2004-03-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/bin/sessiongc.wml,
modules/webalert/bin/alertengine.wml,
modules/bibformat/bin/bibreformat.wml,
modules/bibrank/bin/bibrank.wml, modules/bibindex/bin/bibindex.wml:
Make pretty version number.
2004-03-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/bin/bibsched.wml: Make pretty version number.
Override stdout/stderr only when needed.
2004-03-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/bin/bibtaskex.wml: Make pretty version number.
Add main docstring.
2004-03-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/Makefile.am,
modules/websearch/bin/webcoll.wml,
modules/bibsched/bin/Makefile.am: Make pretty version string.
2004-03-10 Tibor Simko <tibor.simko@cern.ch>
* config/cdswmllib.wml: Added function to generate pretty version
string from CVS $Id$ keyword.
2004-03-09 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/etc/bibconvert/config/EDSPICTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRPICTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRTEXTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSTEXTcreate.tpl.wml:
replaced docid with recid in 8564 tag
2004-03-09 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/etc/bibconvert/config/EDSPICTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRPICTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRTEXTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSTEXTcreate.tpl.wml:
added 8564 field for file linking
2004-03-09 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/bin/Makefile.am, modules/bibrank/bin/bibrank.wml,
modules/bibrank/etc/jif.cfg.wml: Changed config file and name of
function in bibrank
2004-03-08 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Trond added.
2004-03-08 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/etc/.cvsignore: Added *.cfg and *.kb together
with usual list of files to ignore.
2004-03-08 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/bibrank/.cvsignore, modules/bibrank/Makefile.am,
modules/bibrank/bin/.cvsignore, modules/bibrank/bin/Makefile.am,
modules/bibrank/bin/bibrank.wml, modules/bibrank/doc/.cvsignore,
modules/bibrank/doc/Makefile.am,
modules/bibrank/doc/admin/.cvsignore,
modules/bibrank/doc/admin/Makefile.am,
modules/bibrank/doc/hacking/.cvsignore,
modules/bibrank/doc/hacking/Makefile.am,
modules/bibrank/etc/Makefile.am, modules/bibrank/etc/jif.cfg.wml,
modules/bibrank/etc/jif.kb.wml: Initial import of the BibRank
module.
2004-03-08 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* configure.ac: Added path to bibrank dirs.
2004-03-08 Trond Aksel Myklebust <trond.aksel.myklebust@cern.ch>
* modules/Makefile.am: Add BibRank module.
2004-03-08 Thomas Baron <thomas.baron@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: got rid of
thomas.baron@cern.ch email address in the demo websubmit config
2004-03-05 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Bump YYYMMDD snapshot after the release of 0.3.0.
CDSware v0.3.0 (released 2004-03-05)
====================================
2004-03-05 Tibor Simko <tibor.simko@cern.ch>
* ChangeLog: Started doing changelogs.
2004-03-05 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added path to bibconvert etc.
2004-03-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/etc/.cvsignore: Initial release for etc.
2004-03-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/etc/Makefile.am: Initial release.
2004-03-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/Makefile.am: Added etc subdir.
2004-03-05 Tibor Simko <tibor.simko@cern.ch>
* NEWS: Release of v0.3.0.
2004-03-05 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Release of v0.3.0.
2004-03-05 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Remove blanks in the footer to please Mozilla
Firefox.
2004-03-05 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Adapt to the new
naming policy.
2004-03-05 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml,
modules/miscutil/lib/messages.py.wml: Added `rank by' text.
2004-03-05 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql,
modules/miscutil/sql/tabfill.sql.wml: Adapt to new I18N naming
policy. Remove unnecessary user_rules and rules tables.
2004-03-05 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/bin/bibindex.wml: Remove second instance of
get_field_tags().
2004-03-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/search.py.wml: New `rm' ranking argument.
2004-03-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: New `rm' argument.
Adapted to new collection/field naming policy.
2004-03-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Added `Rank by' box. Adapted
to new name/namesuffix policy.
2004-03-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/hacking/api.html.wml: Added `rm' argument.
2004-03-05 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: Modification of the KB(,R)
option.
2004-03-05 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/lib/oai_repository.py.wml: OAI related tables
modified.
2004-03-05 Martin Vesely <martin.vesely@cern.ch>
* modules/miscutil/sql/tabcreate.sql: OAI related tables modified.
2004-03-05 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/etc/entdec-to-latin1.kb,
modules/bibconvert/etc/entdec-to-utf8.kb,
modules/bibconvert/etc/enthex-to-latin1.kb,
modules/bibconvert/etc/enthex-to-utf8.kb: Conversion tables moved
from bibconvert/doc/admin.
2004-03-05 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/doc/admin/dec2latin-1.kb,
modules/bibconvert/doc/admin/dec2utf-8.kb,
modules/bibconvert/doc/admin/hex2latin-1.kb,
modules/bibconvert/doc/admin/hex2utf-8.kb: Conversion tables moved
into bibconvert/etc directory.
2004-03-04 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/doc/admin/BibConvertAdminGuide.html.wml:
Modification of KB function by introducing ``R'' (Replace)
parameter.
2004-03-04 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/doc/admin/dec2latin-1.kb,
modules/bibconvert/doc/admin/dec2utf-8.kb,
modules/bibconvert/doc/admin/hex2latin-1.kb,
modules/bibconvert/doc/admin/hex2utf-8.kb: Added conversion tables
for converting SGML numeric character references into
Latin-1/UTF-8.
2004-03-04 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: KB formatting function
enhanced by ``R'' parameter (read ``REPLACE'') allowing
substitutions on the character level.
2004-03-04 Martin Vesely <martin.vesely@cern.ch>
* modules/miscutil/sql/tabcreate.sql: oaiset table extended by
setDefinition column for virtual oai sets definition.
2004-03-03 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Using `Narrow by collection now'. Minor
FR/SK/CZ corrections. Added MSG_RANK_BY.
2004-03-02 Thomas Baron <thomas.baron@cern.ch>
* modules/miscutil/sql/tabcreate.sql: increased from 10 to 50 the
size of the sbmFIELDDESC/marccode column
2004-03-02 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: dataformatted procedure
debug
2004-03-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Respect LN when printing
records for the `Latest Additions' box body.
2004-03-01 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml: added functions
isUserSubmitter and isUserReferee
2004-03-01 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/doc/admin/description.php.wml,
modules/websubmit/lib/functions/Create_Modify_Interface.py.wml,
modules/websubmit/web/admin/addElementDescrEDS.php.wml,
modules/websubmit/web/admin/addModifyEDS.php.wml,
modules/websubmit/web/admin/allModifyEDS.php.wml,
modules/websubmit/web/admin/elementConfigDetsEDS.php.wml,
modules/websubmit/web/admin/viewModifyEDS.php.wml: got rid of
sbmMODIFY table, everything is now stored in sbmFIELDDESC The web
modification pages are modified accordingly
2004-03-01 Thomas Baron <thomas.baron@cern.ch>
* config/cdsnavbar.wml: got rid of link to "Available modification
text" everything is now stored on the FIELD edition page
2004-03-01 Thomas Baron <thomas.baron@cern.ch>
* modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql,
modules/miscutil/demo/democfgdata.sql.wml: dropped table sbmMODIFY
- replaced with a new column in sbmFIELDDESC
2004-03-01 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/yoursubmissions.py.wml: separated columns
with white line
2004-03-01 Thomas Baron <thomas.baron@cern.ch>
* modules/webstyle/css/cds.css.wml: added mycdscell class for the
mycds (yoursubmission.py)
2004-03-01 Thomas Baron <thomas.baron@cern.ch>
* config/config.wml, config/configbis.wml.in: added some variables
related to websubmit
2004-03-01 Thomas Baron <thomas.baron@cern.ch>
* Makefile.am: added /var/data creation
2004-02-27 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/archive.py.wml: archive.py replaced with
getfile.py
2004-02-27 Thomas Baron <thomas.baron@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: added SRV to PICT
submission
2004-02-27 Thomas Baron <thomas.baron@cern.ch>
* modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql,
modules/miscutil/sql/tabfill.sql.wml: small change in file db
structure
2004-02-27 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/admin/commonPhpFunctions.php.wml: few
cosmetic changes
2004-02-27 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/file.py.wml,
modules/websubmit/lib/websubmit_config.py.wml,
modules/websubmit/lib/websubmit_engine.py.wml,
modules/websubmit/lib/functions/CaseEDS.py.wml,
modules/websubmit/lib/functions/Get_Info.py.wml,
modules/websubmit/lib/functions/Get_Sysno.py.wml,
modules/websubmit/lib/functions/Insert_Modify_Record.py.wml,
modules/websubmit/lib/functions/Is_Original_Submitter.py.wml,
modules/websubmit/lib/functions/Is_Referee.py.wml,
modules/websubmit/lib/functions/Mail_Submitter.py.wml,
modules/websubmit/lib/functions/Test_Status.py.wml,
modules/websubmit/lib/functions/Upload_Files.py.wml: bug correction
+ change in file db structure
2004-02-27 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/Makefile.am: added doc subdir
2004-02-27 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added path to bibupload doc dir.
2004-02-27 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/doc/.cvsignore,
modules/bibupload/doc/Makefile.am,
modules/bibupload/doc/admin/.cvsignore,
modules/bibupload/doc/admin/Makefile.am,
modules/bibupload/doc/admin/index.html.wml: Initial import after
module reorganization.
2004-02-27 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/bin/bibindex.wml: bibwords->bibindex
2004-02-27 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/functions/Test_BI.py.wml: not needed
anymore
2004-02-27 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/functions/Set_Archive_Files.py.wml: not
needed anymore
2004-02-27 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: got rid of bibwords option,
corrected some options
2004-02-27 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/file.py.wml,
modules/websubmit/lib/websubmit_config.py.wml,
modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
modules/websubmit/web/getfile.py.wml,
modules/websubmit/web/publiline.py.wml,
modules/miscutil/sql/tabcreate.sql: new file management system
2004-02-27 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/etc/bibconvert/config/EDSPICTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRPICTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRTEXTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSTEXTcreate.tpl.wml,
modules/websubmit/web/archive.py.wml,
modules/websubmit/web/yourrefereed.py.wml,
modules/websubmit/web/admin/actionFunctions.php.wml,
modules/websubmit/web/admin/addActionEDS.php.wml,
modules/websubmit/web/admin/addFunctions.php.wml,
modules/websubmit/web/admin/commonPhpFunctions.php.wml,
modules/websubmit/web/admin/editActionDets.php.wml,
modules/websubmit/web/admin/func.php.wml,
modules/websubmit/web/admin/funcUsage.php.wml,
modules/websubmit/web/admin/index.php.wml,
modules/websubmit/web/admin/listFunctions.php.wml,
modules/websubmit/web/admin/newDoctypeEDS.php.wml,
modules/websubmit/web/admin/newFunc.php.wml,
modules/websubmit/web/admin/newSubmissionEDS.php.wml,
modules/websubmit/web/admin/parameterUpdate.php.wml,
modules/websubmit/web/admin/veditFunDets.php.wml: new file
management system + "MESS" string deleted from admin interface
2004-02-27 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/Makefile.am,
modules/websubmit/lib/websubmit_engine.py.wml: new file management
system
2004-02-27 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/functions/Create_Recid.py.wml,
modules/websubmit/lib/functions/Get_Existing_Files.py.wml,
modules/websubmit/lib/functions/Get_Info.py.wml,
modules/websubmit/lib/functions/Get_Sysno.py.wml,
modules/websubmit/lib/functions/Insert_Record.py.wml,
modules/websubmit/lib/functions/Mail_Submitter.py.wml,
modules/websubmit/lib/functions/Make_Record.py.wml,
modules/websubmit/lib/functions/Move_Files_Archive.py.wml,
modules/websubmit/lib/functions/Move_Pictures_Archive.py.wml,
modules/websubmit/lib/functions/Print_Success_SRV.py.wml,
modules/websubmit/lib/functions/Report_Number_Generation.py.wml,
modules/websubmit/lib/functions/Send_APP_Mail.py.wml,
modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
modules/websubmit/lib/functions/Upload_Files.py.wml,
modules/websubmit/lib/functions/Upload_Pictures.py.wml:
modifications due to the brand new file management system
2004-02-25 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: Each field entry with '\n'
2004-02-25 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/bin/bibindex.wml,
modules/websearch/lib/search_engine.py.wml: Adapted to
word/wordlist->term/termlist table column name change.
2004-02-25 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabfill.sql.wml: Fixed idxINDEX_field regexp
treatment.
2004-02-25 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Use term/termlist instead of
word/wordlist.
2004-02-25 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: Record matching options
have been enabled. The overall query string syntax is based on the
uploader1.2 query string. -m0'query_string' outputs unmatched
records -m1'query string' outputs matched records -m2'query string'
outputs ambiguous records
2004-02-24 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: cosmetic changes on option
names changes in the syntax of the call to bibwords verbosity level
defaults to 1
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Does not need to remove submit dirs for
drop-demo-site target.
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/bin/bibindex.wml: Typo fixed.
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_config.py.wml,
modules/bibsched/bin/bibsched.wml: bibwords->bibindex
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webaccount.py.wml,
modules/websession/lib/webuser.py.wml,
modules/websession/web/youraccount.py.wml: Started adding language
argument.
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Color of language info boxen.
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py.wml: Do not use
CDSPAGESTRIPEWIDTH as it is in CSS already. Added some verbose
arguments. (to be seen)
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: BibUpload now does not need -t argument.
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py.wml: Added ``this page in...''
text.
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Typo fixed.
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabbibclean.sql,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql,
modules/miscutil/sql/tabfill.sql.wml: bibwords->bibindex. idxRANK
introduced.
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/index.html.wml: Language selection is now
done via site template.
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml: Language selection is now done
by cdspage.wml.
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: bibwords*->idxWORD*
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* config/cdspage.wml: Respect language selection also for HTML/PHP
pages.
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* config/cdswmllib.wml: Added language selection function suitable
for HTML output.
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Language selection moved into the footer.
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: ``This page in langauges...'' added.
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: bibwords->bibindex, bibdata->bibedit
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* modules/Makefile.am, Makefile.am, configure.ac:
bibwords->bibindex
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* modules/bibindex/.cvsignore, modules/bibindex/Makefile.am,
modules/bibindex/bin/.cvsignore, modules/bibindex/bin/Makefile.am,
modules/bibindex/bin/bibindex.wml,
modules/bibindex/bin/bibstat.wml: BibWords removed into BibIndex.
2004-02-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Force sc=0 for
previous/next links.
2004-02-20 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/Makefile.am,
modules/websubmit/web/personal.py.wml,
modules/websubmit/web/yourrefereed.py.wml,
modules/websubmit/web/yoursubmissions.py.wml: replaced personal.py
with yoursubmissions and yourrefereed
2004-02-20 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml,
modules/websubmit/web/admin/referees.py.wml: improved layout
2004-02-20 Thomas Baron <thomas.baron@cern.ch>
* modules/webaccess/lib/access_control_config.py.wml: added default
actions/roles for webSubmit
2004-02-20 Thomas Baron <thomas.baron@cern.ch>
* modules/miscutil/sql/tabdrop.sql: added table sbmCOOKIES
2004-02-20 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/admin/referees.py.wml: CDSware layout
2004-02-20 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml,
modules/websubmit/web/archive.py.wml,
modules/websubmit/web/personal.py.wml,
modules/websubmit/web/publiline.py.wml,
modules/websubmit/web/summary.py.wml: new layout closer to the
global CDSware one
2004-02-20 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/Makefile.am: got rid of personal directory
2004-02-20 Thomas Baron <thomas.baron@cern.ch>
* configure.ac: got rid of websubmit/web/personal directory
2004-02-20 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/Makefile.am,
modules/websubmit/web/direct.py.wml,
modules/websubmit/web/personal.py.wml: new personal script
replacing the directory
2004-02-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/bin/sessiongc.wml: Clarify text and fix typos.
2004-02-18 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/doc/access.php.wml,
modules/websubmit/doc/actions.php.wml,
modules/websubmit/doc/approval.php.wml,
modules/websubmit/doc/bibliographic_fields.php.wml,
modules/websubmit/doc/completed.php.wml,
modules/websubmit/doc/cookies.php.wml,
modules/websubmit/doc/description.php.wml,
modules/websubmit/doc/file_transfer.php.wml,
modules/websubmit/doc/index.php.wml,
modules/websubmit/doc/introduction.php.wml,
modules/websubmit/doc/link.php.wml,
modules/websubmit/doc/login.php.wml,
modules/websubmit/doc/modification.php.wml,
modules/websubmit/doc/password.php.wml,
modules/websubmit/doc/pending.php.wml,
modules/websubmit/doc/revised_version.php.wml,
modules/websubmit/doc/submission.php.wml,
modules/websubmit/doc/subnumber.php.wml,
modules/websubmit/doc/admin/actionimplement.php.wml,
modules/websubmit/doc/admin/actionmodify.php.wml,
modules/websubmit/doc/admin/actionnew.php.wml,
modules/websubmit/doc/admin/actionremove.php.wml,
modules/websubmit/doc/admin/actions.php.wml,
modules/websubmit/doc/admin/catalogues.php.wml,
modules/websubmit/doc/admin/description.php.wml,
modules/websubmit/doc/admin/documentmodify.php.wml,
modules/websubmit/doc/admin/documentnew.php.wml,
modules/websubmit/doc/admin/documentremove.php.wml,
modules/websubmit/doc/admin/documents.php.wml,
modules/websubmit/doc/admin/example.php.wml,
modules/websubmit/doc/admin/faq.php.wml,
modules/websubmit/doc/admin/functiondelete.php.wml,
modules/websubmit/doc/admin/functiondescription.php.wml,
modules/websubmit/doc/admin/functionedit.php.wml,
modules/websubmit/doc/admin/functionnew.php.wml,
modules/websubmit/doc/admin/functions.php.wml,
modules/websubmit/doc/admin/httpprotection.php.wml,
modules/websubmit/doc/admin/implementfunctions.php.wml,
modules/websubmit/doc/admin/implementwebform.php.wml,
modules/websubmit/doc/admin/index.php.wml,
modules/websubmit/doc/admin/introduction.php.wml,
modules/websubmit/doc/admin/protection.php.wml,
modules/websubmit/doc/admin/uploader.php.wml: Do not call
disappeared PHP code.
2004-02-18 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Use white background for search
boxen to make b0rken NN4 happy.
2004-02-18 Thomas Baron <thomas.baron@cern.ch>
* configure.ac: got rid of publiline directory
2004-02-18 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml,
modules/websubmit/lib/functions/Move_Files_Archive.py.wml,
modules/websubmit/lib/functions/Move_Pictures_Archive.py.wml: few
bug corrections
2004-02-18 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/Makefile.am,
modules/websubmit/web/publiline.py.wml,
modules/websubmit/web/admin/referees.py.wml: single publiline.py
script replaces publiline directory
2004-02-18 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/archive.py.wml: archive access script
2004-02-17 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Intro portalbox in
many languages.
2004-02-17 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Last terms in ES by Hector.
2004-02-17 Thomas Baron <thomas.baron@cern.ch>
* modules/bibsched/bin/bibsched.wml,
modules/bibupload/bin/bibupload.wml: changed bibupload parameter
list
2004-02-17 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Added missing PT,IT,NO translations for the
end of the file. Fixed RU translations.
2004-02-17 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: A typo for `May'
fixed.
2004-02-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Specify width of pagestiperight
column.
2004-02-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Make CSS standard-compliant.
2004-02-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Make transparent background of
the right panel due to overlapping.
2004-02-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webaccount.py.wml: Added missing </a>
closing tag.
2004-02-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py.wml: Add more header and footer
title template expansion. Suitable for the CERN site.
2004-02-16 Tibor Simko <tibor.simko@cern.ch>
* config/cdspage.wml: Add more banner titles. Suitable for the
CERN site.
2004-02-16 Thomas Baron <thomas.baron@cern.ch>
* modules/websession/lib/webuser.py.wml,
modules/websubmit/lib/functions/Send_APP_Mail.py.wml,
modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
modules/websubmit/web/admin/referees.py.wml: moved acc_listUsers to
websession/lib/webuser list_registered_users corrected small bugs
in the refereeing process
2004-02-16 Thomas Baron <thomas.baron@cern.ch>
* modules/webaccess/lib/access_control_admin.py.wml: corrected some
buggy run_sql moved acc_listUsers to websession/lib/webuser
2004-02-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Add language argument to
collection_portalbox.
2004-02-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Add main ABOUT
portalbox for many languages.
2004-02-13 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml, modules/miscutil/lib/messages.py.wml: Add
targets for CDS site header.
2004-02-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Respect LN in portalboxes.
2004-02-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Respect LN in several
page_end() calls.
2004-02-12 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/websubmit_engine.py.wml,
modules/websubmit/lib/functions/Create_Modify_Interface.py.wml,
modules/websubmit/lib/functions/Is_Referee.py.wml,
modules/websubmit/lib/functions/Send_APP_Mail.py.wml,
modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
modules/websubmit/lib/functions/Test_Status.py.wml,
modules/websubmit/lib/functions/Update_Approval_DB.py.wml,
modules/websubmit/web/approve.py.wml,
modules/websubmit/web/direct.py.wml,
modules/websubmit/web/sub.py.wml,
modules/websubmit/web/submit.py.wml,
modules/websubmit/web/summary.py.wml: cosmetic changes
2004-02-12 Thomas Baron <thomas.baron@cern.ch>
* modules/webaccess/lib/access_control_admin.py.wml: added few
useful functions
2004-02-12 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/websubmit_config.py.wml,
modules/websubmit/lib/websubmit_engine.py.wml,
modules/websubmit/lib/functions/Get_Existing_Files.py.wml,
modules/websubmit/lib/functions/Get_Sysno.py.wml,
modules/websubmit/lib/functions/Insert_Modify_Record.py.wml,
modules/websubmit/lib/functions/Insert_Record.py.wml,
modules/websubmit/lib/functions/Retrieve_Data.py.wml,
modules/websubmit/lib/functions/Upload_Files.py.wml,
modules/websubmit/lib/functions/Upload_Pictures.py.wml,
modules/websubmit/lib/functions/mail.py.wml,
modules/websubmit/web/Makefile.am,
modules/websubmit/web/direct.py.wml,
modules/websubmit/web/admin/Makefile.am,
modules/websubmit/web/admin/documentEDS.php.wml,
modules/websubmit/web/admin/referees.php.wml,
modules/websubmit/web/admin/referees.py.wml: new referee selection
page several cosmetics changes
2004-02-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/submit.py.wml,
modules/websubmit/web/summary.py.wml: Take out MySQLdb import.
2004-02-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: User 00..24 hours for Latest
Additions hour display.
2004-02-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/approve.py.wml,
modules/websubmit/web/direct.py.wml,
modules/websubmit/web/sub.py.wml,
modules/websubmit/web/summary.py.wml: Remove unwanted sys.exit().
2004-02-11 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/web/yourbaskets.py.wml,
modules/websearch/web/admin/websearchadmin.py.wml,
modules/bibharvest/web/oai2d.py.wml,
modules/webalert/web/youralerts.py.wml,
modules/websession/web/youraccount.py.wml: Remove unwanted
sys.exit().
2004-02-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/Makefile.am: Remove deleted specialchars.py
target.
2004-02-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/Makefile.am: Add *.html to clean target.
2004-02-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webaccount.py.wml: Remove sys.exit().
2004-02-11 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket.py.wml,
modules/bibharvest/lib/oai_repository.py.wml,
modules/webalert/lib/alert_engine.py.wml,
modules/webalert/lib/htmlparser.py.wml,
modules/webalert/lib/webalert.py.wml: Remove sys.exit().
2004-02-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/bin/bibupload.wml: formatfield() switched off
since it apparently breaks UTF-8.
2004-02-11 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/demobibdata.xml: Added missing
</datafield>.
2004-02-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: get_creation_date()
now accepts format.
2004-02-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Use creation_date instead of
modification_date in Latest Additions. Do not print seconds in
Latest Additions.
2004-02-11 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/dbquery.py.wml: Reconnect only in case of
OperationalError. Added function to retrieve last inserted ID.
2004-02-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Typo fixed.
2004-02-10 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/functions/Mail_Submitter.py.wml,
modules/websubmit/lib/functions/Send_APP_Mail.py.wml,
modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
modules/websubmit/lib/functions/Send_Modify_Mail.py.wml,
modules/websubmit/lib/functions/Send_SRV_Mail.py.wml: changed text
of sent mails
2004-02-10 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/Makefile.am,
modules/websubmit/web/approve.py.wml,
modules/websubmit/web/direct.py.wml,
modules/websubmit/web/sub.py.wml,
modules/websubmit/web/submit.py.wml: all scripts in one!
2004-02-10 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/Makefile.am,
modules/websubmit/lib/specialchars.py.wml,
modules/websubmit/lib/websubmit_engine.py.wml: not needed anymore
2004-02-10 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/Makefile.am,
modules/websubmit/lib/websubmit_engine.py.wml,
modules/websubmit/lib/global.py.wml: [no log message]
2004-02-10 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/action.py.wml: [no log message]
2004-02-10 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/Main.py.wml,
modules/websubmit/web/Makefile.am,
modules/websubmit/web/approve.py.wml,
modules/websubmit/web/index.py.wml,
modules/websubmit/web/pro.py.wml,
modules/websubmit/web/submit.py.wml: ALL SCRIPTS IN SUBMIT.PY.WML
2004-02-10 Thomas Baron <thomas.baron@cern.ch>
* modules/webstyle/css/cds.css.wml: new style for websubmit
2004-02-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/functions/.cvsignore: Add .py extension.
2004-02-10 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Have to call bibupload after bibreformat. Have to
use -t option to start bibupload tasks.
2004-02-10 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: BibUpload is now BibSched task.
2004-02-10 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Use cds.support instead of thomas.baron. Fix
submit links.
2004-02-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/Makefile.am,
modules/websubmit/lib/__init__.py.wml: We don't need
__init__.py.wml here.
2004-02-09 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: DE change, thanks to Guido Pelzer.
2004-02-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/index.html.wml: DE corrections, thanks to
Guido.
2004-02-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/hacking/api.html.wml,
modules/websearch/lib/search_engine.py.wml: Make d2m, d2d differ
from d1m, d1d for clarity.
2004-02-06 Thomas Baron <thomas.baron@cern.ch>
* config/config.wml: the header now contains a direct link to the
submit home page (instead of html dummy page)
2004-02-05 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/doc/admin/faq.php.wml,
modules/websubmit/doc/admin/functiondescription.php.wml,
modules/websubmit/etc/bibconvert/config/EDSPICT.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRPICT.tpl.wml: [no log
message]
2004-02-05 Thomas Baron <thomas.baron@cern.ch>
* modules/miscutil/sql/tabcreate.sql: no need of sbmCOOKIE table
anymore
2004-02-05 Thomas Baron <thomas.baron@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: new demo webSubmit
config
2004-02-05 Thomas Baron <thomas.baron@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: new default webSubmit
parameters
2004-02-05 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/websubmit_config.py.wml: got rid of LYNX
directive
2004-02-05 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/Makefile.am: got rid of /bin directory
2004-02-05 Thomas Baron <thomas.baron@cern.ch>
* modules/webstyle/css/cds.css.wml: new websubmit styles
2004-02-05 Thomas Baron <thomas.baron@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: slightly changed
bibconvert default behaviour A line from the template will be
output if and only if a matching replacement has been found inside.
The only exception to this rule is the new global function DEFP()
When applied to a line, this function makes it output by default.
2004-02-05 Thomas Baron <thomas.baron@cern.ch>
* configure.ac: removed unwanted tool checks (ppmquant,ppmtogif
etc.) convert does the job brilliantly
2004-02-05 Thomas Baron <thomas.baron@cern.ch>
* configure.ac: removed some directories in websubmit
2004-02-05 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/Access.php.wml,
modules/websubmit/web/Main.php.wml,
modules/websubmit/web/approve.php.wml,
modules/websubmit/web/direct.php.wml,
modules/websubmit/web/index.html.wml,
modules/websubmit/web/index.php.wml,
modules/websubmit/web/pro.php.wml,
modules/websubmit/web/submit.php.wml: removed php files
2004-02-05 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/web/Main.py.wml,
modules/websubmit/web/Makefile.am,
modules/websubmit/web/action.py.wml,
modules/websubmit/web/approve.py.wml,
modules/websubmit/web/direct.py.wml,
modules/websubmit/web/index.py.wml,
modules/websubmit/web/pro.py.wml,
modules/websubmit/web/submit.py.wml,
modules/websubmit/web/summary.py.wml: new python files
2004-02-05 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/Fake_Navigation_Functions.php.wml,
modules/websubmit/lib/commonPhpFunctions.php.wml,
modules/websubmit/lib/specialchars.php.wml: remove php files
2004-02-05 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/Makefile.am,
modules/websubmit/lib/Navigation_Functions.php.wml,
modules/websubmit/lib/Print_Summary.php.wml,
modules/websubmit/lib/__init__.py.wml,
modules/websubmit/lib/global.py.wml,
modules/websubmit/lib/specialchars.py.wml,
modules/websubmit/lib/websubmit_config.py.wml: new scripts in
python php files removed
2004-02-05 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/functions/CaseEDS.php.wml,
modules/websubmit/lib/functions/Create_Base_Files.php.wml,
modules/websubmit/lib/functions/Create_Modify_Interface.php.wml,
modules/websubmit/lib/functions/Finish_Submission.php.wml,
modules/websubmit/lib/functions/Format_Record.php.wml,
modules/websubmit/lib/functions/Get_Info.php.wml,
modules/websubmit/lib/functions/Get_Report_Number.php.wml,
modules/websubmit/lib/functions/Get_Sysno.php.wml,
modules/websubmit/lib/functions/Insert_Record.php.wml,
modules/websubmit/lib/functions/Is_Original_Submitter.php.wml,
modules/websubmit/lib/functions/Is_Referee.php.wml,
modules/websubmit/lib/functions/Mail_Submitter.php.wml,
modules/websubmit/lib/functions/Make_Modify_Record.php.wml,
modules/websubmit/lib/functions/Make_Weblib_Record.php.wml,
modules/websubmit/lib/functions/Move_Files_Archive.php.wml,
modules/websubmit/lib/functions/Move_From_Pending.php.wml,
modules/websubmit/lib/functions/Move_to_Done.php.wml,
modules/websubmit/lib/functions/Move_to_Pending.php.wml,
modules/websubmit/lib/functions/Print_Success_APP.php.wml,
modules/websubmit/lib/functions/Print_Success_FTT.php.wml,
modules/websubmit/lib/functions/Print_Success_MBI.php.wml,
modules/websubmit/lib/functions/Print_Success_SRV.php.wml,
modules/websubmit/lib/functions/Report_Number_Generation.php.wml,
modules/websubmit/lib/functions/Retrieve_Data.php.wml,
modules/websubmit/lib/functions/Save_Modify_Values.php.wml,
modules/websubmit/lib/functions/Send_APP_Mail.php.wml: removed php
function files
2004-02-05 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/functions/Send_Approval_Request.php.wml,
modules/websubmit/lib/functions/Send_Modify_Mail.php.wml,
modules/websubmit/lib/functions/Send_SRV_Mail.php.wml,
modules/websubmit/lib/functions/Set_Archive_Files.php.wml,
modules/websubmit/lib/functions/Test_BI.php.wml,
modules/websubmit/lib/functions/Test_Status.php.wml,
modules/websubmit/lib/functions/Update_Approval_DB.php.wml,
modules/websubmit/lib/functions/lock.php.wml: [no log message]
2004-02-05 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/lib/functions/CaseEDS.py.wml,
modules/websubmit/lib/functions/Create_Icon.php.wml,
modules/websubmit/lib/functions/Create_Modify_Interface.py.wml,
modules/websubmit/lib/functions/Display_Record_Data.php.wml,
modules/websubmit/lib/functions/Finish_Submission.py.wml,
modules/websubmit/lib/functions/Format_Record.py.wml,
modules/websubmit/lib/functions/Get_Existing_Files.py.wml,
modules/websubmit/lib/functions/Get_Info.py.wml,
modules/websubmit/lib/functions/Get_Report_Number.py.wml,
modules/websubmit/lib/functions/Get_Sysno.py.wml,
modules/websubmit/lib/functions/Get_TFU_Files.php.wml,
modules/websubmit/lib/functions/Insert_Modify_Record.py.wml,
modules/websubmit/lib/functions/Insert_Record.py.wml,
modules/websubmit/lib/functions/Is_Original_Submitter.py.wml,
modules/websubmit/lib/functions/Is_Referee.py.wml,
modules/websubmit/lib/functions/Mail_Submitter.py.wml,
modules/websubmit/lib/functions/Make_Modify_Record.py.wml,
modules/websubmit/lib/functions/Make_Record.py.wml,
modules/websubmit/lib/functions/Makefile.am,
modules/websubmit/lib/functions/Move_Files_Archive.py.wml,
modules/websubmit/lib/functions/Move_From_Pending.py.wml,
modules/websubmit/lib/functions/Move_Pictures_Archive.php.wml,
modules/websubmit/lib/functions/Move_Pictures_Archive.py.wml,
modules/websubmit/lib/functions/Move_Revised_Files.php.wml,
modules/websubmit/lib/functions/Move_to_Done.py.wml,
modules/websubmit/lib/functions/Move_to_Pending.py.wml,
modules/websubmit/lib/functions/Print_Success.py.wml,
modules/websubmit/lib/functions/Print_Success_APP.py.wml,
modules/websubmit/lib/functions/Print_Success_MBI.py.wml,
modules/websubmit/lib/functions/Print_Success_SRV.py.wml,
modules/websubmit/lib/functions/Report_Number_Generation.py.wml,
modules/websubmit/lib/functions/Retrieve_Data.py.wml,
modules/websubmit/lib/functions/Send_APP_Mail.py.wml,
modules/websubmit/lib/functions/Send_Approval_Request.py.wml,
modules/websubmit/lib/functions/Send_FTT_Mail.php.wml,
modules/websubmit/lib/functions/Send_Modify_Mail.py.wml,
modules/websubmit/lib/functions/Send_SRV_Mail.py.wml,
modules/websubmit/lib/functions/Set_Archive_Files.py.wml,
modules/websubmit/lib/functions/Test_BI.py.wml,
modules/websubmit/lib/functions/Test_File_Format.php.wml,
modules/websubmit/lib/functions/Test_File_Name.php.wml,
modules/websubmit/lib/functions/Test_File_Size.php.wml,
modules/websubmit/lib/functions/Test_Status.py.wml,
modules/websubmit/lib/functions/Update_Approval_DB.py.wml,
modules/websubmit/lib/functions/Update_Word_Files.php.wml,
modules/websubmit/lib/functions/Upload_Files.py.wml,
modules/websubmit/lib/functions/Upload_Included_Files.php.wml,
modules/websubmit/lib/functions/Upload_Pictures.py.wml,
modules/websubmit/lib/functions/mail.py.wml: new python functions
2004-02-05 Thomas Baron <thomas.baron@cern.ch>
* modules/websubmit/etc/bibconvert/config/EDSPICT.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSPICTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSPICTmodify.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSPICTmysql.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSPICTmysql_Modify.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRPICT.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRPICTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRPICTmodify.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRPICTmysql.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRPICTmysql_Modify.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRTEXT.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRTEXTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRTEXTmodify.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRTEXTmysql.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRTEXTmysql_Modify.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSTEXT.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSTEXTcreate.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSTEXTmodify.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSTEXTmysql.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSTEXTmysql_Modify.tpl.wml:
corrected default templates
2004-02-04 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/demobibdata.xml: Added missing first
sentence of Pushkin's poem.
2004-02-04 Martin Vesely <martin.vesely@cern.ch>
* config/config.wml: Deleted records policy introduced.
2004-02-04 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/lib/oai_repository.py.wml: deleted records
policy introduced.
2004-02-03 Thomas Baron <thomas.baron@cern.ch>
* modules/webaccess/lib/access_control_admin.py.wml,
modules/webaccess/lib/webaccessadmin_lib.py.wml: corrected bug in
lib added acc_isRole function in admin
2004-02-03 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Fix link to
collection search page on the search results page.
2004-02-03 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: bibupload is now interfaced
with bibsched. It also takes new parameters. Basically, there are
clearly separated modification and creation options.
2004-01-30 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/lib/oai_repository.py.wml: Update of error
codes for getrecord and listmetadataformats identifiers. one
escape for a space in the oai identifier
2004-01-29 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabbibclean.sql: Add bibwords10 and
bibwords10r.
2004-01-28 Thomas Baron <thomas.baron@cern.ch>
* config/configbis.wml.in: [no log message]
2004-01-28 Thomas Baron <thomas.baron@cern.ch>
* modules/webstyle/img/iconeye.gif: new icon needed for websubmit
2004-01-27 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/admin/Makefile.am: Add dcq example to
target file.
2004-01-27 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/doc/admin/index.html.wml: Sample configuration
for QDC added.
2004-01-27 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/doc/admin/dcq.dat: Sample data file in
qualified dublin core (SGML)
2004-01-27 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/doc/admin/dcq.cfg: Sample bibconvert
configuration for Qualified Dublin Core into MARCXML conversion.
2004-01-27 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/bin/bibsched.wml: Use run_sql() instead of
cursor.execute().
2004-01-27 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/bin/bibtaskex.wml,
modules/websearch/bin/webcoll.wml: Default sleeptime is now void,
not 0.
2004-01-27 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/lib/oai_repository.py.wml: unfold all uri
escape sequences at the url parse.
2004-01-26 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: - Arrival dates in the
Advanced Search interface are now deduced from the current year.
- Print namesuffix after collection name in the ``Narrow search''
box.
2004-01-26 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Arrival dates in the
Advanced Search interface are now deduced from the current year.
2004-01-26 Thomas Baron <thomas.baron@cern.ch>
* modules/webstyle/css/cds.css.wml: new styles for CDS Submit
2004-01-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/alert_engine.py.wml: Use %Y-%m-%d when
displaying alert times in email messages.
2004-01-23 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Respect search limits
in previous-/next- page links.
2004-01-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/alert_engine.py.wml: Change developer's
address to ``supportemail''.
2004-01-22 Martin Vesely <martin.vesely@cern.ch>
* config/config.wml: oai marc tag 0248_a/p -> 909COo/p
2004-01-21 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Remove isolatin stuff as it dumps core on RH9.
2004-01-21 Thomas Baron <thomas.baron@cern.ch>
* modules/bibformat/lib/core/FlexElink.inc.php.wml: make sure the
record is clean XML
2004-01-21 Martin Vesely <martin.vesely@cern.ch>
* config/config.wml: oaiidtag and oaisettag added
2004-01-21 Martin Vesely <martin.vesely@cern.ch>
* config/config.wml: marc tag for oai identifier and oai set
defined in config.wml.
2004-01-21 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/web/oai2d.py.wml: marc tag for oai identifier
and oai set defined in config.wml
2004-01-21 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/lib/oai_repository.py.wml: marc tags for oai
identifier and oai set defined in config.wml
2004-01-20 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Use explicit #fff backgroud
instead of transparent in Latest Additions boxes in order to please
old browsers such as NN4.
2004-01-19 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_admin.py.wml: Syntactic bug
fixed.
2004-01-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Fix links in
browse_in_bibwords() display.
2004-01-19 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/web/oai2d.py.wml,
modules/bibharvest/lib/oai_repository.py.wml: Change of MARC21 tag
for oai identifiers.
2004-01-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Fixed `authorr' display
problem. Do not print trailing dot in BibSched's progress column.
2004-01-19 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Year bump in CVS version number.
2004-01-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Fix
browse-in-bibwords message display problem.
2004-01-15 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Cleaned notions on Apache 2. Explained WML problems on
RH9.
2004-01-12 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Change of the Italian version of CDSNAME.
(Tullio)
2003-12-21 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Bump CVS version number.
CDSware v0.1.2 (released 2002-12-21)
====================================
2003-12-21 Tibor Simko <tibor.simko@cern.ch>
* NEWS: v0.1.2 is released.
2003-12-21 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Version number bump.
2003-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/admin/sample.dat: Input is in UTF-8.
2003-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/admin/index.html.wml: Add -b and -e
parameters to the example.
2003-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: Help message cleanup.
2003-12-21 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: Command line arguments
info added.
2003-12-21 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: New ES messages from Maria, plus some fixes
of the old ones.
2003-12-21 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/admin/bibtex.cfg: Added missing = in one
subfield element.
2003-12-19 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Bump of CVS version.
2003-12-19 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/bin/bibreformat.wml: Fixed getpass() call.
CDSware v0.1.1 (released 2002-12-19)
====================================
2003-12-19 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added configure-tests.py to the dist.
2003-12-19 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/admin/Makefile.am,
modules/bibconvert/doc/admin/index.html.wml: Added references to
bibtex.cfg.
2003-12-19 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/doc/admin/bibtex.cfg: BibConvert configuration
sample for bibtex format (preliminary version)
2003-12-19 Tibor Simko <tibor.simko@cern.ch>
* NEWS, configure.ac: v0.1.1 released.
2003-12-19 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/doc/hacking/index.html.wml: Added link to
WebAccess table structure.
2003-12-19 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/doc/hacking/table-structure.html.wml: Added
explanation of the WebAccess table structure.
2003-12-19 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/doc/hacking/Makefile.am: Added table structure
explanation.
2003-12-19 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml: Added introduction,
cleaned displayed users in the snapshots.
2003-12-19 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/lib/access_control_admin.py.wml: Started
garbage collector, must be finished. The rest is frozen.
2003-12-19 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Change the name of our demo site and rephrase
things.
2003-12-19 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Added snapshot box useful for
presenting screenshots.
2003-12-19 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml: Added borders. Title
and ending changes.
2003-12-19 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/index.html.wml,
modules/websearch/doc/index.html.wml: IT translation from Tullio.
2003-12-19 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: IT messages from Tullio.
2003-12-19 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/web/admin/index.html.wml: Add referer to the
login link.
2003-12-19 Tibor Simko <tibor.simko@cern.ch>
* CREDITS: Added Tullio for the IT translation. Maja removed since
she's in the AUTHORS file already.
2003-12-18 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added --with-python configuration option.
2003-12-18 Tibor Simko <tibor.simko@cern.ch>
* configure-tests.py, configure.ac: Add --with-python configuration
option and explicit checks for available Python modules and their
versions.
2003-12-18 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/lib/access_control_admin.py.wml: Only need to
finish garbage collector.
2003-12-18 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/lib/access_control_admin.py.wml,
modules/webaccess/lib/webaccessadmin_lib.py.wml,
modules/webaccess/web/admin/index.html.wml,
modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/doc/hacking/api.html.wml: WebAccess finished.
2003-12-18 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/.cvsignore,
modules/miscutil/bin/Makefile.am, modules/miscutil/bin/pytest.wml:
Move Python modules testing during into the initial configure
stage.
2003-12-18 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/pytest.wml: Added tempfile.
2003-12-18 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Case fixed in DE translation.
2003-12-17 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Note on Python 2.2.2 as per bug
<http://www.modpython.org/pipermail/mod_python/2002-October/002607.html>.
2003-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/pytest.wml: Initial release.
Non-installable script to test availability and version number of
various required and recommended Python modules.
2003-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/.cvsignore,
modules/miscutil/bin/Makefile.am: Add pytest.
2003-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/bin/dbtest.wml: Align graphics to pytest style.
2003-12-16 Martin Vesely <martin.vesely@cern.ch>
* config/messages.wml: german translation of a few messages.
2003-12-16 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: One forgotten message from the search engine
added. New PR phrases. Minor NO fixes.
2003-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py.wml: One more forgotten message
from the search interface.
2003-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/sessinit.inc.php.wml: - Remove much
unnecessary stuff.
- Interrogate user cookie to see which UID it has. (Do not set up
new sessions, these are supposed to be done from Python login
stuff or Python guest page hits.)
- Added authorization function, calling Pythonic access control
engine.
2003-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/admin/security.inc.php.wml: Remove
unnecessary call to getEmail().
2003-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/youraccount.py.wml: Added referer to the
login page.
2003-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webaccount.py.wml: Typos fixed. Added
referer field for the login page.
2003-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/bin/bibreformat.wml,
modules/bibsched/bin/bibtaskex.wml,
modules/websearch/bin/webcoll.wml: Rights are now managed through
the access control engine.
2003-12-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/admin/security.inc.php.wml: Call new access
control engine.
2003-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Respect LN when
printing collection names in search info headings.
2003-12-15 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml, modules/miscutil/lib/messages.py.wml,
modules/websearch/bin/webcoll.wml: Added
msg_collection_contains_no_records.
2003-12-15 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Three more search tags. Fixed RU
translation in some places.
2003-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py.wml: Three more search messages.
2003-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Added default values for
WebAccess.
2003-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_config.py.wml: Added
bibtaskex action. Removed SQL comments at the end. Added
role/action descriptions.
2003-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_config.py.wml: New name
chosen (`cfgwebaccess').
2003-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Adapted latest additions box
to CSS style.
2003-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Added latest additions box
stuff.
2003-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Changes to Latest additions
box. (e.g. displaying YYYY-MM-DD HH:MM:SS)
2003-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_variables.py.wml: renamed
into access_control_config.py.wml
2003-12-15 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/web/admin/webaccessadmin.py.wml: Updates and
debugging. Changes because of webaccessadmin_lib.py.wml.
2003-12-15 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/lib/access_control_admin.py.wml,
modules/webaccess/lib/access_control_config.py.wml,
modules/webaccess/lib/access_control_engine.py.wml,
modules/webaccess/lib/webaccessadmin_lib.py.wml: Code updates and
debugging. Added acc_addAuthorization.
2003-12-15 Martin Vesely <martin.vesely@cern.ch>
* config/messages.wml: German, Russian and Czech translation of
additional messages.
2003-12-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Permit to sort by
more than one field (accept commas in `sf').
2003-12-15 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Added PT translation of new items. (thanks
to Flavio) Started RU translation of new items.
2003-12-12 Mikael Vik <mikael.vik@cern.ch>
* modules/webstyle/css/cds.css.wml: Changes to WebAccess CSS.
2003-12-12 Mikael Vik <mikael.vik@cern.ch>
* config/messages.wml: Translated the new messages to norwegian.
2003-12-12 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: More messages of the search engine, useful
when no exact match is found. More messages for the Advanced
Search interface. Added messages for the internal error box.
2003-12-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: I18N of the `Added since' box.
2003-12-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: I18N of all the
important search engine messages printed in case of no exact match
found.
2003-12-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/index.py.wml: I18N of the Internal Error
boxen.
2003-12-12 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py.wml: More phrases of the search
engine are I18N-ized now.
2003-12-12 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py.wml: I18N of Internal Error box.
2003-12-11 Mikael Vik <mikael.vik@cern.ch>
* modules/webstyle/css/cds.css.wml: Small update to WebAccess CSS,
changed background color for .admin_w*.
2003-12-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Respect I18N names in `rg' and
`sc' selection boxes.
2003-12-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/index.html.wml,
modules/websearch/doc/index.html.wml: Norwegian translation.
2003-12-10 Mikael Vik <mikael.vik@cern.ch>
* config/messages.wml: Upgraded and satisfyingly good norwegian
(bokmaal) language translation added.
2003-12-05 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/web/admin/webaccessadmin.py.wml: Changed name
of function simpleuserdetails -> showroleusers.
2003-12-05 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/lib/access_control_admin.py.wml,
modules/webaccess/lib/access_control_engine.py.wml,
modules/webaccess/lib/webaccessadmin_lib.py.wml: Refined Web
Interface, more crosslevel links.
2003-12-05 Mikael Vik <mikael.vik@cern.ch>
* config/messages.wml: Revised version of the norwegian entries.
2003-12-05 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/web/admin/index.html.wml: Corrected bug for
login link.
2003-12-05 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Development YYYYMMDD snapshot number bumped.
2003-12-05 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml, modules/miscutil/lib/config.py.wml,
modules/miscutil/lib/messages.py.wml,
modules/webhelp/web/Makefile.am,
modules/webhelp/web/index.html.wml,
modules/webhelp/web/admin/Makefile.am,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml,
modules/websubmit/web/Makefile.am,
modules/websubmit/web/index.html.wml,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/admin/Makefile.am: Norwegian support added.
2003-12-05 Mikael Vik <mikael.vik@cern.ch>
* config/messages.wml: Added norwegian (bokmaal) to messages.wml.
2003-12-05 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py.wml,
modules/webaccess/web/admin/index.html.wml: Fixed bug with
<WEBURL>.
CDSware v0.1.0 (released 2002-12-04)
====================================
2003-12-04 Tibor Simko <tibor.simko@cern.ch>
* NEWS: News on the 0.1.0 release.
2003-12-04 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Version bump to 0.1.0.
2003-12-04 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: New Erik's email address.
2003-12-04 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/lib/access_control_admin.py.wml,
modules/webaccess/lib/access_control_engine.py.wml:
access_control_variables -> access_control_config.
2003-12-04 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/lib/webaccessadmin_lib.py.wml: Better navtrail
and crosslinking. access_control_variables ->
access_control_config.
2003-12-04 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/lib/Makefile.am,
modules/webaccess/lib/access_control_config.py.wml: Renamed
access_control_variables -> access_control_config.
2003-12-03 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Added Franck's email address.
2003-12-03 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/Makefile.am,
modules/webhelp/web/hacking/index.html.wml: Added release
versioning scheme.
2003-12-03 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/releases.html.wml: Initial release.
2003-12-03 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/web/admin/Makefile.am: Added EN as the only
language.
2003-12-03 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Make Pictures a public
collection.
2003-12-03 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/messages.py.wml,
modules/websearch/bin/webcoll.wml: Respect user-configured language
list choice.
2003-12-03 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/Makefile.am: Add dependance on cdswmllib.
2003-12-03 Tibor Simko <tibor.simko@cern.ch>
* config/Makefile.am, config/cdswmllib.wml: Added CDS WML library
of functions of general interest.
2003-12-03 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Added CDSLANGS to define what languages should
be generated.
2003-12-03 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Notes on CREDITS and on how to help with
I18N of CDSware.
2003-12-03 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/Main.php.wml,
modules/websubmit/web/pro.php.wml: Fix for including library files.
2003-12-03 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Role clarifications.
2003-12-02 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Add new dirs for bibharvest.
2003-12-02 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Describe more details for temporary/past group members.
2003-12-02 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/Makefile.am,
modules/bibharvest/lib/.cvsignore,
modules/bibharvest/lib/Makefile.am,
modules/bibharvest/lib/oai_repository.py.wml,
modules/bibharvest/web/.cvsignore,
modules/bibharvest/web/Makefile.am,
modules/bibharvest/web/oai2d.py.wml: OAI serviced moved from
WebSubmit.
2003-12-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/Makefile.am,
modules/websearch/web/oai2d.py.wml: oai2s moved into bibharvest
2003-12-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/oai_repository.py.wml: moved into
bibharvest
2003-12-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/Makefile.am: oai_repository moved into
BibHarvest.
2003-12-02 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/doc/admin/Makefile.am: Add EN language flag.
2003-12-02 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/web/admin/.cvsignore: Added *.html.
2003-12-02 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/web/admin/webaccessadmin.py.wml: Separated into
interface and implementation.
2003-12-02 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/web/admin/Makefile.am,
modules/webaccess/web/admin/index.html.wml: Added new index file.
2003-12-02 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/lib/access_control_admin.py.wml: Added new
functions needed by webaccessadmin. Added optional arguments.
ace->acc.
2003-12-02 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/lib/access_control_engine.py.wml: Added
optional arguments. And also ace->acc.
2003-12-02 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/lib/Makefile.am: Added new files.
2003-12-02 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/lib/access_control_variables.py.wml,
modules/webaccess/lib/webaccessadmin_lib.py.wml: Added library for
webaccessadmin web interface and config variables.
2003-12-02 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/doc/admin/Makefile.am: Added guide to web
interface.
2003-12-02 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/doc/hacking/Makefile.am,
modules/webaccess/doc/hacking/index.html.wml: Added admin
internals.
2003-12-02 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/doc/hacking/api.html.wml: Added program flow.
2003-12-02 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/doc/admin/guide.html.wml,
modules/webaccess/doc/hacking/admin-internals.html.wml: Initial
release.
2003-12-02 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/bin/authaction.wml: ace->acc change.
2003-12-02 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/bin/.cvsignore,
modules/webaccess/bin/Makefile.am: Added webaccessadmin.
2003-12-02 Mikael Vik <mikael.vik@cern.ch>
* modules/webaccess/bin/webaccessadmin.wml: Initial release.
2003-12-02 Mikael Vik <mikael.vik@cern.ch>
* modules/webstyle/css/cds.css.wml: Changes to the definitions
needed by WebAccess.
2003-12-02 Mikael Vik <mikael.vik@cern.ch>
* modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql: ace->acc prefix change
2003-12-02 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Update.
2003-12-02 Tibor Simko <tibor.simko@cern.ch>
* CREDITS: Initial release.
2003-12-02 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Add websession/bin subdir for the session gargabe
collector.
2003-12-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/bin/.cvsignore,
modules/websession/bin/Makefile.am,
modules/websession/bin/sessiongc.wml: Initial release of the
session garbage collector.
2003-12-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/Makefile.am: Add bin.
2003-12-02 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/Makefile.am,
modules/webhelp/web/hacking/modules.html.wml,
modules/webhelp/web/hacking/modules.jpeg: Modules description
extended.
2003-12-01 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml,
modules/miscutil/lib/messages.py.wml: Added UTF-8 coding
information as per PEP-0263.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/.cvsignore,
modules/websubmit/web/access/.cvsignore,
modules/websubmit/web/access/protected/.cvsignore: Added .php.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/.cvsignore: Add .php.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/Access.php.wml,
modules/websubmit/web/Main.php.wml,
modules/websubmit/web/approve.php.wml,
modules/websubmit/web/direct.php.wml,
modules/websubmit/web/index.php.wml,
modules/websubmit/web/pro.php.wml,
modules/websubmit/web/submit.php.wml: Fix require'd path.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/sessinit.inc.php.wml: Get rid of the last
blank line.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/admin/.cvsignore,
modules/websubmit/web/admin/Makefile.am,
modules/websubmit/web/admin/actionFunctions.php.wml,
modules/websubmit/web/admin/addActionEDS.php.wml,
modules/websubmit/web/admin/addCheckEDS.php.wml,
modules/websubmit/web/admin/addElement2PageEDS.php.wml,
modules/websubmit/web/admin/addElementDescrEDS.php.wml,
modules/websubmit/web/admin/addFunctions.php.wml,
modules/websubmit/web/admin/addModifyEDS.php.wml,
modules/websubmit/web/admin/allActionsEDS.php.wml,
modules/websubmit/web/admin/allChecksEDS.php.wml,
modules/websubmit/web/admin/allElementsEDS.php.wml,
modules/websubmit/web/admin/allModifyEDS.php.wml,
modules/websubmit/web/admin/commonPhpFunctions.php.wml,
modules/websubmit/web/admin/doctypeCategoriesEDS.php.wml,
modules/websubmit/web/admin/documentEDS.php.wml,
modules/websubmit/web/admin/editActionDets.php.wml,
modules/websubmit/web/admin/editCatalogues.php.wml,
modules/websubmit/web/admin/editDoctypeEDS.php.wml,
modules/websubmit/web/admin/editPageElementEDS.php.wml,
modules/websubmit/web/admin/editRecordFile.php.wml,
modules/websubmit/web/admin/elementConfigDetsEDS.php.wml,
modules/websubmit/web/admin/func.php.wml,
modules/websubmit/web/admin/funcUsage.php.wml,
modules/websubmit/web/admin/index.php.wml,
modules/websubmit/web/admin/listFunctions.php.wml,
modules/websubmit/web/admin/newDoctypeEDS.php.wml,
modules/websubmit/web/admin/newFunc.php.wml,
modules/websubmit/web/admin/newSubmissionEDS.php.wml,
modules/websubmit/web/admin/pageDetsEDS.php.wml,
modules/websubmit/web/admin/parameterUpdate.php.wml,
modules/websubmit/web/admin/referees.php.wml,
modules/websubmit/web/admin/removeDoctypeEDS.php.wml,
modules/websubmit/web/admin/veditFunDets.php.wml,
modules/websubmit/web/admin/viewActionEDS.php.wml,
modules/websubmit/web/admin/viewChecksEDS.php.wml,
modules/websubmit/web/admin/viewEditSubmissionEDS.php.wml,
modules/websubmit/web/admin/viewModifyEDS.php.wml: Initial import
after module tree reorganization.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/Makefile.am: Adding subdirs after module tree
reorganization.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/Access.php.wml,
modules/websubmit/web/Main.php.wml,
modules/websubmit/web/Makefile.am,
modules/websubmit/web/approve.php.wml,
modules/websubmit/web/direct.php.wml,
modules/websubmit/web/index.php.wml,
modules/websubmit/web/pro.php.wml,
modules/websubmit/web/submit.php.wml: Adding files atfter module
tree reorganization.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/access/.cvsignore,
modules/websubmit/web/access/Makefile.am,
modules/websubmit/web/access/action.php.wml,
modules/websubmit/web/access/index.php.wml,
modules/websubmit/web/access/protected/.cvsignore,
modules/websubmit/web/access/protected/Makefile.am,
modules/websubmit/web/access/protected/go.php.wml: Initial relase
after module tree reorganization.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/etc/bibconvert/.cvsignore: Added .cvsignore
file.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/etc/bibconvert/KB/.cvsignore: Added .KB.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/etc/.cvsignore,
modules/websubmit/etc/Makefile.am,
modules/websubmit/etc/bibconvert/Makefile.am,
modules/websubmit/etc/bibconvert/KB/.cvsignore,
modules/websubmit/etc/bibconvert/KB/Makefile.am,
modules/websubmit/etc/bibconvert/KB/Month.KB.wml,
modules/websubmit/etc/bibconvert/config/.cvsignore,
modules/websubmit/etc/bibconvert/config/EDSPICT.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSPICTmysql.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSPICTmysql_Modify.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRPICT.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRPICTmysql.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRPICTmysql_Modify.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRTEXT.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRTEXTmysql.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSRTEXTmysql_Modify.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSTEXT.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSTEXTmysql.tpl.wml,
modules/websubmit/etc/bibconvert/config/EDSTEXTmysql_Modify.tpl.wml,
modules/websubmit/etc/bibconvert/config/Makefile.am: Initial import
after module tree reorganization.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/lib/.cvsignore,
modules/websubmit/lib/Fake_Navigation_Functions.php.wml,
modules/websubmit/lib/Makefile.am,
modules/websubmit/lib/Navigation_Functions.php.wml,
modules/websubmit/lib/Print_Summary.php.wml,
modules/websubmit/lib/commonPhpFunctions.php.wml,
modules/websubmit/lib/specialchars.php.wml,
modules/websubmit/lib/functions/.cvsignore,
modules/websubmit/lib/functions/CaseEDS.php.wml,
modules/websubmit/lib/functions/Create_Base_Files.php.wml,
modules/websubmit/lib/functions/Create_Icon.php.wml,
modules/websubmit/lib/functions/Create_Modify_Interface.php.wml,
modules/websubmit/lib/functions/Display_Record_Data.php.wml,
modules/websubmit/lib/functions/Finish_Submission.php.wml,
modules/websubmit/lib/functions/Format_Record.php.wml,
modules/websubmit/lib/functions/Get_Info.php.wml,
modules/websubmit/lib/functions/Get_Report_Number.php.wml,
modules/websubmit/lib/functions/Get_Sysno.php.wml,
modules/websubmit/lib/functions/Get_TFU_Files.php.wml,
modules/websubmit/lib/functions/Insert_Record.php.wml,
modules/websubmit/lib/functions/Is_Original_Submitter.php.wml,
modules/websubmit/lib/functions/Is_Referee.php.wml,
modules/websubmit/lib/functions/Mail_Submitter.php.wml,
modules/websubmit/lib/functions/Make_Modify_Record.php.wml,
modules/websubmit/lib/functions/Make_Weblib_Record.php.wml,
modules/websubmit/lib/functions/Makefile.am,
modules/websubmit/lib/functions/Move_Files_Archive.php.wml,
modules/websubmit/lib/functions/Move_From_Pending.php.wml,
modules/websubmit/lib/functions/Move_Pictures_Archive.php.wml,
modules/websubmit/lib/functions/Move_Revised_Files.php.wml,
modules/websubmit/lib/functions/Move_to_Done.php.wml,
modules/websubmit/lib/functions/Move_to_Pending.php.wml,
modules/websubmit/lib/functions/Print_Success_APP.php.wml,
modules/websubmit/lib/functions/Print_Success_FTT.php.wml,
modules/websubmit/lib/functions/Print_Success_MBI.php.wml,
modules/websubmit/lib/functions/Print_Success_SRV.php.wml,
modules/websubmit/lib/functions/Report_Number_Generation.php.wml,
modules/websubmit/lib/functions/Retrieve_Data.php.wml,
modules/websubmit/lib/functions/Save_Modify_Values.php.wml,
modules/websubmit/lib/functions/Send_APP_Mail.php.wml,
modules/websubmit/lib/functions/Send_Approval_Request.php.wml,
modules/websubmit/lib/functions/Send_FTT_Mail.php.wml,
modules/websubmit/lib/functions/Send_Modify_Mail.php.wml,
modules/websubmit/lib/functions/Send_SRV_Mail.php.wml,
modules/websubmit/lib/functions/Set_Archive_Files.php.wml,
modules/websubmit/lib/functions/Test_BI.php.wml,
modules/websubmit/lib/functions/Test_File_Format.php.wml,
modules/websubmit/lib/functions/Test_File_Name.php.wml,
modules/websubmit/lib/functions/Test_File_Size.php.wml,
modules/websubmit/lib/functions/Test_Status.php.wml,
modules/websubmit/lib/functions/Update_Approval_DB.php.wml,
modules/websubmit/lib/functions/Update_Word_Files.php.wml,
modules/websubmit/lib/functions/Upload_Included_Files.php.wml,
modules/websubmit/lib/functions/lock.php.wml: Initial import after
module tree reorganization.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/doc/.cvsignore,
modules/websubmit/doc/Makefile.am,
modules/websubmit/doc/access.php.wml,
modules/websubmit/doc/actions.php.wml,
modules/websubmit/doc/approval.php.wml,
modules/websubmit/doc/bibliographic_fields.php.wml,
modules/websubmit/doc/completed.php.wml,
modules/websubmit/doc/cookies.php.wml,
modules/websubmit/doc/description.php.wml,
modules/websubmit/doc/file_transfer.php.wml,
modules/websubmit/doc/index.php.wml,
modules/websubmit/doc/introduction.php.wml,
modules/websubmit/doc/link.php.wml,
modules/websubmit/doc/login.php.wml,
modules/websubmit/doc/modification.php.wml,
modules/websubmit/doc/password.php.wml,
modules/websubmit/doc/pending.php.wml,
modules/websubmit/doc/revised_version.php.wml,
modules/websubmit/doc/submission.php.wml,
modules/websubmit/doc/subnumber.php.wml,
modules/websubmit/doc/admin/.cvsignore,
modules/websubmit/doc/admin/Makefile.am,
modules/websubmit/doc/admin/actionimplement.php.wml,
modules/websubmit/doc/admin/actionmodify.php.wml,
modules/websubmit/doc/admin/actionnew.php.wml,
modules/websubmit/doc/admin/actionremove.php.wml,
modules/websubmit/doc/admin/actions.php.wml,
modules/websubmit/doc/admin/catalogues.php.wml,
modules/websubmit/doc/admin/description.php.wml,
modules/websubmit/doc/admin/documentmodify.php.wml,
modules/websubmit/doc/admin/documentnew.php.wml,
modules/websubmit/doc/admin/documentremove.php.wml,
modules/websubmit/doc/admin/documents.php.wml,
modules/websubmit/doc/admin/example.php.wml,
modules/websubmit/doc/admin/faq.php.wml,
modules/websubmit/doc/admin/functiondelete.php.wml,
modules/websubmit/doc/admin/functiondescription.php.wml,
modules/websubmit/doc/admin/functionedit.php.wml,
modules/websubmit/doc/admin/functionnew.php.wml,
modules/websubmit/doc/admin/functions.php.wml,
modules/websubmit/doc/admin/httpprotection.php.wml,
modules/websubmit/doc/admin/implementfunctions.php.wml,
modules/websubmit/doc/admin/implementwebform.php.wml,
modules/websubmit/doc/admin/index.php.wml,
modules/websubmit/doc/admin/introduction.php.wml,
modules/websubmit/doc/admin/protection.php.wml,
modules/websubmit/doc/admin/uploader.php.wml: Initial release after
module tree reorganization.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/bin/.cvsignore: Added thumbmaker filename to
ignore.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/bin/.cvsignore,
modules/websubmit/bin/Makefile.am,
modules/websubmit/bin/thumbmaker.wml: Initial release after module
reorganization.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added websubmit dirs.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/sessinit.inc.php.wml: While waiting for
PHP->Python UID generation gateway, return `guest'.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/Makefile.am: I18N.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Added note about linear dependency of speed
and CFG_MAX_RECID.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/howto/migrate.html.wml,
modules/webhelp/web/index.html.wml,
modules/websearch/lib/search_engine.py.wml: Renaming of shtml->php
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Minor SK/CZ fixes. Added two SUBMIT
messages.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Added BibFormat config part.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: Respecting .shtml -> .php. Correct paths
to WebSubmit. (more word needed)
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Get rid of .shtml extension.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/admin/.cvsignore,
modules/bibformat/web/admin/BEH_ACTION_add.php.wml,
modules/bibformat/web/admin/BEH_ACTION_add.shtml.wml,
modules/bibformat/web/admin/BEH_ACTION_del.php.wml,
modules/bibformat/web/admin/BEH_ACTION_del.shtml.wml,
modules/bibformat/web/admin/BEH_ACTION_edit.php.wml,
modules/bibformat/web/admin/BEH_ACTION_edit.shtml.wml,
modules/bibformat/web/admin/BEH_COND_add.php.wml,
modules/bibformat/web/admin/BEH_COND_add.shtml.wml,
modules/bibformat/web/admin/BEH_COND_del.php.wml,
modules/bibformat/web/admin/BEH_COND_del.shtml.wml,
modules/bibformat/web/admin/BEH_COND_edit.php.wml,
modules/bibformat/web/admin/BEH_COND_edit.shtml.wml,
modules/bibformat/web/admin/BEH_OTYPE_add.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_add.shtml.wml,
modules/bibformat/web/admin/BEH_OTYPE_del.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_del.shtml.wml,
modules/bibformat/web/admin/BEH_OTYPE_edit.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_edit.shtml.wml,
modules/bibformat/web/admin/BEH_OTYPE_showone.php.wml,
modules/bibformat/web/admin/BEH_OTYPE_showone.shtml.wml,
modules/bibformat/web/admin/BEH_display.php.wml,
modules/bibformat/web/admin/BEH_display.shtml.wml,
modules/bibformat/web/admin/BIBREFORMAT_display.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_display.shtml.wml,
modules/bibformat/web/admin/BIBREFORMAT_hand.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_hand.shtml.wml,
modules/bibformat/web/admin/BIBREFORMAT_process.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_process.shtml.wml,
modules/bibformat/web/admin/BIBREFORMAT_tree.php.wml,
modules/bibformat/web/admin/BIBREFORMAT_tree.shtml.wml,
modules/bibformat/web/admin/FORMAT_add.php.wml,
modules/bibformat/web/admin/FORMAT_add.shtml.wml,
modules/bibformat/web/admin/FORMAT_del.php.wml,
modules/bibformat/web/admin/FORMAT_del.shtml.wml,
modules/bibformat/web/admin/FORMAT_display.php.wml,
modules/bibformat/web/admin/FORMAT_display.shtml.wml,
modules/bibformat/web/admin/FORMAT_edit.php.wml,
modules/bibformat/web/admin/FORMAT_edit.shtml.wml,
modules/bibformat/web/admin/FORMAT_showone.php.wml,
modules/bibformat/web/admin/FORMAT_showone.shtml.wml,
modules/bibformat/web/admin/KB_VALUE_add.php.wml,
modules/bibformat/web/admin/KB_VALUE_add.shtml.wml,
modules/bibformat/web/admin/KB_VALUE_del.php.wml,
modules/bibformat/web/admin/KB_VALUE_del.shtml.wml,
modules/bibformat/web/admin/KB_add.php.wml,
modules/bibformat/web/admin/KB_add.shtml.wml,
modules/bibformat/web/admin/KB_del.php.wml,
modules/bibformat/web/admin/KB_del.shtml.wml,
modules/bibformat/web/admin/KB_display.php.wml,
modules/bibformat/web/admin/KB_display.shtml.wml,
modules/bibformat/web/admin/KB_edit.php.wml,
modules/bibformat/web/admin/KB_edit.shtml.wml,
modules/bibformat/web/admin/KB_showone.php.wml,
modules/bibformat/web/admin/KB_showone.shtml.wml,
modules/bibformat/web/admin/LINK_ACTION_add_edit.php.wml,
modules/bibformat/web/admin/LINK_ACTION_add_edit.shtml.wml,
modules/bibformat/web/admin/LINK_ACTION_del.php.wml,
modules/bibformat/web/admin/LINK_ACTION_del.shtml.wml,
modules/bibformat/web/admin/LINK_COND_add_edit.php.wml,
modules/bibformat/web/admin/LINK_COND_add_edit.shtml.wml,
modules/bibformat/web/admin/LINK_COND_del.php.wml,
modules/bibformat/web/admin/LINK_COND_del.shtml.wml,
modules/bibformat/web/admin/LINK_FORMAT_add.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_add.shtml.wml,
modules/bibformat/web/admin/LINK_FORMAT_del.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_del.shtml.wml,
modules/bibformat/web/admin/LINK_FORMAT_display.php.wml,
modules/bibformat/web/admin/LINK_FORMAT_display.shtml.wml,
modules/bibformat/web/admin/LINK_add.php.wml,
modules/bibformat/web/admin/LINK_add.shtml.wml,
modules/bibformat/web/admin/LINK_del.php.wml,
modules/bibformat/web/admin/LINK_del.shtml.wml,
modules/bibformat/web/admin/LINK_display.php.wml,
modules/bibformat/web/admin/LINK_display.shtml.wml,
modules/bibformat/web/admin/LINK_edit.php.wml,
modules/bibformat/web/admin/LINK_edit.shtml.wml,
modules/bibformat/web/admin/LINK_showone.php.wml,
modules/bibformat/web/admin/LINK_showone.shtml.wml,
modules/bibformat/web/admin/Makefile.am,
modules/bibformat/web/admin/OAIER_SF_add.php.wml,
modules/bibformat/web/admin/OAIER_SF_add.shtml.wml,
modules/bibformat/web/admin/OAIER_SF_del.php.wml,
modules/bibformat/web/admin/OAIER_SF_del.shtml.wml,
modules/bibformat/web/admin/OAIER_add.php.wml,
modules/bibformat/web/admin/OAIER_add.shtml.wml,
modules/bibformat/web/admin/OAIER_del.php.wml,
modules/bibformat/web/admin/OAIER_del.shtml.wml,
modules/bibformat/web/admin/OAIER_display.php.wml,
modules/bibformat/web/admin/OAIER_display.shtml.wml,
modules/bibformat/web/admin/UDF_add.php.wml,
modules/bibformat/web/admin/UDF_add.shtml.wml,
modules/bibformat/web/admin/UDF_del.php.wml,
modules/bibformat/web/admin/UDF_del.shtml.wml,
modules/bibformat/web/admin/UDF_display.php.wml,
modules/bibformat/web/admin/UDF_display.shtml.wml,
modules/bibformat/web/admin/UDF_edit.php.wml,
modules/bibformat/web/admin/UDF_edit.shtml.wml,
modules/bibformat/web/admin/UDF_showone.php.wml,
modules/bibformat/web/admin/UDF_showone.shtml.wml,
modules/bibformat/web/admin/UDF_testcode.php.wml,
modules/bibformat/web/admin/UDF_testcode.shtml.wml,
modules/bibformat/web/admin/error.inc.php.wml,
modules/bibformat/web/admin/error.inc.shtml.wml,
modules/bibformat/web/admin/footer.inc.php.wml,
modules/bibformat/web/admin/footer.inc.shtml.wml,
modules/bibformat/web/admin/header.inc.php.wml,
modules/bibformat/web/admin/header.inc.shtml.wml,
modules/bibformat/web/admin/index.php.wml,
modules/bibformat/web/admin/index.shtml.wml,
modules/bibformat/web/admin/localconf.inc.php.wml,
modules/bibformat/web/admin/localconf.inc.shtml.wml,
modules/bibformat/web/admin/security.inc.php.wml,
modules/bibformat/web/admin/security.inc.shtml.wml,
modules/bibformat/web/admin/test.php.wml,
modules/bibformat/web/admin/test.shtml.wml,
modules/bibformat/web/.cvsignore,
modules/bibformat/web/Makefile.am,
modules/bibformat/web/bibformat.php.wml,
modules/bibformat/web/bibformat.shtml.wml: Renaming of shtml->php
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/bin/bibformat.wml: Renaming of shtml->php
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/core/.cvsignore,
modules/bibformat/lib/core/AEvalLan.inc.php.wml,
modules/bibformat/lib/core/AEvalLan.inc.shtml.wml,
modules/bibformat/lib/core/FlexElink.inc.php.wml,
modules/bibformat/lib/core/FlexElink.inc.shtml.wml,
modules/bibformat/lib/core/FormatRetriever.inc.php.wml,
modules/bibformat/lib/core/FormatRetriever.inc.shtml.wml,
modules/bibformat/lib/core/IntVars.inc.php.wml,
modules/bibformat/lib/core/IntVars.inc.shtml.wml,
modules/bibformat/lib/core/KBRetriever.inc.php.wml,
modules/bibformat/lib/core/KBRetriever.inc.shtml.wml,
modules/bibformat/lib/core/LinkResolver.inc.php.wml,
modules/bibformat/lib/core/LinkResolver.inc.shtml.wml,
modules/bibformat/lib/core/Makefile.am,
modules/bibformat/lib/core/OAISpecExtractor.inc.php.wml,
modules/bibformat/lib/core/OAISpecExtractor.inc.shtml.wml,
modules/bibformat/lib/core/Processor.inc.php.wml,
modules/bibformat/lib/core/Processor.inc.shtml.wml,
modules/bibformat/lib/core/RecordSeparator.inc.php.wml,
modules/bibformat/lib/core/RecordSeparator.inc.shtml.wml,
modules/bibformat/lib/core/Timing.inc.php.wml,
modules/bibformat/lib/core/Timing.inc.shtml.wml,
modules/bibformat/lib/core/TreeNode.inc.php.wml,
modules/bibformat/lib/core/TreeNode.inc.shtml.wml,
modules/bibformat/lib/core/UDFRetriever.inc.php.wml,
modules/bibformat/lib/core/UDFRetriever.inc.shtml.wml,
modules/bibformat/lib/common/.cvsignore,
modules/bibformat/lib/common/Makefile.am,
modules/bibformat/lib/common/dbparams.inc.php.wml,
modules/bibformat/lib/common/dbparams.inc.shtml.wml,
modules/bibformat/lib/common/general.inc.php.wml,
modules/bibformat/lib/common/general.inc.shtml.wml,
modules/bibformat/lib/common/global.inc.php.wml,
modules/bibformat/lib/common/global.inc.shtml.wml: Renaming of
shtml->php
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/doc/.cvsignore,
modules/bibformat/doc/BibFormatAdminGuide.php.wml,
modules/bibformat/doc/BibFormatAdminGuide.shtml.wml,
modules/bibformat/doc/Makefile.am: Renaming of shtml->php
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/.cvsignore,
modules/websession/web/Makefile.am,
modules/websession/web/sessinit.inc.php.wml,
modules/websession/web/sessinit.inc.shtml.wml: Renaming of
shtml->php
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/.cvsignore: Added .php extension.
2003-11-28 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/errorHandling.php.wml,
modules/miscutil/lib/errorHandling.shtml.wml: Renaming of
shtml->php
2003-11-26 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/youraccount.py.wml: Put proper CDSNAME
into the lost password email. Body rephrased.
2003-11-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Add more Latin-1
chars into strip_accents().
2003-11-19 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Portuguese name of Atlantis fixed.
2003-11-19 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/Makefile.am,
modules/webhelp/web/index.html.wml,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml,
modules/websubmit/web/Makefile.am,
modules/websubmit/web/index.html.wml: Support for Portuguese.
2003-11-18 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Typo fixed.
2003-11-18 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml, config/messages.wml: Support for Portuguese
(thanks to Flavio Codeco Coelho).
2003-11-18 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml,
modules/miscutil/lib/config.py.wml,
modules/miscutil/lib/messages.py.wml: Support for Portuguese.
2003-11-17 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml, modules/miscutil/lib/messages.py.wml,
modules/websession/lib/webuser.py.wml: I18N of the term guest
added.
2003-11-17 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added a note on MySQL's max_allowed_packet variable.
2003-11-14 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: dataformatted procedure
debug
2003-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Fix strip_accents()
bahaviour for bad inputs.
2003-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Add initial release
of strip_accents() function.
2003-11-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/.cvsignore,
modules/websearch/web/Makefile.am: Cleanup of Makefile and
.cvsignore now that OAI is a mod_python app.
2003-11-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/tips.html.wml: - German translation started
(Guido Pelzer) - wording for CERN temporary notes corrected (Tullio
Basaglia)
2003-11-10 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml, modules/websearch/bin/webcoll.wml,
modules/websearch/lib/search_engine_config.py.wml: Added option
CFG_NARROW_SEARCH_SHOW_GRANDSONS to be able to configure whether to
show or not grandsons in Narrow Search boxen.
2003-11-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: isGuestUser is now more
gentle when there's a MySQL problem (and returns true in these
case, ehm).
2003-11-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py.wml: create_error_box() now
accepts verbose argument.
2003-11-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml,
modules/websearch/web/index.py.wml: Display nicer error message in
case of MySQL troubles.
2003-11-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Fix the case of various
public/restricted collections nested together.
2003-11-06 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Respect field order
when returning output for ``ot'' argument of the full form, e.g.
``ot=700__a''.
2003-11-06 Martin Vesely <martin.vesely@cern.ch>
* modules/bibconvert/bin/bibconvert.wml: Debug: repetitive
formatting functions for data source subfields enabled.
2003-10-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/tips.html.wml: A typo fixed.
2003-10-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/session.py.wml: Added param to the
SessionError class constructor as per Hector's instructions.
2003-10-21 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml, config/messages.wml: Fixed Spanish
translation, done by Maria Gomez Marti. Prepared Norwegian
translation.
2003-10-15 Martin Vesely <martin.vesely@cern.ch>
* config/config.wml: Configuration for oai flow control added.
2003-10-08 Martin Vesely <martin.vesely@cern.ch>
* modules/websearch/lib/Makefile.am,
modules/websearch/lib/oai_repository.py.wml,
modules/websearch/web/Makefile.am,
modules/websearch/web/oai2d.py.wml: OAI server update.
2003-10-06 Martin Vesely <martin.vesely@cern.ch>
* modules/websearch/lib/oai_repository.py.wml: CDSware OAI
repository implementation.
2003-10-06 Martin Vesely <martin.vesely@cern.ch>
* modules/websearch/web/oai2d.py.wml: some modifs..
2003-10-02 Martin Vesely <martin.vesely@cern.ch>
* modules/websearch/web/Makefile.am,
modules/websearch/web/oai1d.wml,
modules/websearch/web/oai2d.py.wml,
modules/websearch/web/oai2d.wml: OAI repository interface in
mod_python
2003-10-01 Martin Vesely <martin.vesely@cern.ch>
* modules/websearch/web/oai2d.py.wml: OAI repository interface in
mod_python
2003-10-01 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/tips.html.wml: Clarification of author
searches, related to previous commit.
2003-10-01 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/tips.html.wml: Expanded author searching
tips.
2003-09-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Fix the edge numbers
in ``records found'' yellow navigation bar.
2003-09-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/admin/Makefile.am,
modules/bibformat/web/admin/Makefile.am,
modules/webaccess/doc/hacking/Makefile.am,
modules/webhelp/web/admin/Makefile.am,
modules/webhelp/web/admin/howto/Makefile.am,
modules/webhelp/web/hacking/Makefile.am,
modules/websearch/doc/hacking/Makefile.am: Explicitely choose
English for hacker-level docs.
2003-09-29 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml, modules/miscutil/lib/config.py.wml,
modules/miscutil/lib/messages.py.wml,
modules/webhelp/web/Makefile.am,
modules/webhelp/web/index.html.wml,
modules/websearch/bin/webcoll.wml,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml,
modules/websubmit/web/Makefile.am,
modules/websubmit/web/index.html.wml: Added Czech/Slovak variant.
2003-09-29 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Minor Italian fixes. Added Czech/Slovak
variant.
2003-09-26 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Russian typo fixed. (More to fix later...)
2003-09-26 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: More complete Russian translation.
2003-09-26 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Changing default language to English.
2003-09-26 Tibor Simko <tibor.simko@cern.ch>
* config/messages.wml: Initial release.
2003-09-26 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Add index.en.html and the like to the directory index.
2003-09-26 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/config.py.wml,
modules/miscutil/lib/messages.py.wml,
modules/websession/lib/webuser.py.wml, config/Makefile.am,
config/cdspage.wml, config/config.wml: Add multi-language
capabilities.
2003-09-26 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml,
modules/websearch/web/index.py.wml,
modules/websearch/web/search.py.wml,
modules/webstyle/lib/webpage.py.wml: Add multi-language
capabilities.
2003-09-26 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Add multi-language
capabilities. Respect sort criterias when of=id too.
2003-09-26 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/Makefile.am,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml: Add multi-language
capabilities.
2003-09-26 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/hacking/api.html.wml: Add ``ln'' an option
for language interface.
2003-09-26 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/web/Makefile.am,
modules/websubmit/web/index.html.wml,
modules/webhelp/web/Makefile.am,
modules/webhelp/web/index.html.wml,
modules/webhelp/web/hacking/Makefile.am: Add multi-lingual
capabilities.
2003-09-25 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Add langinfo boxes.
2003-09-24 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/Makefile.am,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml: Renaming files.
2003-09-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/tips.html.wml: Update the tips from RFC to
the first `real' version.
2003-09-18 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Change style for headings.
2003-09-16 Tibor Simko <tibor.simko@cern.ch>
* config/configbis.wml.in: Minor help clarification.
2003-09-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/web/youralerts.py.wml,
modules/webbasket/web/yourbaskets.py.wml,
modules/websession/web/youraccount.py.wml: Add the `last updated'
argument for page footer display.
2003-09-16 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml,
modules/websearch/web/index.py.wml: Add proper treatment of `Last
updated' for the page footers.
2003-09-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/Makefile, modules/webaccess/Makefile.in: Remove
unnecessary Makefile files.
2003-09-16 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py.wml: Add a possibility of `Last
updated' argument for the page footer.
2003-09-16 Tibor Simko <tibor.simko@cern.ch>
* config/cdspage.wml, config/config.wml: Proper treatment of `Last
updated' in the page footer.
2003-09-16 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Remove PERL.
2003-09-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession.py.wml: Update session_expiry
column in the session table for each web hit. (pSession)
2003-09-10 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/modules.html.wml: Add BibConvert and
BibHarvest.
2003-09-10 Tibor Simko <tibor.simko@cern.ch>
* modules/Makefile.am: Add BibHarvest module.
2003-09-10 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Add BibHarvest.
2003-09-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibharvest/.cvsignore, modules/bibharvest/Makefile.am,
modules/bibharvest/bin/.cvsignore,
modules/bibharvest/bin/Makefile.am: Makefile stuff to instal the
new BibHarvest module.
2003-09-10 Martin Vesely <martin.vesely@cern.ch>
* modules/bibharvest/bin/bibharvest.wml: Initial version of
CDSware/bibharvest module.
2003-09-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/doc/Makefile.am: Initial release after module
reorganization.
2003-09-10 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, modules/Makefile.am: Add BibConvert module.
2003-09-10 Tibor Simko <tibor.simko@cern.ch>
* modules/bibconvert/.cvsignore, modules/bibconvert/Makefile.am,
modules/bibconvert/bin/.cvsignore,
modules/bibconvert/bin/Makefile.am,
modules/bibconvert/bin/bibconvert.wml,
modules/bibconvert/doc/.cvsignore,
modules/bibconvert/doc/admin/.cvsignore,
modules/bibconvert/doc/admin/BibConvertAdminGuide.html.wml,
modules/bibconvert/doc/admin/Makefile.am,
modules/bibconvert/doc/admin/index.html.wml,
modules/bibconvert/doc/admin/sample.cfg,
modules/bibconvert/doc/admin/sample.dat,
modules/bibconvert/doc/admin/sample.kb: Initial commit after module
reorganization.
2003-09-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/index.py.wml: Add verbose argument suitable
for problem analysis.
2003-09-09 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Remove explicit cds.support@cern.ch for demo
targets.
2003-09-08 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Clarify the role of --prefix and --with-webdir
installation directories. Fix the DEMO path throughout all the
examples.
2003-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: - Import stuff
plainly so that mod_python would display import problems directly
in the browser.
- Fix portfolio output for photos.
2003-09-08 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/search.py.wml: Import stuff plainly so that
mod_python would report error directly in the web browser.
2003-09-05 Mikael Vik <mikael.vik@cern.ch>
* modules/webstyle/css/cds.css.wml: Added adminbox stuff for
WebAccess.
2003-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Make output text
nicer when an empty search term is ignored.
2003-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Fixed handling of
``field: value'' (with space) queries.
2003-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py.wml: create_error_box(): really
print traceback.
2003-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/index.py.wml,
modules/websearch/web/search.py.wml,
modules/websearch/lib/search_engine.py.wml: Add some error
handling.
2003-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py.wml: Add create_error_box().
2003-09-04 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Added errorbox.
2003-09-04 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Replace `--with-prefix' by the correct `--prefix'.
(Thanks to Guido Pelzer for spotting this.)
2003-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Add some verbose=9
info. (To be continued.)
2003-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/hacking/api.html.wml,
modules/websearch/lib/search_engine.py.wml,
modules/websearch/web/search.py.wml: Prefer `verbose=LEVEL'
argument instead of `dbg'.
2003-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/admin/websearchadmin.py.wml: Fix missing
import module.
2003-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/bin/Makefile.am: Add bibtaskexc for cleaning.
2003-08-29 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/bin/bibreformat.wml,
modules/bibsched/bin/bibtaskex.wml,
modules/websearch/bin/webcoll.wml: Prefer --verbose=LEVEL parameter
instead of the old --dbg.
2003-08-22 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/Makefile.am,
modules/webhelp/web/hacking/index.html.wml: Add path to Directory
Overview. Fix pathes to module-specific information.
2003-08-22 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/modules.html.wml: Add WebAccess.
2003-08-22 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/directory.html.wml: First import of
the notes on the directory structure of CDSware sources/targets.
2003-08-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Quick-fix the first
checking of req.args for non-voidness. (May require a similar,
more global fix everywhere later.)
2003-08-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/Makefile.am,
modules/websearch/doc/api.html.wml,
modules/websearch/doc/internals.html.wml,
modules/websearch/doc/stages.html.wml,
modules/websearch/doc/admin/.cvsignore,
modules/websearch/doc/admin/Makefile.am,
modules/websearch/doc/hacking/.cvsignore,
modules/websearch/doc/hacking/Makefile.am,
modules/websearch/doc/hacking/api.html.wml,
modules/websearch/doc/hacking/index.html.wml,
modules/websearch/doc/hacking/stages.html.wml,
modules/webaccess/doc/Makefile.am,
modules/webaccess/doc/api.html.wml,
modules/webaccess/doc/index.html.wml,
modules/webaccess/doc/internals.html.wml,
modules/webaccess/doc/admin/.cvsignore,
modules/webaccess/doc/admin/Makefile.am,
modules/webaccess/doc/hacking/.cvsignore,
modules/webaccess/doc/hacking/Makefile.am,
modules/webaccess/doc/hacking/api.html.wml,
modules/webaccess/doc/hacking/index.html.wml, configure.ac: Split
admin-level and hacking-level docs into their respective
directories.
2003-08-21 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/Makefile.am,
modules/websearch/doc/api.html.wml,
modules/websearch/doc/internals.html.wml,
modules/websearch/doc/stages.html.wml: Put consistently all
hacker-level information under /hacking URL.
2003-08-20 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/lib/access_control_engine.py.wml: Removed
unnecessary call to ace_te.
2003-08-20 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/index.html.wml: Add path to WebAccess
Internals page.
2003-08-20 Tibor Simko <tibor.simko@cern.ch>
* modules/webaccess/.cvsignore, modules/webaccess/Makefile,
modules/webaccess/Makefile.am, modules/webaccess/Makefile.in,
modules/webaccess/bin/.cvsignore,
modules/webaccess/bin/Makefile.am,
modules/webaccess/bin/authaction.wml,
modules/webaccess/doc/.cvsignore,
modules/webaccess/doc/Makefile.am,
modules/webaccess/doc/api.html.wml,
modules/webaccess/doc/index.html.wml,
modules/webaccess/doc/internals.html.wml,
modules/webaccess/lib/.cvsignore,
modules/webaccess/lib/Makefile.am,
modules/webaccess/lib/access_control_admin.py.wml,
modules/webaccess/lib/access_control_engine.py.wml,
modules/webaccess/web/.cvsignore,
modules/webaccess/web/Makefile.am,
modules/webaccess/web/admin/.cvsignore,
modules/webaccess/web/admin/Makefile.am,
modules/webaccess/web/admin/webaccessadmin.py.wml: First import of
Mikael's ACE sources.
2003-08-20 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, modules/Makefile.am: Added WebAccess module.
2003-08-13 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added note on required PHP's --with-zlib configure
option.
2003-07-11 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Fix display of
Results overview in case a collection has changed.
2003-07-11 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/alert_engine.py.wml: passed into production
mode
2003-07-11 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/htmlparser.py.wml: [no log message]
2003-07-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml,
modules/websearch/web/search.py.wml: Fix handling of dates (d1y,
d1m, etc) as integers.
2003-07-10 Mikael Vik <mikael.vik@cern.ch>
* modules/miscutil/sql/tabcreate.sql: did changes, but forgot one
comma in aceARGUMENT
2003-07-10 Mikael Vik <mikael.vik@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Added auto_increment to
tables in access control engine (aceROLE, aceACTION and aceARGUMENT
and new key for aceARGUMENT
2003-07-10 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Deleted surpluss dbg
line in print_record(), called in case no MARC XML is stored in the
database.
2003-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Really fix the
collection display order when displaying search results.
2003-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Fixed order of
collections when displaying search results.
2003-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/api.html.wml: Minor rephrasing.
2003-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/api.html.wml: Wrong indentation repaired.
2003-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/index.html.wml,
modules/webhelp/web/hacking/concepts.html.wml: Title and subtitle
fixes.
2003-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/modules.html.wml: - Title and
navtrail title fixes. - Start putting some text.
2003-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/style.html.wml: Title and navtrail
titles fix.
2003-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/bin/bibreformat.wml: Remove unnecessary
tolist() comment.
2003-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Use HitSet instead of HitList.
2003-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/search.py.wml: Introduce new `ap' argument
(``alternative patterns'') that governs the behaviour in case of
no-exact-match-found: shall we try alternative patterns or not?
2003-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: - Some cleanup for
Search Engine APIs. More consistent usage of not-found case via
new `ap' argument.
- Fix word matching type.
- Fixes for multi-stage search processing.
- Distinct `hitlist' (marshalled bit vector in the DB) and HitSet
class.
- When no match found, try to remove non-alphanumeric chars, add
also the end of the words. (The ``Todesco, E'' problem.)
- Fixes for mod_python Request object display (when not in HTML
output format).
2003-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/stages.html.wml: Title fixed.
2003-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/Makefile.am: Added `stages' and `api'
targets.
2003-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/internals.html.wml: Added link to API page.
2003-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/stages.html.wml: Moved from the internals
page here.
2003-07-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/api.html.wml: Initial release.
2003-07-07 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: got rid of 909C0o mapping
2003-07-04 Mikael Vik <mikael.vik@cern.ch>
* modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql: Added tables for access control
engine.
2003-07-03 Martin Vesely <martin.vesely@cern.ch>
* modules/bibformat/bin/bibreformat.wml: synchro with
search_engine.py module.
2003-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/concepts.html.wml,
modules/webhelp/web/hacking/index.html.wml,
modules/webhelp/web/hacking/modules.html.wml,
modules/webhelp/web/hacking/style.html.wml: Use the term Hacking
Corner.
2003-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/Makefile.am: Don't remove cdsware.el
when doing make clean.
2003-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Header tags are now colored in
the headline color by default.
2003-06-27 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Add webhelp/web/admin stuff.
2003-06-27 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: Minor renaming of admin-related menus.
2003-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/admin/.cvsignore,
modules/webhelp/web/admin/Makefile.am,
modules/webhelp/web/admin/index.html.wml,
modules/webhelp/web/admin/howto/.cvsignore,
modules/webhelp/web/admin/howto/Makefile.am,
modules/webhelp/web/admin/howto/index.html.wml,
modules/webhelp/web/admin/howto/marc.html.wml,
modules/webhelp/web/admin/howto/migrate.html.wml: Initial release
after module reorganization.
2003-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/.cvsignore,
modules/webhelp/web/hacking/Makefile.am,
modules/webhelp/web/hacking/index.html.wml,
modules/webhelp/web/hacking/modules.html.wml,
modules/webhelp/web/hacking/style.html.wml: Initial release.
2003-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/hacking/cdsware.el,
modules/webhelp/web/hacking/concepts.html.wml: First release.
2003-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/Makefile.am: Add hacking and admin subdirs.
2003-06-27 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/Makefile.am: Add hacking subdir.
2003-06-27 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Add webhelp/web/hacking dir.
2003-06-26 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Do not show help when
req is None.
2003-06-26 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Use drop-demo-site instead of destroy-demo-site.
2003-06-26 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabdrop.sql: Reflect schTASK table renaming.
Add two bibwords10, bibwords10r tables. (the year index)
2003-06-26 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Fix the other WebColl appearances. Rename
destroy-demo-site to drop-demo-site.
2003-06-26 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Introduction of six
search stages, according to the ``Search Internals'' document,
started. Somehow working, but not finished fully yet. Neither
profiled: we may be calling HitList.calculate_nbhits() more often
than necessary. It definitely calls it more often than in the
past, so a search slowdown may be expected too. Stay tuned.
2003-06-26 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/search.py.wml: Introduce the ``dbg'' URL
argument.
2003-06-26 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: - Add BibSched task
capabilities, so that WebColl can run as a BibSched task.
- Fix handling of the number of restricted collections.
- Speed-up things a bit by introducing a basic caching mechanism;
consumes quite some memory, though. More refactoring is wanted
when time permits.
2003-06-26 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/bin/bibreformat.wml: Reflect changes in schTASK
table.
2003-06-26 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/bin/bibsched.wml: Reflect changes in the schTASK
table. Hostname-related capabilities still have to come to be
fully functional!
2003-06-26 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/bin/bibtaskex.wml: Reflect new changes to the
schTASK table. Add a demo of periodicity capabilities.
2003-06-26 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/demobibdata.xml: Fix UTF-8 accents. Add a
poetry entry.
2003-06-26 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Add Poetry collection
to demo UTF-8 capabilities.
2003-06-26 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: schTASK table cleaning. New
indexes for ``bibfmt''.
2003-06-26 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Cosmetics.
2003-06-26 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: When load-demo-records, run BibReformat and WebColl
as BibSched tasks. When load-demo-records, clear the database
content beforehand. Useful for repeatable invocations of this
target.
2003-06-16 Martin Vesely <martin.vesely@cern.ch>
* modules/bibformat/bin/bibreformat.wml: command line arguments
default debug.
2003-06-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/web/yourbaskets.py.wml: Removing reload() for a
Python module.
2003-06-12 Thomas Baron <thomas.baron@cern.ch>
* modules/bibsched/bin/bibsched.wml: sleeptime taken into account
also in manual mode
2003-06-12 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/alert_engine.py.wml: cosmetics and better
debugging information
2003-06-11 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/core/UDFRetriever.inc.shtml.wml: Fixed
argument escaping trouble. (Hector)
2003-06-11 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/alert_engine.py.wml: bugfix
2003-06-11 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/webalert/lib/webalert.py.wml: Fixed account_list_alerts
2003-06-11 Martin Vesely <martin.vesely@cern.ch>
* modules/bibformat/bin/bibreformat.wml: Max Nr. or records treated
in a batch increased to 10000
2003-06-11 Martin Vesely <martin.vesely@cern.ch>
* modules/bibformat/bin/bibreformat.wml: file overwrite debug
2003-06-11 Thomas Baron <thomas.baron@cern.ch>
* modules/bibsched/bin/bibsched.wml: indentation correction
2003-06-11 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/alert_engine.py.wml: added logging, fixed
some bugs
2003-06-10 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/alert_engine.py.wml: cosmetics
2003-06-10 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/alert_engine.py.wml: cosmetics
2003-06-10 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/htmlparser.py.wml: cosmetics
2003-06-10 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/alert_engine.py.wml,
modules/webalert/lib/htmlparser.py.wml: bug fix in wrap
2003-06-10 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/Makefile.am,
modules/webalert/lib/alert_engine.py.wml,
modules/webalert/lib/htmlparser.py.wml,
modules/webalert/lib/textwrap.py.wml: Added word wrap
2003-06-10 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/alert_engine.py.wml: cosmetics
2003-06-10 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/webalert/lib/webalert.py.wml: Fixed list alerts in
account page
2003-06-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Add support for more
portalboxes (title epilog, narrow prolog, narrow epilog).
2003-06-06 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/alert_engine.py.wml: Bug fix
2003-06-06 Erik Simon <erik.simon@unine.ch>
* modules/webalert/bin/alertengine.wml,
modules/webalert/lib/alert_engine.py.wml,
modules/webalert/lib/htmlparser.py.wml: Added some error handling
2003-06-06 Thomas Baron <thomas.baron@cern.ch>
* modules/bibsched/bin/bibsched.wml: child processes are better
targetted to avoid errors in case of multiple processes running at
the same time
2003-06-06 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/alert_engine.py.wml,
modules/webalert/lib/htmlparser.py.wml: Fixed date arguments in
url.
2003-06-05 Thomas Baron <thomas.baron@cern.ch>
* modules/bibsched/bin/bibsched.wml: tasks are now order by date
asc bibupload is launched with "-t XXX" instead of "-tXXX" option
2003-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/internals.html.wml: Initial release.
2003-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/Makefile.am: Add `internals' page.
2003-06-05 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: ALERTENGINEEMAIL added.
2003-06-05 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/alert_engine.py.wml: Bug fix
2003-06-05 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/alert_engine.py.wml: Bugfix for testing.
2003-06-05 Thomas Baron <thomas.baron@cern.ch>
* modules/bibsched/bin/bibsched.wml: use config.py for defining
global variables use bindir to launch child processes
2003-06-05 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/alert_engine.py.wml: Added test function.
2003-06-05 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/lib/webaccount.py.wml: Fixed link
settings,removed "start new search" link
2003-06-05 Thomas Baron <thomas.baron@cern.ch>
* modules/bibsched/bin/bibsched.wml: daemon also parse the items in
date order
2003-06-05 Thomas Baron <thomas.baron@cern.ch>
* modules/bibsched/bin/bibsched.wml: added <protect> over the code.
Modified menu displays and items ordering (by date)
2003-06-04 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/bin/bibsched.wml: Fix Python indentation.
2003-06-04 Thomas Baron <thomas.baron@cern.ch>
* modules/bibsched/bin/bibsched.wml: don't set the RUNNING set of
children (they don't like it - bibwords)
2003-06-04 Martin Vesely <martin.vesely@cern.ch>
* modules/bibformat/bin/bibreformat.wml: sleeptime (-s) and date
(-t) bibsched compliancy options added.
2003-06-04 Thomas Baron <thomas.baron@cern.ch>
* modules/bibsched/bin/bibsched.wml: added bibreformat in helpers
deal with error in children execution
2003-06-04 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/lib/webaccount.py.wml: Fixed error in note
comments
2003-06-04 Thomas Baron <thomas.baron@cern.ch>
* modules/bibsched/bin/bibsched.wml: bibsched improvements: -
display - gestion of children processes
2003-06-03 Martin Vesely <martin.vesely@cern.ch>
* modules/bibformat/bin/bibreformat.wml: Info header.
2003-06-03 Martin Vesely <martin.vesely@cern.ch>
* modules/bibformat/bin/bibreformat.wml: Various formats handling
2003-06-03 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: Fix Apache password lookup
for users with 'similar' names.
2003-06-02 Martin Vesely <martin.vesely@cern.ch>
* modules/bibformat/bin/bibreformat.wml: bibreformat -n debug
2003-06-02 Martin Vesely <martin.vesely@cern.ch>
* modules/bibformat/bin/bibreformat.wml: HB formats only
2003-06-02 Martin Vesely <martin.vesely@cern.ch>
* modules/bibformat/bin/bibreformat.wml: Usage info update.
2003-06-02 Martin Vesely <martin.vesely@cern.ch>
* modules/bibformat/bin/bibreformat.wml: Option -n -noprocess
(counts records to be processed only, no process done)
2003-06-02 Martin Vesely <martin.vesely@cern.ch>
* modules/bibformat/bin/bibreformat.wml: Modifications in input
parameters (-b -l processed by default) Modifications of all
records bibreformat BibSched awareness introduced.
2003-05-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: `action' argument
fix. print_warning() cleanup. Nearest terms cleanup, to
distinguish nearest words/phrases. Browse cleanup.
2003-05-30 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py.wml: Remove unnecessary URL
argument from page header creating functions. (We won't be putting
URL in the footer.)
2003-05-30 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: - Add explicit messages after 'make' and 'make
install' on next suggested steps to take. - Remove unwanted
things from local data install, so that now the collection cache
is created on-demand only.
2003-05-30 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: The `search' module in the header shouldn't be
selected for generic CDSware distribution.
2003-05-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/search.py.wml: - Use `action' as submit
button name. - Introduce new `recid', `recidb', `sysno' and
obsolete `id', `idb', `sysnb' to respect our code naming policy.
2003-05-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Use `action' as submit button
name.
2003-05-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/Makefile.am: Remove unnecessary
install-data-local.
2003-05-30 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Remove unnecessary removal of index.wml. Add
explicit call to webcoll at the end of install-data-local.
2003-05-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Fix <a name=foo>
target for fancy collection names.
2003-05-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Fix `split by
collection' for restricted collections.
2003-05-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Fix forgotten ALEPH
SYSNO location (970).
2003-05-29 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: New header. New CFG_CERN_SITE variable. Fix
Apache pw file location for CDSDEV-bis development. (beware for
production)
2003-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Fix cfg_cern_site WML
variable (don't quote anymore).
2003-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine_config.py.wml: Delete one
unused WML variable.
2003-05-29 Tibor Simko <tibor.simko@cern.ch>
* README: Add explicit notes on Unix. Update figures and URL to
CDSWEB. Rephrase some things.
2003-05-29 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Add explicit note on Unix platform.
2003-05-29 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Add dir to WebSearch Admin.
2003-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Nearest terms
functionality rewritten to propose -5 +5 really closest words.
Minor output message cosmetics. Adding records to baskets from the
Detailed record pages now works even if the page contains some HTML
form.
2003-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabfill.sql.wml: Add `year' words index.
2003-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Add 10th words index for the
`year' word index.
2003-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: New names for matching types
in the Advanced Search interface. Respect cfg_cern_site variable
and don't propose abstract/keyword indexes.
2003-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Add cfg_cern_site variable
taken from WML configure file.
2003-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/admin/.cvsignore,
modules/websearch/web/admin/Makefile.am,
modules/websearch/web/admin/websearchadmin.py.wml,
modules/websearch/web/Makefile.am: Start releasing Python-based
admin.
2003-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: Add head logo in the user
personal box. Prefer to print `session' instead of `info' for
guest users.
2003-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/img/head.gif,
modules/webstyle/img/header_background.gif: Add head image to
denote personal feature box. Add header background image.
2003-05-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Remove some transparent
background to please NN4. Module boxen shorter due to usage of
lowercase. Minor cosmetics.
2003-05-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/bin/bibreformat.wml: Fix explicit table name in
``SELECT table.id FROM'' queries.
2003-05-28 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/alert_engine.py.wml: Reverted to old record
insertion mechanism.
2003-05-27 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/lib/webaccount.py.wml,
modules/websession/web/youraccount.py.wml: Fixed more comments
2003-05-27 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/lib/webaccount.py.wml: Fixed comments in some
methods
2003-05-26 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Easthetical cosmetics.
2003-05-26 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added note on MySQL 4.1.0 and UTF-8. Added note on PHP
process control library.
2003-05-26 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/lib/webaccount.py.wml,
modules/websession/lib/webuser.py.wml,
modules/websession/web/youraccount.py.wml: Changed link Your
account,cleaning of code in user's login
2003-05-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket.py.wml: Delete unwanted
zlib.decompress() calls now that we call search engine's
print_record().
2003-05-23 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket.py.wml: Fix basket display when
records don't have pre-stored HTML brief formats.
2003-05-22 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert.py.wml: Typo (owning alerts, not
shelves) fixed.
2003-05-22 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket.py.wml: Typo (owning baskets, not
alerts) fixed.
2003-05-22 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added a note on UTF-8 encoding in the Apache config.
2003-05-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/lib/core/RecordSeparator.inc.shtml.wml,
modules/miscutil/sql/tabfill.sql.wml: Default encoding is now
UTF-8.
2003-05-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: Do not return table
anymore in user info box.
2003-05-22 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py.wml: Minor design changes.
Default encoding is now UTF-8.
2003-05-22 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Minor look and feel changes.
2003-05-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Minor design changes.
2003-05-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: New default encoding
is now UTF-8. Use `-' instead of `LIKE' whenever possible in SQL
queries due to UTF-8 related problem. Minor design changes.
2003-05-22 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/oai1d.wml, modules/websearch/web/oai2d.wml:
New default encoding is now UTF-8.
2003-05-22 Tibor Simko <tibor.simko@cern.ch>
* config/cdspage.wml, config/config.wml: Default encoding is now
UTF-8. Design changes.
2003-05-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/bin/bibupload.wml: Really revert Thomas'
changes.
2003-05-22 Tibor Simko <tibor.simko@cern.ch>
* modules/bibupload/bin/bibupload.wml: Respect now default UTF-8
encoding. Revert Thomas' changes as they didn't work for demo
data.
2003-05-22 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/alert_engine.py.wml: Switched to production
mode.
2003-05-21 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/alert_engine.py.wml: Added some debug info.
Simplest optimization of worst queries. Added number of records in
email. Cosmetics
2003-05-21 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/web/youraccount.py.wml: Fixed bug in login's
user
2003-05-21 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/lib/webuser.py.wml,
modules/websession/web/youraccount.py.wml: Fixed error in
registration of users
2003-05-21 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/lib/webuser.py.wml,
modules/websession/web/youraccount.py.wml: Fixed updation of
userinfobox when login and logout
2003-05-21 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/lib/webuser.py.wml: Fixed userinfobox in guest
user
2003-05-21 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/lib/webuser.py.wml: Quit info option in
userinfobox
2003-05-19 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/webalert/lib/webalert.py.wml: fixed bug in
perform_update_alert
2003-05-19 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/webalert/lib/webalert.py.wml: Fixed bug in alert search,
for account dynamic page
2003-05-19 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/web/youraccount.py.wml: Fixed sender in
sendemail from config
2003-05-19 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/webalert/lib/webalert.py.wml: Fixed error in dynamic
acount page
2003-05-19 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/webalert/lib/webalert.py.wml,
modules/webbasket/lib/webbasket.py.wml,
modules/websession/lib/webaccount.py.wml,
modules/websession/lib/webuser.py.wml,
modules/websession/web/youraccount.py.wml: Fixed dynamic page
account, quit comments, fixed new info box
2003-05-19 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Fix create_navtrail_links()
separator marks for deep ancestors.
2003-05-16 Hector Sanchez <hector.sanchez@cern.ch>
* modules/webalert/lib/webalert.py.wml,
modules/webalert/web/youralerts.py.wml: some fixes
2003-05-16 Martin Vesely <martin.vesely@cern.ch>
* modules/bibformat/bin/bibreformat.wml: TMP directory input in
bibreformat.wml
2003-05-16 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Removed TMPDIR as it's now in the configbis
module.
2003-05-16 Tibor Simko <tibor.simko@cern.ch>
* config/configbis.wml.in, modules/miscutil/lib/config.py.wml: Add
TMPDIR variable.
2003-05-16 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Create tmp dir.
2003-05-16 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/bin/.cvsignore,
modules/bibformat/bin/Makefile.am,
modules/bibformat/bin/bibreformat.wml: Initial release of
BibReformat (from Martin).
2003-05-16 Hector Sanchez <hector.sanchez@cern.ch>
* modules/webalert/lib/webalert.py.wml: fixed a bug which didn't
allow to set up an alert without associated basket
2003-05-15 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: - Header table width made smaller. (Should
move it into CSS, really.) - Fixed one forgotten footer class
label.
2003-05-15 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Nearest terms box added.
2003-05-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Split by collection is now the
default.
2003-05-15 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: - Fixed several
issues with helping screens when no exact match was found.
- Fixed nearest terms list in case of several words in a query.
- Split by collection is now the default behaviour. Fixed son
selection to take only the 'regular' (non-virtual) sons into
account.
- Browse is now again merging results for various tags (100, 700)
into a single list (author) before displaying the results to the
user.
2003-05-14 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/web/index.html.wml,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml,
modules/websubmit/web/index.html.wml: Reflect change in
navtrail_previous_links.
2003-05-14 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Explicit white background
instead of transparent one to satisfy NN4.
2003-05-14 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml,
modules/websearch/lib/search_engine.py.wml,
modules/webstyle/lib/webpage.py.wml: Using Home instead of CDSNAME
in navtrail.
2003-05-14 Tibor Simko <tibor.simko@cern.ch>
* config/cdspage.wml: Using Home instead of CDSNAME in the
navtrail.
2003-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Make "no match found"
messages consistent.
2003-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Roughly fixed
dashless searching for ACC type of queries (replace dashes/slashes
by either blank space or underscore, depending on where we are
about to search, WRD or ACC.)
Fix does not work for complex search patterns that mix ACC and WRD
queries in one, as it would require detailed search pattern
analysis. Maybe later when the engine will be rewritten.
2003-05-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Make `ADD TO BASKET'
on the Detailed record pages work. When no hits found, and search
pattern(s) contain non-alphanumeric chars between two
alphanumeric ones (kinda dash-slash separators), try to replace
them by space and do boolean AND query prior to go into "nearest
indexed terms" stuff.
2003-05-13 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/web/youraccount.py.wml: New sender
cds.alert@cdsware.cern.ch fixed in send_email method
2003-05-13 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/web/youraccount.py.wml: Fixed bug in method
send_email
2003-05-12 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/webalert/lib/webalert.py.wml,
modules/webbasket/lib/webbasket.py.wml,
modules/websession/lib/webaccount.py.wml: Method warning, fixed new
name warning_guest_user
2003-05-12 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/webalert/lib/webalert.py.wml,
modules/webbasket/lib/webbasket.py.wml,
modules/websession/lib/webaccount.py.wml,
modules/websession/lib/webuser.py.wml,
modules/websession/web/youraccount.py.wml: Add perform_guest_user :
alert message fixed
2003-05-12 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml,
modules/webstyle/css/cds.css.wml: New place and decoration for the
user info box.
2003-05-12 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: New place for user info box.
2003-05-09 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Make place in the header for user info box
inclusion by Python runtime (via HTML comment substitution).
Respect new alert link names.
2003-05-09 Tibor Simko <tibor.simko@cern.ch>
* config/cdspage.wml: Get rid of the left sidebar completely.
2003-05-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webaccount.py.wml,
modules/websession/lib/webuser.py.wml: Fix isGuestUser(). Add
get_email(). Add explicit page() parameters. New look and feel of
user info box.
2003-05-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/youraccount.py.wml: Add explicit page()
argument names.
2003-05-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/web/youralerts.py.wml: Add explicit page()
argument names. Respect new alert link names.
2003-05-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/alert_engine.py.wml,
modules/webalert/lib/webalert.py.wml: Respect new alert link names.
2003-05-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket.py.wml: Fix alert links.
2003-05-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/web/yourbaskets.py.wml: Add explicit page()
argument names.
2003-05-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Does not call WML anymore, but
create separate entries for navtrail, pagebody, portalboxes in the
collection cache.
2003-05-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Fix search_pattern()
help messages to respect restricted collection case.
2003-05-09 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/index.py.wml: Respect new page()
parameters.
2003-05-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py.wml: Put user info box into the
header. Add new parameters to page().
2003-05-09 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Put user into box into the
header, so changed the look and feel a bit.
2003-05-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: Userinfobox cosmetics.
2003-05-07 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket.py.wml: HTML cleanup.
2003-05-07 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/web/youraccount.py.wml: Fixed sendEmail
function for lost of password
2003-05-07 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/lib/webaccount.py.wml,
modules/websession/lib/webuser.py.wml: Included method to use with
lost password
2003-05-07 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/lib/webaccount.py.wml,
modules/webalert/lib/webalert.py.wml,
modules/webbasket/lib/webbasket.py.wml: Fixed guest user checking.
2003-05-07 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/bin/.cvsignore: Added bibtaskexc.
2003-05-07 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Enhanced browsing
capability. Added hb-fly for on-the-fly-bibformat-formatting
(mostly CERN specific, beware).
2003-05-07 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabfill.sql.wml: Added `name' column to the
`tag' table.
2003-05-07 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Get rid of bottom border lines
in search results boxen.
2003-05-07 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket.py.wml: Add records to basket:
fixed treatment of non-list arguments.
2003-05-06 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/webbasket/lib/webbasket.py.wml: webbasket.py.wml
2003-05-06 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/lib/webaccount.py.wml: lib/webaccount.py.wml
2003-05-06 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/webbasket/lib/webbasket.py.wml: webbasket.py.wml
2003-05-06 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/webalert/lib/webalert.py.wml: webalert.py.wml
2003-05-06 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/lib/session.py.wml,
modules/websession/lib/webuser.py.wml: [no log message]
2003-05-05 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/web/youraccount.py.wml: youraccount.py
2003-05-05 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/lib/webaccount.py.wml: webaccount.py.wml
2003-05-05 Julio Pernia Aznar <jpernia@altransdb.com>
* modules/websession/web/youraccount.py.wml: youraccount.py
2003-05-05 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket.py.wml: Move information on
associated alerts into the main basket info box.
2003-05-05 Tibor Simko <tibor.simko@cern.ch>
* .cvsignore, aclocal.m4: Remove aclocal.m4 from CVS.
2003-05-05 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/img/arrow_down.gif,
modules/webstyle/img/arrow_up.gif: Add two missing images for
WebBasket ordering.
2003-05-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml,
modules/miscutil/demo/democfgdata.sql.wml,
modules/webstyle/lib/webpage.py.wml,
modules/webalert/lib/webalert.py.wml,
modules/webbasket/lib/webbasket.py.wml: Reflect new CSS style
essay.
2003-05-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Reflect new CSS
essays. Fixed some browse troubles, main browse work still ahead.
2003-05-05 Tibor Simko <tibor.simko@cern.ch>
* config/cdspage.wml, config/config.wml: New style and CSS essays.
2003-05-05 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: New CSS essays.
2003-05-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: Reflect new CSS essays.
2003-05-05 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webaccount.py.wml: Get rid of example
images.
2003-04-30 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket.py.wml: Test basket ownership
before adding records.
2003-04-30 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket.py.wml,
modules/webbasket/web/yourbaskets.py.wml: Added functionality to
easily add records to a basket. Useful for the search engine.
2003-04-30 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert.py.wml: "Display searches" now
prefers to display distinct questions.
2003-04-30 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/bin/.cvsignore: Added alertengine.
2003-04-30 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Added "Mark record"
functionality for inclusion into baskets. Enhanced URL argument
parameter washing.
2003-04-30 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: New "info" style added.
2003-04-30 Erik Simon <erik.simon@unine.ch>
* aclocal.m4, configure.ac: Added modules/webalert/bin to the make
process.
2003-04-30 Erik Simon <erik.simon@unine.ch>
* modules/webalert/Makefile.am, modules/webalert/bin/.cvsignore,
modules/webalert/bin/Makefile.am,
modules/webalert/bin/alertengine.wml,
modules/webalert/lib/Makefile.am,
modules/webalert/lib/alert_engine.py.wml,
modules/webalert/lib/htmlparser.py.wml: Added alert engine, cli and
implementation.
2003-04-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml,
modules/websearch/lib/search_engine.py.wml,
modules/websearch/web/search.py.wml: Added date-from / date-until
search option.
2003-04-29 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: corrected bug in 970__a
matching
2003-04-29 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/webalert.py.wml,
modules/webalert/web/youralerts.py.wml: Fixed alert deletion.
2003-04-29 Erik Simon <erik.simon@unine.ch>
* modules/webalert/lib/webalert.py.wml: Fixed url error for
`Execute search' when diplaying alerts.
2003-04-29 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: All run_sql() param
quoting fixed.
2003-04-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/lib/webbasket.py.wml: All run_sql() queries
edited to have proper argument quoting.
2003-04-29 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/lib/webalert.py.wml: Fixed creating new basket
call while creating new alert.
2003-04-29 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql,
modules/webalert/lib/webalert.py.wml,
modules/websearch/lib/search_engine.py.wml: Reflect new `query'
table change.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/youraccount.py.wml: Fixed forgotten
webaccount before perform_display().
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Start putting user
personal features. Start putting browse. Commit to put things in
sync; work needed on the two above.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/search.py.wml: Reflect renaming of user
into webuser.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/Makefile.am,
modules/websession/lib/webaccount.py.wml,
modules/websession/lib/websession.py.wml,
modules/websession/web/youraccount.py.wml,
modules/webbasket/lib/webbasket.py.wml,
modules/webbasket/web/yourbaskets.py.wml,
modules/webalert/lib/webalert.py.wml,
modules/webalert/web/youralerts.py.wml: Reflect renaming of user
file into webuser.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webuser.py.wml: Renamed from user.py.wml.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/user.py.wml: Removed into webuser.py.wml.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/.cvsignore: Added .py.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/youraccount.py.wml: Fix import error.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webaccount.py.wml: Removed unnecessary
pylib.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/search.py.wml: Reflect new location of
Apache user authentication stuff.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/Makefile.am: Added webaccount target.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/webaccount.py.wml: First import.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/youraccount.py.wml: Initial import of
general user account information pages.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/user.py.wml: First import of user-related
utilities.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/session.py.wml: First import of
non-persistent session stuff.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/Makefile.am: Added session and user
targets.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/websession.py.wml: Apache-user related
authentication stuff moved to user.py, a more logical place. Added
persistent web session stuff.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/Makefile.am: Add youraccount target.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml: Add missing navtrail class to
navtrail links.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websubmit/.cvsignore, modules/websubmit/Makefile.am,
modules/websubmit/web/.cvsignore,
modules/websubmit/web/Makefile.am,
modules/websubmit/web/index.html.wml: Add WebSubmit module. The
functionality will be added later.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/webbasket/.cvsignore, modules/webbasket/Makefile.am,
modules/webbasket/lib/.cvsignore,
modules/webbasket/lib/Makefile.am,
modules/webbasket/lib/webbasket.py.wml,
modules/webbasket/web/.cvsignore,
modules/webbasket/web/Makefile.am,
modules/webbasket/web/yourbaskets.py.wml: Initial introduction.
Cleaning needed.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/webalert/.cvsignore, modules/webalert/Makefile.am,
modules/webalert/lib/.cvsignore, modules/webalert/lib/Makefile.am,
modules/webalert/lib/webalert.py.wml,
modules/webalert/web/.cvsignore, modules/webalert/web/Makefile.am,
modules/webalert/web/youralerts.py.wml: Initial introduction. Much
cleaning needed.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Add new module subdirs.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql: Changed session table, now
that we have Python and not PHP sessions anymore.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/Makefile.am: Added new subdirs.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/bibsched/.cvsignore, modules/bibsched/Makefile.am,
modules/bibsched/bin/.cvsignore, modules/bibsched/bin/Makefile.am,
modules/bibsched/bin/bibsched.wml,
modules/bibsched/bin/bibtaskex.wml: First BibSched addition after
CVS directory reorganization.X
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: Try new navtrail position.
Need to prettify it, though. Fix two hidden cc arguments. Call
WML with special config dir, to be able to call webcoll from any
directory.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/lib/webpage.py.wml: Try new navtrail position.
Need to prettify it, though. Make some place for header addings.
Need to prettify it, though.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Try new navtrail position.
Need to prettify it, though.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* config/cdspage.wml: Try new navtrail position. Will have to
prettify it though.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Add explicit links to Baskets and Alerts.
2003-04-28 Tibor Simko <tibor.simko@cern.ch>
* config/Makefile.am: Install WML config files into lib. Useful
for calling WML on runtime.
2003-04-22 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: if correct or replace is
requested and the record is not found in the database, then no new
record is created and an error message is issued
2003-04-17 Thomas Baron <thomas.baron@cern.ch>
* modules/bibupload/bin/bibupload.wml: added checking on A500
system number
2003-04-14 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Ligther shade for search boxen.
2003-04-14 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added index.py into DirectoryIndex.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/create_collection_pages.wml: Remove
create_collection_pages, in profit of webcoll.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/goto.shtml.wml,
modules/websearch/web/index.py.wml: Added simple error checking for
multiple 'c' argument.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Add new atrget dirs for Makefile creation.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Reflect webcoll introduction instead of
create_collection_pages.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Basic Apache authentication. Help Central
links. Use of :: in header/footer.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* config/cdspage.wml: New navtrail_position argument.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: New navbar essayes.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/Makefile.am: Added web help central module subdir.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/bibformat.shtml.wml: BibFormat common
directory fix. Search URL simplification.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/demo/democfgdata.sql.wml: Demo for restricted
and virtual collections.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/lib/config.py.wml: Basic restricted collections
support.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabfill.sql.wml: Basic restricted collections
support. Virtual collections support.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webhelp/.cvsignore, modules/webhelp/Makefile.am,
modules/webhelp/web/.cvsignore, modules/webhelp/web/Makefile.am,
modules/webhelp/web/index.html.wml: Initial release of web help
central module.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/Makefile.am: Added doc subdir.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/doc/.cvsignore,
modules/websearch/doc/Makefile.am,
modules/websearch/doc/index.html.wml,
modules/websearch/doc/tips.html.wml: Starting to put some search
user-level documentation.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml: Move some
functionality from callable interafce here. Simple wildcard query
sanity checking installed. Should improve it and put it into
general config. Reflect webcoll changes.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/.cvsignore: Reflect new wencoll.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/Makefile.am: Reflect new webcoll.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/bin/webcoll.wml: The old
create_colection_pages. Creates now HTML files in cache, to be
read by Python search interface. No PHP anymore. Updating of
collection cache and web page cache is now splitted into two, cf.
usage arguments. The implementation is naive, still. But never
mind.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/search.py.wml: Basic Apache authentication.
Calable functions implementation hidden more in the lib code.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/index.py.wml: New Python-based search
interface.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/web/Makefile.am: Remove goto.shtml in profit of
mod_python interface display.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/web/sessinit.inc.shtml.wml: Example colour
change.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/Makefile.am: Added lib subdir.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/lib/.cvsignore,
modules/websession/lib/Makefile.am,
modules/websession/lib/websession.py.wml: Apache authentication
code.
2003-04-13 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/css/cds.css.wml: Link background reverse video
switched off. New search boxes (Focus on, etc).
2003-04-03 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Add a note on Numeric Python module.
2003-04-03 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/lib/search_engine.py.wml,
modules/websearch/web/search.py.wml: Remove lzo test module.
2003-04-02 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Update with respect to mod_python, trailing slashes,
etc. Added information on "minimal" versions we currently use.
2003-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/admin/localconf.inc.shtml.wml,
modules/miscutil/lib/.cvsignore, modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/errorHandling.shtml.wml: Added PHP error
handling.
2003-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/web/Makefile.am: Typo fixed.
2003-04-02 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Changes to respect new module layout structure.
2003-04-02 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Changes to respect new module layout. Split
load-sample-data into several create-demo-site, load-demo-records,
etc.
2003-04-02 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Added several WebSearch related config
variables. Fixed trailing slashes.
2003-04-02 Tibor Simko <tibor.simko@cern.ch>
* config/configbis.wml.in: Using new WEBDIR, WEBURL, BINDIR, etc
variables.
2003-04-02 Tibor Simko <tibor.simko@cern.ch>
* config/Makefile.am: No newline.
2003-04-02 Tibor Simko <tibor.simko@cern.ch>
* config/cdspage.wml, config/cdsnavbar.wml: Using WEBDIR, WEBURL
variables, fixing trailing slash.
2003-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/bibformat/.cvsignore, modules/bibformat/Makefile.am,
modules/bibformat/bin/.cvsignore,
modules/bibformat/bin/Makefile.am,
modules/bibformat/bin/bibformat.wml,
modules/bibformat/doc/.cvsignore,
modules/bibformat/doc/BibFormatAdminGuide.shtml.wml,
modules/bibformat/doc/BibFormatAdminGuide001.gif,
modules/bibformat/doc/BibFormatAdminGuide002.png,
modules/bibformat/doc/BibFormatAdminGuide003.jpg,
modules/bibformat/doc/BibFormatAdminGuide004.gif,
modules/bibformat/doc/Makefile.am,
modules/bibformat/lib/.cvsignore,
modules/bibformat/lib/Makefile.am,
modules/bibformat/lib/common/.cvsignore,
modules/bibformat/lib/common/Makefile.am,
modules/bibformat/lib/common/dbparams.inc.shtml.wml,
modules/bibformat/lib/common/general.inc.shtml.wml,
modules/bibformat/lib/common/global.inc.shtml.wml,
modules/bibformat/lib/core/.cvsignore,
modules/bibformat/lib/core/AEvalLan.inc.shtml.wml,
modules/bibformat/lib/core/FlexElink.inc.shtml.wml,
modules/bibformat/lib/core/FormatRetriever.inc.shtml.wml,
modules/bibformat/lib/core/IntVars.inc.shtml.wml,
modules/bibformat/lib/core/KBRetriever.inc.shtml.wml,
modules/bibformat/lib/core/LinkResolver.inc.shtml.wml,
modules/bibformat/lib/core/Makefile.am,
modules/bibformat/lib/core/OAISpecExtractor.inc.shtml.wml,
modules/bibformat/lib/core/Processor.inc.shtml.wml,
modules/bibformat/lib/core/RecordSeparator.inc.shtml.wml,
modules/bibformat/lib/core/Timing.inc.shtml.wml,
modules/bibformat/lib/core/TreeNode.inc.shtml.wml,
modules/bibformat/lib/core/UDFRetriever.inc.shtml.wml,
modules/bibformat/web/.cvsignore,
modules/bibformat/web/Makefile.am,
modules/bibformat/web/bibformat.shtml.wml,
modules/bibformat/web/admin/.cvsignore,
modules/bibformat/web/admin/BEH_ACTION_add.shtml.wml,
modules/bibformat/web/admin/BEH_ACTION_del.shtml.wml,
modules/bibformat/web/admin/BEH_ACTION_edit.shtml.wml,
modules/bibformat/web/admin/BEH_COND_add.shtml.wml,
modules/bibformat/web/admin/BEH_COND_del.shtml.wml,
modules/bibformat/web/admin/BEH_COND_edit.shtml.wml,
modules/bibformat/web/admin/BEH_OTYPE_add.shtml.wml,
modules/bibformat/web/admin/BEH_OTYPE_del.shtml.wml,
modules/bibformat/web/admin/BEH_OTYPE_edit.shtml.wml,
modules/bibformat/web/admin/BEH_OTYPE_showone.shtml.wml,
modules/bibformat/web/admin/BEH_display.shtml.wml,
modules/bibformat/web/admin/BIBREFORMAT_display.shtml.wml,
modules/bibformat/web/admin/BIBREFORMAT_hand.shtml.wml,
modules/bibformat/web/admin/BIBREFORMAT_process.shtml.wml,
modules/bibformat/web/admin/BIBREFORMAT_tree.shtml.wml,
modules/bibformat/web/admin/FORMAT_add.shtml.wml,
modules/bibformat/web/admin/FORMAT_del.shtml.wml,
modules/bibformat/web/admin/FORMAT_display.shtml.wml,
modules/bibformat/web/admin/FORMAT_edit.shtml.wml,
modules/bibformat/web/admin/FORMAT_showone.shtml.wml,
modules/bibformat/web/admin/KB_VALUE_add.shtml.wml,
modules/bibformat/web/admin/KB_VALUE_del.shtml.wml,
modules/bibformat/web/admin/KB_add.shtml.wml,
modules/bibformat/web/admin/KB_del.shtml.wml,
modules/bibformat/web/admin/KB_display.shtml.wml,
modules/bibformat/web/admin/KB_edit.shtml.wml,
modules/bibformat/web/admin/KB_showone.shtml.wml,
modules/bibformat/web/admin/LINK_ACTION_add_edit.shtml.wml,
modules/bibformat/web/admin/LINK_ACTION_del.shtml.wml,
modules/bibformat/web/admin/LINK_COND_add_edit.shtml.wml,
modules/bibformat/web/admin/LINK_COND_del.shtml.wml,
modules/bibformat/web/admin/LINK_FORMAT_add.shtml.wml,
modules/bibformat/web/admin/LINK_FORMAT_del.shtml.wml,
modules/bibformat/web/admin/LINK_FORMAT_display.shtml.wml,
modules/bibformat/web/admin/LINK_add.shtml.wml,
modules/bibformat/web/admin/LINK_del.shtml.wml,
modules/bibformat/web/admin/LINK_display.shtml.wml,
modules/bibformat/web/admin/LINK_edit.shtml.wml,
modules/bibformat/web/admin/LINK_showone.shtml.wml,
modules/bibformat/web/admin/Makefile.am,
modules/bibformat/web/admin/OAIER_SF_add.shtml.wml,
modules/bibformat/web/admin/OAIER_SF_del.shtml.wml,
modules/bibformat/web/admin/OAIER_add.shtml.wml,
modules/bibformat/web/admin/OAIER_del.shtml.wml,
modules/bibformat/web/admin/OAIER_display.shtml.wml,
modules/bibformat/web/admin/UDF_add.shtml.wml,
modules/bibformat/web/admin/UDF_del.shtml.wml,
modules/bibformat/web/admin/UDF_display.shtml.wml,
modules/bibformat/web/admin/UDF_edit.shtml.wml,
modules/bibformat/web/admin/UDF_showone.shtml.wml,
modules/bibformat/web/admin/UDF_testcode.shtml.wml,
modules/bibformat/web/admin/error.inc.shtml.wml,
modules/bibformat/web/admin/footer.inc.shtml.wml,
modules/bibformat/web/admin/header.inc.shtml.wml,
modules/bibformat/web/admin/index.shtml.wml,
modules/bibformat/web/admin/localconf.inc.shtml.wml,
modules/bibformat/web/admin/security.inc.shtml.wml,
modules/bibformat/web/admin/test.shtml.wml, modules/.cvsignore,
modules/Makefile.am: Initial release after module reorganization.
2003-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/miscutil/.cvsignore, modules/miscutil/Makefile.am,
modules/miscutil/bin/.cvsignore, modules/miscutil/bin/Makefile.am,
modules/miscutil/bin/dbexec.wml, modules/miscutil/bin/dbtest.wml,
modules/miscutil/demo/.cvsignore,
modules/miscutil/demo/Makefile.am,
modules/miscutil/demo/demobibdata.xml,
modules/miscutil/demo/democfgdata.sql.wml,
modules/miscutil/lib/.cvsignore, modules/miscutil/lib/Makefile.am,
modules/miscutil/lib/__init__.py.wml,
modules/miscutil/lib/config.py.wml,
modules/miscutil/lib/dbquery.py.wml,
modules/miscutil/sql/.cvsignore, modules/miscutil/sql/Makefile.am,
modules/miscutil/sql/tabbibclean.sql,
modules/miscutil/sql/tabcreate.sql,
modules/miscutil/sql/tabdrop.sql,
modules/miscutil/sql/tabfill.sql.wml, modules/bibupload/.cvsignore,
modules/bibupload/Makefile.am, modules/bibupload/bin/.cvsignore,
modules/bibupload/bin/Makefile.am,
modules/bibupload/bin/bibupload.wml: Initial release after module
reorganization.
2003-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websearch/.cvsignore, modules/websearch/Makefile.am,
modules/websearch/bin/.cvsignore,
modules/websearch/bin/Makefile.am,
modules/websearch/bin/create_collection_pages.wml,
modules/websearch/lib/.cvsignore,
modules/websearch/lib/Makefile.am,
modules/websearch/lib/search_engine.py.wml,
modules/websearch/lib/search_engine_config.py.wml,
modules/websearch/web/.cvsignore,
modules/websearch/web/Makefile.am,
modules/websearch/web/goto.shtml.wml,
modules/websearch/web/oai1d.wml, modules/websearch/web/oai2d.wml,
modules/websearch/web/search.py.wml: Initial release after module
reorganization.
2003-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/webstyle/.cvsignore, modules/webstyle/Makefile.am,
modules/webstyle/css/.cvsignore, modules/webstyle/css/Makefile.am,
modules/webstyle/css/cds.css.wml, modules/webstyle/img/.cvsignore,
modules/webstyle/img/Makefile.am,
modules/webstyle/img/answer_bad.gif,
modules/webstyle/img/approval_button.gif,
modules/webstyle/img/approve_button.gif,
modules/webstyle/img/blank_button.gif,
modules/webstyle/img/blankicon.gif,
modules/webstyle/img/cover_button.gif,
modules/webstyle/img/cross_red.gif,
modules/webstyle/img/delete_button.gif,
modules/webstyle/img/description.gif,
modules/webstyle/img/down-trans.gif, modules/webstyle/img/down.gif,
modules/webstyle/img/edit1.gif,
modules/webstyle/img/forbidden_left.gif,
modules/webstyle/img/forbidden_right.gif,
modules/webstyle/img/guide_elements.jpg,
modules/webstyle/img/guide_endaction.jpg,
modules/webstyle/img/guide_form.jpg,
modules/webstyle/img/guide_implement.jpg,
modules/webstyle/img/guide_listfunctions.jpg,
modules/webstyle/img/guide_mainmenu.jpg,
modules/webstyle/img/guide_menudoc.jpg,
modules/webstyle/img/guide_menupages.jpg,
modules/webstyle/img/guide_preview.jpg,
modules/webstyle/img/highlight_approval_button.gif,
modules/webstyle/img/highlight_approve_button.gif,
modules/webstyle/img/highlight_cover_button.gif,
modules/webstyle/img/highlight_delete_button.gif,
modules/webstyle/img/highlight_link_button.gif,
modules/webstyle/img/highlight_modify_button.gif,
modules/webstyle/img/highlight_printshop_button.gif,
modules/webstyle/img/highlight_publication_button.gif,
modules/webstyle/img/highlight_release_button.gif,
modules/webstyle/img/highlight_revision_button.gif,
modules/webstyle/img/highlight_send_button.gif,
modules/webstyle/img/highlight_submit_button.gif,
modules/webstyle/img/highlight_transfer_button.gif,
modules/webstyle/img/iconcross.gif,
modules/webstyle/img/iconpen.gif,
modules/webstyle/img/last-right-part-trans.gif,
modules/webstyle/img/left-part-topless-trans.gif,
modules/webstyle/img/left-part-trans.gif,
modules/webstyle/img/left-trans.gif, modules/webstyle/img/left.gif,
modules/webstyle/img/line-up-trans.gif,
modules/webstyle/img/line.gif,
modules/webstyle/img/link_button.gif,
modules/webstyle/img/mainmenu.gif,
modules/webstyle/img/modify_button.gif,
modules/webstyle/img/noway.gif, modules/webstyle/img/okay.gif,
modules/webstyle/img/out.gif,
modules/webstyle/img/printshop_button.gif,
modules/webstyle/img/publication_button.gif,
modules/webstyle/img/r.gif,
modules/webstyle/img/release_button.gif,
modules/webstyle/img/revision_button.gif,
modules/webstyle/img/right-part-topless-trans.gif,
modules/webstyle/img/right-part-trans.gif,
modules/webstyle/img/right-trans.gif,
modules/webstyle/img/right.gif, modules/webstyle/img/sb.gif,
modules/webstyle/img/sclose.gif, modules/webstyle/img/se.gif,
modules/webstyle/img/send_button.gif,
modules/webstyle/img/smallbin.gif,
modules/webstyle/img/smalldown.gif,
modules/webstyle/img/smallfiles.gif,
modules/webstyle/img/smallup.gif,
modules/webstyle/img/smchk_gr.gif,
modules/webstyle/img/smchk_rd.gif, modules/webstyle/img/sn.gif,
modules/webstyle/img/sp.gif,
modules/webstyle/img/submit_button.gif,
modules/webstyle/img/summary.gif, modules/webstyle/img/tick.gif,
modules/webstyle/img/transfer_button.gif,
modules/webstyle/img/up.gif, modules/webstyle/img/waiting_or.gif,
modules/webstyle/lib/.cvsignore, modules/webstyle/lib/Makefile.am,
modules/webstyle/lib/webpage.py.wml: Initial release after module
reorganization.
2003-04-02 Tibor Simko <tibor.simko@cern.ch>
* modules/websession/.cvsignore, modules/websession/Makefile.am,
modules/websession/web/.cvsignore,
modules/websession/web/Makefile.am,
modules/websession/web/sessinit.inc.shtml.wml: Initial release
after module reorganization.
2003-03-26 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Left stripe commented out. On its way towards
a half-portal page design.
2003-03-26 Tibor Simko <tibor.simko@cern.ch>
* config/cdspage.wml: Left stripe commented out. On its way
towards a half-portal page design.
2003-03-26 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: Main navbar moved to main-old.
2003-03-26 Tibor Simko <tibor.simko@cern.ch>
* .cvsignore: Added configure.
2003-03-26 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: New CDSware source layout structure (modules).
2003-03-26 Tibor Simko <tibor.simko@cern.ch>
* configure: Remove unnecessary file.
2003-03-26 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: New CDSware source layout structure (modules).
2003-01-22 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added info on short_open_tag.
2003-01-14 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Removed hardcoded cds.support@cern.ch.
2002-12-02 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Add info on register_globals in php.ini.
2002-11-12 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Ditto.
2002-11-12 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Clarify example on configuration paths and URLs.
2002-10-14 anonymous
* NEWS: Revoke test.
2002-10-14 anonymous
* NEWS: Test.
2002-09-23 Martin Vesely <martin.vesely@cern.ch>
* config/config.wml: Content URL corrected
2002-09-10 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Fix for load-sample-data in order to work with new
BibWords user interface.
2002-09-09 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added info on Python version.
2002-08-22 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Cosmetics by Erik.
2002-08-13 Tibor Simko <tibor.simko@cern.ch>
* configure: Added support for Micro$oft PowerPoint and Excel.
2002-08-13 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, configure.ac, config/configbis.wml.in: Added support for
Micro$oft PowerPoint and Excel. Fulltext indexer now checks for
all the fulltext links available in 'setlink'-like page. Fulltext
indexer now uses all the converters available for a given doctype.
Fulltext indexer now ignores unauthorized pages. Fulltext indexer
now checks for exceptions in case of errors.
2002-08-08 Eduardo Margallo
* config/configbis.wml.in: Added MS Word and postscript files
support for fulltext indexing.
2002-08-08 Eduardo Margallo
* configure.ac: Added MS Word and postscript support for fulltext
indexing
2002-08-06 Tibor Simko <tibor.simko@cern.ch>
* aclocal.m4, configure, configure.ac: Version bump to 0.1-pre1.
2002-08-01 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Deleted forgotten sbmdir at the end of the file.
2002-08-01 Tibor Simko <tibor.simko@cern.ch>
* ChangeLog: Initial release.
2002-08-01 Tibor Simko <tibor.simko@cern.ch>
* NEWS: Entered news for CDSware v0.0.9 release.
2002-08-01 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Further explanation on ADMINEMAIL.
2002-08-01 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Further explanations on ADMINEMAIL and stuff.
2002-08-01 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Added Eduardo. Upgraded descriptions a bit.
2002-08-01 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: TOC now honors Parts order.
2002-08-01 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Parts moved around to ensure that people will
change important things.
2002-08-01 Tibor Simko <tibor.simko@cern.ch>
* aclocal.m4: [no log message]
2002-08-01 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, configure: Shorten width of help text at the end of
configure process.
2002-08-01 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added WebSubmit symbolic link creation for sample
data.
2002-08-01 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: Deleting BibFormat's USER_display as the
task was now taken over by WebAccess manager.
2002-08-01 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Fixed path to log dir, reflecting change
cdsdev -> cdsweb.
2002-08-01 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Sample data: incrementing number of demo documents
for BibWords. Sample data: BibFormat called later, after
BibUpload, with the explicit otype arguments.
2002-08-01 Martin Vesely <martin.vesely@cern.ch>
* config/config.wml: CERN specific configuration removed.
2002-07-31 Martin Vesely <martin.vesely@cern.ch>
* config/config.wml:
OAI identifier modification.
2002-07-31 Tibor Simko <tibor.simko@cern.ch>
* .cvsignore: Adding autom4.cache.
2002-07-31 Tibor Simko <tibor.simko@cern.ch>
* aclocal.m4: is this needed? :-)
2002-07-31 Tibor Simko <tibor.simko@cern.ch>
* configure, configure.ac: Version bump to 0.0.9. Use new
variables instead of deprecated ones for OUTPUT handling.
2002-07-31 Martin Vesely <martin.vesely@cern.ch>
* config/config.wml: OAI interface configuration updated.
OAI-identifier modified according to a recommendation.
2002-07-24 Tibor Simko <tibor.simko@cern.ch>
* aclocal.m4: Reflect recent move to LoC MARC XML also in the doc
files.
2002-07-23 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Setting default admin email to
cds.support@cern.ch.
2002-07-23 Tibor Simko <tibor.simko@cern.ch>
* configure, configure.ac: Versoin number bump.
2002-07-22 Eduardo Margallo
* config/cdsnavbar.wml:
Changed naming of reformatting tool from REFLEX to BIBREFORMAT
Moved the storage from files in temp directory to database in
flxREFORMAT table Improved the user interface after JY suggestions.
Added support for fulltext search to search.wml perhaps
incomplete (must check) Added support for fulltext indexing to
bibwords.wml there is still some work to do to clean the
interface and implementation so that is good enough for cdsware
we'll have to isolate CERN hacks from clean cdsware
2002-07-13 Eduardo Margallo
* config/cdsnavbar.wml, config/config.wml:
Makefile: Now it takes the reflex python script into account.
search.wml: should be untouched. cdsnavbar: has a new link for the
reflex stuff. Added the interface for reformatting records through
flexelink through a python script (reflex) and three PHP web pages
acting as front-ends
2002-06-26 Thomas Baron <thomas.baron@cern.ch>
* aclocal.m4, configure: run autoreconf
2002-06-26 Thomas Baron <thomas.baron@cern.ch>
* configure.ac: changed prerelease version
2002-06-25 Thomas Baron <thomas.baron@cern.ch>
* INSTALL: comment about the ADMINEMAIL config variable
2002-06-25 Thomas Baron <thomas.baron@cern.ch>
* INSTALL: added explanatory text about ADMINEMAIL variable
2002-06-25 Thomas Baron <thomas.baron@cern.ch>
* config/config.wml: got rid of the ADMINEMAIL varaiable value
2002-06-20 Thomas Baron <thomas.baron@cern.ch>
* aclocal.m4, configure, configure.ac: last updates in the test
configurations for websubmit
2002-06-18 Thomas Baron <thomas.baron@cern.ch>
* config/config.wml: added ARCHIVEURL variable
2002-06-18 Thomas Baron <thomas.baron@cern.ch>
* config/config.wml: standard archive + counter + storage default
directories
2002-06-17 Thomas Baron <thomas.baron@cern.ch>
* aclocal.m4, configure.ac: updated configure.ac
2002-06-17 Thomas Baron <thomas.baron@cern.ch>
* configure, configure.ac, config/cdsnavbar.wml, config/config.wml,
config/configbis.wml.in: updated configuration files to be used
with new admins + submit module
2002-06-14 Thomas Baron <thomas.baron@cern.ch>
* config/cdsnavbar.wml, config/cdspage.wml, config/config.wml:
added config for submit and updated navbar main + submit+
search_documentation
2002-06-06 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, configure: Version number bump.
2002-06-06 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: BibData Admin added.
2002-06-06 Tibor Simko <tibor.simko@cern.ch>
* config/cdspage.wml: No JavaScript hints to satisfy MSIE.
2002-05-31 Tibor Simko <tibor.simko@cern.ch>
* configure, configure.ac: Prerelease version number bumped.
2002-05-31 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: load-sample-data and clean-sample-data targets now
refletc new test dataset.
2002-05-31 Tibor Simko <tibor.simko@cern.ch>
* config/cdspage.wml: New navbar placement. (under title)
2002-05-31 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavtrail.wml: Added class navtrail to href links.
2002-05-31 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: Search navbar changed.
2002-05-31 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Defaults changed to generate "Atlantis
Institute of Science" doc server.
2002-04-29 Tibor Simko <tibor.simko@cern.ch>
* .cvsignore: index.wml added. (index.wml is created in this dir
by create_collection_pages)
2002-04-29 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: index.wml added into CLEANFILES. (index.wml is
created in this dir by create_collection_pages)
2002-04-29 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Cosmetics.
2002-04-29 Tibor Simko <tibor.simko@cern.ch>
* configure: Added path to htdocs/admin/howto/Makefile.
2002-04-29 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Changes in loading defaults because of introduction
of tabfill.sql.wml.
2002-04-29 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: Added Admins' HOWTO navbars.
2002-04-29 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Cosmetics.
2002-04-26 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: Added Admin's HOWTO navbar.
2002-04-26 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added path to htdocs/admin/howto/Makefile.
2002-04-26 Tibor Simko <tibor.simko@cern.ch>
* configure: Bumped version number. Minor name changes.
2002-04-26 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Respect new names.
2002-04-26 Tibor Simko <tibor.simko@cern.ch>
* NEWS, INSTALL: Cosmetics.
2002-04-26 Tibor Simko <tibor.simko@cern.ch>
* AUTHORS: Updated.
2002-04-26 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added htdocs/admin/* directories. Added more
explicit error messaged when soft likw WML is not found in PATH.
2002-04-26 Tibor Simko <tibor.simko@cern.ch>
* config/cdsnavbar.wml: Added administration navbars.
2002-04-26 Tibor Simko <tibor.simko@cern.ch>
* config/cdspage.wml: Added DO NOT EDIT info on the top.
2002-04-11 Tibor Simko <tibor.simko@cern.ch>
* config/config.wml: Unnecessary OAI tags deleted. CDSware version
number printed in the footer.
2002-04-11 Tibor Simko <tibor.simko@cern.ch>
* config/configbis.wml.in: PERL tag deleted. VERSION tag added.
2002-04-11 Tibor Simko <tibor.simko@cern.ch>
* configure.ac, configure: Check for PERL deleted. VERSION
variable passed on. Version number bumped.
2002-04-11 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added help text on httpd.conf and php.ini settings.
2002-04-11 Martin Vesely <martin.vesely@cern.ch>
* config/config.wml: OAI config tags modified.
2002-04-09 Tibor Simko <tibor.simko@cern.ch>
* INSTALL: Added PHP standalone executable (instead of Perl).
Cosmetics.
2002-04-09 Tibor Simko <tibor.simko@cern.ch>
* Makefile.am: Added load-sample-data and clean-sample-data
targets.
2002-04-09 Tibor Simko <tibor.simko@cern.ch>
* config/configbis.wml.in, configure: Added PHP standalone
executable.
2002-04-09 Tibor Simko <tibor.simko@cern.ch>
* configure.ac: Added check for standalone PHP executable.
Cosmetics.
2002-04-08 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, README, UNINSTALL: Signature changes, again.
2002-04-08 Tibor Simko <tibor.simko@cern.ch>
* INSTALL, README, UNINSTALL: CDS replaced by CDSware in the
signature.
2002-04-08 Tibor Simko <tibor.simko@cern.ch>
* .cvsignore, .wmlrc, AUTHORS, COPYING, ChangeLog, INSTALL,
Makefile.am, NEWS, README, UNINSTALL, aclocal.m4, configure,
configure.ac, install-sh, missing, mkinstalldirs,
config/.cvsignore, config/Makefile.am, config/cdsnavbar.wml,
config/cdsnavtrail.wml, config/cdspage.wml, config/config.wml,
config/configbis.wml.in: Initial revision
2002-04-08 Tibor Simko <tibor.simko@cern.ch>
* .cvsignore, .wmlrc, AUTHORS, COPYING, ChangeLog, INSTALL,
Makefile.am, NEWS, README, UNINSTALL, aclocal.m4, configure,
configure.ac, install-sh, missing, mkinstalldirs,
config/.cvsignore, config/Makefile.am, config/cdsnavbar.wml,
config/cdsnavtrail.wml, config/cdspage.wml, config/config.wml,
config/configbis.wml.in: cdsware
- previous history not logged -
- end of file -
diff --git a/INSTALL b/INSTALL
index cdbaee86c..9b71e0859 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,558 +1,558 @@
CDS Invenio INSTALLATION
========================
Revision: $Id$
About
=====
This document specifies how to build, customize, and install CDS
Invenio for the first time. See RELEASE-NOTES if you are upgrading
from a previous CDS Invenio release.
Contents
========
0. Prerequisites
1. Quick instructions for the impatient CDS Invenio admin
2. Detailed instructions for the patient CDS Invenio admin
0. Prerequisites
================
Here is the software you need to have around before you
start installing CDS Invenio:
a) Unix-like operating system. The main development and
production platforms for CDS Invenio at CERN are GNU/Linux
distributions SLC (RHEL), Debian, and Gentoo, but we also
develop on FreeBSD and Mac OS X. Basically any Unix system
supporting the software listed below should do.
Note that if you are using Debian "Sarge" GNU/Linux, you can
install most of the below-mentioned prerequisites and
recommendations by running:
$ sudo apt-get install libapache2-mod-python2.3 \
apache2-mpm-prefork mysql-server-4.1 mysql-client-4.1 \
python2.3-mysqldb python2.3-4suite \
python2.3-xml python2.3-libxml2 python2.3-libxslt1 \
rxp gnuplot xpdf-utils gs-common antiword catdoc \
wv html2text ppthtml xlhtml clisp gettext
You can also install the following packages:
$ sudo apt-get install python2.3-psyco sbcl cmucl
The last three packages are not available on all Debian
"Sarge" GNU/Linux architectures (e.g. not on AMD64); you can
safely continue without them.
Note that you can consult CDS Invenio wiki pages at
<https://twiki.cern.ch/twiki/bin/view/CDS/Invenio> for more
system-specific notes.
Note that the web application server should run a Message
Transfer Agent (MTA) such as Postfix so that CDS Invenio can
email notification alerts or registration information to the
end users, contact moderators and reviewers of submitted
documents, inform administrators about various runtime system
information, etc.
b) MySQL server (may be on a remote machine), and MySQL client
(must be available locally too). MySQL versions 4.1 or 5.0
are supported. Please set the variable "max_allowed_packet"
in your "my.cnf" init file to at least 4M. You may also want
to run your MySQL server natively in UTF-8 mode by setting
"default-character-set=utf8" in various parts of your "my.cnf"
file, such as in the "[mysql]" part and elsewhere.
<http://mysql.com/>
c) Apache 2 server, with support for loading DSO modules, and
optionally with SSL support for HTTPS-secure user
authentication. Tested mainly with version 2.0.43 and above.
Apache 2.x is required for the mod_python module (see below).
<http://httpd.apache.org/>
d) Python v2.3 or above:
<http://python.org/>
as well as the following Python modules:
- (mandatory) MySQLdb (version >= 1.2.1_p2; see below)
<http://sourceforge.net/projects/mysql-python>
- (recommended) PyXML, for XML processing:
<http://pyxml.sourceforge.net/topics/download.html>
- (recommended) PyRXP, for very fast XML MARC processing:
<http://www.reportlab.org/pyrxp.html>
- (recommended) libxml2-python, for XML/XLST processing:
<ftp://xmlsoft.org/libxml2/python/>
- (recommended) Gnuplot.Py, for producing graphs:
<http://gnuplot-py.sourceforge.net/>
- (recommended) Snowball Stemmer, for stemming:
<http://snowball.tartarus.org/wrappers/PyStemmer-1.0.1.tar.gz>
- (optional) 4suite, slower alternative to PyRXP and
libxml2-python:
<http://4suite.org/>
- (optional) feedparser, for web journal creation:
<http://feedparser.org/>
- (optional) Psyco, if you are running on a 32-bit OS:
<http://psyco.sourceforge.net/>
- (optional) RDFLib, to use RDF ontologies and thesauri:
<http://rdflib.net/>
- (optional) mechanize, to run regression web test suite:
<http://wwwsearch.sourceforge.net/mechanize/>
Note: MySQLdb version 1.2.1_p2 or higher is recommended. If
you are using an older version of MySQLdb, you may get
into problems with character encoding.
e) mod_python Apache module. Tested mainly with versions
3.0BETA4 and above. mod_python 3.x is required for Apache 2.
Previous versions (as well as Apache 1 ones) exhibited some
problems with MySQL connectivity in our experience.
<http://www.modpython.org/>
f) If you want to be able to extract references from PDF fulltext
files, then you need to install pdftotext version 3 at least.
<http://www.foolabs.com/xpdf/home.html>
g) If you want to be able to search for words in the fulltext
files (i.e. to have fulltext indexing) or to stamp submitted
files, then you need as well to install some of the following
tools:
- for PDF file stamping: pdftk, pdf2ps
<http://www.accesspdf.com/pdftk/>
<http://www.cs.wisc.edu/~ghost/doc/AFPL/>
- for PDF files: pdftotext or pstotext
<http://www.foolabs.com/xpdf/home.html>
<http://www.cs.wisc.edu/~ghost/doc/AFPL/>
- for PostScript files: pstotext or ps2ascii
<http://www.cs.wisc.edu/~ghost/doc/AFPL/>
- for MS Word files: antiword, catdoc, or wvText
<http://www.winfield.demon.nl/index.html>
<http://www.ice.ru/~vitus/catdoc/index.html>
<http://sourceforge.net/projects/wvware>
- for MS PowerPoint files: pptHtml and html2text
<http://packages.debian.org/stable/utils/ppthtml>
<http://userpage.fu-berlin.de/~mbayer/tools/html2text.html>
- for MS Excel files: xlhtml and html2text
<http://chicago.sourceforge.net/xlhtml/>
<http://userpage.fu-berlin.de/~mbayer/tools/html2text.html>
h) If you have chosen to install fast XML MARC Python processors
in the step d) above, then you have to install the parsers
themselves:
- (optional) RXP:
<http://www.cogsci.ed.ac.uk/~richard/rxp.html>
- (optional) 4suite:
<http://4suite.org/>
i) (recommended) Gnuplot, the command-line driven interactive
plotting program. It is used to display download and citation
history graphs on the Detailed record pages on the web
interface. Note that Gnuplot must be compiled with PNG output
support, that is, with the GD library. Note also that Gnuplot
is not required, only recommended.
<http://www.gnuplot.info/>
j) (recommended) A Common Lisp implementation, such as CLISP,
SBCL or CMUCL. It is used for the web server log analysing
tool and the metadata checking program. Note that any of the
three implementations CLISP, SBCL, or CMUCL will do. CMUCL
produces fastest machine code, but it does not support UTF-8
yet. Pick up CLISP if you don't know what to do. Note that a
Common Lisp implementation is not required, only recommended.
<http://clisp.cons.org/>
<http://www.cons.org/cmucl/>
<http://sbcl.sourceforge.net/>
k) GNU gettext, a set of tools that makes it possible to
translate the application in multiple languages.
<http://www.gnu.org/software/gettext/>
This is available by default on many systems.
Note that the configure script checks whether you have all the
prerequisite software installed and that it won't let you continue
unless everything is in order. It also warns you if it cannot find
some optional but recommended software.
1. Quick instructions for the impatient CDS Invenio admin
=========================================================
1a. Installation
----------------
$ cd /usr/local/src/
- $ wget http://invenio-software.org/download/cds-invenio-0.99.2.tar.gz
- $ wget http://invenio-software.org/download/cds-invenio-0.99.2.tar.gz.md5
- $ wget http://invenio-software.org/download/cds-invenio-0.99.2.tar.gz.sig
- $ md5sum -v -c cds-invenio-0.99.2.tar.gz.md5
- $ gpg --verify cds-invenio-0.99.2.tar.gz.sig cds-invenio-0.99.2.tar.gz
- $ tar xvfz cds-invenio-0.99.2.tar.gz
- $ cd cds-invenio-0.99.2
+ $ wget http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz
+ $ wget http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz.md5
+ $ wget http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz.sig
+ $ md5sum -v -c cds-invenio-0.99.3.tar.gz.md5
+ $ gpg --verify cds-invenio-0.99.3.tar.gz.sig cds-invenio-0.99.3.tar.gz
+ $ tar xvfz cds-invenio-0.99.3.tar.gz
+ $ cd cds-invenio-0.99.3
$ ./configure
$ make
$ make install
$ make install-jsmath-plugin ## optional
1b. Configuration
-----------------
$ emacs /opt/cds-invenio/etc/invenio.conf
$ emacs /opt/cds-invenio/etc/invenio-local.conf
$ /opt/cds-invenio/bin/inveniocfg --update-all
$ /opt/cds-invenio/bin/inveniocfg --create-tables
$ /opt/cds-invenio/bin/inveniocfg --create-apache-conf
$ sudo /path/to/apache/bin/apachectl graceful
$ sudo chgrp -R www-data /opt/cds-invenio
$ sudo chmod -R g+r /opt/cds-invenio
$ sudo chmod -R g+rw /opt/cds-invenio/var
$ sudo find /opt/cds-invenio -type d -exec chmod g+rxw {} \;
$ /opt/cds-invenio/bin/inveniocfg --create-demo-site
$ /opt/cds-invenio/bin/inveniocfg --load-demo-records
$ /opt/cds-invenio/bin/inveniocfg --run-unit-tests
$ /opt/cds-invenio/bin/inveniocfg --run-regression-tests
$ /opt/cds-invenio/bin/inveniocfg --run-web-tests
$ /opt/cds-invenio/bin/inveniocfg --remove-demo-records
$ /opt/cds-invenio/bin/inveniocfg --drop-demo-site
$ firefox http://your.site.com/help/admin/howto-run
2. Detailed instructions for the patient CDS Invenio admin
==========================================================
2a. Installation
----------------
The CDS Invenio uses standard GNU autoconf method to build and
install its files. This means that you proceed as follows:
$ cd /usr/local/src/
Change to a directory where we will configure and build the
CDS Invenio. (The built files will be installed into
different "target" directories later.)
- $ wget http://invenio-software.org/download/cds-invenio-0.99.2.tar.gz
- $ wget http://invenio-software.org/download/cds-invenio-0.99.2.tar.gz.md5
- $ wget http://invenio-software.org/download/cds-invenio-0.99.2.tar.gz.sig
+ $ wget http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz
+ $ wget http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz.md5
+ $ wget http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz.sig
Fetch CDS Invenio source tarball from the CDS Software
Consortium distribution server, together with MD5 checksum
and GnuPG cryptographic signature files useful for verifying
the integrity of the tarball.
- $ md5sum -v -c cds-invenio-0.99.2.tar.gz.md5
+ $ md5sum -v -c cds-invenio-0.99.3.tar.gz.md5
Verify MD5 checksum.
- $ gpg --verify cds-invenio-0.99.2.tar.gz.sig cds-invenio-0.99.2.tar.gz
+ $ gpg --verify cds-invenio-0.99.3.tar.gz.sig cds-invenio-0.99.3.tar.gz
Verify GnuPG cryptographic signature. Note that you may
first have to import my public key into your keyring, if you
haven't done that already:
$ gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 0xBA5A2B67
The output of the gpg --verify command should then read:
Good signature from "Tibor Simko <tibor@simko.info>"
You can safely ignore any trusted signature certification
warning that may follow after the signature has been
successfully verified.
- $ tar xvfz cds-invenio-0.99.2.tar.gz
+ $ tar xvfz cds-invenio-0.99.3.tar.gz
Untar the distribution tarball.
- $ cd cds-invenio-0.99.2
+ $ cd cds-invenio-0.99.3
Go to the source directory.
$ ./configure
Configure CDS Invenio software for building on this specific
platform. You can use the following optional parameters:
--prefix=/opt/cds-invenio
Optionally, specify the CDS Invenio general
installation directory (default is /opt/cds-invenio).
It will contain command-line binaries and program
libraries containing the core CDS Invenio
functionality, but also store web pages, runtime log
and cache information, document data files, etc.
Several subdirs like `bin', `etc', `lib', or `var'
will be created inside the prefix directory to this
effect. Note that the prefix directory should be
chosen outside of the Apache htdocs tree, since only
one its subdirectory (prefix/var/www) is to be
accessible directly via the Web (see below).
Note that CDS Invenio won't install to any other
directory but to the prefix mentioned in this
configuration line.
--with-python=/opt/python/bin/python2.3
Optionally, specify a path to some specific Python
binary. This is useful if you have more than one
Python installation on your system. If you don't set
this option, then the first Python that will be found
in your PATH will be chosen for running CDS Invenio.
--with-mysql=/opt/mysql/bin/mysql
Optionally, specify a path to some specific MySQL
client binary. This is useful if you have more than
one MySQL installation on your system. If you don't
set this option, then the first MySQL client
executable that will be found in your PATH will be
chosen for running CDS Invenio.
--with-clisp=/opt/clisp/bin/clisp
Optionally, specify a path to CLISP executable. This
is useful if you have more than one CLISP
installation on your system. If you don't set this
option, then the first executable that will be found
in your PATH will be chosen for running CDS Invenio.
--with-cmucl=/opt/cmucl/bin/lisp
Optionally, specify a path to CMUCL executable. This
is useful if you have more than one CMUCL
installation on your system. If you don't set this
option, then the first executable that will be found
in your PATH will be chosen for running CDS Invenio.
--with-sbcl=/opt/sbcl/bin/sbcl
Optionally, specify a path to SBCL executable. This
is useful if you have more than one SBCL
installation on your system. If you don't set this
option, then the first executable that will be found
in your PATH will be chosen for running CDS Invenio.
This configuration step is mandatory. Usually, you do this
step only once.
(Note that if you prefer to build CDS Invenio out of its
source tree, you may run the above configure command like
this: mkdir build && cd build && ../configure --prefix=...
FIXME: this is not working right now as per the introduction
of intbitset_setup.py.)
$ make
Launch the CDS Invenio build. Since many messages are printed
during the build process, you may want to run it in a
fast-scrolling terminal such as rxvt or in a detached screen
session.
During this step all the pages and scripts will be
pre-created and customized based on the config you have
edited in the previous step.
Note that on systems such as FreeBSD or Mac OS X you have to
use GNU make ("gmake") instead of "make".
$ make install
Install the web pages, scripts, utilities and everything
needed for CDS Invenio runtime into respective installation
directories, as specified earlier by the configure command.
Note that if you are installing CDS Invenio for the first
time, you will be asked to create symbolic link(s) from
Python's site-packages system-wide directory(ies) to the
installation location. This is in order to instruct Python
where to find CDS Invenio's Python files. You will be
hinted as to the exact command to use based on the
parameters you have used in the configure command.
$ sudo make install-jsmath-plugin ## optional
This will automatically download and install in the proper
place jsMath, a Javascript library to render LaTeX formulas
in the client browser.
Note that in order to enable the rendering you will have to
set the variable CFG_WEBSEARCH_USE_JSMATH_FOR_FORMATS in
invenio.conf to a suitable list of output format codes. For
example:
CFG_WEBSEARCH_USE_JSMATH_FOR_FORMATS = hd,hb
2b. Configuration
-----------------
Once the basic software installation is done, we proceed to
configuring your Invenio system.
$ emacs /opt/cds-invenio/etc/invenio.conf
$ emacs /opt/cds-invenio/etc/invenio-local.conf
Customize your CDS Invenio installation. The 'invenio.conf'
file contains the vanilla default configuration parameters
of a CDS Invenio installation, as coming from the
distribution. You could in principle go ahead and change
the values according to your local needs.
However, you can also create a file named
'invenio-local.conf' in the same directory where
'invenio.conf' lives and put there only the localizations
you need to have different from the default ones. For
example:
$ cat /opt/cds-invenio/etc/invenio-local.conf
[Invenio]
CFG_SITE_URL = http://your.site.com
CFG_SITE_SECURE_URL = https://your.site.com
CFG_SITE_ADMIN_EMAIL = john.doe@your.site.com
CFG_SITE_SUPPORT_EMAIL = john.doe@your.site.com
The Invenio system will then read both the default
invenio.conf file and your customized invenio-local.conf
file and it will override any default options with the ones
you have set in your local file. This cascading of
configuration parameters will ease you future upgrades.
You should override at least the parameters from the top of
invenio.conf file in order to define some very essential
runtime parameters such as the visible URL of your document
server (look for CFG_SITE_URL and CFG_SITE_SECURE_URL), the
database credentials (look for CFG_DATABASE_*), the name of
your document server (look for CFG_SITE_NAME and
CFG_SITE_NAME_INTL_*), or the email address of the local CDS
Invenio administrator (look for CFG_SITE_SUPPORT_EMAIL and
CFG_SITE_ADMIN_EMAIL).
$ /opt/cds-invenio/bin/inveniocfg --update-all
Make the rest of the Invenio system aware of your
invenio.conf changes. This step is mandatory each time you
edit your conf files.
$ /opt/cds-invenio/bin/inveniocfg --create-tables
If you are installing CDS Invenio for the first time, you
have to create database tables.
Note that this step checks for potential problems such as
the database connection rights and may ask you to perform
some more administrative steps in case it detects a problem.
Notably, it may ask you to set up database access
permissions, based on your configure values.
If you are installing CDS Invenio for the first time, you
have to create a dedicated database on your MySQL server
that the CDS Invenio can use for its purposes. Please
contact your MySQL administrator and ask him to execute the
commands this step proposes you.
At this point you should now have successfully completed the
"make install" process. We continue by setting up the
Apache web server.
$ /opt/cds-invenio/bin/inveniocfg --create-apache-conf
Running this command will generate Apache virtual host
configurations matching your installation. You will be
instructed to check created files (usually they are located
under /opt/cds-invenio/etc/apache/) and edit your httpd.conf
to put the following include statements:
Include /opt/cds-invenio/etc/apache/invenio-apache-vhost.conf
Include /opt/cds-invenio/etc/apache/invenio-apache-vhost-ssl.conf
$ sudo /path/to/apache/bin/apachectl graceful
Please ask your webserver administrator to restart the
Apache server after the above "httpd.conf" changes.
$ sudo chgrp -R www-data /opt/cds-invenio
$ sudo chmod -R g+r /opt/cds-invenio
$ sudo chmod -R g+rw /opt/cds-invenio/var
$ sudo find /opt/cds-invenio -type d -exec chmod g+rxw {} \;
One more superuser step, because we need to enable Apache
server to read files from the installation place and to
write some log information and to cache interesting entities
inside the "var" subdirectory of our CDS Invenio
installation directory.
Here we assumed that your Apache server processes are run
under "www-data" group. Change this appropriately for your
system.
Moreover, note that if you are using SELinux extensions
(e.g. on Fedora Core 6), you may have to check and enable
the write access of Apache user there too.
After these admin-level tasks to be performed as root, let's
now go back to finish the installation of the CDS Invenio.
$ /opt/cds-invenio/bin/inveniocfg --create-demo-site
This step is recommended to test your local CDS Invenio
installation. It should give you our "Atlantis Institute of
Science" demo installation, exactly as you see it at
<http://invenio-demo.cern.ch/>.
$ /opt/cds-invenio/bin/inveniocfg --load-demo-records
Optionally, load some demo records to be able to test
indexing and searching of your local CDS Invenio demo
installation.
$ /opt/cds-invenio/bin/inveniocfg --run-unit-tests
Optionally, you can run the unit test suite to verify the
unit behaviour of your local CDS Invenio installation. Note
that this command should be run only after you have
installed the whole system via `make install'.
$ /opt/cds-invenio/bin/inveniocfg --run-regression-tests
Optionally, you can run the full regression test suite to
verify the functional behaviour of your local CDS Invenio
installation. Note that this command requires to have
created the demo site and loaded the demo records. Note
also that running the regression test suite may alter the
database content with junk data, so that rebuilding the
demo site is strongly recommended afterwards.
$ /opt/cds-invenio/bin/inveniocfg --run-web-tests
Optionally, you can run additional automated web tests
running in a real browser. This requires to have Firefox
with the Selenium IDE extension installed.
<http://en.www.mozilla.com/en/firefox/>
<http://selenium-ide.openqa.org/>
$ /opt/cds-invenio/bin/inveniocfg --remove-demo-records
Optionally, remove the demo records loaded in the previous
step, but keeping otherwise the demo collection, submission,
format, and other configurations that you may reuse and
modify for your own production purposes.
$ /opt/cds-invenio/bin/inveniocfg --drop-demo-site
Optionally, drop also all the demo configuration so that
you'll end up with a completely blank CDS Invenio system.
However, you may want to find it more practical not to drop
the demo site configuration but to start customizing from
there.
$ firefox http://your.site.com/help/admin/howto-run
In order to start using your CDS Invenio installation, you
can start indexing, formatting and other daemons as
indicated in the "HOWTO Run" guide on the above URL. You
can also use the Admin Area web interfaces to perform
further runtime configurations such as the definition of
data collections, document types, document formats, word
indexes, etc.
Good luck, and thanks for choosing CDS Invenio.
- CDS Development Group
<cds.support@cern.ch>
<http://invenio-software.org/>
diff --git a/Makefile.am b/Makefile.am
index 119fe562f..d3cc9a2d4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,257 +1,260 @@
## This file is part of CDS Invenio.
## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
##
## CDS Invenio 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.
##
## CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
confignicedir = $(sysconfdir)/build
confignice_SCRIPTS=config.nice
SUBDIRS = po config modules
EXTRA_DIST = UNINSTALL THANKS RELEASE-NOTES configure-tests.py config.nice.in \
config.rpath
# current jsMath version and packages
JSMV = v3.5
JSMFV = 1.3
JSMATH = jsMath-$(JSMV).zip
JSMATHFONTS = jsMath-fonts-$(JSMFV).zip
# git-version-get stuff:
BUILT_SOURCES = $(top_srcdir)/.version
$(top_srcdir)/.version:
echo $(VERSION) > $@-t && mv $@-t $@
dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version
check-custom-templates:
$(PYTHON) $(top_srcdir)/modules/webstyle/lib/template.py --check-custom-templates $(top_srcdir)
kwalitee-check:
@$(PYTHON) $(top_srcdir)/modules/miscutil/lib/kwalitee.py $(top_srcdir)
kwalitee-check-errors-only:
@find $(top_srcdir) -name '*.py' -exec pylint -e {} \; 2> /dev/null
kwalitee-check-variables:
@find $(top_srcdir) -name '*.py' -exec pylint --reports=n --enable-checker=variables {} \; 2> /dev/null
kwalitee-check-indentation:
@find $(top_srcdir) -name '*.py' -exec pylint --reports=n --enable-checker=format {} 2> /dev/null \; | grep -E '(^\*|indentation)'
kwalitee-check-sql-queries:
@echo "* Listing potentially dangerous SQL queries:"
@echo "** SQL SELECT queries without explicit column list:"
@find $(top_srcdir) -name '*.py' -exec grep -HEin 'SELECT \* FROM' {} \; 2> /dev/null
@echo "** SQL INSERT queries without explicit column list:"
@find $(top_srcdir) -name '*.py' -exec grep -HEin 'INSERT INTO ([[:alnum:]]|_)+[[:space:]]*VALUES' {} \; 2> /dev/null
@find $(top_srcdir) -name '*.py' -exec grep -HEin 'INSERT INTO ([[:alnum:]]|_)+[[:space:]]*$$' {} \; 2> /dev/null
@echo "** SQL queries using charset-ignorant escape_string():"
@find $(top_srcdir) -name '*.py' -exec grep -HEin 'escape_string' {} \; 2> /dev/null
@echo "** SQL queries using literal '%s':"
@find $(top_srcdir) -name '*.py' -exec grep -HEin "run_sql.*'%[dfis]'" {} \; 2> /dev/null
@find $(top_srcdir) -name '*.py' -exec grep -HEin 'run_sql.*"%[dfis]"' {} \; 2> /dev/null
@echo "** SQL queries with potentially unescaped arguments:"
@find $(top_srcdir) -name '*.py' -exec grep -HEin 'run_sql.* % ' {} \; 2> /dev/null
@echo "* Done."
etags:
\rm -f $(top_srcdir)/TAGS
(cd $(top_srcdir) && find $(top_srcdir) -name "*.py" -print | xargs etags)
install-data-local:
for d in / /cache /log /tmp /data /run ; do \
mkdir -p $(localstatedir)$$d ; \
done
@echo "************************************************************"
@echo "** CDS Invenio software has been successfully installed! **"
@echo "** **"
@echo "** You may proceed to customizing your installation now. **"
@echo "************************************************************"
install-jsmath-plugin:
@echo "***********************************************************"
@echo "** Installing jsMath plugin, please wait... **"
@echo "***********************************************************"
rm -rf /tmp/invenio-jsmath-plugin
mkdir /tmp/invenio-jsmath-plugin
(cd /tmp/invenio-jsmath-plugin && \
wget 'http://downloads.sourceforge.net/jsmath/$(JSMATH)' && \
wget 'http://downloads.sourceforge.net/jsmath/$(JSMATHFONTS)' && \
wget 'http://www.math.union.edu/~dpvc/jsMath/download/extra-fonts/msam10/msam10.zip' && \
wget 'http://www.math.union.edu/~dpvc/jsMath/download/extra-fonts/msbm10/msbm10.zip' && \
unzip -u -d ${prefix}/var/www $(JSMATH) && \
unzip -u -d ${prefix}/var/www $(JSMATHFONTS) && \
unzip -u -d ${prefix}/var/www/jsMath/fonts msam10.zip && \
unzip -u -d ${prefix}/var/www/jsMath/fonts msbm10.zip)
rm -fr /tmp/invenio-jsmath-plugin
@echo "* Installing Invenio-specific jsMath config..."
(cd $(top_srcdir)/modules/webstyle/etc && make install)
@echo "***********************************************************"
@echo "** The jsMath plugin was successfully installed. **"
@echo "** Please do not forget to properly set the option **"
@echo "** CFG_WEBSEARCH_USE_JSMATH_FOR_FORMATS in invenio.conf. **"
@echo "***********************************************************"
uninstall-jsmath-plugin:
@rm -rvf ${prefix}/var/www/jsMath
@echo "***********************************************************"
@echo "** The jsMath plugin was successfully removed. **"
@echo "***********************************************************"
update-v0.3.0-tables update-v0.3.1-tables:
echo "ALTER TABLE idxINDEXNAME CHANGE id_idxINDEX id_idxINDEX mediumint(9) unsigned NOT NULL FIRST;" | ${prefix}/bin/dbexec
echo "ALTER TABLE rnkMETHODNAME CHANGE id_rnkMETHOD id_rnkMETHOD mediumint(9) unsigned NOT NULL FIRST;" | ${prefix}/bin/dbexec
echo "ALTER TABLE collectionname CHANGE id_collection id_collection mediumint(9) unsigned NOT NULL FIRST;" | ${prefix}/bin/dbexec
echo "ALTER TABLE formatname CHANGE id_format id_format mediumint(9) unsigned NOT NULL FIRST;" | ${prefix}/bin/dbexec
echo "ALTER TABLE fieldname CHANGE id_field id_field mediumint(9) unsigned NOT NULL FIRST;" | ${prefix}/bin/dbexec
echo "INSERT INTO accACTION (id,name,description,allowedkeywords,optional) VALUES (NULL,'runbibrank','run BibRank','','no');" | ${prefix}/bin/dbexec
echo "INSERT INTO accACTION (id,name,description,allowedkeywords,optional) VALUES (NULL,'cfgbibrank','configure BibRank','','no');" | ${prefix}/bin/dbexec
update-v0.3.2-tables:
echo "ALTER TABLE sbmCOLLECTION_sbmDOCTYPE CHANGE id_son id_son char(10) NOT NULL default '0';" | ${prefix}/bin/dbexec
update-v0.3.3-tables:
${prefix}/bin/dbexec < $(top_srcdir)/modules/miscutil/sql/tabcreate.sql
echo "ALTER TABLE flxLINKTYPEPARAMS CHANGE pname pname varchar(78) NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE rnkMETHOD DROP star_category_ranges;" | ${prefix}/bin/dbexec
echo "DROP TABLE rnkSET;" | ${prefix}/bin/dbexec
echo "ALTER TABLE schTASK CHANGE arguments arguments LONGTEXT;" | ${prefix}/bin/dbexec
echo "ALTER TABLE schTASK CHANGE status status varchar(50);" | ${prefix}/bin/dbexec
update-v0.5.0-tables:
${prefix}/bin/dbexec < $(top_srcdir)/modules/miscutil/sql/tabcreate.sql
echo "ALTER TABLE session ADD INDEX uid (uid);" | ${prefix}/bin/dbexec
echo "UPDATE idxINDEXNAME SET ln='cs' WHERE ln='cz';" | ${prefix}/bin/dbexec
echo "UPDATE rnkMETHODNAME SET ln='cs' WHERE ln='cz';" | ${prefix}/bin/dbexec
echo "UPDATE collectionname SET ln='cs' WHERE ln='cz';" | ${prefix}/bin/dbexec
echo "UPDATE collection_portalbox SET ln='cs' WHERE ln='cz';" | ${prefix}/bin/dbexec
echo "UPDATE formatname SET ln='cs' WHERE ln='cz';" | ${prefix}/bin/dbexec
echo "UPDATE fieldname SET ln='cs' WHERE ln='cz';" | ${prefix}/bin/dbexec
echo "UPDATE idxINDEXNAME SET ln='sv' WHERE ln='se';" | ${prefix}/bin/dbexec
echo "UPDATE rnkMETHODNAME SET ln='sv' WHERE ln='se';" | ${prefix}/bin/dbexec
echo "UPDATE collectionname SET ln='sv' WHERE ln='se';" | ${prefix}/bin/dbexec
echo "UPDATE collection_portalbox SET ln='sv' WHERE ln='se';" | ${prefix}/bin/dbexec
echo "UPDATE formatname SET ln='sv' WHERE ln='se';" | ${prefix}/bin/dbexec
echo "UPDATE fieldname SET ln='sv' WHERE ln='se';" | ${prefix}/bin/dbexec
update-v0.7.1-tables:
echo "DROP TABLE oaiHARVEST;" | ${prefix}/bin/dbexec
${prefix}/bin/dbexec < $(top_srcdir)/modules/miscutil/sql/tabcreate.sql
echo "INSERT INTO accACTION (id,name,description,allowedkeywords,optional) VALUES (NULL,'cfgbibharvest','configure BibHarvest','','no');" | ${prefix}/bin/dbexec
echo "INSERT INTO accACTION (id,name,description,allowedkeywords,optional) VALUES (NULL,'runoaiharvest','run BibHarvest oaiharvest','','no');" | ${prefix}/bin/dbexec
echo "INSERT INTO accACTION (id,name,description,allowedkeywords,optional) VALUES (NULL,'cfgwebcomment','configure WebComment','','no');" | ${prefix}/bin/dbexec
echo "INSERT INTO accACTION (id,name,description,allowedkeywords,optional) VALUES (NULL,'runoaiarchive','run BibHarvest oaiarchive','','no');" | ${prefix}/bin/dbexec
echo "INSERT INTO accACTION (id,name,description,allowedkeywords,optional) VALUES (NULL,'runbibedit','run BibEdit','','no');" | ${prefix}/bin/dbexec
echo "ALTER TABLE user ADD nickname varchar(255) NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE user ADD last_login datetime NOT NULL default '0000-00-00 00:00:00';" | ${prefix}/bin/dbexec
echo "ALTER TABLE user ADD INDEX nickname (nickname);" | ${prefix}/bin/dbexec
echo "ALTER TABLE sbmFIELD CHANGE subname subname varchar(13) default NULL;" | ${prefix}/bin/dbexec
echo "ALTER TABLE user_query_basket CHANGE alert_name alert_name varchar(30) NOT NULL default '';" | ${prefix}/bin/dbexec
echo "TRUNCATE TABLE session;" | ${prefix}/bin/dbexec
@echo "**********************************************************"
@echo "** Do not forget to run the basket migration now: **"
@echo "** @PYTHON@ modules/webbasket/lib/webbasket_migration_kit.py "
@echo "** Please see the RELEASE-NOTES for details. **"
@echo "**********************************************************"
@echo "INSERT INTO oaiARCHIVE (id, setName, setSpec, setDescription, setDefinition, setRecList) SELECT id, setName, setSpec, CONCAT_WS('', setDescription), setDefinition, setRecList FROM oaiSET;"
update-v0.90.0-tables:
${prefix}/bin/dbexec < $(top_srcdir)/modules/miscutil/sql/tabcreate.sql
echo "ALTER TABLE format ADD COLUMN (description varchar(255) default '');" | ${prefix}/bin/dbexec
echo "ALTER TABLE format ADD COLUMN (content_type varchar(255) default '');" | ${prefix}/bin/dbexec
update-v0.90.1-tables:
${prefix}/bin/dbexec < $(top_srcdir)/modules/miscutil/sql/tabcreate.sql
echo "ALTER TABLE schTASK ADD INDEX status (status);" | ${prefix}/bin/dbexec
echo "ALTER TABLE schTASK ADD INDEX runtime (runtime);" | ${prefix}/bin/dbexec
echo "ALTER TABLE sbmCATEGORIES ADD COLUMN score TINYINT UNSIGNED NOT NULL DEFAULT 0;" | ${prefix}/bin/dbexec
echo "ALTER TABLE sbmCATEGORIES ADD PRIMARY KEY (doctype, sname);" | ${prefix}/bin/dbexec
echo "ALTER TABLE sbmCATEGORIES ADD KEY doctype (doctype);" | ${prefix}/bin/dbexec
echo "ALTER TABLE oaiHARVEST ADD COLUMN setspecs TEXT NOT NULL DEFAULT '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE oaiARCHIVE CHANGE setDescription setDescription text NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE oaiARCHIVE CHANGE p1 p1 text NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE oaiARCHIVE CHANGE f1 f1 text NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE oaiARCHIVE CHANGE m1 m1 text NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE oaiARCHIVE CHANGE p2 p2 text NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE oaiARCHIVE CHANGE f2 f2 text NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE oaiARCHIVE CHANGE m2 m2 text NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE oaiARCHIVE CHANGE p3 p3 text NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE oaiARCHIVE CHANGE f3 f3 text NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE oaiARCHIVE CHANGE m3 m3 text NOT NULL default '';" | ${prefix}/bin/dbexec
echo "UPDATE bibdoc SET status=0 WHERE status='';" | ${prefix}/bin/dbexec
echo "UPDATE bibdoc SET status=1 WHERE status='deleted';" | ${prefix}/bin/dbexec
update-v0.92.0-tables:
echo "UPDATE bibdoc SET status=0 WHERE status='';" | ${prefix}/bin/dbexec
echo "UPDATE bibdoc SET status=1 WHERE status='deleted';" | ${prefix}/bin/dbexec
echo "ALTER TABLE schTASK CHANGE arguments arguments mediumblob;" | ${prefix}/bin/dbexec
echo "UPDATE user SET note=1 WHERE nickname='admin' AND note IS NULL;" | ${prefix}/bin/dbexec
echo "ALTER TABLE usergroup CHANGE name name varchar(255) NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE usergroup ADD login_method varchar(255) NOT NULL default 'INTERNAL';" | ${prefix}/bin/dbexec
echo "ALTER TABLE usergroup ADD UNIQUE KEY login_method_name (login_method(70), name);" | ${prefix}/bin/dbexec
echo "ALTER TABLE user CHANGE settings settings blob default NULL;" | ${prefix}/bin/dbexec
echo "INSERT INTO sbmALLFUNCDESCR VALUES ('Get_Recid', 'This function gets the recid for a document with a given report-number (as stored in the global variable rn).');" | ${prefix}/bin/dbexec
update-v0.92.1-tables:
echo "DROP TABLE rnkCITATIONDATA;" | ${prefix}/bin/dbexec
${prefix}/bin/dbexec < $(top_srcdir)/modules/miscutil/sql/tabcreate.sql
echo "UPDATE bibdoc SET status='DELETED' WHERE status='1';" | ${prefix}/bin/dbexec
echo "UPDATE bibdoc SET status='' WHERE status='0';" | ${prefix}/bin/dbexec
echo "ALTER TABLE bibrec ADD KEY creation_date (creation_date);" | ${prefix}/bin/dbexec
echo "ALTER TABLE bibrec ADD KEY modification_date (modification_date);" | ${prefix}/bin/dbexec
echo "ALTER TABLE bibdoc ADD KEY creation_date (creation_date);" | ${prefix}/bin/dbexec
echo "ALTER TABLE bibdoc ADD KEY modification_date (modification_date);" | ${prefix}/bin/dbexec
echo "ALTER TABLE bibdoc ADD KEY docname (docname);" | ${prefix}/bin/dbexec
echo "ALTER TABLE oaiHARVEST CHANGE postprocess postprocess varchar(20) NOT NULL default 'h';" | ${prefix}/bin/dbexec
echo "ALTER TABLE oaiHARVEST ADD COLUMN bibfilterprogram varchar(255) NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE idxINDEXNAME CHANGE ln ln char(5) NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE idxINDEX ADD COLUMN stemming_language VARCHAR(10) NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE rnkMETHODNAME CHANGE ln ln char(5) NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE rnkDOWNLOADS CHANGE id_bibdoc id_bibdoc mediumint(9) unsigned default NULL;" | ${prefix}/bin/dbexec
echo "ALTER TABLE rnkDOWNLOADS CHANGE file_format file_format varchar(10) NULL default NULL;" | ${prefix}/bin/dbexec
echo "ALTER TABLE collectionname CHANGE ln ln char(5) NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE collection_portalbox CHANGE ln ln char(5) NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE format ADD COLUMN visibility TINYINT NOT NULL default 1;" | ${prefix}/bin/dbexec
echo "ALTER TABLE formatname CHANGE ln ln char(5) NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE fieldname CHANGE ln ln char(5) NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE accROLE ADD COLUMN firerole_def_ser blob NULL;" | ${prefix}/bin/dbexec
echo "ALTER TABLE accROLE ADD COLUMN firerole_def_src text NULL;" | ${prefix}/bin/dbexec
echo "ALTER TABLE user_accROLE ADD COLUMN expiration datetime NOT NULL default '9999-12-31 23:59:59';" | ${prefix}/bin/dbexec
echo "ALTER TABLE user DROP INDEX id, ADD PRIMARY KEY id (id);" | ${prefix}/bin/dbexec
echo -e 'from invenio.dbquery import run_sql;\
map(lambda index_id: run_sql("ALTER TABLE idxPHRASE%02dF CHANGE term term TEXT NULL DEFAULT NULL, DROP INDEX term, ADD INDEX term (term (50))" % index_id[0]), run_sql("select id from idxINDEX"))' | $(PYTHON)
echo "INSERT INTO rnkCITATIONDATA VALUES (1,'citationdict','','');" | ${prefix}/bin/dbexec
echo "INSERT INTO rnkCITATIONDATA VALUES (2,'reversedict','','');" | ${prefix}/bin/dbexec
echo "INSERT INTO rnkCITATIONDATA VALUES (3,'selfcitdict','','');" | ${prefix}/bin/dbexec
update-v0.99.0-tables:
${prefix}/bin/dbexec < $(top_srcdir)/modules/miscutil/sql/tabcreate.sql
echo "ALTER TABLE bibdoc ADD COLUMN more_info mediumblob NULL default NULL;" | ${prefix}/bin/dbexec
echo "ALTER TABLE schTASK ADD COLUMN priority tinyint(4) NOT NULL default 0;" | ${prefix}/bin/dbexec
echo "ALTER TABLE schTASK ADD KEY priority (priority);" | ${prefix}/bin/dbexec
echo "ALTER TABLE rnkCITATIONDATA DROP PRIMARY KEY;" | ${prefix}/bin/dbexec
echo "ALTER TABLE rnkCITATIONDATA ADD PRIMARY KEY (id);" | ${prefix}/bin/dbexec
echo "ALTER TABLE rnkCITATIONDATA CHANGE id id mediumint(8) unsigned NOT NULL auto_increment;" | ${prefix}/bin/dbexec
echo "ALTER TABLE rnkCITATIONDATA ADD UNIQUE KEY object_name (object_name);" | ${prefix}/bin/dbexec
echo "ALTER TABLE sbmPARAMETERS CHANGE value value text NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE sbmAPPROVAL ADD note text NOT NULL default '';" | ${prefix}/bin/dbexec
echo "ALTER TABLE hstDOCUMENT CHANGE docsize docsize bigint(15) unsigned NOT NULL;" | ${prefix}/bin/dbexec
echo "ALTER TABLE cmtACTIONHISTORY CHANGE client_host client_host int(10) unsigned default NULL;" | ${prefix}/bin/dbexec
update-v0.99.1-tables:
@echo "Nothing to do; table structure did not change between v0.99.1 and v0.99.2."
+update-v0.99.2-tables:
+ @echo "Nothing to do; table structure did not change between v0.99.2 and v0.99.3."
+
CLEANFILES = *~
diff --git a/NEWS b/NEWS
index 85213979d..19b3ff99b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,1029 +1,1052 @@
CDS Invenio NEWS
================
Here is a short summary of the most notable changes in CDS Invenio
releases. For more information about the current release, please
consult RELEASE-NOTES. For more information about changes, please
consult ChangeLog.
+CDS Invenio v0.99.3 -- released 2010-12-13
+------------------------------------------
+
+ *) fixed issues in the harvesting daemon when harvesting from more
+ than one OAI repository (BibHarvest)
+
+ *) fixed failure in formatting engine when dealing with
+ not-yet-existing records (BibFormat)
+
+ *) fixed traversal of final URL parts in the URL dispatcher
+ (WebStyle)
+
+ *) improved bibdocfile URL recognition upon upload of MARC files
+ (BibUpload)
+
+ *) fixed bug in admin interface for adding authorizations (WebAccess)
+
+ *) keyword extractor is now compatible with rdflib releases older
+ than 2.3.2 (BibClassify)
+
+ *) output of `bibsched status' now shows the queue mode status as
+ AUTOMATIC or MANUAL to help queue monitoring (BibSched)
+
CDS Invenio v0.99.2 -- released 2010-10-20
------------------------------------------
*) stricter checking of access to restricted records: in order to
view a restricted record, users are now required to have
authorizations to access all restricted collections the given
record may belong to (WebSearch)
*) strict checking of user query history when setting up email
notification alert, preventing URL mangling attempts (WebAlert)
*) fixed possible Unix signal conflicts for tasks performing I/O
operations or running external processes, relevant notably to
full-text indexing of remote files (BibSched)
*) fixed full-text indexing and improved handling of files of
`unexpected' extensions (BibIndex, WebSubmit)
*) streaming of files of `unknown' MIME type now defaults to
application/octet-stream (WebSubmit)
*) fixed addition of new MARC fields in the record editor (BibEdit)
*) fixed issues in full-text file attachment via MARC (BibUpload)
*) fixed authaction CLI client (WebAccess)
*) ... plus other minor fixes and improvements
CDS Invenio v0.99.1 -- released 2008-07-10
------------------------------------------
*) search engine syntax now supports parentheses (WebSearch)
*) search engine syntax now supports SPIRES query language
(WebSearch)
*) strict respect for per-collection sort options on the search
results pages (WebSearch)
*) improved parsing of search query with respect to non-existing
field terms (WebSearch)
*) fixed "any collection" switch on the search results page
(WebSearch)
*) added possibility for progressive display of detailed record page
tabs (WebSearch)
*) added support for multi-page RSS output (WebSearch)
*) new search engine summarizer module with the cite summary output
format (WebSearch, BibRank)
*) "cited by" links are now generated only when needed (WebSearch)
*) new experimental comprehensive author page (WebSearch)
*) stemming for many indexes is now enabled by default (BibIndex)
*) new intelligent journal index (BibIndex)
*) new logging of missing citations (BibRank)
*) citation indexer and searcher improvements and caching (BibRank)
*) new low-level task submission facility (BibSched)
*) new options in bibsched task monitor: view task options, log and
error files; prune task to a history table; extended status
reporting; failed tasks now need acknowledgement in order to
restart the queue (BibSched)
*) safer handling of task sleeping and waking up (BibSched)
*) new experimental support for task priorities and concurrent task
execution (BibSched)
*) improved user-configured browser language matching (MiscUtil)
*) new default behaviour not differentiating between guest users;
this removes a need to keep sessions/uids for guests and robots
(WebSession)
*) optimized sessions and collecting external user information (WebSession)
*) improved logging conflicts for external vs internal users
(WebAccess)
*) improved Single Sign-On session preservation (WebAccess)
*) new 'become user' debugging facility for admins (WebAccess)
*) new bibdocfile CLI tool to manipulate full-text files archive
(WebSubmit)
*) optimized redirection of old URLs (WebSubmit)
*) new icon creation tool in the submission input chain (WebSubmit)
*) improved full-text file migration tool (WebSubmit)
*) improved stamping of full-text files (WebSubmit)
*) new approval-related end-submission functions (WebSubmit)
*) comments and descriptions of full-text files are now kept also in
bibdoc tables, not only in MARC; they are synchronized during
bibupload (WebSubmit, BibUpload)
*) fixed navigation in public baskets (WebBasket)
*) added detailed record page link to basket records (WebBasket)
*) new removal of HTML markup in alert notification emails (WebAlert)
*) improved OAI harvester logging and handling (BibHarvest)
*) improved error checking (BibConvert)
*) improvements to the record editing tool: subfield order change,
repetitive subfields; improved record locking features;
configurable per-collection curators (BibEdit)
*) fully refactored WebJournal module (WebJournal)
*) new RefWorks output format, thanks to Theodoros Theodoropoulos
(BibFormat)
*) fixed keyword detection tool's output; deactivated taxonomy
compilation (BibClassify)
*) new /stats URL for administrators (WebStat)
*) better filtering of unused translations (WebStyle)
*) updated French, Italian, Norwegian and Swedish translations;
updated Japanese translation (thanks to Makiko Matsumoto and Takao
Ishigaki); updated Greek translation (thanks to Theodoros
Theodoropoulos); new Hungarian translation (thanks to Eva Papp)
*) ... plus many other minor bug fixes and improvements
CDS Invenio v0.99.0 -- released 2008-03-27
------------------------------------------
*) new Invenio configuration language, new inveniocfg configuration
tool permitting more runtime changes and enabling separate local
customizations (MiscUtil)
*) phased out WML dependency everywhere (all modules)
*) new common RSS cache implementation (WebSearch)
*) improved access control to the detailed record pages (WebSearch)
*) when searching non-existing collections, do not revert to
searching in public Home anymore (WebSearch)
*) strict calculation of number of hits per multiple collections
(WebSearch)
*) propagate properly language environment in browse pages, thanks to
Ferran Jorba (WebSearch)
*) search results sorting made accentless, thanks to Ferran Jorba
(WebSearch)
*) new OpenURL interface (WebSearch)
*) added new search engine API argument to limit searches to record
creation/modification dates and times instead of hitherto creation
dates only (WebSearch)
*) do not allow HTTP POST method for searches to prevent hidden
mining (WebSearch)
*) added alert and RSS teaser for search engine queries (WebSearch)
*) new optimized index structure for fast integer bit vector
operations, leading to significant indexing time improvements
(MiscUtil, BibIndex, WebSearch)
*) new tab-based organisation of detailed record pages, with new URL
schema (/record/1/usage) and related CSS changes (BibFormat,
MiscUtil, WebComment, WebSearch, WebStyle, WebSubmit)
*) phased out old PHP based code; migration to Python-based output
formats recommended (BibFormat, WebSubmit)
*) new configurability to show/hide specific output formats for
specific collections (BibFormat, WebSearch)
*) new configurability to have specific stemming settings for
specific indexes (BibIndex, WebSearch)
*) optional removal of LaTeX markup for indexer (BibIndex, WebSearch)
*) performance optimization for webcoll and optional arguments to
refresh only parts of collection cache (WebSearch)
*) optional verbosity argument propagation to the output formatter
(BibFormat, WebSearch)
*) new convenient reindex option to the indexer (BibIndex)
*) fixed problem with indexing of some lengthy UTF-8 accented names,
thanks to Theodoros Theodoropoulos for reporting the problem
(BibIndex)
*) fixed full-text indexing of HTML pages (BibIndex)
*) new Stemmer module dependency, fixes issues on 64-bit systems
(BibIndex)
*) fixed download history graph display (BibRank)
*) improved citation ranking and history graphs, introduced
self-citation distinction, added new demo records (BibRank)
*) fixed range redefinition and output message printing problems in
the ranking indexer, thanks to Mike Marino (BibRank)
*) new XSLT output formatter support; phased out old BFX formats
(BibFormat)
*) I18N output messages are now translated in the output formatter
templates (BibFormat)
*) formats fixed to allow multiple author affiliations (BibFormat)
*) improved speed of the record output reformatter in case of large
sets (BibFormat)
*) support for displaying LaTeX forumas via JavaScript (BibFormat)
*) new and improved output formatter elements (BibFormat)
*) new escaping modes for format elements (BibFormat)
*) output format template editor cache and element dependency
checker improvements (BibFormat)
*) output formatter speed improvements in PHP-compatible mode
(BibFormat)
*) new demo submission configuration and approval workflow examples
(WebSubmit)
*) new submission full-text file stamper utility (WebSubmit)
*) new submission icon-creation utility (WebSubmit)
*) separated submission engine and database layer (WebSubmit)
*) submission functions can now access user information (WebSubmit)
*) implemented support for restricted icons (WebSubmit, WebAccess)
*) new full-text file URL and cleaner storage facility; requires file
names to be unique within a given record (WebSearch, WebSubmit)
*) experimental release of the complex approval and refereeing
workflow (WebSubmit)
*) new end-submission functions to move files to storage space
(WebSubmit)
*) added support for MD5 checking of full-text files (WebSubmit)
*) improved behaviour of the submission system with respect to the
browser "back" button (WebSubmit)
*) removed support for submission "cookies" (WebSubmit)
*) flexible report number generation during submission (WebSubmit)
*) added support for optional filtering step in the OAI harvesting
chain (BibHarvest)
*) new text-oriented converter functions IFDEFP, JOINMULTILINES
(BibConvert)
*) selective harvesting improvements, sets, non-standard responses,
safer resumption token handling (BibHarvest)
*) OAI archive configuration improvements: collections retrieval,
multiple set definitions, new clean mode, timezones, and more
(BibHarvest)
*) OAI gateway improvements: XSLT used to produce configurable output
(BibHarvest)
*) added support for "strong tags" that can resist metadata replace
mode (BibUpload)
*) added external OAI ID tag support to the uploader (BibUpload)
*) added support for full-text file transfer during uploading
(BibUpload)
*) preserving full history of all MARCXML versions of a record
(BibEdit, BibUpload)
*) XMLMARC to TextMarc improvements: empty indicators and more
(BibEdit)
*) numerous reference extraction tool improvements: year handling,
LaTeX handling, URLs, journal titles, output methods, and more
(BibEdit)
*) new classification daemon (BibClassify)
*) classification taxonomy caching resulting in speed optimization
(BibClassify)
*) new possibility to define more than one keyword taxonomy per
collection (BibClassify)
*) fixed non-standalone keyword detection, thanks to Annette Holtkamp
(BibClassify)
*) new embedded page generation profiler (WebStyle)
*) new /help pages layout and webdoc formatting tool (WebStyle)
*) new custom style template verification tool (WebStyle)
*) added support for the XML page() output format, suitable for AJAX
interfaces (WebStyle)
*) introduction of navigation menus (WebStyle)
*) general move from HTML to XHTML markup (all modules)
*) fixed alert deletion tool vulnerability (WebAlert)
*) do not advertise baskets/alerts much for guest users; show only
the login link (WebSession)
*) password reset interface improvements (WebSession)
*) new permanent "remember login" mechanism (WebSession, WebAccess)
*) local user passwords are now encrypted (WebSession, WebAccess)
*) new LDAP external authentication plugin (WebAccess)
*) new password reset mechanism using new secure mail cookies and
temporary role membership facilities (WebAccess, WebSession)
*) added support for Single Sign-On Shibboleth based authentication
method (WebAccess)
*) new firewall-like based role definition language, new demo
examples (WebAccess)
*) external authentication and groups improvements: nicknames,
account switching, and more (WebSession, WebAccess)
*) task log viewer integrated in the task monitor (BibSched)
*) new journal creation module (WebJournal)
*) new generic statistic gathering and display facility (WebStat)
*) deployed new common email sending facility (MiscUtil, WebAlert,
WebComment, WebSession, WebSubmit)
*) dropped support for MySQL-4.0, permitting to use clean and strict
UTF-8 storage methods; upgrade of MySQLdb to at least 1.2.1_p2
required (MiscUtil)
*) uncatched exceptions are now being sent by email to the
administrator (MiscUtil, WebStyle)
*) new general garbage collector with a possibility to run via the
task scheduler and a possibility to clean unreferenced
bibliographic values (MiscUtil)
*) new generic SQL and data cacher (MiscUtil)
*) new HTML page validator plugin (MiscUtil)
*) new web test suite running in a real browser (MiscUtil)
*) improved code kwalitee checker (MiscUtil)
*) translation updates: Spanish and Catalan (thanks to Ferran Jorba),
Japanese (Toru Tsuboyama), German (Benedikt Koeppel), Polish
(Zbigniew Szklarz and Zbigniew Leonowicz), Greek (Theodoros
Theodoropoulos), Russian (Yana Osborne), Swedish, Italian, French
*) new translations: Chinese traditional and Chinese simplified
(thanks to Kam-ming Ku)
*) ... plus many other minor bug fixes and improvements
CDS Invenio v0.92.1 -- released 2007-02-20
------------------------------------------
*) new support for external authentication systems (WebSession,
WebAccess)
*) new support for external user groups (WebSession)
*) new experimental version of the reference extraction program
(BibEdit)
*) new optional Greek stopwords list, thanks to Theodoropoulos
Theodoros (BibIndex)
*) new Get_Recid submission function (WebSubmit)
*) new config variable governing the display of the download history
graph (BibRank)
*) started deployment of user preferences (WebSession, WebSearch)
*) split presentation style for "Narrow search", "Focus on" and
"Search also" search interface boxes (WebSearch, WebStyle)
*) updated CERN Indico and KEK external collection searching facility
(WebSearch)
*) fixed search interface portalbox and collection definition
escaping behaviour (WebSearch Admin)
*) fixed problems with external system number and OAI ID matching
(BibUpload)
*) fixed problem with case matching behaviour (BibUpload)
*) fixed problems with basket record display and basket topic change
(WebBasket)
*) fixed output format template attribution behaviour (BibFormat)
*) improved language context propagation in output formats
(BibFormat)
*) improved output format treatment of HTML-aware fields (BibFormat)
*) improved BibFormat migration kit (BibFormat)
*) improved speed and eliminated set duplication of the OAI
repository gateway (BibHarvest)
*) fixed resumption token handling (BibHarvest)
*) improved record editing interface (BibEdit)
*) fixed problem with empty fields treatment (BibConvert)
*) updated Report_Number_Generation submission function to be able to
easily generate report numbers from any submission information
(WebSubmit)
*) fixed problem with submission field value escaping (WebSubmit)
*) fixed problem with submission collection ordering (WebSubmit)
*) fixed BibSched task signal handling inconsistency (BibSched)
*) fixed TEXT versus BLOB database problems for some tables/columns
*) minor updates to the HOWTO Migrate guide and several admin guides
(WebHelp, BibIndex, BibFormat)
*) minor bugfixes to several modules; see ChangeLog for details and
credits
CDS Invenio v0.92.0 -- released 2006-12-22
------------------------------------------
*) previously experimental output formatter in Python improved and
made default (BibFormat)
*) previously experimental new submission admin interface in Python
improved and made default (WebSubmit)
*) new XML-oriented output formatting mode (BibFormat)
*) new export-oriented output formats: EndNote, NLM (BibFormat)
*) RSS 2.0 latest additions feed service (WebSearch, BibFormat)
*) new XML-oriented metadata converter mode (BibConvert)
*) new metadata uploader in Python (BibUpload)
*) new integrated parallel external collection searching (WebSearch)
*) improved document classifier: composite keywords, wildcards, cloud
output (BibClassify)
*) improved UTF-8 fulltext indexing (BibIndex)
*) improved external login authentication subsystem (WebAccess)
*) added possibility to order submission categories (WebSubmit)
*) improved handling of cached search interface page formats,
preferential sort pattern functionality, international collection
names (WebSearch)
*) improved behaviour of OAI harvester: sets, deleted records,
harvested metadata transformation (BibHarvest)
*) improved MARCXML schema compatibility concerning indicators;
updates to the HTML MARC output format (BibEdit, BibUpload,
BibFormat, and other modules)
*) multiple minor bugs fixed thanks to the wider deployment of the
regression test suite (all modules)
*) new translation (Croatian) and several translation updates
(Catalan, Bulgarian, French, Greek, Spanish); thanks to Ferran
Jorba, Beatriu Piera, Alen Vodopijevec, Jasna Marković, Theodoros
Theodoropoulos, and Nikolay Dyankov (see also THANKS file)
*) removed dependency on PHP; not needed anymore
*) full compatibility with MySQL 4.1 and 5.0; upgrade from MySQL 4.0
now recommended
*) full compatibility with FreeBSD and Mac OS X
CDS Invenio v0.90.1 -- released 2006-07-23
------------------------------------------
*) output messages improved and enhanced to become more easily
translatable in various languages (all modules)
*) new translation (Bulgarian) and several updated translations
(Greek, French, Russian, Slovak)
*) respect langugage choice in various web application links
(WebAlert, WebBasket, WebComment, WebSession, WebSubmit)
*) fixed problem with commenting rights in a group-shared basket that
is also a public basket with lesser rights (WebBasket)
*) guest users are now forbidden to share baskets (WebBasket)
*) fixed guest user garbage collection, adapted to the new baskets
schema (WebSession)
*) added possibility to reject group membership requests; sending
informational messages when users are approved/refused by group
administrators (WebSession)
*) experimental release of the new BibFormat in Python (BibFormat)
*) started massive deployment of the regression test suite, checking
availability of all web interface pages (BibEdit, BibFormat,
BibHarvest, BibIndex, BibRank, MiscUtil, WebAccess, WebBasket,
WebComment, WebMessage, WebSearch, WebSession, WebSubmit)
*) updated developer documentation (I18N output messages policy, test
suite policy, coding style)
CDS Invenio v0.90.0 -- released 2006-06-30
------------------------------------------
*) formerly known as CDSware; the application name change clarifies
the relationship with respect to the CDS Sofware Consortium
producing two flagship applications (CDS Indico and CDS Invenio)
*) version number increased to v0.90 in the anticipation of the
forthcoming v1.0 release after all the major codebase changes are
now over
*) new possibility to define user groups (WebGroup)
*) new personal basket organization in topics (WebBasket)
*) new basket sharing among user groups (WebBasket)
*) new open peer reviewing and commenting on documents (WebComment)
*) new user and group web messaging system (WebMessage)
*) new ontology-based document classification system (BibClassify)
*) new WebSubmit Admin (WebSubmit)
*) new record editing web interface (BibEdit)
*) new record matching tool (BibMatch)
*) new OAI repository administration tool (BibHarvest)
*) new OAI periodical harvesting tool (BibHarvest)
*) new web layout templating system (WebStyle)
*) new clean URL schema (e.g. /collection/Theses, /record/1234)
(WebStyle)
*) new BibTeX output format support (BibFormat)
*) new possibility of secure HTTPS authentication while keeping the
rest of the site non-HTTPS (WebSession)
*) new centralized error library (MiscUtil)
*) new gettext-based international translations, with two new beta
translations (Japanese, Polish)
*) new regression testing suite framework (MiscUtil)
*) new all prerequisites are now apt-gettable for Debian "Sarge"
GNU/Linux
*) new full support for Mac OS X
*) ... plus many fixes and changes worth one year of development
CDSware v0.7.1 -- released 2005-05-04
-------------------------------------
*) important bugfix for bibconvert's ``source data in a directory''
mode, as invoked by the web submission system (BibConvert)
*) minor bugfix in the search engine, thanks to Frédéric Gobry
(WebSearch)
*) minor bugfix in the WebSearch Admin interface (WebSearch)
*) automatic linking to Google Print in the ``Haven't found what you
were looking for...'' page box (WebSearch)
*) BibFormat Admin Guide cleaned, thanks to Ferran Jorba
*) new Catalan translation, thanks to Ferran Jorba
*) updated Greek and Portuguese translations, thanks to Theodoros
Theodoropoulos and Flávio C. Coelho
*) updated Spanish translation
CDSware v0.7.0 -- released 2005-04-06
-------------------------------------
*) experimental release of the refextract program for automatic
reference extraction from PDF fulltext files (BibEdit)
*) experimental release of the citation and download ranking tools
(BibRank)
*) new module for gathering usage statistics out of Apache log files
(WebStat)
*) new similar-records-navigation tool exploring end-user viewing
habits: "people who viewed this page also viewed" (WebSearch,
BibRank)
*) OAI gateway validated against OAI Repository Explorer (BibHarvest)
*) fixed "records modified since" option for the indexer (BibIndex)
*) collection cache update is done only when the cache is not up to
date (WebSearch) [closing #WebSearch-016]
*) cleanup of user login mechanism (WebSession, WebAccess)
*) fixed uploading of already-existing records in the insertion mode
(BibUpload)
*) fixed submission in UTF-8 languages (WebSubmit)
*) updated HOWTO Run Your Existing CDSware Installation (WebHelp)
*) test suite improvements (WebSearch, BibHarvest, BibRank,
BibConvert)
*) German translation updated and new German stopwords list added,
thanks to Guido Pelzer
*) new Greek and Ukrainian translations, thanks to Theodoros
Theodoropoulos and Vasyl Ostrovskyi
*) all language codes now comply to RFC 1766 and ISO 639
*) numerous other small fixes and improvements, with many
contributions by the EPFL team headed by Frederic Gobry
(BibConvert, BibUpload, WebSearch, WebSubmit, WebSession)
CDSware v0.5.0 -- released 2004-12-17
-------------------------------------
*) new rank engine, featuring word similarity rank method and the
journal impact factor rank demo (BibRank)
*) search engine includes ranking option (WebSearch)
*) record similarity search based on word frequency (WebSearch,
BibRank)
*) stopwords possibility when ranking and indexing (BibRank, BibIndex)
*) stemming possibility when ranking and indexing (BibRank, BibIndex)
*) search engine boolean query processing stages improved (WebSearch)
*) search engine accent matching in phrase searches (WebSearch)
*) regular expression searching mode introduced into the Simple
Search interface too (WebSearch)
*) Search Tips split into a brief Search Tips page and detailed
Search Guide page (WebSearch)
*) improvements to the ``Try your search on'' hints (WebSearch)
*) author search hints introduced (WebSearch)
*) search interface respects title prologue/epilogue portalboxes
(WebSearch)
*) improvements to admin interfaces (WebSearch, BibIndex, BibRank,
WebAccess)
*) basket item ordering problem fixed (WebBasket)
*) access error messages introduced (WebAccess and its clients)
*) new account management to enable/disable guest users and
automatic vs to-be-approved account registration (WebAccess)
*) possibility for temporary read-only access to, and closure of, the
site; useful for backups (WebAccess and its clients)
*) possibility for external authentication login methods (WebAccess)
*) new XML MARC handling library (BibEdit)
*) when uploading, bad XML records are marked as errors (BibUpload)
*) improvements to the submission engine and its admin interface,
thanks to Tiberiu Dondera (WebSubmit)
*) preparations for electronic mail submission feature, not yet
functional (ElmSubmit)
*) added example on MARC usage at CERN (WebHelp)
*) legacy compatibility with MySQL 3.23.x assured (BibUpload)
*) legacy compatibility with Python 2.2 assured (WebSubmit)
*) test suite additions and corrections (BibRank, BibIndex,
WebSearch, BibEdit)
*) French translation fixes, thanks to Eric Grand
*) minor Czech and Slovak translation cleanup
CDSware v0.3.3 (DEVELOPMENT) -- released 2004-07-16
---------------------------------------------------
*) new international phrases, collection and field names; thanks to
Guido, Flavio, Tullio
*) collection international names are now respected by the search
engine and interfaces (WebSearch)
*) field international names are now respected by the search
engine and interfaces (WebSearch)
*) when no hits found in a given collection, do not display all
public hits straight away but only link to them (WebSearch)
*) records marked as DELETED aren't shown anymore in XML MARC and
other formats (WebSearch)
*) detailed record page now features record creation and modification
times (WebSearch)
*) improved XML MARC parsing and cumulative record count in case of
uploading of several files in one go (BibUpload)
*) personal `your admin activities' page introduced (WebSession)
*) added option to fulltext-index local files only (BibIndex)
*) initial release of the BibIndex Admin interface (BibIndex)
*) checking of mandatory selection box definitions (WebSubmit)
*) WebSearch Admin interface cleanup (WebSearch)
*) introducing common test suite infrastructure (WebSearch, BibIndex,
MiscUtil, WebHelp)
*) fixed accent and link problems for photo demo records (MiscUtil)
*) conference title exported via OAI XML DC (BibHarvest)
*) enabled building out of source directory; thanks to Frederic
CDSware v0.3.2 (DEVELOPMENT) -- released 2004-05-12
---------------------------------------------------
*) admin area improved: all the modules have now Admin Guides; some
guides were updated, some are still to be updated (WebHelp,
BibConvert, BibFormat, BibIndex, BibSched, WebAlert, WebSession,
WebSubmit, BibEdit, BibHarvest, BibRank, BibUpload, WebAccess,
WebBasket, WebSearch, WebStyle)
*) initial release of the WebSearch Admin interface (WebSearch)
*) initial release of the BibRank Admin interface (BibRank)
*) search cache expiry after insertion of new records (WebSearch)
*) search engine now does on-the-fly formatting via BibFormat CLI
call to handle restricted site situations (WebSearch)
*) webcoll default verbosity decreased for efficiency (WebSearch)
*) added BibConvert configuration example for converting XML Dublin
Core to XML MARC (BibConvert)
*) BibConvert knowledge base mode extended by various case-sensitive
matching possibilities (BibConvert)
*) fixed various problems with fulltext file names and the submission
from MS Windows platform (WebSubmit)
*) fixed problem with bibupload append mode not updating XML MARC
properly (BibUpload)
*) fixed small problems with the submission interface such as
multiple fields selection (WebSubmit)
*) session revoking and session expiry strengthened (WebSession)
*) page design and style sheet updated to better fit large variety of
browsers (WebStyle)
*) added output format argument for basket display (WebBasket)
*) new Swedish translation and updated German, Russian, and Spanish
translations; thanks to Urban, Guido, Lyuba, and Magaly
*) faster creation of I18N static HTML and PHP files during make
CDSware v0.3.1 (DEVELOPMENT) -- released 2004-03-12
---------------------------------------------------
*) security fix preventing exposure of local configuration variables
by malicious URL crafting (WebSearch, WebSubmit, WebAlert,
WebBasket, WebSession, BibHarvest, MiscUtil)
*) initial release of the ranking engine (BibRank)
*) new guide on HOWTO Run Your CDSware Installation (WebHelp)
*) fixed submit configurations with respect to fulltext links and
metadata tags (WebSubmit, MiscUtil)
*) Your Account personal corner now shows the list and the status
of submissions and approvals (WebSession)
*) uniform help and version number option for CLI executables
(WebSearch, BibSched, BibIndex, BibRank, BibHarvest, BibConvert,
WebAccess, BibFormat, WebSession, WebAlert)
*) uniform technique for on-the-fly formatting of search results via
`hb_' and `hd_' output format parameters (WebSearch)
*) check for presence of pcntl and mysql PHP libraries (BibUpload)
CDSware v0.3.0 (DEVELOPMENT) -- released 2004-03-05
---------------------------------------------------
*) new development branch release (important SQL table changes)
*) introducing a new submission engine and the end-user web
interface (WebSubmit)
*) bibupload is now a BibSched task with new options (BibUpload)
*) BibWords renamed into BibIndex in the view of future phrase
indexing changes (BibIndex)
*) more secure DB server connectivity (BibSched)
*) record matching functionality (BibConvert)
*) character encoding conversion tables (BibConvert)
*) Qualified Dublin Core conversion example (BibConvert)
*) OAI deleted records policy can now be specified (BibHarvest)
*) multi-language collection portalboxes (WebSearch)
*) HTML pages now respect language selections (WebSearch, WebHelp)
*) minor layout changes (WebStyle)
*) updated Russian and other translations
*) ChangeLog is now generated from CVS log messages
*) plus the usual set of bugfixes (see ChangeLog)
CDSware v0.1.2 (DEVELOPMENT) -- released 2003-12-21
---------------------------------------------------
*) development branch release
*) fix BibReformat task launching problem (BibFormat)
*) fix BibTeX -> XML MARC conversion example (BibConvert)
*) updated Spanish translation
CDSware v0.1.1 (DEVELOPMENT) -- released 2003-12-19
---------------------------------------------------
*) development branch release
*) access control engine now used by BibWords, BibFormat (admin and
bibreformat), WebSearch (webcoll), and BibTaskEx
*) access control engine admin guide started (WebAccess)
*) search engine support for sorting by more than one field (WebSearch)
*) more internationalization of the search engine messages (WebSearch)
*) new language: Norwegian (bokmål)
*) simple example for converting BibTeX into XML MARC (BibConvert)
*) new optional --with-python configuration option
*) Python module detection during configure
*) bugfixes: os.tempnam() warning, login page referer, and others
CDSware v0.1.0 (DEVELOPMENT) -- released 2003-12-04
---------------------------------------------------
*) development branch release
*) search engine redesign to yield five times more search performance
for larger sites (WebSearch, BibWords)
*) fulltext indexation of PDF, PostScript, MS Word, MS PowerPoint and
MS Excel files (WebSearch)
*) integrated combined metadata/fulltext/citation search (WebSearch)
*) multi-stage search guidance in cases of no exact match (WebSearch)
*) OAI-PMH harvestor (BibHarvest)
*) bibliographic task scheduler (BibSched)
*) automatic daemon mode of the indexer, the formatter and the
collection cache generator (BibWords, BibFormat, WebSearch)
*) user management and session handling rewrite (WebSession)
*) user personalization, document baskets and notification alert
system (WebBasket, WebAlert)
*) role-based access control engine (WebAccess)
*) internationalization of the interface started (currently with
Czech, German, English, Spanish, French, Italian, Portuguese,
Russian, and Slovak support)
*) web page design update (WebStyle)
*) introduction of programmer-oriented technical documentation corner
(WebHelp)
*) source tree reorganization, mod_python technology adopted for most
of the modules
CDSware v0.0.9 (STABLE) -- released 2002-08-01
----------------------------------------------
*) first "public" alpha release of CDSware
*) recently standardized Library of Congress' MARC XML schema adopted
in all CDSware modules as the new default internal XML file format
(BibConvert, BibFormat, BibUpload, WebSubmit, WebSearch)
*) support for OAI-PMH v2.0 in addition to OAI-PMH v1.1 (WebSearch)
*) search interface now honors multiple output formats per collection
(BibFormat, WebSearch)
*) search interface now honors search fields, search options, and
sort options from the database config tables (WebSearch,
WebSearch Admin)
*) search interface now honors words indexes from the database config
tables (BibWords, WebSearch)
*) easy reformatting of already uploaded bibliographic records via
web admin. tool (BibFormat Admin/Reformat Records)
*) new submission form field type ("response") allowing
greater flexibility (WebSubmit) [thanks to Frank Sudholt]
*) demo site "Atlantis Institute of Science" updated to demonstrate:
Pictures collection of photographs; specific per-collection
formats; references inside Articles and Preprints; "cited by"
search link; published version linking; subject category
searching; search within, search options, sort options in the web
collection pages.
- end of file -
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 62af6a047..9f89071d8 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,77 +1,71 @@
--------------------------------------------------------------------
-CDS Invenio v0.99.2 is released
-October 20, 2010
+CDS Invenio v0.99.3 is released
+December 13, 2010
http://invenio-software.org/
--------------------------------------------------------------------
-CDS Invenio v0.99.2 was released on October 20, 2010.
+CDS Invenio v0.99.3 was released on December 13, 2010.
-This is a bugfix release only. It is recommended to all CDS Invenio
-sites using v0.99.1 or previous releases.
+This is a minor bugfix release only. It is recommended to all CDS
+Invenio sites using v0.99.2 or previous releases.
What's new:
-----------
- *) stricter checking of access to restricted records: in order to
- view a restricted record, users are now required to have
- authorizations to access all restricted collections the given
- record may belong to (WebSearch)
+ *) fixed issues in the harvesting daemon when harvesting from more
+ than one OAI repository (BibHarvest)
- *) strict checking of user query history when setting up email
- notification alert, preventing URL mangling attempts (WebAlert)
+ *) fixed failure in formatting engine when dealing with
+ not-yet-existing records (BibFormat)
- *) fixed possible Unix signal conflicts for tasks performing I/O
- operations or running external processes, relevant notably to
- full-text indexing of remote files (BibSched)
+ *) fixed traversal of final URL parts in the URL dispatcher
+ (WebStyle)
- *) fixed full-text indexing and improved handling of files of
- `unexpected' extensions (BibIndex, WebSubmit)
+ *) improved bibdocfile URL recognition upon upload of MARC files
+ (BibUpload)
- *) streaming of files of `unknown' MIME type now defaults to
- application/octet-stream (WebSubmit)
+ *) fixed bug in admin interface for adding authorizations (WebAccess)
- *) fixed addition of new MARC fields in the record editor (BibEdit)
+ *) keyword extractor is now compatible with rdflib releases older
+ than 2.3.2 (BibClassify)
- *) fixed issues in full-text file attachment via MARC (BibUpload)
-
- *) fixed authaction CLI client (WebAccess)
-
- *) ... plus other minor fixes and improvements
+ *) output of `bibsched status' now shows the queue mode status as
+ AUTOMATIC or MANUAL to help queue monitoring (BibSched)
Download:
---------
- <http://invenio-software.org/download/cds-invenio-0.99.2.tar.gz>
- <http://invenio-software.org/download/cds-invenio-0.99.2.tar.gz.md5>
- <http://invenio-software.org/download/cds-invenio-0.99.2.tar.gz.sig>
+ <http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz>
+ <http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz.md5>
+ <http://invenio-software.org/download/cds-invenio-0.99.3.tar.gz.sig>
Installation notes:
-------------------
Please follow the INSTALL file bundled in the distribution tarball.
Upgrade notes:
--------------
-If you are upgrading from CDS Invenio v0.99.1, then:
+If you are upgrading from CDS Invenio v0.99.2, then:
- please stop your bibsched queue and your Apache server
- install the update:
- $ cd cds-invenio-0.99.2
+ $ cd cds-invenio-0.99.3
$ cp -a /opt/cds-invenio/etc /opt/cds-invenio/etc.OLD
$ sh /opt/cds-invenio/etc/build/config.nice
$ make install
$ /opt/cds-invenio/bin/inveniocfg --update-all
$ cp -a /opt/cds-invenio/etc.OLD /opt/cds-invenio/etc
- restart your Apache server and your bibsched queue
- you are done
If you are upgrading from previous CDS Invenio releases (e.g. from
v0.92.1), then please see a dedicated Invenio Upgrade wiki page at
<https://twiki.cern.ch/twiki/bin/view/CDS/InvenioUpgrade>.
- end of file -
\ No newline at end of file
diff --git a/po/bg.po b/po/bg.po
index 89f067c54..3927768b2 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -1,7282 +1,7282 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-03-27 02:25+0200\n"
"Last-Translator: Nikolay Dyankov <ndyankov@gmail.com>\n"
"Language-Team: BG <cds.support@cern.ch>\n"
"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"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "AND NOT"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "Администриране"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "Преглеждане"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "Съвети за търсене"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "абстракт"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "пълен текст"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "Регулярен израз:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "Всички думи от:"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "номер на документа"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "година"
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr "тема"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "Частична фраза:"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "препратка"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "автор"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
msgid "Search Guide"
msgstr "Ръководство за търсене"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "експеримент"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "Коя да е от думите:"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "отдел"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "Търсене"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "всички"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "Централна помощ"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
msgid "Export as"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "колекция"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr "Ръководство за администриране на WebSearch"
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "Точна фраза:"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
msgid "Submit Guide"
msgstr "Ръководство за публикуване"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "OR"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "AND"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "ключова дума"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "заглавие"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
msgid "Narrow by collection:"
msgstr "Ограничаване по колекция:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
msgid "Add to personal basket"
msgstr "Добавяне в личната кошница"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
msgid "WebSubmit Admin Guide"
msgstr "Ръководство за администриране на WebSubmit"
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
msgid "No fulltext"
msgstr "Пълен текст не е наличен"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
msgid "or"
msgstr "или"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr "Добавяне на подполе"
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr "Редакция на институт"
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr "Поле"
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr "Добавяне на поле"
#: modules/bibedit/lib/bibedit_templates.py:123
msgid "Verbose"
msgstr "Многословно"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "Изпращане"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr "Отказ"
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr "Изтриване"
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
msgid "Action"
msgstr "Действие"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr "Запис"
#: modules/bibedit/lib/bibedit_templates.py:155
msgid "Display"
msgstr "Показване"
#: modules/bibedit/lib/bibedit_templates.py:274
msgid "Done"
msgstr "Готово"
#: modules/bibedit/lib/bibedit_templates.py:275
#, fuzzy
msgid "Add another subfield"
msgstr "Добавяне на подполе"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
#, fuzzy
msgid "Move up"
msgstr "Преместване нагоре"
#: modules/bibedit/lib/bibedit_templates.py:369
#, fuzzy
msgid "Move down"
msgstr "Преместване надолу"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr "Редакция"
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr "Вашите промени са ВРЕМЕННИ."
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr "За да запазите записа, моля натиснете 'изпращане'."
#: modules/bibedit/lib/bibedit_templates.py:476
msgid "This record does not exist."
msgstr "Записът не съществува."
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr "Моля опитайте с друг ID."
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr "В момента записът се редактира от някой друг."
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr "Моля, опитайте отново по-късно."
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr "Изтрити записи не могат да бъдат редактирани."
#: modules/bibedit/lib/bibedit_templates.py:500
#, fuzzy
msgid "There are record revisions not yet synchronized with the database."
msgstr "Въведеният e-mail не съществува в базата от данни."
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
#, fuzzy
msgid "Please try again in a few minutes."
msgstr "Моля, опитайте отново по-късно."
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr "Моля, въведете ID на записа, който желаете да редактирате"
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr ""
"Вашите промени са изпратени. Те ще бъдат обработени веднага, щом опашката от "
"задачи е празна."
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
msgid "Edit another record"
msgstr "Редактиране на друг запис"
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr "Наистина ли желаете да изтриете записа?"
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr "Да"
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr "Не"
#: modules/bibedit/lib/bibedit_templates.py:563
#, fuzzy, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr "Наистина ли желаете да изтриете записа?"
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr "Записът ще бъде изтрит веднага, щом опашката от задачи е празна."
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr "Запис %s - Добавяне на поле"
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr "Администриране на BibEdit"
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr "Редактиране на запис %(x_recid)s, поле %(x_field)s"
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr ""
"Редактиране на запис %(x_recid)s, поле %(x_field)s - Добавяне на подполе"
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, python-format
msgid "Submit and save record %s"
msgstr "Изпращане и запазване на запис %s"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, fuzzy, python-format
msgid "Record #%s"
msgstr "Запис"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, fuzzy, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr "Редактиране на запис %(x_recid)s, поле %(x_field)s"
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr "Меню"
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr "Затваряне на редактора"
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr "Промяна на атрибутите на шаблона"
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr "Редактор на шаблони"
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr "Проверка на зависимости"
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr "Име"
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
msgid "Description"
msgstr "Описание"
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr "Обновяване на атрибутите на формата"
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
msgid "Show Documentation"
msgstr "Показване на документацията"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr "Скриване на документацията"
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr "Статус"
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr "Последна промяна"
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
msgid "Manage Output Formats"
msgstr "Управление на форматите"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr "Управление на елементите"
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr "Документация на елементите"
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr "Управление на базите от знания"
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr "Добавяне на нов шаблон"
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr "Задълбочена проверка на шаблоните"
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr "Код"
#: modules/bibformat/lib/bibformat_templates.py:1134
msgid "Add New Output Format"
msgstr "Добавяне на нов формат"
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr "меню"
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
msgid "Close Output Format"
msgstr "Затваряне на изходния формат"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
msgid "Rules"
msgstr "Правила"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr "Промяна на атрибутите на формата"
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
msgid "Remove Rule"
msgstr "Премахване на правило"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr "Добавяне на ново правило"
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr "Запазване на промените"
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr "Бази от знания"
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr "Атрибути на базата от знания"
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr "Зависимости на базата от знания"
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr "Не са намерени грешки с този формат"
#: modules/bibformat/lib/bibformat_templates.py:2266
msgid "An error has been found"
msgstr "Намерена е грешка"
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr "Намерени са следните грешки"
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr "Администриране на BibFormat"
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
msgid "Test with record:"
msgstr "Тестване със запис:"
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr "Въведете заявка за търсене."
#: modules/bibformat/lib/elements/bfe_authors.py:120
msgid "Hide"
msgstr "Скриване"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr "Показване на всичките %i автора"
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
msgid "Download fulltext"
msgstr "Сваляне на пълен текст"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr "допълнителни файлове"
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
msgid "older versions"
msgstr "стари версии"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external links"
msgstr "Общи настройки"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "Пълен текст"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
msgid "Restricted Output Format"
msgstr "Ограничен изходен формат"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr "OK"
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, python-format
msgid "Output Format %s Rules"
msgstr "Правила на формат %s"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr "Атрибути на формат %s"
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr "Зависимости на формат %s"
#: modules/bibformat/web/admin/bibformatadmin.py:371
msgid "Delete Output Format"
msgstr "Изтриване на изходния формат"
#: modules/bibformat/web/admin/bibformatadmin.py:417
#, fuzzy
msgid "Cannot create output format"
msgstr "Управление на форматите"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr "Шаблон с ограничен достъп"
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr "Шаблон %s"
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr "Атрибути на шаблон %s"
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr "Зависимости на шаблон %s"
#: modules/bibformat/web/admin/bibformatadmin.py:660
msgid "Delete Format Template"
msgstr "Изтриване на форматния шаблон"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr "Зависимости на елемент %s"
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr "Тестване на елемент %s"
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr "Непозната база от знания %s"
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr "База от знания %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr "Атрибути на база от знания %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr "Зависимост на база от знания %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1285
msgid "Delete Knowledge Base"
msgstr "Изтриване на базата от знания"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr "Валидиране на формат %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr "Валидиране на шаблон %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr "Елемент с ограничен достъп"
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr "Валидиране на елемент %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr "Валидиране на формата"
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
msgid "See Guide"
msgstr "Виж ръководството"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr "OAI източници присъстващи в базата"
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr "Няма OAI източници, присъстващи в базата"
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr "Следваща oaiharvest задача"
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr "време по разписание:"
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr "моментно състояние:"
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr "В момента няма планирани oaiharvest задачи."
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr "успешно проверен"
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr "не изглежда да е валиден OAI базов URL"
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
msgid "Citation history:"
msgstr "История на цитиране:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
msgid "Download history:"
msgstr "История на свалянето:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
msgid "Download user distribution:"
msgstr ""
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr "N/A"
#: modules/miscutil/lib/dateutils.py:159
msgid "Sun"
msgstr "Нд"
#: modules/miscutil/lib/dateutils.py:160
msgid "Mon"
msgstr "По"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr "Вт"
#: modules/miscutil/lib/dateutils.py:162
msgid "Wed"
msgstr "Ср"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr "Чв"
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr "Пт"
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr "Сб"
#: modules/miscutil/lib/dateutils.py:167
msgid "Sunday"
msgstr "Неделя"
#: modules/miscutil/lib/dateutils.py:168
msgid "Monday"
msgstr "Понеделник"
#: modules/miscutil/lib/dateutils.py:169
msgid "Tuesday"
msgstr "Вторник"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr "Сряда"
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr "Четвъртък"
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr "Петък"
#: modules/miscutil/lib/dateutils.py:173
msgid "Saturday"
msgstr "Събота"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
msgid "Month"
msgstr "месец"
#: modules/miscutil/lib/dateutils.py:188
msgid "Jan"
msgstr "Яну"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr "Феб"
#: modules/miscutil/lib/dateutils.py:190
msgid "Mar"
msgstr "Мар"
#: modules/miscutil/lib/dateutils.py:191
msgid "Apr"
msgstr "Апр"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "Май"
#: modules/miscutil/lib/dateutils.py:193
msgid "Jun"
msgstr "Юни"
#: modules/miscutil/lib/dateutils.py:194
msgid "Jul"
msgstr "Юли"
#: modules/miscutil/lib/dateutils.py:195
msgid "Aug"
msgstr "Авг"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr "Сеп"
#: modules/miscutil/lib/dateutils.py:197
msgid "Oct"
msgstr "Окт"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr "Ное"
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr "Дек"
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "Януари"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "Февруари"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "Март"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "Април"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "Юни"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "Юли"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "Август"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "Септември"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "Октомври"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "Ноември"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "Декември"
#: modules/miscutil/lib/dateutils.py:231
msgid "Day"
msgstr "Ден"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "Година"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
msgid "Sorry"
msgstr "Извинете"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr ""
"Съобщението за грешка не може да бъде изпратено, параметърът %s липсва."
#: modules/miscutil/lib/errorlib_webinterface.py:100
msgid "The error report has been sent."
msgstr "Съобщението за грешка е изпратено."
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr "Благодарим Ви за помощта Ви да направим CDS Invenio по-добър."
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr ""
"Използвайте бутона за навигация назад във вашия браузър за да се върнете на "
"предишната страница."
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr "Благодарим Ви!"
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr "ID на записа"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr "подобие на думи"
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr "импакт фактор на списанието"
#: modules/miscutil/lib/inveniocfg.py:412
msgid "times cited"
msgstr "брой цитирания"
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
msgid "Hello:"
msgstr "Здравей:"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr "Поздрави"
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr "Нужна е човешка намеса? Свържете се "
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr "Стартиране на BibEdit"
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr "Конфигуриране на BibFormat"
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr "Конфигуриране на BibHarvest"
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
msgid "Configure OAI Repository"
msgstr "Конфигуриране на OAI хранилище."
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr "Конфигуриране на BibIndex"
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr "Конфигуриране на BibRank"
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr "Конфигуриране на WebAccess"
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
msgid "Configure WebComment"
msgstr "Конфигуриране на WebComment"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
msgid "Configure WebSearch"
msgstr "Конфигуриране на WebSearch"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr "Конфигуриране на WebSubmit"
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, python-format
msgid "Your account on '%s' has been activated"
msgstr "Вашата сметка в '%s' е активирана."
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr "Вашата сметка създадена по-рано на '%s' е успешно активирана."
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
msgid "Username/Email:"
msgstr "Потребителско име/Email"
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
msgid "Password:"
msgstr "Парола:"
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, python-format
msgid "Account created on '%s'"
msgstr "Сметката е създадена на '%s'"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, python-format
msgid "An account has been created for you on '%s':"
msgstr "За вас е създадена сметка на '%s':"
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, python-format
msgid "Account rejected on '%s'"
msgstr "Сметката е отхвърлена на '%s'"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr "Вашата молба за сметка е отхвърлена на '%s':"
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, python-format
msgid "Username/Email: %s"
msgstr "Потребителско име/Email: %s"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, python-format
msgid "Account deleted on '%s'"
msgstr "Сметката е изтрита на '%s'"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "Вашата сметка на %s е изтрита:"
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "Подробен запис"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "Подобни записи"
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr "Цитиран от"
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr "Вече имате известие с име %s."
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr "неизвестен"
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
#, fuzzy
msgid "You do not have rights for this operation."
msgstr "Нямате достатъчно права за достъп до съдържанието на кошницата."
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr "Вече имате дефинирано известие за споменатите заявка и кошница."
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr "Името на известието не може да бъде празно."
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr "Вие не сте собственика на тази кошница."
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr "Известието %s е добавено към вашия профил."
#: modules/webalert/lib/webalert.py:376
#, python-format
msgid "The alert %s has been successfully updated."
msgstr "Известието %s е успешно обновено."
#: modules/webalert/lib/webalert.py:428
#, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
"Направили сте %(x_nb)s заявки. Наличен е %(x_url_open)sподробен списък"
"%(x_url_close)s с възможност за (а) разглеждане на резултатите от търсене и "
"(б) абониране за известяване по e-mail за тези заявки."
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr "Шаблон"
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr "Шаблон 1"
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr "Поле 1"
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr "Шаблон 2"
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr "Поле 2"
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr "Шаблон 3"
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr "Поле 3"
#: modules/webalert/lib/webalert_templates.py:90
msgid "Collections"
msgstr "Колекции"
#: modules/webalert/lib/webalert_templates.py:92
msgid "Collection"
msgstr "Колекция"
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr "Вие притежавате следните известия:"
#: modules/webalert/lib/webalert_templates.py:114
msgid "alert name"
msgstr "име на известието"
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr "ПОКАЖИ"
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr ""
"Вие ще получавате известие всеки път, при появата на нов запис "
"удовлетворяващ следната заявка:"
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr "ЗАЯВКА"
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr "Име на известието:"
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr "Честота на проверка за търсене:"
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
msgid "monthly"
msgstr "месечно"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr "седмично"
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
msgid "daily"
msgstr "дневно"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr "Изпращане на известие по e-mail?"
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr "да"
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr "не"
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr ""
"Ако отговорът е %(x_fmt_open)sне%(x_fmt_close)s, трябва да зададете кошница"
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr "Запазване на резултатите в кошницата?"
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr "ЗАДАВАНЕ НА ИЗВЕСТИЕТО"
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr "ИЗЧИСТВАНЕ"
#: modules/webalert/lib/webalert_templates.py:300
#, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
"Задаване на ново известяване от %(x_url1_open)sвашите търсения"
"%(x_url1_close)s, %(x_url2_open)sпопулярните търсения%(x_url2_close)s или от "
"входящата форма."
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr "Честота на търсене"
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr "Известяване по e-mail"
#: modules/webalert/lib/webalert_templates.py:322
msgid "Result in basket"
msgstr "Резултат в кошницата"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr "Дата на последно стартиране"
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr "Дата на създаване"
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr "Заявка"
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
msgid "no basket"
msgstr "няма кошници"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
msgid "Remove"
msgstr "Премахване"
#: modules/webalert/lib/webalert_templates.py:374
msgid "Modify"
msgstr "Промяна"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr "Изпълняване на търсене"
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr "Вие сте дефинирали %s известия."
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
"Все още не сте извършили търсене. Моля, първо отидете на "
"%(x_url_open)sстраницата за търсене%(x_url_close)s."
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr ""
"Вие сте извършили %(x_nb1)s търсения (%(x_nb2)s различни въпроса) през "
"последните 30 дни."
#: modules/webalert/lib/webalert_templates.py:434
#, python-format
msgid "Here are the %s most popular searches."
msgstr "Това са %s-те най-популярни заявки."
#: modules/webalert/lib/webalert_templates.py:445
msgid "Question"
msgstr "Въпрос"
#: modules/webalert/lib/webalert_templates.py:449
msgid "Last Run"
msgstr "Последен старт"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr "Задаване на ново известие"
#: modules/webalert/lib/webalert_webinterface.py:79
#, fuzzy
msgid "Popular Searches"
msgstr "Вашите търсения"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
msgid "Your Searches"
msgstr "Вашите търсения"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
msgid "Your Account"
msgstr "Вашата сметка"
#: modules/webalert/lib/webalert_webinterface.py:90
#, python-format
msgid "%s Personalize, Display searches"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, python-format
msgid "%s, personalize"
msgstr "%s, персонализиране"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr "Грешка"
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, python-format
msgid "%s Personalize, Set a new alert"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr "Задаване на ново известие"
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr "Промяна на настройките за известието"
#: modules/webalert/lib/webalert_webinterface.py:227
#, python-format
msgid "%s Personalize, Modify alert settings"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
msgid "Your Alerts"
msgstr "Вашите известия"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, python-format
msgid "%s Personalize, Display alerts"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
msgid "Display alerts"
msgstr "Показване на известията"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr "Вашият коментар е успешно публикуван"
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
msgid "Personal baskets"
msgstr "Лични кошници"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
msgid "Group baskets"
msgstr "Групови кошници"
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
msgid "Others' baskets"
msgstr "Чужди кошници"
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
"Вие имате %(x_nb_perso)s лични кошници и сте абониран за %(x_nb_group)s "
"групови кошници и %(x_nb_public)s кошници на други потребители."
#: modules/webbasket/lib/webbasket_templates.py:198
#, python-format
msgid "There are %i baskets"
msgstr "Има %i кошници"
#: modules/webbasket/lib/webbasket_templates.py:206
msgid "updated on"
msgstr "обновен на"
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr "Кошницата е празна"
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
"Тази кошница принадлежи на %(x_name)s. Можете свободно да се "
"%(x_url_open)sабонирате%(x_url_close)s за нея"
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
msgid "Public basket"
msgstr "Публична кошница"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
msgid "records"
msgstr "записи"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
msgid "last update"
msgstr "последно обновяване"
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr "Абониране за кошницата"
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
msgid "Basket's name"
msgstr "Име на кошницата"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr "Брой разглеждания"
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr "Притежател"
#: modules/webbasket/lib/webbasket_templates.py:355
msgid "View"
msgstr "Преглед"
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr "Абониране"
#: modules/webbasket/lib/webbasket_templates.py:377
msgid "There is currently no publicly accessible basket"
msgstr "В момента няма свободно достъпни кошници"
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr ""
"Показване на кошници %(x_nb_begin)i-%(x_nb_end)i от общо %(x_nb_total)i "
"кошници."
#: modules/webbasket/lib/webbasket_templates.py:422
msgid "Actions"
msgstr "Действия"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
msgid "Non-shared basket"
msgstr "Несподелена кошница"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
msgid "Shared basket"
msgstr "Споделена кошница"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
msgid "Group-shared basket"
msgstr "Групово-споделена кошница"
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
msgid "Edit basket"
msgstr "Редактиране на кошницата"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr "Нямате достатъчно права за достъп до съдържанието на кошницата."
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr "Отказ от абонамент към кошницата"
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr "коментари"
#: modules/webbasket/lib/webbasket_templates.py:521
msgid "last comment:"
msgstr "последен коментар:"
#: modules/webbasket/lib/webbasket_templates.py:582
msgid "Move item up"
msgstr "Преместване нагоре"
#: modules/webbasket/lib/webbasket_templates.py:590
msgid "Move item down"
msgstr "Преместване надолу"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr "Копиране"
#: modules/webbasket/lib/webbasket_templates.py:606
msgid "Remove item"
msgstr "Премахване"
#: modules/webbasket/lib/webbasket_templates.py:609
msgid "External record"
msgstr "Външен запис"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr "последен"
#: modules/webbasket/lib/webbasket_templates.py:647
#, fuzzy
msgid "View comments"
msgstr "преглед на коментарите"
#: modules/webbasket/lib/webbasket_templates.py:672
msgid "This basket is publicly accessible at the following address:"
msgstr "Тази кошница е публично достъпна на следния адрес:"
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "Сортиране по:"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr "Заглавие"
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr "Дата"
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr "Коментари"
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr "Има общо %i коментари"
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr "Написване на коментар"
#: modules/webbasket/lib/webbasket_templates.py:833
msgid "Back to baskets"
msgstr "Обратно в кошниците"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr "от"
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "on"
msgstr "на"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr "Отговор"
#: modules/webbasket/lib/webbasket_templates.py:876
msgid "Delete comment"
msgstr "Изтриване на коментар"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr "Добавяне на коментар"
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr "Коментар"
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
msgid "Create new basket"
msgstr "Създаване на кошница"
#: modules/webbasket/lib/webbasket_templates.py:1001
msgid "Select topic"
msgstr "Избор на тема"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr "Избери тема"
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr "или създай нова"
#: modules/webbasket/lib/webbasket_templates.py:1019
msgid "Create new topic"
msgstr "Създаване на тема"
#: modules/webbasket/lib/webbasket_templates.py:1021
msgid "Create a new basket"
msgstr "Създаване на кошница"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
msgid "Select basket"
msgstr "Избор на кошница"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr "Добавяне в лична кошница"
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, python-format
msgid "%i baskets"
msgstr "%i кошници"
#: modules/webbasket/lib/webbasket_templates.py:1111
msgid "Add to a group-shared basket"
msgstr "Добавяне към групово-споделена кошница"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr "Добавяне към публична кошница"
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr "Добавяне на %i записа в тези кошници"
#: modules/webbasket/lib/webbasket_templates.py:1167
msgid "Add to baskets"
msgstr "Добавяне в кошниците"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr "Избраните записи са успешно добавени в %i кошници."
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr "В избраните кошници не бяха добавени записи."
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr "Сигурен ли сте, че искате да изтриете кошницата?"
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr "%i потребители са абонирани за кошницата."
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr "%i потребителски групи са абонирани за кошницата."
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr "В тази кошница сте задали %i известия."
#: modules/webbasket/lib/webbasket_templates.py:1277
msgid "General settings"
msgstr "Общи настройки"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr "Добавяне на група"
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr "Управление на груповите права"
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr "Управление на глобалните права за споделяне"
#: modules/webbasket/lib/webbasket_templates.py:1314
msgid "Delete basket"
msgstr "Изтриване на кошницата"
#: modules/webbasket/lib/webbasket_templates.py:1338
msgid "Editing basket"
msgstr "Редактиране на кошница"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr "Запазване на промените"
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr "Без права"
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
msgid "View records"
msgstr "Преглед на записите"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "and"
msgstr "и"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr "преглед на коментарите"
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr "добавяне на коментари"
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
msgid "add records"
msgstr "добавяне на записи"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
msgid "delete comments"
msgstr "изтриване на коментарите"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
msgid "remove records"
msgstr "премахване на записите"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr "управление на правата за споделяне"
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr "Вие не сте член на никоя група."
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr "Споделяне на кошницата с нова група"
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr ""
"Вие сте влязъл като гост, затова вашите кошници ще изчезнат в края на "
"текущата сесия."
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr ""
"Ако желаете, може да %(x_url_open)sвлезете или да се регистрирате тук"
"%(x_url_close)s."
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr "Тази функционалност е забранена за гости."
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
msgid "Back to search results"
msgstr "Обратно към резултатите от търсенето"
#: modules/webbasket/lib/webbasket_webinterface.py:98
msgid "Display baskets"
msgstr "Показване на кошниците"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr "Детайли и коментари"
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
msgid "Your Baskets"
msgstr "Вашите кошници"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr "Добавяне на записите към кошниците"
#: modules/webbasket/lib/webbasket_webinterface.py:474
msgid "Delete a basket"
msgstr "Изтриване на кошница"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr "Копиране на записа в кошница"
#: modules/webbasket/lib/webbasket_webinterface.py:721
msgid "Create basket"
msgstr "Създаване на кошница"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
msgid "List of public baskets"
msgstr "Списък на публичните кошници"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "%(x_name)s написа на %(x_date)s:"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr "Показване на последните %i коментара:"
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr "Обсъждане на документа:"
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr "Започни обсъждане относно кой да е аспект на този документ."
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr "Съжаляваме, записът %s не съществува."
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr "Съжаляваме, %s не е валидна стойност за ID."
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr "Съжаляваме, не беше зададен ID на записа."
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr "Може да започнете да преглеждате от %s"
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr "Беше ли ви полезен този преглед?"
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr "Написване на преглед"
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr ""
"Среден брой точки от прегледи: %(x_nb_score)s базирано на %(x_nb_reviews)s "
"прегледа"
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr "Читателите счетоха следните %s прегледи за най-полезни."
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr "Преглед на всички %s прегледа"
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr "Оценка на документа"
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr "Бъдете първия, който ще оцени този документ."
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
msgid "Report abuse"
msgstr "Докладване на обида"
#: modules/webcomment/lib/webcomment_templates.py:361
#, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "Прегледано от %(x_nickname)s на %(x_date)s"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr ""
"%(x_nb_people)i от общо %(x_nb_total)i човека оцениха този преглед за полезен"
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
msgid "Reviews"
msgstr "Прегледи"
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr "Предишен"
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr "Следващ"
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr "Има общо %s прегледа"
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr "Има общо %s коментара"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr "преглед"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr "коментар"
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
msgid "Review"
msgstr "Преглед"
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr "Преглеждане"
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr "Страница: "
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr ""
"Забележка: Вашият прякор, %s, ще бъде показан като автор на този документ"
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
"Забележка: не сте %(x_url_open)sзадали своя прякор%(x_url_close)s. "
"%(x_nickname)s ще бъде показан като автор на този коментар."
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
msgid "Article"
msgstr "Статия"
#: modules/webcomment/lib/webcomment_templates.py:808
msgid "Add comment"
msgstr "Добавяне на коментар"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr ""
"Забележка: Вашият прякор, %s, ще бъде показан като автор на този преглед."
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr "Оцени статията"
#: modules/webcomment/lib/webcomment_templates.py:901
msgid "Select a score"
msgstr "Избери точки"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr "Озаглавете вашия преглед"
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr "Напишете вашия преглед"
#: modules/webcomment/lib/webcomment_templates.py:908
msgid "Add review"
msgstr "Добавяне на преглед"
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr "Добавете преглед"
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr "Вашият преглед беше успешно добавен."
#: modules/webcomment/lib/webcomment_templates.py:940
msgid "Your comment was successfully added."
msgstr "Вашият коментар беше успешно добавен."
#: modules/webcomment/lib/webcomment_templates.py:942
msgid "Back to record"
msgstr "Обратно към записа"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr "Преглед на всички коментари"
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr "Преглед на всички прегледи"
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr "Изтриване на определен коментар/преглед (по ID)"
#: modules/webcomment/lib/webcomment_templates.py:1029
msgid "View all users who have been reported"
msgstr "Преглед на всички потребители, които са дали коментар"
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "Ръководство"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr "Коментарите и прегледите не са активирани"
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr ""
"Моля въведете ID на коментара/прегледа за да може да го прегледате преди да "
"решите дали да го изтриете"
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr "ID на коментара:"
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr "Преглед на коментар"
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr "До сега няма коментари."
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr "Преглед на всички %s коментари"
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr "Преглед на всички %s прегледи"
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
"Това е списък, сортиран по общия брой отзиви, на всички потребители, които "
"са имали поне един отзив на някой от техните коментари."
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr "Псевдоним"
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
msgid "Email"
msgstr "E-mail"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr "ID на потребителя"
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr "Брой на положителните гласове"
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr "Брой на отрицателните гласове"
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr "Пълен брой на гласовете"
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr "Пълен брой отзиви"
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr "Преглеждане на всички коментари на потребителя"
#: modules/webcomment/lib/webcomment_templates.py:1179
#, python-format
msgid "This review has been reported %i times"
msgstr "За този преглед е гласувано %i пъти"
#: modules/webcomment/lib/webcomment_templates.py:1181
#, python-format
msgid "This comment has been reported %i times"
msgstr "За този коментар е гласувано %i пъти"
#: modules/webcomment/lib/webcomment_templates.py:1258
msgid "Written by"
msgstr "Написано от"
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr "Обща информация"
#: modules/webcomment/lib/webcomment_templates.py:1260
msgid "Select"
msgstr "Избери"
#: modules/webcomment/lib/webcomment_templates.py:1274
msgid "Delete selected reviews"
msgstr "Изтриване на избраните отзиви"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr "Забрана на избраното сведение за обида"
#: modules/webcomment/lib/webcomment_templates.py:1279
msgid "Delete selected comments"
msgstr "Изтриване на избраните коментари"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr "OK"
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr "Това са прегледите на потребител %s"
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr "Това са коментарите на потребител %s"
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr "Това е коментар/преглед %s"
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr "Това е коментар/преглед %(x_cmtID)s написан от %(x_user)s"
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr ""
"Това са всички прегледи, за които е гласувано, сортирани по тези, за които е "
"гласувано най-много"
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr ""
"Това са всички коментари, за които е гласувано, сортирани по тези, за които "
"е гласувано най-много"
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr "ID на коментара"
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr "успешно изтрит"
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr "успешно забранена обида"
#: modules/webcomment/lib/webcomment_templates.py:1375
msgid "Not yet reviewed"
msgstr "Все още не е прегледано"
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
msgid "Record Not Found"
msgstr "Записът не е намерен"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Преди да добавите коментар, първо трябва да %(x_url_open)sвлезете"
"%(x_url_close)s first"
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
msgid "Login"
msgstr "Вход"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr "Администриране на WebComment"
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "Вътрешна грешка"
#: modules/webcomment/web/admin/webcommentadmin.py:95
msgid "Delete Comment"
msgstr "Изтриване на коментар"
#: modules/webcomment/web/admin/webcommentadmin.py:168
msgid "View all reported users"
msgstr "Преглед на всички потребители, за които е гласувано"
#: modules/webcomment/web/admin/webcommentadmin.py:214
msgid "Delete comments"
msgstr "Изтриване на коментари"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr "Забрана на обидни коментари"
#: modules/webmessage/lib/webmessage.py:129
msgid "The message could not be deleted."
msgstr "Съобщението не може да бъде изтрито."
#: modules/webmessage/lib/webmessage.py:131
msgid "The message was successfully deleted."
msgstr "Съобщението беше успешно изтрито."
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr "Вашата пощенска кутия беше изпразнена."
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr "Избраната дата (%(x_year)i/%(x_month)i/%(x_day)i) не е валидна."
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr "Моля въведете потребителско или групово име."
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr ""
"Вашето съобщение е твърде дълго, моля, редактирайте го. Максимално "
"позволената дължина е %i символа. "
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr "Групата %s не съществува."
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr "Потребителят %s не съществува."
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr "Написване на съобщение"
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr ""
"Вашето съобщение не може да бъде изпратено до следните получатели, поради "
"тяхната квота:"
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr "Вашето съобщение е изпратено."
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
msgid "Your Messages"
msgstr "Вашите съобщения"
#: modules/webmessage/lib/webmessage_templates.py:87
msgid "Subject"
msgstr "Тема"
#: modules/webmessage/lib/webmessage_templates.py:88
msgid "Sender"
msgstr "Подател"
#: modules/webmessage/lib/webmessage_templates.py:97
msgid "No messages"
msgstr "Нямате съобщения"
#: modules/webmessage/lib/webmessage_templates.py:101
msgid "No subject"
msgstr "Без тема"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr "Ново съобщение"
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr "Изтриване на всички"
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr "Re: "
#: modules/webmessage/lib/webmessage_templates.py:282
msgid "Send later?"
msgstr "Изпращане по-късно?"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr "До:"
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr "Потребители"
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr "Групи"
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
msgid "Subject:"
msgstr "Тема:"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
msgid "Message:"
msgstr "Съобщение"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr "ИЗПРАЩАНЕ"
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr "От:"
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr "Изпратено на:"
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr "Получено на:"
#: modules/webmessage/lib/webmessage_templates.py:451
msgid "Sent to:"
msgstr "Изпратено до:"
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr "Изпратено до групи:"
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr "ОТГОВОР"
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr "ИЗТРИВАНЕ"
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr "Сигурен ли сте, че искате да изпразните пощенската си кутия?"
#: modules/webmessage/lib/webmessage_templates.py:569
#, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr "Използвана квота: %(x_nb_used)i съобщения от максимално %(x_nb_total)i"
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr "Моля, изберете един или повече:"
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr "Добавяне към потребителите"
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr "Добавяне към групите"
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr "Няма съвпадащ потребител"
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr "Няма съвпадаща група"
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr "Намери потребители или групи:"
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr "Намери потребител"
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr "Намери група"
#: modules/webmessage/lib/webmessage_templates.py:679
#, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr "Имате %(x_nb_new)s нови съобщения от общо %(x_nb_total)s"
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr "Прочитане на съобщение"
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "Резултати от търсенето"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "всички дни"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "всички месеци"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "всички години"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "всички колекции"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "добавяне на още една колекция"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "класиране по"
#: modules/websearch/lib/search_engine.py:851
msgid "HTML brief"
msgstr "кратък HTML"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "първо най-новите"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr "Не бяха намерени стойности."
#: modules/websearch/lib/search_engine.py:1716
#, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr ""
"Не беше намерено точно съвпадение за %(x_query1)s, вместо това използваме "
"%(x_query2)s..."
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
#: modules/websearch/lib/search_engine.py:2068
#, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"Не беше намерено съвпадение в колекцията %(x_collection)s. Други публични "
"колекции дадоха %(x_url_open)s%(x_nb_hits)d поапдения%(x_url_close)s."
#: modules/websearch/lib/search_engine.py:2077
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:2190
msgid "No words index available for"
msgstr "Индексът за думата не е наличен за"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "Индексът за фразата не е наличен за"
#: modules/websearch/lib/search_engine.py:2226
#, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr ""
"Търсенето на %(x_term)s в индекса %(x_index)s не съвпадна с нито един запис. "
"Най-близките до него попадения в коя да е колекция са:"
#: modules/websearch/lib/search_engine.py:2230
#, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr ""
"Търсенето на %s не съвпадна с нито един запис. Най-близките попадения във "
"всички колекции са:"
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr ""
"Съжаляваме, сортирането е позволено само на множества от най-много %d "
"записа. Използване на ред по подразбиране."
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr ""
"Съжаляваме, %s не е валидна опция за сортиране. Използване на сортиране по "
"заглавие."
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr "Използвайте други думи за търсене."
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "Записът е изтрит."
#: modules/websearch/lib/search_engine.py:3750
msgid "Requested record does not seem to exist."
msgstr "Желаният запис не съществува."
#: modules/websearch/lib/search_engine.py:3984
msgid "No match within your time limits, discarding this condition..."
msgstr ""
"Няма съвпадения, удовлетворяващи зададените от вас критерии за време, "
"премахване на това условие..."
#: modules/websearch/lib/search_engine.py:4008
msgid "No match within your search limits, discarding this condition..."
msgstr ""
"Няма съвпадения, удовлетворящи зададените от вас граници за търсене, "
"премахване на това условие..."
#: modules/websearch/lib/websearchadminlib.py:3202
msgid "Information"
msgstr "Информация"
#: modules/websearch/lib/websearchadminlib.py:3203
msgid "References"
msgstr "Референции"
#: modules/websearch/lib/websearchadminlib.py:3204
msgid "Citations"
msgstr "Цитирания"
#: modules/websearch/lib/websearchadminlib.py:3205
msgid "Discussion"
msgstr "Дискусия"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr "Статистики за употреба"
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, python-format
msgid "Search %s records for:"
msgstr "Търсене в %s записа за:"
#: modules/websearch/lib/websearch_templates.py:659
#, fuzzy
msgid "less"
msgstr "Правила"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "повече"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
#, fuzzy
msgid "Search everywhere"
msgstr "Въведете заявка за търсене."
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "Разширено търсене"
#: modules/websearch/lib/websearch_templates.py:854
#, python-format
msgid "Search %s records for"
msgstr "Търсене в %s записа за"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "Опростено търсене"
#: modules/websearch/lib/websearch_templates.py:938
msgid "Search options:"
msgstr "Опции за търсене:"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
msgid "Added/modified since:"
msgstr "Добавено/променено на:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
msgid "until:"
msgstr "до:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
msgid "Display results:"
msgstr "Покажи:"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
msgid "Output format:"
msgstr "Изходен формат:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "Добавено на:"
#: modules/websearch/lib/websearch_templates.py:1154
msgid "Modified since:"
msgstr "Променено на:"
#: modules/websearch/lib/websearch_templates.py:1191
msgid "Focus on:"
msgstr "Акценти върху:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "ограничен"
#: modules/websearch/lib/websearch_templates.py:1252
msgid "Search also:"
msgstr "Търси също:"
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr "Тази колекция все още не съдържа документи."
#: modules/websearch/lib/websearch_templates.py:1392
msgid "Latest additions:"
msgstr "Последно добавени:"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, fuzzy, python-format
msgid "Cited by %i records"
msgstr "Цитиран от: %s записа"
#: modules/websearch/lib/websearch_templates.py:1556
#, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr ""
"Най-близки думи до %(x_word)s в полето %(x_field)s в коя да е колекция са:"
#: modules/websearch/lib/websearch_templates.py:1559
#, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr "Най-близките думи до %(x_word)s в коя да е колекция са:"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr "Попадения"
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr "следващ"
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "колекции"
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr "Ограничи до:"
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "резултати"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "възх."
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "низх."
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "цял списък"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "разделяне по колекция"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr "MARC таг"
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, python-format
msgid "%s records found"
msgstr "Намерени са %s записа"
#: modules/websearch/lib/websearch_templates.py:2343
msgid "begin"
msgstr "начало"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr "предишен"
#: modules/websearch/lib/websearch_templates.py:2367
msgid "end"
msgstr "край"
#: modules/websearch/lib/websearch_templates.py:2387
msgid "jump to record:"
msgstr "отиване на запис:"
#: modules/websearch/lib/websearch_templates.py:2400
#, python-format
msgid "Search took %s seconds."
msgstr "Търсенето отне %s секунди."
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "ДОБАВЯНЕ В КОШНИЦАТА"
#: modules/websearch/lib/websearch_templates.py:2589
#, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"%(x_fmt_open)sПреглед на резултатите:%(x_fmt_close)s Намерени са "
"%(x_nb_records)s записа за %(x_nb_seconds)s секунди."
#: modules/websearch/lib/websearch_templates.py:2637
msgid ""
"Boolean query returned no hits. Please combine your search terms differently."
msgstr ""
"Логическата заявка не върна резултати. Моля, комбинирайте търсените думи по "
"друг начин."
#: modules/websearch/lib/websearch_templates.py:2669
msgid "See also: similar author names"
msgstr "Виж също: автори с подобни имена"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, python-format
msgid "Collection %s Not Found"
msgstr "Колекцията %s не е намерена"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr "Съжаляваме, колекцията %s не съществува."
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr "Може да започнете да преглеждате от %s."
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr "Интересувате ли се от уведомяване за нови резултати по тази заявка?"
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3101
msgid "People who downloaded this document also downloaded:"
msgstr "Хората, които свалиха този документ, свалиха още:"
#: modules/websearch/lib/websearch_templates.py:3117
msgid "People who viewed this page also viewed:"
msgstr "Хората, които видяха тази страница, също разгледаха:"
#: modules/websearch/lib/websearch_templates.py:3170
#, python-format
msgid "Cited by: %s records"
msgstr "Цитиран от: %s записа"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "Цитиран заедно с: %s записа"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3310
#, fuzzy
msgid "Affiliations:"
msgstr "Цитирания"
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3346
#, fuzzy
msgid "Publishes in"
msgstr "публикации"
#: modules/websearch/lib/websearch_templates.py:3353
#, fuzzy
msgid "Papers:"
msgstr "Страница: "
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3355
#, fuzzy
msgid "times"
msgstr "Време"
#: modules/websearch/lib/websearch_templates.py:3383
#, fuzzy
msgid "Citations:"
msgstr "Цитирания"
#: modules/websearch/lib/websearch_templates.py:3413
#, fuzzy
msgid "Citation summary results"
msgstr "Обратно към резултатите от търсенето"
#: modules/websearch/lib/websearch_templates.py:3418
#, fuzzy
msgid "Total number of citable papers analyzed:"
msgstr "Пълен брой отзиви"
#: modules/websearch/lib/websearch_templates.py:3441
#, fuzzy
msgid "Total number of citations:"
msgstr "Пълен брой отзиви"
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:420
msgid "You are not authorized to view this area."
msgstr "Вие не сте упълномощен да разглеждате тази зона"
#: modules/websearch/lib/websearch_webinterface.py:755
msgid "Not found"
msgstr "Не е намерен"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "в"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
msgid ""
"Haven't found what you were looking for? Try your search on other servers:"
msgstr "Не намерихте, каквото търсите? Опитайте търсене в други сървъри:"
#: modules/websearch/lib/websearch_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr "Преглед на резултатите от външни колекции:"
#: modules/websearch/lib/websearch_external_collections_templates.py:120
msgid "Search timed out."
msgstr "Просрочено време за търсене."
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr ""
"Външната система за търсене не отговори на време. Може да проверите нейните "
"резултати тук:"
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
msgid "No results found."
msgstr "Не са намерени резултати."
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, python-format
msgid "%s results found"
msgstr "Намерени са %s резултата"
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, python-format
msgid "%s seconds"
msgstr "%s секунди"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "кратко"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
"Вие сте влязъл като гост. Може да %(x_url_open)sвлезете%(x_url_close)s като "
"редовен потребител."
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
"Потребителите %(x_fmt_open)sвлезли като гост%(x_fmt_close)s трябва първо да "
"се %(x_url_open)sрегистрират%(x_url_close)s"
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr "Не са намерени заявки"
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
"Достъпът до тази колекция е ограничен. Ако мислите, че имате право на "
"достъп, моля идентифицирайте се."
#: modules/websession/lib/websession_templates.py:97
msgid "External account settings"
msgstr "Настройки на външна сметка"
#: modules/websession/lib/websession_templates.py:99
#, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr ""
"Може да направите справка за списъка на външните ви групи директно от "
"%(x_url_open)sстраницата за групи%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:103
msgid "External user groups"
msgstr "Външни потребителски групи"
#: modules/websession/lib/websession_templates.py:160
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
"Ако желаете да промените вашите електронен адрес или псевдоним, моля "
"въведете отдолу новите стойности."
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr "Редактиране на идентификация"
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr "Пример"
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr "Нов e-mail адрес"
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
msgid "mandatory"
msgstr "задължителен"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr "Бележка"
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr "Задаване на новите стойности"
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
"Тъй като това се счита като подпис за коментари и прегледи, веднъж зададено, "
"не може да бъде променяно повече."
#: modules/websession/lib/websession_templates.py:215
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
"Ако желаете да промените вашата парола, моля въведете отдолу старата и "
"изберете нова."
#: modules/websession/lib/websession_templates.py:217
msgid "Old password"
msgstr "Стара парола"
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr "Нова парола"
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr "изборен"
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr "Паролата може да съдържа пунктуация, интервали, т.н."
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr "Трябва да попълните старата парола, за да можете да зададете нова."
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr "Въведете повторно паролата"
#: modules/websession/lib/websession_templates.py:224
msgid "Set new password"
msgstr "Избиране на нова парола"
#: modules/websession/lib/websession_templates.py:229
#, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr ""
"Ако използвате олекотена сметка в CERN, можете да\n"
" %(x_url_open)sустановите наново паролата си%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:235
#, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr ""
"Можете да смените или установите наново вашата парола за сметка в CERN с "
"помощта на %(x_url_open)sсистемата за регистрация на CERN%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:249
msgid "Edit language-related settings"
msgstr "Редактиране на езикови настройки"
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr "Задайте желания език за уеб изгледа."
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
msgid "Update settings"
msgstr "Актуализиране на настройките"
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr "Редактиране на настройките за търсене"
#: modules/websession/lib/websession_templates.py:279
msgid "Show the latest additions box"
msgstr "Показване на клетката за последно добавени записи"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr ""
#: modules/websession/lib/websession_templates.py:295
msgid "Number of search results per page"
msgstr "Брой на резултати от търсене на страница"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr "Промяна на метода за идентификация"
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr "Моля изберете метода на идентификация, който желаете да използвате"
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
msgid "Select method"
msgstr "Избиране на метод"
#: modules/websession/lib/websession_templates.py:359
#, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
"Ако сте забравили паролата си за вашата %(sitename)s %(x_fmt_open)sвътрешна "
"сметка%(x_fmt_close)s, моля въведете отдолу вашия електронен адрес за да "
"получите връзка за установяване на нова парола."
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr "E-mail адрес"
#: modules/websession/lib/websession_templates.py:382
msgid "Send password reset link"
msgstr "Изпращане на връзка за установяване на нова парола"
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:389
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
"Забележете, че ако сте използвали външна система за идентификация , то ние "
"не можем да направим нищо и трябва да се обърнете към тях."
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr ""
"Като алтернатива може да помолите %s да промени вашата система за свързване "
"от външна на вътрешна."
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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 ""
"%s ви дава възможност да персонализирате вашия изглед, да настроите ваша "
"собствена библиотека от документи, или да зададете автоматично търсене, "
"което ще се извършва периодично и ще ви уведомява за резултатите по e-mail."
#: modules/websession/lib/websession_templates.py:427
#: modules/websession/lib/websession_webinterface.py:267
msgid "Your Settings"
msgstr "Вашите настройки"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr ""
"Задайте или променете e-mail адреса или паролата на вашата сметка. Уточнете "
"вашите предпочитания относно изгледа."
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr "Преглед на всички търсения, които сте извършили за последните 30 дни."
#: modules/websession/lib/websession_templates.py:441
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:450
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 ""
"Абонирайте се за търсене, което ще бъде периодично изпълнявано от нашата "
"услуга. Резултатът може да ви бъде изпратен на e-mail или съхранен в една от "
"вашите кошници."
#: modules/websession/lib/websession_templates.py:459
msgid "Your Loans"
msgstr "Заети от вас неща"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr ""
"Проверете за книги, наети от вас, изпратете заявка за вземане и т.н. "
"Услугата изисква CERN ID."
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr ""
"Вие сте влязъл като гост, вашите известия ще изчезнат в края на текущата "
"сесия."
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
"Вие сте влязъл като %(x_user)s. Може да а) %(x_url1_open)sизлезете"
"%(x_url1_close)s; б) редактирате %(x_url2_open)sнастройките%(x_url2_close)s "
"на вашата сметка."
#: modules/websession/lib/websession_templates.py:573
msgid "Your Alert Searches"
msgstr "Вашите известия за търсене"
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
"Може да направите справка със списъка на %(x_url_open)sгрупите"
"%(x_url_close)s, които администрирате, или на които сте член."
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
msgid "Your Groups"
msgstr "Вашите групи"
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
"Може да направите справка със списъка на %(x_url_open)sвашите публикации"
"%(x_url_close)s и да проверите техния статус."
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
msgid "Your Submissions"
msgstr "Вашите публикации"
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
"Може да направите справка със списъка на %(x_url_open)sдокументите"
"%(x_url_close)s, които сте одобрили или рецензирали."
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
msgid "Your Approvals"
msgstr "Вашите одобрения"
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr "Вашите действия за администриране"
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr "Опитайте отново"
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr ""
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr ""
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:707
#, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr "Връзка за установяване на нова парола беше изпратена на %s."
#: modules/websession/lib/websession_templates.py:722
msgid "Deleting your account"
msgstr "Изтриване на вашата сметка"
#: modules/websession/lib/websession_templates.py:736
msgid "You are no longer recognized by our system."
msgstr "Вие не сте разпознат от системата."
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr "Ако желаете, може да %(x_url_open)sвлезете тук%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr ""
"Ако вече имате сметка, моля влезте като използвате зададения по-долу "
"формуляр."
#: modules/websession/lib/websession_templates.py:780
#, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
"Ако все още не притежавате сметка в CERN, можете да регистрирате "
"%(x_url_open)sолекотена такава%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
"Ако все още нямате сметка, моля %(x_url_open)sрегистрирайте%(x_url_close)s "
"вътрешна такава."
#: modules/websession/lib/websession_templates.py:787
#, python-format
msgid ""
"It is not possible to create an account yourself. Contact %s if you want an "
"account."
msgstr ""
"Не е възможно сами да си създадете сметка. Ако искате такава, моля свържете "
"се с %s."
#: modules/websession/lib/websession_templates.py:810
msgid "Login method:"
msgstr "Метод за влизане:"
#: modules/websession/lib/websession_templates.py:837
msgid "Username"
msgstr "Потребител"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr "Парола"
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr ""
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "вход"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr "Забравена парола?"
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr ""
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
#: modules/websession/lib/websession_templates.py:900
msgid "Set a new password for"
msgstr "Нова парола за"
#: modules/websession/lib/websession_templates.py:901
msgid "Type the new password"
msgstr "Въведете новата парола"
#: modules/websession/lib/websession_templates.py:902
msgid "Type again the new password"
msgstr "Въведете повторно новата парола"
#: modules/websession/lib/websession_templates.py:903
msgid "Set the new password"
msgstr "Установяване на новата парола"
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr "Моля въведете вашия e-mail и желаните потребителско име и парола:"
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr ""
"Сметката не може да бъде използвана преди да бъде проверена и активирана."
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr "Въведете повторно паролата"
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr "регистриране"
#: modules/websession/lib/websession_templates.py:978
#, 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 ""
"Моля не използвайте за тази услуга ценни пароли като например вашите Unix, "
"AFS или NICE пароли. Вашият e-mail адрес ще остане строго поверителен и няма "
"да бъде предоставян на трети лица. Той ще бъде използван, за да ви "
"идентифицира за персонални услуги на %s. Например, може да зададете "
"автоматична заявка за търсене на нови препринти и ще бъдете известявани за "
"тях по e-mail."
#: modules/websession/lib/websession_templates.py:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Изглежда, че вие сте гост. Трябва първо да %(x_url_open)sвлезете в системата"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr "Нямате достъп до функциите за администриране."
#: modules/websession/lib/websession_templates.py:1014
#, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr "Вие сте упълномощен със следните роли: %(x_role)s."
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr "Ето няколко интересни връзки за администриране:"
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
"За повече администраторски действия, вижте пълната %(x_url_open)sзона за "
"администриране%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "гост"
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr "сесия"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "известия"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "кошници"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "сметка"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr "съобщения"
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr "групи"
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr ""
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr "публикации"
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr "одобрения"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "администриране"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "изход"
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr "Вие сте администратор на следните групи:"
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr "Група"
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr "Вие не сте администратор на никоя група."
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr "Редакция на група"
#: modules/websession/lib/websession_templates.py:1291
#, python-format
msgid "Edit %s members"
msgstr "Редактиране на членовете на %s"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
msgid "Create new group"
msgstr "Създаване на нова група"
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr "Вие сте член на следните групи:"
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr "Вие не сте член на никоя група."
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr "Присъединяване към нова група"
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr "Напускане на група"
#: modules/websession/lib/websession_templates.py:1391
msgid "You are a member of the following external groups:"
msgstr "Вие сте член на следните външни групи:"
#: modules/websession/lib/websession_templates.py:1414
msgid "You are not a member of any external groups."
msgstr "Вие не сте член на външна група."
#: modules/websession/lib/websession_templates.py:1462
msgid "Update group"
msgstr "Обновяване група"
#: modules/websession/lib/websession_templates.py:1464
#, python-format
msgid "Edit group %s"
msgstr "Редакция на група %s"
#: modules/websession/lib/websession_templates.py:1466
msgid "Delete group"
msgstr "Изтриване група"
#: modules/websession/lib/websession_templates.py:1539
msgid "Group name:"
msgstr "Име на група:"
#: modules/websession/lib/websession_templates.py:1541
msgid "Group description:"
msgstr "Описание на група:"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr "Правила за членство:"
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
msgid "Please select:"
msgstr "Моля изберете:"
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr "Присъедини се към група"
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr "или я намери"
#: modules/websession/lib/websession_templates.py:1652
msgid "Choose group:"
msgstr "Избери група:"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr "Намиране на група"
#: modules/websession/lib/websession_templates.py:1802
msgid "Remove member"
msgstr "Премахване на член"
#: modules/websession/lib/websession_templates.py:1804
msgid "No members."
msgstr "Няма членове."
#: modules/websession/lib/websession_templates.py:1814
msgid "Accept member"
msgstr "Приемане на член"
#: modules/websession/lib/websession_templates.py:1814
msgid "Reject member"
msgstr "Отхвърляне на член"
#: modules/websession/lib/websession_templates.py:1816
msgid "No members awaiting approval."
msgstr "Няма членове чакащи за одобрение."
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
msgid "Current members"
msgstr "Настоящи членове"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
msgid "Members awaiting approval"
msgstr "Членове, чакащи за одобрение"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr "Покана на нови членове"
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
"Ако искате да поканите нови членове към групата, моля използвайте "
"%(x_url_open)sсистемата за съобщения%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1827
#, python-format
msgid "Group: %s"
msgstr "Група: %s"
#: modules/websession/lib/websession_templates.py:1910
msgid "Group list"
msgstr "Списък на групите"
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr "Вие не сте член на никоя група."
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr "Сигурен ли сте, че искате да изтриете тази група?"
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr "Сигурен ли сте, че искате да напуснете тази група?"
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr "Видима и отворена за нови членове"
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr "Видима, но новите членове се нуждаят от одобрение"
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr "Група %s: Молба за ново членство"
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr "Потребител иска да се присъедини към групата %s."
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
"Моля, %(x_url_open)sприемете или отхвърлете%(x_url_close)s тази "
"потребителска молба."
#: modules/websession/lib/websession_templates.py:2124
#, python-format
msgid "Group %s: Join request has been accepted"
msgstr "Група %s: Молбата за присъединяване е приета"
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr "Молбата ви за присъединяване към група %s е приета."
#: modules/websession/lib/websession_templates.py:2127
#, python-format
msgid "Group %s: Join request has been rejected"
msgstr "Група %s: Молбата за присъединяване е отхвърлена"
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr "Молбата ви за присъединяване към група %s е отхвърлена."
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr ""
"Може да направите справка със списъка на %(x_url_open)sвашите групи"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:2145
#, python-format
msgid "Group %s has been deleted"
msgstr "Групата %s е изтрита"
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr "Групата %s е изтрита от нейния администратор."
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
"Можете да направите справка със списъка на %(x_url_open)s%(x_nb_total)i "
"групите%(x_url_close)s, за които сте абониран (%(x_nb_member)i) или "
"администрирате (%(x_nb_admin)i)."
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr "Проблем с базата данни"
#: modules/websession/lib/webuser.py:299
msgid "user"
msgstr "потребител"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr ""
#: modules/websession/lib/webuser.py:713
msgid "New account on"
msgstr "Нова сметка в"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr ""
#: modules/websession/lib/webuser.py:716
msgid "A new account has been created on"
msgstr "Създадена е нова сметка в"
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr ""
#: modules/websession/lib/webuser.py:720
msgid " Username/Email"
msgstr "Потребителско име/Email"
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr ""
"Сега може да влезете в %(x_url_open)sстраницата на вашата сметка"
"%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
msgid "Email address successfully activated"
msgstr "Електронният адрес е успешно активиран"
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:155
msgid "Reset password"
msgstr "Установяване на нова парола"
#: modules/websession/lib/websession_webinterface.py:161
msgid "This request for resetting a password has already been used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:164
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:271
#, python-format
msgid "%s Personalize, Your Settings"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr "Настройките са редактирани"
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
msgid "Show account"
msgstr "Показване на сметка"
#: modules/websession/lib/websession_webinterface.py:323
msgid "Switched to internal login method."
msgstr "Методът за влизане е променен на вътрешен."
#: modules/websession/lib/websession_webinterface.py:324
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:332
msgid "Send Password"
msgstr "Изпращане на парола"
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr "Методът за влизане е успешно избран."
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr "Настройките бяха успешно редактирани."
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr "Желаният псевдоним %s не е валиден."
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr "Моля, опитайте отново."
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr "Редактиране на настройките"
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr "Грешка при промяна на настройките"
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr "Посоченият e-mail адрес %s е невалиден."
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr "Посоченият e-mail %s вече съществува в базата данни."
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr "Или опитайте отново."
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr "Желаният псевдоним %s вече съществува."
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr "Паролата е успешно редактирана."
#: modules/websession/lib/websession_webinterface.py:415
msgid "Password edited"
msgstr "Паролата е променена"
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr "Двете пароли трябва да съвпадат."
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
msgid "Editing password failed"
msgstr "Промяната на паролата е неуспешно"
#: modules/websession/lib/websession_webinterface.py:423
msgid "Wrong old password inserted."
msgstr "Грешно въведена стара парола."
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:450
msgid "Unable to update settings."
msgstr "Невъзможност за актуализиране на настройките."
#: modules/websession/lib/websession_webinterface.py:507
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr ""
"Връзката за установяване на нова парола не може да бъде изпратена, тъй като "
"вие използвате външна система за удостоверяване."
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr "Въведеният e-mail не съществува в базата от данни."
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr ""
"Въведеният e-mail е невалиден, моля проверете дали той е написан правилно "
"(пр. johndoe@example.com)."
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr "Невалиден e-mail адрес"
#: modules/websession/lib/websession_webinterface.py:552
msgid "Reset password link sent"
msgstr "Връзката за установяване на нова парола е изпратена"
#: modules/websession/lib/websession_webinterface.py:597
msgid "Delete Account"
msgstr "Изтриване на сметка"
#: modules/websession/lib/websession_webinterface.py:623
msgid "Logout"
msgstr "Изход"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr "Регистриране"
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr "Вашата сметка е успешно създадена."
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr "Сметката е създадена"
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr ""
"Втори e-mail ще бъде изпратен, когато сметката е активирана и може да бъде "
"използвана."
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr "Сега може да влезете във вашата %(x_url_open)sсметка%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr "Грешка при регистрация"
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr "Желаният псевдоним %s вече съществува в базата от данни."
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr ""
"Потребителите не могат да се регистрират сами, само администратор може да ги "
"регистрира."
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr "Присъединяване към нова група"
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr "Напускане на група"
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr "Редактиране на група"
#: modules/websession/lib/websession_webinterface.py:1157
msgid "Edit group members"
msgstr "Редактиране на членове на група"
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "Начало"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "Персонализиране"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "Помощ"
#: modules/webstyle/lib/webstyle_templates.py:414
msgid "Last updated"
msgstr "Последна промяна"
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr "Powered by"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "Поддръжка от"
#: modules/webstyle/lib/webstyle_templates.py:500
msgid "This site is also available in the following languages:"
msgstr "Този сайт е достъпен на следните езици:"
#: modules/webstyle/lib/webstyle_templates.py:529
msgid "Browser"
msgstr "Браузър"
#: modules/webstyle/lib/webstyle_templates.py:551
msgid "System Error"
msgstr "Системна грешка"
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr "Описание"
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr "Време"
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr "Клиент"
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr "Моля, изпратете описание на грешката на администратора."
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr "Изпращане на описание на грешка"
#: modules/webstyle/lib/webstyle_templates.py:624
#, python-format
msgid "Please contact %s quoting the following information:"
msgstr "Моля свържете се с %s като цитирате следната информация:"
#: modules/webstyle/lib/webstyle_templates.py:772
#, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr ""
"Записът е създаден на %(x_date_creation)s, последна промяна на "
"%(x_date_modification)s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
msgid "Admin Pages"
msgstr "Страници за администриране"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:161
msgid "Latest modifications:"
msgstr "Последни промени:"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:166
msgid "See also"
msgstr "Виж също:"
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, python-format
msgid "Page %s Not Found"
msgstr "Страницата %s не е намерена"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr "Съжаляваме, страницата %s не съществува."
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr ""
"Може да погледнете в %(x_url_open)sстраниците за %(x_category)s"
"%(x_url_close)s."
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr ""
"Съжаляваме, трябва да сте влязъл в системата, за да извършите това действие."
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
msgid "Invalid parameter"
msgstr "Невалиден параметър"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr "Папката за публикуване не може да бъде намерена."
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr "Непознат тип документ"
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr "Непознато действие"
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr "Броят на страниците в публикацията не може да бъде определен."
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr "Папката за тази публикация не може да бъде създадена."
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr "Папката за публикуване не може да бъде създадена."
#: modules/websubmit/lib/websubmit_engine.py:384
msgid "Unknown form field found on submission page."
msgstr "Непознато поле в страницата за изпращане."
#: modules/websubmit/lib/websubmit_engine.py:512
msgid "Unknown form field found on one of the submission pages."
msgstr "Непознато поле в една от страниците за изпращане."
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr "Типът документ не може да бъде намерен."
#: modules/websubmit/lib/websubmit_engine.py:1469
msgid "The chosen action is not supported by the document type."
msgstr "Избраното от вас действие не се поддържа от типа документ."
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr "Предупреждение"
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr "Налични за публикуване документни типове"
#: modules/websubmit/lib/websubmit_templates.py:95
#, fuzzy
msgid "Please select the type of document you want to submit"
msgstr "Моля, изберете типа документ, който желаете да публикувате."
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr "Няма налични документни типове."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr "Моля, първо влезте."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr "Използвайте менюто горе в дясно за вход в системата."
#: modules/websubmit/lib/websubmit_templates.py:301
msgid "Please select a category"
msgstr "Моля, изберете категория"
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr "Забележка"
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr "Изберете категория и след това натиснете бутон за действие."
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr ""
"За да продължите предишно прекъснато публикуване, моля въведете отдолу вашия "
"номер за достъп:"
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr "ИДИ"
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr "РЕЗЮМЕ"
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr "Предишна страница"
#: modules/websubmit/lib/websubmit_templates.py:535
msgid "Submission number"
msgstr "Номер на публикация"
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr "Следваща страница"
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr "Сигурен ли сте, че искате да прекъснете това публикуване?"
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
msgid "Back to main menu"
msgstr "Обратно към главното меню"
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr ""
"Това е вашия номер на публикация. В случай на проблеми, той може да бъде "
"използван, за да се продължи прекъснат процес на публикуване."
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr "Задължителните полета са оцветени в червено в прозореца РЕЗЮМЕ."
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr "Полето %s е задължително."
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr "Моля, направете избор"
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr "Моля, натиснете бутон."
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr "Полето %s е задължително. Моля, попълнете го."
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr "Полето %(field)s е задължително."
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr "Обратно към страница"
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr "завършен!"
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr "край на действието"
#: modules/websubmit/lib/websubmit_templates.py:957
msgid "Submission no"
msgstr "Публикация номер"
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
"Това е списъка с %(x_action)s функции за %(x_doctype)s документи на ниво "
"%(x_step)s"
#: modules/websubmit/lib/websubmit_templates.py:1032
msgid "Function"
msgstr "Функция"
#: modules/websubmit/lib/websubmit_templates.py:1033
msgid "Score"
msgstr "Точки"
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr "Изпълнение на функция"
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr "Функцията %s не съществува."
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr "Сега трябва да"
#: modules/websubmit/lib/websubmit_templates.py:1111
msgid "record"
msgstr "запис"
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr "документ"
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
msgid "version"
msgstr "версия"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr "файл(а)"
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr "виж"
#: modules/websubmit/lib/websubmit_templates.py:1375
msgid "For"
msgstr "За"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr "всички типове документи"
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr "Id"
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr "Справка"
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr "Първи достъп"
#: modules/websubmit/lib/websubmit_templates.py:1435
msgid "Last access"
msgstr "Последен достъп"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr "Сигурен ли сте, че искате да изтриете тази публикация?"
#: modules/websubmit/lib/websubmit_templates.py:1446
#, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "Изтриване на публикация %(x_id)s в %(x_docname)s"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr "Рецензията все още не е дадена"
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr "Рецензирани документи"
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr "Вие сте общ рецензент"
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr "Вие сте рецензент за категория:"
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr "Списък на рецензираните типове документи"
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
#, fuzzy
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr ""
"Изберете един от следните типове документ за да проверите техния статус."
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr "Списък на рецензираните категории"
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr "Моля, изберете категория"
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
msgid "Pending"
msgstr "Чакащ"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
msgid "Approved"
msgstr "Одобрен"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
msgid "Rejected"
msgstr "Отхвърлен"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr "Ключ"
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
msgid "Waiting for approval"
msgstr "Чакащ одобрение"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
msgid "Already approved"
msgstr "Вече одобрен"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr "Някои от документите са чакащи."
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1808
msgid "List of refereing categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1812
msgid "List of publication categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1816
msgid "List of direct approval categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
msgid "Cancelled"
msgstr "Отменено"
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr "Списък на рецензираните документи"
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr "За повече информация щракнете върху номер на доклад."
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "Номер на доклада"
#: modules/websubmit/lib/websubmit_templates.py:2073
msgid "List of publication documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2075
msgid "List of direct approval documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr "Вашата заявка е изпратена на рецензента."
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr "Заглавие:"
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr "Автор:"
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr "Повече информация:"
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr "Натиснете тук"
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr "Този документ все още %(x_fmt_open)sчака одобрение%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
msgid "It was first sent for approval on:"
msgstr "За първи път е изпратен за одобрение на:"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr "Последният e-mail за одобрение е изпратен на:"
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr ""
"Може отново да изпратите e-mail със заявка за одобрение като натиснете "
"следния бутон:"
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr "Повторно изпращане"
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr ""
"ПРЕДУПРЕЖДЕНИЕ! Ако потвърдите, на вашия рецензент ще бъде изпратен e-mail."
#: modules/websubmit/lib/websubmit_templates.py:2298
#, fuzzy
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr ""
"Като рецензент на този документ, вие може да натиснете този бутон за да го "
"одобрите или отхвърлите."
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr "Одобряване/Отхвърляне"
#: modules/websubmit/lib/websubmit_templates.py:2305
#, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "Този документ е %(x_fmt_open)sодобрен%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2307
msgid "Its approved reference is:"
msgstr "Справката за одобрението му е:"
#: modules/websubmit/lib/websubmit_templates.py:2313
msgid "It was approved on:"
msgstr "Той е одобрен на:"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "Този документ е %(x_fmt_open)sотхвърлен%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2323
msgid "It was rejected on:"
msgstr "Той е отхвърлен на:"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
msgid "No referee has been selected yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
msgid "Select a referee"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
msgid "Send a recommendation"
msgstr "Изпрати препоръка"
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2453
msgid "No editorial board has been selected yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2602
msgid "Comments overview"
msgstr "Преглед на коментари"
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
msgid "select user"
msgstr "изберете потребител"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2741
msgid "add this user"
msgstr "добавете този потребител"
#: modules/websubmit/lib/websubmit_templates.py:2791
msgid "remove this user"
msgstr "отстранете този потребител"
#: modules/websubmit/lib/websubmit_templates.py:2906
msgid "User"
msgstr "Потребител"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:172
msgid "The collection to which this file belong is restricted: "
msgstr "Колекцията, към която файлът принадлежи, е с ограничен достъп."
#: modules/websubmit/lib/websubmit_webinterface.py:178
msgid "This file is restricted: "
msgstr "Този файл е с ограничен достъп."
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr "Достъп до пълния текст"
#: modules/websubmit/lib/websubmit_webinterface.py:303
#, fuzzy
msgid "Not enough information to retrieve the document"
msgstr "Бъдете първия, който ще оцени този документ."
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr "Този документ никога не е заявяван за одобрение."
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr "Документът не може да бъде показан."
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
msgid "Action unauthorized for this document."
msgstr "Действието не е позволено за този документ."
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
msgid "Action unavailable for this document."
msgstr "Действието не е валидно за този документ."
#: modules/websubmit/web/publiline.py:668
msgid "Adding users to the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "hits"
msgstr "попадения"
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr ""
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr ""
#: modules/websubmit/web/publiline.py:793
msgid "Referee selection"
msgstr ""
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
msgid "Come back to the document"
msgstr "Връщане към документа"
#: modules/websubmit/web/publiline.py:1068
msgid "Select:"
msgstr "Избиране:"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
msgid "Approve"
msgstr "Одобряване"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
msgid "Reject"
msgstr "Отхвърляне"
#: modules/websubmit/web/publiline.py:1168
msgid "Wrong action for this document."
msgstr "Грешно действие за този документ."
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:98
#, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr "Изпратете имейл на %(x_url_open)sразработчиците%(x_url_close)s"
#: modules/webjournal/lib/webjournal_templates.py:143
msgid "Regeneration Error"
msgstr "Грешка при повторно създаване"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
#, fuzzy
msgid "Publish"
msgstr "публикации"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
#, fuzzy
msgid "Refresh"
msgstr "Референции"
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
#, fuzzy
msgid "Update"
msgstr "Обновяване група"
#: modules/webjournal/lib/webjournal_templates.py:625
#, fuzzy
msgid "Apply"
msgstr "Април"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
msgid "Internal configuration error"
msgstr "Вътрешна грешка при конфигуриране"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:194
msgid "No journal articles"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:232
msgid "No journal issues"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:269
msgid "Journal article error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:303
msgid "No journals available"
msgstr "Няма налични списания"
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:358
msgid "No current issue"
msgstr "Няма текущо издание"
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:450
msgid "No popup record"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:482
msgid "Update error"
msgstr "Грешка при обновяване"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr "Появи се вътрешна грешка"
#: modules/webjournal/lib/webjournal_config.py:513
msgid "Journal publishing DB error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:544
msgid "Journal issue error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:545
msgid "We could not find a current issue in the Database"
msgstr "Не можахме да намерим текущо издание в базата данни"
#: modules/webjournal/lib/webjournal_config.py:575
msgid "Journal ID error"
msgstr "Грешка с ID на списанието"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr "Не е намерено ID за това списание в базата от данни"
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:611
#, fuzzy
msgid "Sorry, this category does not exist for this journal."
msgstr "Съжаляваме, записът %s не съществува."
#: modules/webjournal/web/admin/webjournaladmin.py:74
#, fuzzy
msgid "WebJournal Admin"
msgstr "Администриране на WebComment"
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:148
msgid "Feature a record"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:309
#, fuzzy
msgid "Publishing Interface"
msgstr "Вътрешна грешка"
#: modules/webjournal/web/admin/webjournaladmin.py:335
#, fuzzy
msgid "Add Journal"
msgstr "Добавяне към потребителите"
#: modules/webjournal/web/admin/webjournaladmin.py:337
#, fuzzy
msgid "Edit Settings"
msgstr "Редактиране на настройките"
#~ msgid "link"
#~ msgstr "връзка"
#~ msgid "links"
#~ msgstr "връзки"
#~ msgid "The contents of this collection is restricted."
#~ msgstr "Съдържанието на тази колекция е с ограничен достъп."
#~ msgid "Sort:"
#~ msgstr "Сортиране:"
#, fuzzy
#~ msgid "Author"
#~ msgstr "Автор:"
#~ msgid "Parameter docid missing"
#~ msgstr "Параметърът docid липсва"
#~ msgid "Please login to perform this action."
#~ msgstr "Влезте в системата, за да извършите това действие."
#~ msgid "Alert sent successfully!"
#~ msgstr "Известието e успешно изпратено!"
#~ msgid "Webjournal Administration Interface"
#~ msgstr "Администриране на Webjournal"
#~ msgid "Available journals"
#~ msgstr "Налични списания"
#~ msgid "Main file(s)"
#~ msgstr "Главн(и) файл(ове)"
#~ msgid "Display searches"
#~ msgstr "Показване на резултати от търсене"
#~ msgid "Please select the type of document you want to submit."
#~ msgstr "Моля, изберете типа документ, който желаете да публикувате."
#~ msgid ""
#~ "Select one of the following types of documents to check the documents "
#~ "status."
#~ msgstr ""
#~ "Изберете един от следните типове документ за да проверите техния статус."
#~ msgid ""
#~ "As a referee for this document, you may click this button to approve or "
#~ "reject it."
#~ msgstr ""
#~ "Като рецензент на този документ, вие може да натиснете този бутон за да "
#~ "го одобрите или отхвърлите."
#, fuzzy
#~ msgid " Username/Email: %s\n"
#~ msgstr "Потребител"
#, fuzzy
#~ msgid " Password: %s\n"
#~ msgstr "Парола"
#~ msgid "Migrate BibFormat Settings"
#~ msgstr "Мигриране на настройките на BibFormat"
#~ msgid "Migrate Knowledge Bases"
#~ msgstr "Мигриране на базите от знания"
#~ msgid "Migrate Behaviours"
#~ msgstr "Мигриране на поведения"
#~ msgid "Migrate Formats"
#~ msgstr "Мигриране на форматите"
#, fuzzy
#~ msgid "Your account created on"
#~ msgstr "Сметката беше създадена"
#, fuzzy
#~ msgid "You have created a new account on"
#~ msgstr "или създай нова"
#~ msgid ""
#~ "You can now go back to %(x_url_open)sBibEdit Admin Interface%(x_url_close)"
#~ "s."
#~ msgstr ""
#~ "Сега можете да се върнете обратно към %(x_url_open)sBibEdit Admin "
#~ "Interface%(x_url_close)s."
#, fuzzy
#~ msgid "No Articles"
#~ msgstr "Статия"
#, fuzzy
#~ msgid "No Issues"
#~ msgstr "Нямате съобщения"
#, fuzzy
#~ msgid "Article Error"
#~ msgstr "Статия"
#, fuzzy
#~ msgid "%s Personalize, Main page"
#~ msgstr "Персонализиране"
#, fuzzy
#~ msgid "%s , personalize"
#~ msgstr "Персонализиране"
#, fuzzy
#~ msgid "Successfully featured record: %s"
#~ msgstr "успешно забранена обида"
#~ msgid "Convert"
#~ msgstr "Конвертиране"
#~ msgid "Library"
#~ msgstr "Библиотека"
#~ msgid "Agenda"
#~ msgstr "Програма"
#~ msgid "Webcast"
#~ msgstr "Webcast"
#~ msgid "Search Help"
#~ msgstr "Търсене в помощ"
#~ msgid "Comment Management"
#~ msgstr "Управление на коментари"
#~ msgid "Format:"
#~ msgstr "Формат:"
#~ msgid "Send lost password"
#~ msgstr "Изпрати паролата"
#~ msgid "Here are your user credentials for"
#~ msgstr "Това са вашите акредитации за"
#~ msgid "username"
#~ msgstr "потребителско име"
#~ msgid "password"
#~ msgstr "парола"
#~ msgid "You can login at"
#~ msgstr "Може да влезете в"
#~ msgid "You seem to be %(x_role)s."
#~ msgstr "Излгежда, че вие сте %(x_role)s."
#~ msgid "Credentials for"
#~ msgstr "Акредитации за"
#~ msgid ""
#~ "An email has been sent to the given address with the account information."
#~ msgstr "На посочения адрес беше изпратен e-mail с информация за сметката."
#~ msgid "Unable to find file."
#~ msgstr "Файлът не може да бъде намерен."
#~ msgid "Cannot find submission directory."
#~ msgstr "Папката за публикуване не може да бъде намерена."
#~ msgid "Unknown type of document"
#~ msgstr "Непознат тип документ"
#~ msgid "Login via:"
#~ msgstr "Влизане през:"
#~ msgid "Edit parameters"
#~ msgstr "Редактирай параметрите"
#~ msgid "Save"
#~ msgstr "Запази"
#~ msgid "Try your search on..."
#~ msgstr "Пробвайте търсене на..."
#, fuzzy
#~ msgid "Timeout"
#~ msgstr "Време"
#, fuzzy
#~ msgid "See results"
#~ msgstr "резултати"
#, fuzzy
#~ msgid "%(num)s results found"
#~ msgstr "Намерени са %s записа"
#, fuzzy
#~ msgid "No result found"
#~ msgstr "Не бяха намерени заявки"
#, fuzzy
#~ msgid "user #%i"
#~ msgstr "потребител"
#, fuzzy
#~ msgid "GROUP_DELETED"
#~ msgstr "ИЗТРИВАНЕ"
#, fuzzy
#~ msgid "MEMBER_DELETED"
#~ msgstr "ИЗТРИВАНЕ"
diff --git a/po/ca.po b/po/ca.po
index dbfa42a72..3fa2010b4 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -1,7745 +1,7745 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-02-28 18:47+0100\n"
"Last-Translator: Ferran Jorba <Ferran.Jorba@uab.cat>\n"
"Language-Team: CA <cds.support@cern.ch>\n"
"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"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "I NO"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "Zona d'administració"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "Llista"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "Consells de cerca"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "resum"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "text complert"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "Expressió regular:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "Totes les paraules:"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "número d'informe"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "any"
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr "matèria"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "Frase parcial:"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "referència"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "autor"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
msgid "Search Guide"
msgstr "Guia de Cerca"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "experiment"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "Al menys una de les paraules:"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "divisió"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "Cerca"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "qualsevol camp"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "Centre d'ajuda"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
#, fuzzy
msgid "Export as"
msgstr "Denuncieu-ne un abús"
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "col·lecció"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "Frase exacta:"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
#, fuzzy
msgid "Submit Guide"
msgstr "Ajuda per als lliuraments"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "O"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "I"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "paraula clau"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "títol"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
msgid "Narrow by collection:"
msgstr "Limitar per col·lecció:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
#, fuzzy
msgid "Add to personal basket"
msgstr "Afegeix-lo al cistell personal"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
#, fuzzy
msgid "WebSubmit Admin Guide"
msgstr "Administració de lliuraments"
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
#, fuzzy
msgid "No fulltext"
msgstr "text complert"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
msgid "or"
msgstr "o"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr "Afegeix subcamp"
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr "Camp"
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr "Afegeix camp"
#: modules/bibedit/lib/bibedit_templates.py:123
msgid "Verbose"
msgstr "Textual"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "Lliura"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr "Cancel·la"
# Suprimir? Temps verbal?
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr "Suprimeix"
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
msgid "Action"
msgstr "Acció"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr "Registre"
#: modules/bibedit/lib/bibedit_templates.py:155
msgid "Display"
msgstr "Mostra"
#: modules/bibedit/lib/bibedit_templates.py:274
msgid "Done"
msgstr "Fet"
#: modules/bibedit/lib/bibedit_templates.py:275
#, fuzzy
msgid "Add another subfield"
msgstr "Afegeix subcamp"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
#, fuzzy
msgid "Move up"
msgstr "Puja'l"
#: modules/bibedit/lib/bibedit_templates.py:369
#, fuzzy
msgid "Move down"
msgstr "Baixa'l"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr "Edita"
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr "Els vostres canvis són TEMPORALS."
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr "Per a desar aquest registre, feu clic a Lliura."
#: modules/bibedit/lib/bibedit_templates.py:476
msgid "This record does not exist."
msgstr "Aquest registre no existeix."
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr "Proveu un altre número de registre."
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr "Aquest registre ara mateix l'està editant algú altre."
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr "Torneu-ho a provar més tard."
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr "No es pot editar un registre suprimit."
#: modules/bibedit/lib/bibedit_templates.py:500
#, fuzzy
msgid "There are record revisions not yet synchronized with the database."
msgstr ""
"L'adreça de correu electrònic que heu entrat no existeix a la base de dades"
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
#, fuzzy
msgid "Please try again in a few minutes."
msgstr "Torneu-ho a provar més tard."
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr "Introduiu l'identificador del registre que voleu editar"
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr ""
"Les vostres modificacions han estat lliurades. Es processaran tan aviat com "
"la cua de tasques estigui buida"
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
#, fuzzy
msgid "Edit another record"
msgstr "Proveu un altre número de registre."
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr "Esteu segur que voleu suprimir aquest cistell?"
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr "Sí"
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr "No"
#: modules/bibedit/lib/bibedit_templates.py:563
#, fuzzy, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr "Esteu segur que voleu suprimir aquest cistell?"
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr ""
"Aquest registre es suprimirà tan aviat com la cua de tasques estigui buida."
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr "Registre %s - Afegeix un camp"
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr "Interfície d'aministració de BibEdit"
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr "Edició del registre %(x_recid)s, camp %(x_field)s"
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr "Edició del registre %(x_recid)s, camp %(x_field)s - Afegir un subcamp"
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, python-format
msgid "Submit and save record %s"
msgstr "Lliura i desa el registre %s"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, python-format
msgid "Record #%s"
msgstr "Registre #%s"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, fuzzy, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr "Edició del registre %(x_recid)s, camp %(x_field)s"
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr "Menú"
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr "Tanca l'editor"
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr "Modifica els atributs de la plantilla"
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr "Editor de plantilles"
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr "Comprova les dependències"
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr "Nom"
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
msgid "Description"
msgstr "Descripció"
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr "Actualitza els atributs del format"
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
msgid "Show Documentation"
msgstr "Mostra la documentació"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr "Amagar la documentació"
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr "Estat"
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr "Data de la darrera modificació"
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
msgid "Manage Output Formats"
msgstr "Gestiona els formats de sortida"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr "Gestiona les plantilles dels formats"
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr "Documentació dels elements dels formats"
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr "Gestiona les bases de coneixement"
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr "Afegeix una nova plantilla de format"
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr "Comprova les plantilles de format extensivament"
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr "Codi"
#: modules/bibformat/lib/bibformat_templates.py:1134
msgid "Add New Output Format"
msgstr "Afegeix un nou format de sortida"
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr "menú"
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
msgid "Close Output Format"
msgstr "Tancar format de sortida"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
msgid "Rules"
msgstr "Regles"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr "Modifica els atributs del format de sortida"
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
msgid "Remove Rule"
msgstr "Elimina la regla"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr "Afegeix una nova regla"
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr "Desa els canvis"
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr "Mapatge de la base de coneixement"
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr "Atributs de la base de coneixements"
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr "Dependències de la base de coneixements"
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr "No s'ha trobat cap problema amb el format"
#: modules/bibformat/lib/bibformat_templates.py:2266
msgid "An error has been found"
msgstr "S'ha trobat un error"
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr "S'han trobat els següents errors"
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr "Administració de BibFormat"
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
msgid "Test with record:"
msgstr "Prova-ho amb el registre:"
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr "Introduiu una cerca aquí."
#: modules/bibformat/lib/elements/bfe_authors.py:120
msgid "Hide"
msgstr "Amaga"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr "Mostra tots els %i autors"
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
#, fuzzy
msgid "Download fulltext"
msgstr "text complert"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr ""
# O núm?
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
#, fuzzy
msgid "older versions"
msgstr " versió #%s"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external links"
msgstr "Paràmetres generals"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "Text complert"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
msgid "Restricted Output Format"
msgstr "Format de sortida restringit"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr "D'acord"
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, python-format
msgid "Output Format %s Rules"
msgstr "Regles del format de sortida %s"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr "Atributs del format de sortida %s"
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr "Dependències del format de sortida %s"
#: modules/bibformat/web/admin/bibformatadmin.py:371
msgid "Delete Output Format"
msgstr "Suprimeix el format de sortida"
#: modules/bibformat/web/admin/bibformatadmin.py:417
#, fuzzy
msgid "Cannot create output format"
msgstr "Gestiona els formats de sortida"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr "Plantilla de format restringit"
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr "Plantilla de format %s"
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr "Atributs de la plantilla de format %s"
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr "Dependències de la plantilla de format %s"
#: modules/bibformat/web/admin/bibformatadmin.py:660
msgid "Delete Format Template"
msgstr "Suprimeix la plantilla de format"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr "Dependències de l'element de format %s"
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr "Prova l'element de format %s"
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr "Base de coneixement desconeguda"
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr "Base de coneixement %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr "Atributs de la base de coneixement %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr "Dependències de la base de coneixement %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1285
msgid "Delete Knowledge Base"
msgstr "Suprimeix la base de coneixement"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr "Valida del format de sortida %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr "Valida de la plantilla de format %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr "Element de format restringit"
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr "Valida de l'element de format %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr "Validació del format"
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
msgid "See Guide"
msgstr "Vegeu la guia"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr "Fonts OAI que estan actualment a la base de dades"
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr "No hi ha fonts OAI actualment a la base de dades"
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr "Propera tasca oaiharvest"
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr "previst per:"
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr "estat actual:"
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr "No hi ha cap tasca oaiharvest programada"
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr "validat correctament"
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr "no sembla una baseURL que compleixi amb OAI"
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
#, fuzzy
msgid "Citation history:"
msgstr "Històric de cites"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
#, fuzzy
msgid "Download history:"
msgstr "Històric de baixades"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
#, fuzzy
msgid "Download user distribution:"
msgstr "Històric de baixades"
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr "N/D"
#: modules/miscutil/lib/dateutils.py:159
msgid "Sun"
msgstr "Diu"
#: modules/miscutil/lib/dateutils.py:160
msgid "Mon"
msgstr "Dll"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr "Dmt"
#: modules/miscutil/lib/dateutils.py:162
msgid "Wed"
msgstr "Dmc"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr "Dij"
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr "Div"
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr "Div"
#: modules/miscutil/lib/dateutils.py:167
msgid "Sunday"
msgstr "diumenge"
#: modules/miscutil/lib/dateutils.py:168
msgid "Monday"
msgstr "dilluns"
#: modules/miscutil/lib/dateutils.py:169
msgid "Tuesday"
msgstr "dimarts"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr "dimecres"
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr "dijous"
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr "divendres"
#: modules/miscutil/lib/dateutils.py:173
msgid "Saturday"
msgstr "dissabte"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
msgid "Month"
msgstr "mes"
#: modules/miscutil/lib/dateutils.py:188
msgid "Jan"
msgstr "gen"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr "feb"
#: modules/miscutil/lib/dateutils.py:190
msgid "Mar"
msgstr "mar"
#: modules/miscutil/lib/dateutils.py:191
msgid "Apr"
msgstr "abr"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "mai"
#: modules/miscutil/lib/dateutils.py:193
msgid "Jun"
msgstr "jun"
#: modules/miscutil/lib/dateutils.py:194
msgid "Jul"
msgstr "jul"
#: modules/miscutil/lib/dateutils.py:195
msgid "Aug"
msgstr "ago"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr "set"
#: modules/miscutil/lib/dateutils.py:197
msgid "Oct"
msgstr "oct"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr "nov"
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr "des"
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "gener"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "febrer"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "març"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "abril"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "juny"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "juliol"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "agost"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "setembre"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "octubre"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "novembre"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "desembre"
#: modules/miscutil/lib/dateutils.py:231
msgid "Day"
msgstr "Dia"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "Any"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
msgid "Sorry"
msgstr "Ho sentim"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr "No es pot enviar la petició d'error, falta el paràmetre %s."
#: modules/miscutil/lib/errorlib_webinterface.py:100
msgid "The error report has been sent."
msgstr "S'ha enviat l'informe d'error."
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr "Moltes gràcies per ajudar-nos a millorar CDS Invenio."
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr ""
"Useu el botó d'endarrere del vostre navegador per retornar a la pàgina "
"anterior."
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr "Gràcies!"
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr "el número registre"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr "semblança de paraules"
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:412
#, fuzzy
msgid "times cited"
msgstr "S'han editat els paràmetres"
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
#, fuzzy
msgid "Hello:"
msgstr "Hola"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr "A reveure"
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr "Necesiteu intervenció humana? Contacteu"
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr "Executar BibEdit"
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr "Configurar BibFormat"
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr "Configurar de BibHarvest"
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
#, fuzzy
msgid "Configure OAI Repository"
msgstr "Configurar BibFormat"
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr "Configurar de BibIndex"
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr "Configurar de BibRank"
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr "Configurar de WebAccess"
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
msgid "Configure WebComment"
msgstr "Configurar de WebComment"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
msgid "Configure WebSearch"
msgstr "Configurar de WebSearch"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr "Configurar de WebSubmit"
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, fuzzy, python-format
msgid "Your account on '%s' has been activated"
msgstr "El vostre compte ha estat creat correctament."
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, fuzzy, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr "El vostre compte ha estat creat correctament."
# Confirmar que no hagi de ser l'email!
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
#, fuzzy
msgid "Username/Email:"
msgstr "Nom d'usuari"
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
#, fuzzy
msgid "Password:"
msgstr "Contrasenya"
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, fuzzy, python-format
msgid "Account created on '%s'"
msgstr "Compte creat"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, fuzzy, python-format
msgid "An account has been created for you on '%s':"
msgstr "El vostre compte ha estat creat correctament."
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, fuzzy, python-format
msgid "Account rejected on '%s'"
msgstr "Compte creat"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, fuzzy, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr "La vostra petició d'ingressar al grup %s ha estat rebutjada."
# Confirmar que no hagi de ser l'email!
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, fuzzy, python-format
msgid "Username/Email: %s"
msgstr "Nom d'usuari"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, fuzzy, python-format
msgid "Account deleted on '%s'"
msgstr "Compte creat"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, fuzzy, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "El grup %s ha estat suprimit."
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "Registre complet"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "Registres semblants"
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr "Citat per"
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr "Ja teniu una alerta amb el nom de %s."
# En femení perquè és data
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr "desconeguda"
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
#, fuzzy
msgid "You do not have rights for this operation."
msgstr "No teniu prou permisos per a veure el contingut d'aquest cistell."
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr "Ja teniu una alerta definida per a aquesta cerca i cistell."
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr "El nom de l'alerta no pot estar buit"
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr "No sou el propietari d'aquest cistell."
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr "L'alerta %s ha estat afegida al vostre perfil"
#: modules/webalert/lib/webalert.py:376
#, python-format
msgid "The alert %s has been successfully updated."
msgstr "L'alerta %s ha estat actualitzada correctament"
#: modules/webalert/lib/webalert.py:428
#, fuzzy, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
"Heu fet %(x_nb)s cerques. Hi ha una %(x_url_open)sdetailed_list"
"%(x_url_close)s disponible amb possibilitat de (a) veure els resultats de la "
"cerca i (b) subscriure-us per rebre notificacions per correu electrònic "
"d'aquestes cerques."
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr "Patró"
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr "Patró 1"
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr "Camp 1"
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr "Patró 2"
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr "Camp 2"
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr "Patró 3"
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr "Camp 3"
#: modules/webalert/lib/webalert_templates.py:90
msgid "Collections"
msgstr "Col·leccions"
#: modules/webalert/lib/webalert_templates.py:92
msgid "Collection"
msgstr "Col·lecció"
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr "Heu definit les següents alertes:"
#: modules/webalert/lib/webalert_templates.py:114
msgid "alert name"
msgstr "nom de l'alerta"
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr "MOSTRA"
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr ""
"Aquesta alerta us notificarà cada cop, i només si un nou ítem satisfà la "
"següent cerca:"
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr "CERCA"
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr "Nom d'identificació de l'alerta"
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr "Freqüència de comprovació de la cerca:"
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
msgid "monthly"
msgstr "mensual"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr "setmanal"
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
msgid "daily"
msgstr "diària"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr "Enviar notificació per correu electrònic?"
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr "sí"
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr "no"
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr "si %(x_fmt_open)sno%(x_fmt_close)s cal que especifiqueu un cistell"
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr "Guardar els resultats en un cistell?"
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr "ACTIVA L'ALERTA"
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr "ESBORRA DADES"
#: modules/webalert/lib/webalert_templates.py:300
#, fuzzy, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
"Definir una nova alerta a partir de %(x_url1_open)sles vostres cerques"
"%(x_url1_close)s, les %(x_url2_open)scerques més habituals%(x_url2_close)s, "
"o el formulari de dades."
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr "Freqüència de comprovació de la cerca"
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr "Notificació per correu electrònic"
#: modules/webalert/lib/webalert_templates.py:322
msgid "Result in basket"
msgstr "Resultats en cistell"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr "Data de la darrera execució"
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr "Data de creació"
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr "Cerca"
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
msgid "no basket"
msgstr "cap cistell"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
msgid "Remove"
msgstr "Elimina"
#: modules/webalert/lib/webalert_templates.py:374
msgid "Modify"
msgstr "Modifica"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr "Executa la cerca"
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr "Heu definit %s alertes."
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
"Encara no heu executat cap cerca. Aneu primer a la %(x_url_open)sinterfície "
"de cerca%(x_url_close)s."
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr ""
"Heu executat %(x_nb1)s cerques (%(x_nb2)s qüestions diferents) durant els "
"darrers 30 dies aproximadament."
#: modules/webalert/lib/webalert_templates.py:434
#, python-format
msgid "Here are the %s most popular searches."
msgstr "Aquestes són les %s cerques més habituals."
#: modules/webalert/lib/webalert_templates.py:445
msgid "Question"
msgstr "Qüestió"
#: modules/webalert/lib/webalert_templates.py:449
msgid "Last Run"
msgstr "Darrera execució"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr "Defineix una nova alerta"
#: modules/webalert/lib/webalert_webinterface.py:79
#, fuzzy
msgid "Popular Searches"
msgstr "Les vostres cerques"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
msgid "Your Searches"
msgstr "Les vostres cerques"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
msgid "Your Account"
msgstr "El vostre compte"
#: modules/webalert/lib/webalert_webinterface.py:90
#, fuzzy, python-format
msgid "%s Personalize, Display searches"
msgstr "Mostra les cerques"
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, fuzzy, python-format
msgid "%s, personalize"
msgstr "Personalitza"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr "Error"
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, fuzzy, python-format
msgid "%s Personalize, Set a new alert"
msgstr "Defineix una nova alerta"
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr "Defineix una nova alerta"
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr "Modifica l'alerta"
#: modules/webalert/lib/webalert_webinterface.py:227
#, fuzzy, python-format
msgid "%s Personalize, Modify alert settings"
msgstr "Modifica l'alerta"
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
msgid "Your Alerts"
msgstr "Les vostres alertes"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, fuzzy, python-format
msgid "%s Personalize, Display alerts"
msgstr "Mostra les alertes"
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
msgid "Display alerts"
msgstr "Mostra les alertes"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr "El vostre comentari ha estat publicat"
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
msgid "Personal baskets"
msgstr "Cistells personals"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
msgid "Group baskets"
msgstr "Cistells de grup"
# 'altri' per 'tercers'?
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
msgid "Others' baskets"
msgstr "Cistells d'altri"
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
"Teniu %(x_nb_perso)s cistells personals, esteu subscrits a %(x_nb_group)s "
"cistells de grup, i a %(x_nb_public)s cistells públics d'altres usuaris."
#: modules/webbasket/lib/webbasket_templates.py:198
#, python-format
msgid "There are %i baskets"
msgstr "Hi ha %i cistells"
#: modules/webbasket/lib/webbasket_templates.py:206
msgid "updated on"
msgstr "actualitzat el"
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr "El cistell està buit"
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
"Aquest cistell pertany a %(x_name)s. Us hi podeu %(x_url_open)ssubscriure"
"%(x_url_close)s lliurement"
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
msgid "Public basket"
msgstr "Cistell públic"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
msgid "records"
msgstr "registres"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
msgid "last update"
msgstr "darrera actualització"
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr "Subscriure's a aquest cistell"
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
msgid "Basket's name"
msgstr "Nom del cistell"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr "Nombre de visualitzacions"
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr "Propietari"
#: modules/webbasket/lib/webbasket_templates.py:355
msgid "View"
msgstr "Visualitzar"
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr "Subscriure's"
#: modules/webbasket/lib/webbasket_templates.py:377
msgid "There is currently no publicly accessible basket"
msgstr "Ara mateix no hi ha cap cistell públicament accessible"
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr ""
"Llista dels cistells %(x_nb_begin)i-%(x_nb_end)i d'un total de "
"%(x_nb_total)i cistells."
#: modules/webbasket/lib/webbasket_templates.py:422
msgid "Actions"
msgstr "Accions"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
msgid "Non-shared basket"
msgstr "Cistell no compartit"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
msgid "Shared basket"
msgstr "Cistell compartit"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
msgid "Group-shared basket"
msgstr "Cistell compartit en grup"
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
msgid "Edit basket"
msgstr "Edita el cistell"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr "No teniu prou permisos per a veure el contingut d'aquest cistell."
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr "Donar-se de baixa d'aquest cistell"
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr "comentaris"
#: modules/webbasket/lib/webbasket_templates.py:521
msgid "last comment:"
msgstr "darrer comentari:"
#: modules/webbasket/lib/webbasket_templates.py:582
msgid "Move item up"
msgstr "Puja'l"
#: modules/webbasket/lib/webbasket_templates.py:590
msgid "Move item down"
msgstr "Baixa'l"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr "Copia'l"
#: modules/webbasket/lib/webbasket_templates.py:606
msgid "Remove item"
msgstr "Elimina'l"
#: modules/webbasket/lib/webbasket_templates.py:609
msgid "External record"
msgstr "Registre extern"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr "darrer"
#: modules/webbasket/lib/webbasket_templates.py:647
#, fuzzy
msgid "View comments"
msgstr "visualitza els comentaris"
#: modules/webbasket/lib/webbasket_templates.py:672
msgid "This basket is publicly accessible at the following address:"
msgstr "Aquest cistell és públicament accessible a aquesta adreça:"
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "Ordena'ls per:"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr "Títol"
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr "Data"
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr "Comentaris"
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr "Hi ha un total de %i comentaris"
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr "Escriviu un comentari"
#: modules/webbasket/lib/webbasket_templates.py:833
msgid "Back to baskets"
msgstr "Torna als cistells"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr "per"
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "on"
msgstr "el"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr "Respon"
#: modules/webbasket/lib/webbasket_templates.py:876
msgid "Delete comment"
msgstr "Suprimeix el comentari"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr "Afegeix un comentari"
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr "Comentari"
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
msgid "Create new basket"
msgstr "Crear un nou cistell"
#: modules/webbasket/lib/webbasket_templates.py:1001
msgid "Select topic"
msgstr "Seleccioneu el tema"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr "Escolliu un tema"
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr "o creeu-ne un de nou"
#: modules/webbasket/lib/webbasket_templates.py:1019
msgid "Create new topic"
msgstr "Creeu un nou tema"
#: modules/webbasket/lib/webbasket_templates.py:1021
msgid "Create a new basket"
msgstr "Creeu un nou cistell"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
msgid "Select basket"
msgstr "Seleccioneu el cistell"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr "Afegeix-lo al cistell personal"
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, python-format
msgid "%i baskets"
msgstr "%i cistells"
#: modules/webbasket/lib/webbasket_templates.py:1111
msgid "Add to a group-shared basket"
msgstr "Afegeix-lo a un cistell de grup"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr "Afegeix-lo a un cistell públic"
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr "Afegits %i registres a aquests cistells"
#: modules/webbasket/lib/webbasket_templates.py:1167
msgid "Add to baskets"
msgstr "Afegeix-ho als cistells"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr ""
"Els registres seleccionats han estat afegits correctament a %i cistells."
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr "No s'han afegit registres als cistells seleccionats."
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr "Esteu segur que voleu suprimir aquest cistell?"
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr "%i usuaris s'han subscrit a aquest cistell."
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr "%i grups d'usuaris s'han subscrit a aquest cistell."
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr "Hi heu posat %i alertes en aquest cistell."
#: modules/webbasket/lib/webbasket_templates.py:1277
msgid "General settings"
msgstr "Paràmetres generals"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr "Afegeix un grup"
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr "Gestiona els permisos del grup"
# Potser: 'per a compartir'?
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr "Gestionar permisos globals de compartició"
#: modules/webbasket/lib/webbasket_templates.py:1314
msgid "Delete basket"
msgstr "Suprimeix el cistell"
#: modules/webbasket/lib/webbasket_templates.py:1338
msgid "Editing basket"
msgstr "Edita el cistell"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr "Desar els canvis"
# O 'permisos'?
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr "Sense permís"
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
msgid "View records"
msgstr "Visualitza els registres"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "and"
msgstr "i"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr "visualitza els comentaris"
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr "afegir comentaris"
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
msgid "add records"
msgstr "afegeix registres"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
msgid "delete comments"
msgstr "suprimeix comentaris"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
msgid "remove records"
msgstr "elimina registres"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr "gestiona els permisos de compartició"
# De cap?
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr "No sou membre d'un grup"
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr "Comparteix cistell amb un nou grup"
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr ""
"Ara esteu identificat com a usuari visitant, de manera que els vostres "
"cistells desapareixeran al final d'aquesta sessió."
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr ""
"Si voleu podeu %(x_url_open)sidentificar o donar-vos d'alta aquí"
"%(x_url_close)s."
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr "Aquesta funcionalitat no està permesa als usuaris visitants."
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
msgid "Back to search results"
msgstr "Torna als resultats de la cerca"
#: modules/webbasket/lib/webbasket_webinterface.py:98
msgid "Display baskets"
msgstr "Visualitzar els cistells"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr "Detalls i comentaris"
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
msgid "Your Baskets"
msgstr "Els vostres cistells"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr "Afegir registres als cistells"
#: modules/webbasket/lib/webbasket_webinterface.py:474
msgid "Delete a basket"
msgstr "Suprimir un cistell"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr "Copiar el registre al cistell"
#: modules/webbasket/lib/webbasket_webinterface.py:721
msgid "Create basket"
msgstr "Crear un cistell"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
msgid "List of public baskets"
msgstr "Llista de cistells públics"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "%(x_name)s va escriure el %(x_date)s:"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr "Mostrar els darrers %i comentaris:"
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr "Comenteu aquest document"
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr "Enceteu un debat sobre qualsevol aspecte d'aquest document."
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr "Sembla que el registre %s no existeix."
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr "%s no és un identificador vàlid."
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr "No heu donat el número de registre."
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr "Podeu començar a visualitzar des de %s"
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr "Ha estat útil aquesta ressenya?"
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr "Escriviu-ne una ressenya"
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr ""
"Puntuació mitjana: %(x_nb_score)s, basada en %(x_nb_reviews)s ressenyes"
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr ""
"Els lectors han trobat que les següents %s ressenyes són les més útils."
# Temps verbal: visualita? Visualitzeu?
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr "Visualitzar totes les %s ressenyes"
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr "Valoreu aquest document"
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr "Sigueu el primer a escriure una ressenya d'aquest document."
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
msgid "Report abuse"
msgstr "Denuncieu-ne un abús"
#: modules/webcomment/lib/webcomment_templates.py:361
#, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "Ressenyat per %(x_nickname)s el %(x_date)s"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr ""
"%(x_nb_people)i de %(x_nb_total)i persones han trobat aquesta ressenya útil"
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
msgid "Reviews"
msgstr "Ressenyes"
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr "Anterior"
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr "Següent"
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr "Hi ha un total de %s ressenyes"
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr "Hi ha un total de %s comentaris"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr "ressenya"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr "comentari"
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
msgid "Review"
msgstr "Ressenya"
# Conjugació? Gerundi!?!?
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr "Visualització"
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr "Pàgina:"
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr ""
"El vostre àlias, %s, serà el que es mostri com autor d'aquest comentari"
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
"Vigileu: encara no heu %(x_url_open)sdefinit el vostre alias%(x_url_close)s. "
"%(x_nickname)s s'usarà temporalment com a autor d'aquest comentari."
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
msgid "Article"
msgstr "Article"
#: modules/webcomment/lib/webcomment_templates.py:808
#, fuzzy
msgid "Add comment"
msgstr "Afegeix un comentari"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr ""
"Vigileu: El vostre àlias, %s, serà el que es mostri com a autor d'aquesta "
"ressenya."
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr "Valoreu aquest article"
#: modules/webcomment/lib/webcomment_templates.py:901
msgid "Select a score"
msgstr "Seleccioneu una puntuació"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr "Doneu un títol a la vostra ressenya"
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr "Escriviu la vostra ressenya"
# 'la' o 'una'?
#: modules/webcomment/lib/webcomment_templates.py:908
#, fuzzy
msgid "Add review"
msgstr "Afegiu una ressenya"
# 'la' o 'una'?
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr "Afegiu una ressenya"
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr "La vostra ressenya ha estat afegida correctament."
#: modules/webcomment/lib/webcomment_templates.py:940
msgid "Your comment was successfully added."
msgstr "El vostre comentari ha estat afegit correctament."
#: modules/webcomment/lib/webcomment_templates.py:942
msgid "Back to record"
msgstr "Torna al registre"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr "Visualitza tots els comentaris denunciats"
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr "Visualitza totes les ressenyes denunciades"
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr "Suprimir un comentari/ressenya específic (per número)"
#: modules/webcomment/lib/webcomment_templates.py:1029
msgid "View all users who have been reported"
msgstr "Visualitzar tots els usuaris que han estat denunciats"
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "Guia"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr "Els comentaris i les ressenyes estan desactivades"
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr ""
"Introduiu el número del comentari o ressenya, per poder visualitzar-ho abans "
"de decidir de suprimir-lo o no"
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr "Número del comentari:"
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr "Visualitzar el comentari"
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr "Encara no hi ha denúncies."
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr "Visualitzar tots els %s comentaris denunciats"
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr "Visualitzar totes les %s ressenyes denunciades"
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
"Aquesta és la llista, ordenada per número de denúncies, dels usuaris que han "
"tingut al menys una denúncia a algun dels seus comentaris."
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr "Àlias"
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
msgid "Email"
msgstr "Adreça electrònica"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr "Número d'usuari"
# Falta 'of'?
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr "Nombre de vots positius"
# Falta 'of'?
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr "Nombre de vots negatius"
# Falta 'of'?
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr "Nombre total de vots"
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr "Nombre total de denúncies"
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr "Visualitza tots els comentaris/ressenyes denunciades d'aquest usuari"
#: modules/webcomment/lib/webcomment_templates.py:1179
#, python-format
msgid "This review has been reported %i times"
msgstr "Aquesta ressenya ha estat denunciada %i cops"
#: modules/webcomment/lib/webcomment_templates.py:1181
#, python-format
msgid "This comment has been reported %i times"
msgstr "Aquest comentari ha estat denunciat %i vegades"
#: modules/webcomment/lib/webcomment_templates.py:1258
msgid "Written by"
msgstr "Escrit per"
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr "Informacions generals"
# Conjugar?
#: modules/webcomment/lib/webcomment_templates.py:1260
msgid "Select"
msgstr "Seleccioneu"
#: modules/webcomment/lib/webcomment_templates.py:1274
msgid "Delete selected reviews"
msgstr "Suprimeix les ressenyes seleccionades"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr "Suprimeix l'informe d'abús seleccionat"
#: modules/webcomment/lib/webcomment_templates.py:1279
msgid "Delete selected comments"
msgstr "Suprimeix els comentaris seleccionats"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr "D'acord"
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr "Aquestes són les ressenyes denunciades de l'usuari %s"
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr "Aquests són els comentaris denunciats de l'usuari %s"
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr "Aquest és el comentari/ressenya %s"
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr ""
"Aquest és el comentari/ressenya %(x_cmtID)s escrita per l'usuari %(x_user)s"
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr "Aquestes són totes les ressenyes denunciades, ordenades de més a menys"
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr "Aquests són tots els comentaris denunciats, ordenats de més a menys"
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr "número de comentari"
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr "suprimit correctament"
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr "eliminat correctament l'informa d'abús"
#: modules/webcomment/lib/webcomment_templates.py:1375
#, fuzzy
msgid "Not yet reviewed"
msgstr "Escriviu la vostra ressenya"
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
msgid "Record Not Found"
msgstr "No s'ha trobat el registre"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Abans d'afegir el vostre comentari, us heu d'%(x_url_open)sidentificar"
"%(x_url_close)s."
# Repassar. Softcatala en diu 'entrada'
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
msgid "Login"
msgstr "Identificació"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr "Administració de WebComment"
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "Error intern"
#: modules/webcomment/web/admin/webcommentadmin.py:95
msgid "Delete Comment"
msgstr "Suprimir comentari"
#: modules/webcomment/web/admin/webcommentadmin.py:168
msgid "View all reported users"
msgstr "Visualitzar tots els usuaris denunciats"
#: modules/webcomment/web/admin/webcommentadmin.py:214
msgid "Delete comments"
msgstr "Suprimeix els comentaris"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr "Elimina les denúncies d'abús"
#: modules/webmessage/lib/webmessage.py:129
msgid "The message could not be deleted."
msgstr "El missatge no s'ha pogut suprimir."
#: modules/webmessage/lib/webmessage.py:131
msgid "The message was successfully deleted."
msgstr "El missatge s'ha suprimit correctament."
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr "S'ha buidat la vostra bústia."
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr "La data escollida (%(x_year)i-%(x_month)i-%(x_day)i) no és vàlida"
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr "Introduiu un nom d'usuari o de grup."
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr ""
"El vostre missatge és massa llarg, si us plau editeu-lo. El tamany màxim és "
"de %i caràcters"
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr "El grup %s no existeix"
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr "L'usuari %s no existeix"
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr "Escriviu un missatge"
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr ""
"No s'ha pogut enviar el vostre missatge als següents destinataris degut a la "
"seva quota:"
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr "El vostre missatge s'ha enviat."
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
msgid "Your Messages"
msgstr "Els vostres missatges"
#: modules/webmessage/lib/webmessage_templates.py:87
msgid "Subject"
msgstr "Assumpte"
#: modules/webmessage/lib/webmessage_templates.py:88
msgid "Sender"
msgstr "Remitent"
#: modules/webmessage/lib/webmessage_templates.py:97
msgid "No messages"
msgstr "Sense missatges"
#: modules/webmessage/lib/webmessage_templates.py:101
msgid "No subject"
msgstr "Sense assumpte"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr "Escriviu el missatge"
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr "Suprimeix-los tots"
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr "Re:"
#: modules/webmessage/lib/webmessage_templates.py:282
msgid "Send later?"
msgstr "Enviar-ho més tard?"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr "A:"
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr "Usuaris"
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr "Grups"
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
msgid "Subject:"
msgstr "Assumpte:"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
msgid "Message:"
msgstr "Missatge:"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr "ENVIAR"
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr "De:"
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr "Enviat el:"
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr "Rebut el:"
#: modules/webmessage/lib/webmessage_templates.py:451
msgid "Sent to:"
msgstr "Enviat a:"
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr "Enviat als grups:"
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr "CONTESTAR"
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr "SUPRIMIR"
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr "Esteu segur que voleu buidar tota la vostra bústia?"
#: modules/webmessage/lib/webmessage_templates.py:569
#, fuzzy, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr "Quota usada: %i missatges d'un màxim de %i"
# Una?
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr "Seleccioneu-ne un o més:"
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr "Afegir als usuaris"
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr "Afegir als grups"
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr "No s'ha trobat cap usuari que coincideixi"
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr "No s'ha trobat cap grup que coincideixi"
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr "Cercar usuaris o grups:"
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr "Cercar un usuari"
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr "Cercar un grup"
#: modules/webmessage/lib/webmessage_templates.py:679
#, fuzzy, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr "Teniu %s missates nous d'un total de %s missatges"
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr "Llegir un missatge"
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "Resultats de la cerca"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "qualsevol dia"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "qualsevol mes"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "qualsevol any"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "totes les col·leccions"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "afegir una altra col·lecció"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "prioritzar per"
#: modules/websearch/lib/search_engine.py:851
msgid "HTML brief"
msgstr "HTML breu"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "el darrer primer"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr "No s'han trobat valors."
#: modules/websearch/lib/search_engine.py:1716
#, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr ""
"No s'ha trobat cap coincidència exacta per %(x_query1)s, però canviant-lo "
"per %(x_query2)s..."
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
#: modules/websearch/lib/search_engine.py:2068
#, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"No s'ha trobat cap coincidència dins la col·lecció %(x_collection)s. Altres "
"col·leccions públiques han donat%(x_url_open)s%(x_nb_hits)d resultats"
"%(x_url_close)s."
#: modules/websearch/lib/search_engine.py:2077
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:2190
msgid "No words index available for"
msgstr "No hi ha cap índex de paraules disponible per a"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "No hi ha cap índex de frases disponible per a"
#: modules/websearch/lib/search_engine.py:2226
#, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr ""
"El terme de cerca %(x_term)s dins l'índex %(x_index)s no s'ha trobat en cap "
"registre. Els termes aproximats, a qualsevol col·lecció, són:"
#: modules/websearch/lib/search_engine.py:2230
#, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr ""
"El terme de cerca %s no s'ha trobat en cap registre. Els termes aproximats, "
"a qualsevol col·lecció, són:"
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr ""
"Només es permet ordenar en conjunts de fins a %d registres. Ordenat per "
"defecte (\"primer els més recents\")."
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr "No és possible ordenar per %s. Ha quedat ordenat per títol."
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr "Useu termes diferents de cerca."
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "El registre ha estat suprimit."
#: modules/websearch/lib/search_engine.py:3750
#, fuzzy
msgid "Requested record does not seem to exist."
msgstr "Sembla que el registre %s no existeix."
#: modules/websearch/lib/search_engine.py:3984
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:4008
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/websearchadminlib.py:3202
#, fuzzy
msgid "Information"
msgstr "Més informació:"
#: modules/websearch/lib/websearchadminlib.py:3203
#, fuzzy
msgid "References"
msgstr "Referència"
#: modules/websearch/lib/websearchadminlib.py:3204
#, fuzzy
msgid "Citations"
msgstr "Històric de cites"
#: modules/websearch/lib/websearchadminlib.py:3205
#, fuzzy
msgid "Discussion"
msgstr "sessió"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, python-format
msgid "Search %s records for:"
msgstr "Cercar en %s registres per:"
#: modules/websearch/lib/websearch_templates.py:659
#, fuzzy
msgid "less"
msgstr "Regles"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "més"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
#, fuzzy
msgid "Search everywhere"
msgstr "Introduiu una cerca aquí."
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "Cerca avançada"
#: modules/websearch/lib/websearch_templates.py:854
#, python-format
msgid "Search %s records for"
msgstr "Cercar en %s registres"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "Cerca simple"
#: modules/websearch/lib/websearch_templates.py:938
msgid "Search options:"
msgstr "Opcions de cerca:"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
#, fuzzy
msgid "Added/modified since:"
msgstr "Afegit des de:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
msgid "until:"
msgstr "fins:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
msgid "Display results:"
msgstr "Mostrar els resultats:"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
msgid "Output format:"
msgstr "Format de visualizació:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "Afegit des de:"
#: modules/websearch/lib/websearch_templates.py:1154
#, fuzzy
msgid "Modified since:"
msgstr "Afegit des de:"
#: modules/websearch/lib/websearch_templates.py:1191
msgid "Focus on:"
msgstr "Enfocat a:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "restringit"
#: modules/websearch/lib/websearch_templates.py:1252
msgid "Search also:"
msgstr "Cerqueu també:"
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr "Aquesta col·lecció encara no conté cap document."
#: modules/websearch/lib/websearch_templates.py:1392
msgid "Latest additions:"
msgstr "Darreres entrades:"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, fuzzy, python-format
msgid "Cited by %i records"
msgstr "Citat por: %s registres"
#: modules/websearch/lib/websearch_templates.py:1556
#, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr ""
"Les paraules més properes a %(x_word)s dins %(x_field)s, a qualsevol "
"col·lecció, són:"
#: modules/websearch/lib/websearch_templates.py:1559
#, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr "Les paraules més properes a %(x_word)s, a qualsevol col·lecció, són:"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr "Resultats"
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr "següent"
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "col·leccions"
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr "Limitar a:"
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "resultats"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "asc."
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "desc."
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "llista única"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "dividit per col·lecció"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr "Etiqueta MARC"
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, python-format
msgid "%s records found"
msgstr "%s registres trobats"
#: modules/websearch/lib/websearch_templates.py:2343
msgid "begin"
msgstr "inici"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr "anterior"
# Final, últim?
#: modules/websearch/lib/websearch_templates.py:2367
msgid "end"
msgstr "final"
#: modules/websearch/lib/websearch_templates.py:2387
msgid "jump to record:"
msgstr "anar al registre:"
#: modules/websearch/lib/websearch_templates.py:2400
#, python-format
msgid "Search took %s seconds."
msgstr "La cerca s'ha fet en %s segons."
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "AFEGIR AL CISTELL"
#: modules/websearch/lib/websearch_templates.py:2589
#, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"%(x_fmt_open)sResultats globals:%(x_fmt_close)s %(x_nb_records)s registres "
"trobats en %(x_nb_seconds)s segons."
#: modules/websearch/lib/websearch_templates.py:2637
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:2669
msgid "See also: similar author names"
msgstr "Vegeu també: autors amb noms similars"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, python-format
msgid "Collection %s Not Found"
msgstr "No s'ha trobat la col·lecció %s"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr "Sembla ser que la col·lecció %s no existeix."
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr "Podeu començar a cercar des de %s."
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3101
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:3117
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:3170
#, python-format
msgid "Cited by: %s records"
msgstr "Citat por: %s registres"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "Co-citat amb: %s registres"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3310
#, fuzzy
msgid "Affiliations:"
msgstr "Històric de cites"
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3346
#, fuzzy
msgid "Publishes in"
msgstr "lliuraments"
#: modules/websearch/lib/websearch_templates.py:3353
#, fuzzy
msgid "Papers:"
msgstr "Pàgina:"
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3355
#, fuzzy
msgid "times"
msgstr "Hora"
#: modules/websearch/lib/websearch_templates.py:3383
#, fuzzy
msgid "Citations:"
msgstr "Històric de cites"
#: modules/websearch/lib/websearch_templates.py:3413
#, fuzzy
msgid "Citation summary results"
msgstr "Torna als resultats de la cerca"
#: modules/websearch/lib/websearch_templates.py:3418
#, fuzzy
msgid "Total number of citable papers analyzed:"
msgstr "Nombre total de denúncies"
#: modules/websearch/lib/websearch_templates.py:3441
#, fuzzy
msgid "Total number of citations:"
msgstr "Nombre total de denúncies"
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:420
#, fuzzy
msgid "You are not authorized to view this area."
msgstr "No sou el propietari d'aquest cistell."
#: modules/websearch/lib/websearch_webinterface.py:755
msgid "Not found"
msgstr "No s'ha trobat"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "dins"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
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_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr "Resum dels resultats de col·leccions externes:"
#: modules/websearch/lib/websearch_external_collections_templates.py:120
msgid "Search timed out."
msgstr "Temps de cerca excedit."
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr ""
"El cercador extern no ha respòs a temps. Podeu vere els seus resultats aquí:"
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
msgid "No results found."
msgstr "No s'han trobat resultats."
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, python-format
msgid "%s results found"
msgstr "S'han trobat %s resultats."
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, python-format
msgid "%s seconds"
msgstr "%s segons"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "breu"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
"Esteu connectat com a visitant. Potser voleu %(x_url_open)sidentificar-vos"
"%(x_url_close)s com a usuari conegut"
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
"Les %(x_fmt_open)svisitants%(x_fmt_close)s primer han de %(x_url_open)sdonar-"
"se d'alta%(x_url_close)s."
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr "No s'ha trobat cap cerca"
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
#: modules/websession/lib/websession_templates.py:97
msgid "External account settings"
msgstr "Configuració del compte extern"
#: modules/websession/lib/websession_templates.py:99
#, fuzzy, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr ""
"Podeu consultar la llista dels %(x_url_open)svostres grups%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:103
#, fuzzy
msgid "External user groups"
msgstr "Cercar usuaris o grups:"
#: modules/websession/lib/websession_templates.py:160
#, fuzzy
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
"Si voleu canviar la vostra adreça de correu electrònic o contrasenya, poseu-"
"hi els nous valors en aquest formulari."
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr "Editeu les credencials d'identificació"
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr "Exemple"
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr "Nova adreça de correu electrònic"
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
msgid "mandatory"
msgstr "obligatori"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr "Nota"
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr "Guardar els nous valors"
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
#: modules/websession/lib/websession_templates.py:215
#, fuzzy
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
"Si voleu canviar la vostra adreça de correu electrònic o contrasenya, poseu-"
"hi els nous valors en aquest formulari."
#: modules/websession/lib/websession_templates.py:217
#, fuzzy
msgid "Old password"
msgstr "contrasenya"
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr "Nova contrasenya"
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr "opcional"
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr "La contrasenya pot contenir puntuació, espais, etc."
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr ""
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr "Torneu a escriure la contrasenya"
#: modules/websession/lib/websession_templates.py:224
#, fuzzy
msgid "Set new password"
msgstr "Nova contrasenya"
#: modules/websession/lib/websession_templates.py:229
#, fuzzy, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr ""
"Si voleu podeu %(x_url_open)sidentificar o donar-vos d'alta aquí"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:235
#, fuzzy, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr "Ja podeu accedir al vostre %(x_url_open)scompte%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:249
#, fuzzy
msgid "Edit language-related settings"
msgstr "Edita els paràmetres de cerca"
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr ""
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
msgid "Update settings"
msgstr "Actualitza els paràmetres"
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr "Edita els paràmetres de cerca"
#: modules/websession/lib/websession_templates.py:279
msgid "Show the latest additions box"
msgstr "Mostra el text de les darreres entrades"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr "Mostra els textos d'ajuda de la col·lecció"
#: modules/websession/lib/websession_templates.py:295
msgid "Number of search results per page"
msgstr "Nombre de resultats per pàgina"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr "Editeu el mètode d'identificació"
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr "Seleccioneu quin mètode d'identificació preferiu per a autenticar-vos"
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
msgid "Select method"
msgstr "Seleccioneu el mètode"
#: modules/websession/lib/websession_templates.py:359
#, fuzzy, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
"Si heu perdut la contrasenya del vostre compte intern al CDS Invenio, "
"escriviu la vostra adreça de correu electrònic i us l'enviarem."
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr "Adreça de correu electrònic"
#: modules/websession/lib/websession_templates.py:382
#, fuzzy
msgid "Send password reset link"
msgstr "Enviar la contrasenya perduda"
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:389
#, fuzzy
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
"Tingueu en compte que si heu estat utilitzant un sistema d'identificació "
"extern (com el NICE del CERN), no podem fer-hi res, i els hi haurieu de "
"demanar a ells."
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr ""
"Alternativament, podeu demanar a %s que us canvïi el sistema d'identificació "
"a l'intern."
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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 ""
"%s us ofereix la possibilitat de personalitzar la interfície, crear la "
"vostra pròpia biblioteca de documents, o crear alertes automàtiques que "
"s'executin periòdicament i us notifiquin del resultat de la cerca per correu "
"electrònic."
#: modules/websession/lib/websession_templates.py:427
#: modules/websession/lib/websession_webinterface.py:267
msgid "Your Settings"
msgstr "Els vostres paràmetres"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr ""
"Poseu o canvieu la vostra adreça de correu electrònic d'aquest compte o la "
"contrasenya. Especifiqueu les vostres preferències de com ha de ser la "
"interfície."
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr "Vegeu totes les cerques que heu fet durant els darrers 30 dies."
#: modules/websession/lib/websession_templates.py:441
msgid ""
"With baskets you can define specific collections of items, store interesting "
"records you want to access later or share with others."
msgstr ""
"Els cistells us permeten definir col·lecions específiques d'items, guardar "
"registres interessants que volgueu accedir-hi més endavant o compartir amb "
"d'altres."
#: modules/websession/lib/websession_templates.py:450
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 ""
"Subscriuviu-vos a una cerca perquè s'executari periòdicament en el nostre "
"servei. Podreu rebre el resultat correu electrònic o guardat en un dels "
"vostres cistells."
#: modules/websession/lib/websession_templates.py:459
msgid "Your Loans"
msgstr "Els vostres préstecs"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr ""
"Comproveu els llibres que teniu en préstecs, sol·liciteu reserves, etc. "
"Requereix l'ID del CERN."
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr ""
"Ara esteu connectat com a usuari visitant, de manera que els vostres alertes "
"desapareixeran al final d'aquesta sessió."
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
"Esteu identificats com a %(x_user)s. Ara podeu a) %(x_url1_open)sdesconectar-"
"vos%(x_url1_close)s; b) modificar les %(x_url2_open)spreferències del vostre "
"compte%(x_url2_close)s."
#: modules/websession/lib/websession_templates.py:573
msgid "Your Alert Searches"
msgstr "Les vostres alertes"
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
"Podeu consultar la llista dels %(x_url_open)s grups%(x_url_close)s que "
"administreu o en sou membre."
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
msgid "Your Groups"
msgstr "Els vostres grups"
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
"Podeu consultar la llista de %(x_url_open)sels vostres lliuraments"
"%(x_url_close)s i informar-vos del seu estat."
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
msgid "Your Submissions"
msgstr "Els vostres lliuraments"
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
"Podeu consultar la llista de %(x_url_open)sles vostres aprovacions"
"%(x_url_close)s amb els documents que heu aprovat o revisat."
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
msgid "Your Approvals"
msgstr "Les vostres aprovacions"
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr "Les vostres activitats administratives"
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr "Proveu-ho de nou"
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr ""
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr ""
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:707
#, fuzzy, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr "La contrassenya ha estat enviada per correu electrònic a %s."
#: modules/websession/lib/websession_templates.py:722
msgid "Deleting your account"
msgstr "Esborrar el vostre compte"
#: modules/websession/lib/websession_templates.py:736
#, fuzzy
msgid "You are no longer recognized by our system."
msgstr "Ja no esteu identificats."
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr ""
"Si ho desitgeu podeu %(x_url_open)sidentificar-vos aquí%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr ""
"Si ja teniu un compte, si us plau identifiqueu-vos en aquest formulari."
#: modules/websession/lib/websession_templates.py:780
#, fuzzy, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
"Si encara no teniu un compte, podeu %(x_url_open)sdonar-vos d'alta"
"%(x_url_close)s en un compte intern."
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
"Si encara no teniu un compte, podeu %(x_url_open)sdonar-vos d'alta"
"%(x_url_close)s en un compte intern."
#: modules/websession/lib/websession_templates.py:787
#, python-format
msgid ""
"It is not possible to create an account yourself. Contact %s if you want an "
"account."
msgstr ""
"No és possible que vosaltres mateixos creeu un compte. Poseu-vos en "
"contacte amb %s si en voleu un."
#: modules/websession/lib/websession_templates.py:810
msgid "Login method:"
msgstr "Mètode d'identificació"
# Confirmar que no hagi de ser l'email!
#: modules/websession/lib/websession_templates.py:837
msgid "Username"
msgstr "Nom d'usuari"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr "Contrasenya"
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr ""
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "identificació"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr "Heu perdut la contrasenya?"
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr ""
"Per a identificar-vos poseu usar el vostre àlias o la vostra adreça de "
"correu elctrònic."
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
#: modules/websession/lib/websession_templates.py:900
#, fuzzy
msgid "Set a new password for"
msgstr "Nova contrasenya"
#: modules/websession/lib/websession_templates.py:901
#, fuzzy
msgid "Type the new password"
msgstr "Nova contrasenya"
#: modules/websession/lib/websession_templates.py:902
#, fuzzy
msgid "Type again the new password"
msgstr "Nova contrasenya"
#: modules/websession/lib/websession_templates.py:903
#, fuzzy
msgid "Set the new password"
msgstr "Nova contrasenya"
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr ""
"Introduiu la vostra adreça de correu electrònic i l'àlias i contrasenya:"
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr ""
"Aquesta compte no es podrà usar fins que no s'hagi verificat i activat."
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr "Torneu a escriure la contrasenya"
# Confirmar segons el contexte
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr "donar-se d'alta"
#: modules/websession/lib/websession_templates.py:978
#, 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 ""
"No escolliu contrasenyes valuoses com les dels vostres comptes personals de "
"correu electrònic o accés a dades professionals. La vostra adreça de correu "
"electrònic serà estrictament confidencial i no es passarà a tercers. Serà "
"usada per a identificar els vostres seveis personals a %s. Per exemple, "
"podeu activar un servei d'alerta automàtic que cerqui nous registres i us "
"notifiqui diàriament de les noves entrades per correu electrònic."
#: modules/websession/lib/websession_templates.py:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Sembla que sou un usuari visitant. Primer us heu d'%(x_url_open)sidentificar"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr "No esteu autoritzat a accedir a funcions administratives."
#: modules/websession/lib/websession_templates.py:1014
#, fuzzy, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr "Sou membre d'aquests grups:"
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr "Aquí teniu alguns enllaços d'administració interessants:"
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
"Per a més activitats administratives, vegeu tota la %(x_url_open)sZona "
"d'administració%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "visitant"
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr "sessió"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "alertes"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "cistells"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "compte"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr "missatges"
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr "grups"
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr ""
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr "lliuraments"
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr "aprovacions"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "administració"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "sortir"
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr "Sou administrador d'aquests grups:"
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr "Grup"
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr "No sou administrador de cap grup."
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr "Edita el grup"
#: modules/websession/lib/websession_templates.py:1291
#, python-format
msgid "Edit %s members"
msgstr "Edita els %s membres del grup"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
msgid "Create new group"
msgstr "Crear un nou grup"
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr "Sou membre d'aquests grups:"
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr "No sou membre de cap grup."
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr "Afegir-se a un nou grup"
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr "Deixar el grup"
#: modules/websession/lib/websession_templates.py:1391
msgid "You are a member of the following external groups:"
msgstr "Sou membre d'aquests grups externs:"
#: modules/websession/lib/websession_templates.py:1414
msgid "You are not a member of any external groups."
msgstr "No sou membre de cap grup extern."
#: modules/websession/lib/websession_templates.py:1462
msgid "Update group"
msgstr "Actualitzar grup"
#: modules/websession/lib/websession_templates.py:1464
#, python-format
msgid "Edit group %s"
msgstr "Editar el grup %s"
#: modules/websession/lib/websession_templates.py:1466
msgid "Delete group"
msgstr "Suprimeix el grup"
#: modules/websession/lib/websession_templates.py:1539
msgid "Group name:"
msgstr "Nom del grup:"
#: modules/websession/lib/websession_templates.py:1541
msgid "Group description:"
msgstr "Descripció del grup:"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr "Política per a unir-se al grup:"
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
msgid "Please select:"
msgstr "Seleccioneu:"
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr "Unir-se a un grup"
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr "o cercar-lo: "
#: modules/websession/lib/websession_templates.py:1652
msgid "Choose group:"
msgstr "Escolliu grup:"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr "Trobar un grup"
#: modules/websession/lib/websession_templates.py:1802
msgid "Remove member"
msgstr "Eliminar el membre"
#: modules/websession/lib/websession_templates.py:1804
msgid "No members."
msgstr "Sense membres."
#: modules/websession/lib/websession_templates.py:1814
msgid "Accept member"
msgstr "Acceptar membre"
#: modules/websession/lib/websession_templates.py:1814
msgid "Reject member"
msgstr "Rebutjar membre"
#: modules/websession/lib/websession_templates.py:1816
msgid "No members awaiting approval."
msgstr "No hi ha cap membre esperant aprovació"
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
msgid "Current members"
msgstr "Membres actuals"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
msgid "Members awaiting approval"
msgstr "Membres pendents d'aprobació"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr "Convidar nous membres"
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
"Si voleu convidar nous membres a formar part del vostre grup, useu el "
"%(x_url_open)ssistema de missatgeria interna%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1827
#, python-format
msgid "Group: %s"
msgstr "Grup: %s"
#: modules/websession/lib/websession_templates.py:1910
msgid "Group list"
msgstr "Llista dels grups"
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr "No sou membre de cap grup"
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr "Esteu segur que voleu suprimir aquest grup?"
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr "Esteu segur que voleu deixar aquest grup?"
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr "Visible i obert per a nous membres"
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr "Visible però els nous membres necessiten una aprovació"
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr "Grup %s: nova petició d'ingrés"
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr "Un usuari vol unir-se al grup %s."
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
"Haurieu d'%(x_url_open)sacceptar o rebutjar%(x_url_close)s la petició "
"d'aquest usuari."
#: modules/websession/lib/websession_templates.py:2124
#, python-format
msgid "Group %s: Join request has been accepted"
msgstr "Grup %s: la petició d'ingrés ha estat acceptada"
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr "La vostra petició d'ingressar al grup %s ha estat acceptada."
#: modules/websession/lib/websession_templates.py:2127
#, python-format
msgid "Group %s: Join request has been rejected"
msgstr "Grup %s: la petició d'ingrés ha estat rebutjada"
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr "La vostra petició d'ingressar al grup %s ha estat rebutjada."
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr ""
"Podeu consultar la llista dels %(x_url_open)svostres grups%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:2145
#, python-format
msgid "Group %s has been deleted"
msgstr "El grup %s ha estat suprimit."
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr "El grup %s ha estat suprimit pel seu administrador."
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
"Podeu consultar la llista dels %(x_url_open)s%(x_nb_total)i grups"
"%(x_url_close)s dels que sou membre (%(x_nb_member)i) o administrador"
"(%(x_nb_admin)i)."
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr "Problema a la base de dades"
#: modules/websession/lib/webuser.py:299
msgid "user"
msgstr "usuari"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr ""
#: modules/websession/lib/webuser.py:713
#, fuzzy
msgid "New account on"
msgstr "Mostrar el compte"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr ""
#: modules/websession/lib/webuser.py:716
#, fuzzy
msgid "A new account has been created on"
msgstr "El vostre compte ha estat creat correctament."
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr ""
# Confirmar que no hagi de ser l'email!
#: modules/websession/lib/webuser.py:720
#, fuzzy
msgid " Username/Email"
msgstr "Nom d'usuari"
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, fuzzy, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr "Ja podeu accedir al vostre %(x_url_open)scompte%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
#, fuzzy
msgid "Email address successfully activated"
msgstr "validat correctament"
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:155
#, fuzzy
msgid "Reset password"
msgstr "Torneu a escriure la contrasenya"
#: modules/websession/lib/websession_webinterface.py:161
msgid "This request for resetting a password has already been used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:164
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:271
#, fuzzy, python-format
msgid "%s Personalize, Your Settings"
msgstr "Els vostres paràmetres"
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr "S'han editat els paràmetres"
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
msgid "Show account"
msgstr "Mostrar el compte"
#: modules/websession/lib/websession_webinterface.py:323
#, fuzzy
msgid "Switched to internal login method."
msgstr "El mètode d'identificació és ara l'intern."
#: modules/websession/lib/websession_webinterface.py:324
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:332
#, fuzzy
msgid "Send Password"
msgstr "Enviar la contrasenya perduda"
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
"No és possible canviar al mètode d'autenticació extern %s, perquè no consta "
"la vostra adreça de correu electrònic."
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
"No és possible canviar al mètode d'autenticació extern %s, perquè el sistem "
"extern desconeix la vostra adreça de correu electrònic."
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr "Mètode d'identificació seleccionat correctament."
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr ""
"El mètode d'identificació extern %s no accepta identificacions basades en "
"adreça de correu electrònic. Poseu-vos en cotacte amb els administradors de "
"la instal·lació."
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr "S'han editat els paràmetres correctament."
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr "L'àlias %s no és vàlid."
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr "Torneu-ho a provar."
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr "Edita els paràmetres"
# Fallida? Impossible editar...
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr "L'edició dels paràmetres ha fallat"
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr "L'adreça de correu electrònic %s no és vàlida."
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr ""
"L'adreça de correu electrònic %s que heu entrat ja existeix a la base de "
"dades."
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr "O proveu-ho de nou."
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr "L'àlias %s ja està en ús."
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr "S'ha editat la contrasenya correctament."
#: modules/websession/lib/websession_webinterface.py:415
#, fuzzy
msgid "Password edited"
msgstr "Contrasenya"
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr "Les dues contrasenyes han de coincidir."
# Fallida? Impossible editar...
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
#, fuzzy
msgid "Editing password failed"
msgstr "L'edició dels paràmetres ha fallat"
#: modules/websession/lib/websession_webinterface.py:423
#, fuzzy
msgid "Wrong old password inserted."
msgstr "S'ha enviat la contrasenya perduda"
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr "S'han guardat correctament els paràmetres d'usuario."
#: modules/websession/lib/websession_webinterface.py:450
msgid "Unable to update settings."
msgstr "No s'ha pogut actualitzar els paràmetres."
#: modules/websession/lib/websession_webinterface.py:507
#, fuzzy
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr ""
"No es pot enviar la contrasenya por correu electrònic ja que esteu usant un "
"sistema de autenticació extern."
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr ""
"L'adreça de correu electrònic que heu entrat no existeix a la base de dades"
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr ""
"L'adreça de correu electrònic que heu entrat és incorrecte. Comproveu si us "
"plau que estigui escrita correctament (ex., Set.Ciencies@exemple.cat)."
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr "Adreça de correu electrònic incorrecte"
#: modules/websession/lib/websession_webinterface.py:552
#, fuzzy
msgid "Reset password link sent"
msgstr "S'ha enviat la contrasenya perduda"
#: modules/websession/lib/websession_webinterface.py:597
msgid "Delete Account"
msgstr "Suprimeix compte"
#: modules/websession/lib/websession_webinterface.py:623
msgid "Logout"
msgstr "Sortir"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr "Donar-se d'alta"
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr "El vostre compte ha estat creat correctament."
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr "Compte creat"
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr ""
"S'us enviarà un segon correu electrònic quan el compte s'hagi activat i el "
"pugueu usar."
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr "Ja podeu accedir al vostre %(x_url_open)scompte%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr "Ha fallat l'alta"
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr "L'àlias sol·licitat %s ja existeix a la base de dades."
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr ""
"Els usuaris no poden donar-se d'alta ells mateixos; només ho pot fer "
"l'administrador."
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr "Unir-se a un nou grup"
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr "Sortir del grup"
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr "Editar el grup"
#: modules/websession/lib/websession_webinterface.py:1157
msgid "Edit group members"
msgstr "Editar els membres del grup"
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "Pàgina inicial"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "Personalitza"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "Ajuda"
#: modules/webstyle/lib/webstyle_templates.py:414
msgid "Last updated"
msgstr "Darrera actualització"
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr "Powered by"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "Mantingut per"
# TODO:
# settings = configuracio; parametres = parameters?
# delete = suprimir; remove = elimina
#: modules/webstyle/lib/webstyle_templates.py:500
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:529
msgid "Browser"
msgstr "Navegador"
#: modules/webstyle/lib/webstyle_templates.py:551
msgid "System Error"
msgstr "Error de sistema"
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr "Traceback"
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr "Hora"
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr "Client"
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr "Si us plau envieu l'informe d'error a l'Administrador."
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr "Enviar l'informe d'error"
#: modules/webstyle/lib/webstyle_templates.py:624
#, python-format
msgid "Please contact %s quoting the following information:"
msgstr "Si us plau contacteu amb %s indicant-li la següent informació:"
#: modules/webstyle/lib/webstyle_templates.py:772
#, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr ""
"Registre creat el %(x_date_creation)s, darrera modificació el "
"%(x_date_modification)s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
#, fuzzy
msgid "Admin Pages"
msgstr "Zona d'administració"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:161
#, fuzzy
msgid "Latest modifications:"
msgstr "Data de la darrera modificació"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:166
#, fuzzy
msgid "See also"
msgstr "Cerqueu també:"
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, fuzzy, python-format
msgid "Page %s Not Found"
msgstr "No s'ha trobat la col·lecció %s"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, fuzzy, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr "Sembla que el registre %s no existeix."
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, fuzzy, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr "Ja podeu accedir al vostre %(x_url_open)scompte%(x_url_close)s."
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr "Heu d'identificar-vos per a executar aquesta acció."
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
msgid "Invalid parameter"
msgstr "Paràmetre no vàlid"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr "No es pot trobar el directori de lliuraments."
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr "Tipus de document desconegut"
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr "Acció desconeguda"
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr "No ha estat possible determinar el número de pàgines del lliurament."
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr "No es pot crear el directori per a aquest lliurament."
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr "No es pot crear el directori de lliuraments"
#: modules/websubmit/lib/websubmit_engine.py:384
#, fuzzy
msgid "Unknown form field found on submission page."
msgstr "No ha estat possible determinar el número de pàgines del lliurament."
#: modules/websubmit/lib/websubmit_engine.py:512
#, fuzzy
msgid "Unknown form field found on one of the submission pages."
msgstr "No ha estat possible determinar el número de pàgines del lliurament."
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr "Impossible de determinar el tipus de document."
#: modules/websubmit/lib/websubmit_engine.py:1469
msgid "The chosen action is not supported by the document type."
msgstr ""
"L'acció que heu escollit no està suportada per a aquest tipus de document."
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr "Atenció"
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr "Tipus de documents disponibles per a fer lliuraments"
#: modules/websubmit/lib/websubmit_templates.py:95
#, fuzzy
msgid "Please select the type of document you want to submit"
msgstr "Seleccioneu el tipus de document que voleu lliurar."
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr "Encara no hi ha tipus de documents."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr "Primer cal que us identifiqueu."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr "Useu el menú de dalt a la dreta per a entrar."
#: modules/websubmit/lib/websubmit_templates.py:301
msgid "Please select a category"
msgstr "Seleccioneu una categoria"
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr "Atenció"
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr "Seleccioneu una categoria i després seleccioneu una acció."
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr ""
"Per a continuar un lliurament interrumput, introduiu el número d'accés "
"directament a aquesta cel·la:"
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr "ENDEVANT"
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr "SUMARI"
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr "Pàgina anterior"
#: modules/websubmit/lib/websubmit_templates.py:535
msgid "Submission number"
msgstr "Número de lliurament"
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr "Pàgina següent"
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr "Esteu segur que voleu abandonar aquest lliurament?"
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
msgid "Back to main menu"
msgstr "Tornar al menú principal"
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr ""
"Aquest és el vostre número d'accés de lliurament. El podeu usar per a "
"continuar un lliurament interrumput en cas de problemes."
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr "Els camps obligatoris aparaixen en verd en el requadre RESUM."
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr "El camp %s és obligatori."
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr "Si us plau escolliu-ne un al desplegable"
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr "Premeu un botó"
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr "El camp %s és obligatori. Si us plau ompliu-lo."
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr "El camp %(field)s és obligatori."
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr "Tornant a la pàgina"
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr "acabat!"
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr "final de l'acció"
#: modules/websubmit/lib/websubmit_templates.py:957
msgid "Submission no"
msgstr "Lliurament núm."
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
"Llista de funcions de %(x_action)s per als documents %(x_doctype)s en el "
"nivell %(x_step)s"
#: modules/websubmit/lib/websubmit_templates.py:1032
msgid "Function"
msgstr "Funció"
#: modules/websubmit/lib/websubmit_templates.py:1033
msgid "Score"
msgstr "Puntuació"
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr "Funció en execució"
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr "La funció %s no existeix."
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr "Ara heu de"
#: modules/websubmit/lib/websubmit_templates.py:1111
msgid "record"
msgstr "registre"
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr "document"
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
msgid "version"
msgstr "versió"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr "fitxer(s)"
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr "vegeu"
#: modules/websubmit/lib/websubmit_templates.py:1375
msgid "For"
msgstr "Per"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr "tots els tipus de document"
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr "Identificador"
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr "Referència"
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr "Primer accés"
#: modules/websubmit/lib/websubmit_templates.py:1435
msgid "Last access"
msgstr "Darrer accés"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr "Esteu segur que voleu suprimir aquest lliurament?"
#: modules/websubmit/lib/websubmit_templates.py:1446
#, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "Suprimeix el lliurament %(x_id)s a %(x_docname)s"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr "Encara no se li ha assignat referència"
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr "Documents revisats"
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr "Sou revisor general"
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr "Sou revisor per a la categoria:"
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr "Llista de tipus de documents revisats"
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
#, fuzzy
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr ""
"Seleccioneu un dels tipus de documents següents per a comprovar l'estat dels "
"documents."
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr "Llista de les categories a revisar"
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr "Seleccioneu una categoria"
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
msgid "Pending"
msgstr "Pendent"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
msgid "Approved"
msgstr "Aprovat"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
msgid "Rejected"
msgstr "Rebutjat"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr "Codi"
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
msgid "Waiting for approval"
msgstr "Esperant l'aprovació"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
msgid "Already approved"
msgstr "Ja aprovats"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr "Quedent alguns documents pendents"
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1808
#, fuzzy
msgid "List of refereing categories"
msgstr "Llista de les categories a revisar"
#: modules/websubmit/lib/websubmit_templates.py:1812
#, fuzzy
msgid "List of publication categories"
msgstr "Llista de cistells públics"
#: modules/websubmit/lib/websubmit_templates.py:1816
#, fuzzy
msgid "List of direct approval categories"
msgstr "Llista de les categories a revisar"
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
#, fuzzy
msgid "Cancelled"
msgstr "Cancel·la"
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr "Llista de documents revisats"
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr "Feu clic a un número d'informe per a obtenir més informació."
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "Número d'informe"
#: modules/websubmit/lib/websubmit_templates.py:2073
#, fuzzy
msgid "List of publication documents"
msgstr "Llista de cistells públics"
#: modules/websubmit/lib/websubmit_templates.py:2075
#, fuzzy
msgid "List of direct approval documents"
msgstr "Llista de documents revisats"
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr "La vostra petició ha estat enviada al revisor."
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr "Títol:"
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr "Autor:"
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr "Més informació:"
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr "Feu clic aquí"
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr ""
"Aquest document encara està %(x_fmt_open)sesperant la seva aprovació"
"%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
msgid "It was first sent for approval on:"
msgstr "Va ser enviat per a ser aprovat el:"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr "El darrer missatge d'aprovació es va enviar el:"
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr ""
"Podeu demanar una petició d'aprovació per correu electrònic un altre cop "
"prement el següent botó:"
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr "Tornar-ho a enviar"
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr ""
"ATENCIÓ! Un correu electònic serà enviat al vostre revisor si ho confirmeu."
#: modules/websubmit/lib/websubmit_templates.py:2298
#, fuzzy
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr ""
"Com a revisor d'aquest document, podeu fer clic en aquest botó per a aprovar-"
"lo o rebutjar-lo"
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr "Aprovar/Rebutjar"
#: modules/websubmit/lib/websubmit_templates.py:2305
#, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "Aquest document ha estat %(x_fmt_open)saprovat%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2307
msgid "Its approved reference is:"
msgstr "La seva referència d'aprovació és:"
#: modules/websubmit/lib/websubmit_templates.py:2313
msgid "It was approved on:"
msgstr "Va ser aprovat el:"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "Aquest document ha estat %(x_fmt_open)srebutjat%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2323
msgid "It was rejected on:"
msgstr "Va ser rebutjat el:"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
#, fuzzy
msgid "No referee has been selected yet."
msgstr "El registre ha estat suprimit."
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
#, fuzzy
msgid "Select a referee"
msgstr "Seleccioneu una puntuació"
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
#, fuzzy
msgid "Send a recommendation"
msgstr "Escriviu un comentari"
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2453
#, fuzzy
msgid "No editorial board has been selected yet."
msgstr "El registre ha estat suprimit."
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2602
#, fuzzy
msgid "Comments overview"
msgstr "Comentaris"
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
#, fuzzy
msgid "select user"
msgstr "Seleccioneu el cistell"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2741
#, fuzzy
msgid "add this user"
msgstr "Afegir als usuaris"
#: modules/websubmit/lib/websubmit_templates.py:2791
#, fuzzy
msgid "remove this user"
msgstr "No s'ha trobat cap usuari que coincideixi"
#: modules/websubmit/lib/websubmit_templates.py:2906
#, fuzzy
msgid "User"
msgstr "Usuaris"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:172
#, fuzzy
msgid "The collection to which this file belong is restricted: "
msgstr "Els continguts d'aquesta col·lecció són restringits."
#: modules/websubmit/lib/websubmit_webinterface.py:178
#, fuzzy
msgid "This file is restricted: "
msgstr "Aquest fitxer és d'accés restringit."
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr "Accés al text complert"
#: modules/websubmit/lib/websubmit_webinterface.py:303
#, fuzzy
msgid "Not enough information to retrieve the document"
msgstr "Sigueu el primer a escriure una ressenya d'aquest document."
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr "Aquest document no s'ha demanat mai que s'aprovés."
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr "No es pot mostrar aquest document."
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
#, fuzzy
msgid "Action unauthorized for this document."
msgstr "Aquesta acció no existeix per a aquest tipus de document."
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
#, fuzzy
msgid "Action unavailable for this document."
msgstr "No es pot mostrar aquest document."
#: modules/websubmit/web/publiline.py:668
#, fuzzy
msgid "Adding users to the editorial board"
msgstr "Afegits %i registres a aquests cistells"
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
#, fuzzy
msgid "hits"
msgstr "Resultats"
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr ""
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr ""
#: modules/websubmit/web/publiline.py:793
#, fuzzy
msgid "Referee selection"
msgstr "Encara no se li ha assignat referència"
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
#, fuzzy
msgid "Come back to the document"
msgstr "Valoreu aquest document"
# Conjugar?
#: modules/websubmit/web/publiline.py:1068
#, fuzzy
msgid "Select:"
msgstr "Seleccioneu"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
#, fuzzy
msgid "Approve"
msgstr "Aprovat"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
#, fuzzy
msgid "Reject"
msgstr "Rebutjat"
#: modules/websubmit/web/publiline.py:1168
#, fuzzy
msgid "Wrong action for this document."
msgstr "Valoreu aquest document"
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:98
#, fuzzy, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr ""
"Si ho desitgeu podeu %(x_url_open)sidentificar-vos aquí%(x_url_close)s."
#: modules/webjournal/lib/webjournal_templates.py:143
#, fuzzy
msgid "Regeneration Error"
msgstr "Error intern"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
#, fuzzy
msgid "Publish"
msgstr "lliuraments"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
#, fuzzy
msgid "Refresh"
msgstr "Referència"
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
#, fuzzy
msgid "Update"
msgstr "Actualitzar grup"
#: modules/webjournal/lib/webjournal_templates.py:625
#, fuzzy
msgid "Apply"
msgstr "abril"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
#, fuzzy
msgid "Internal configuration error"
msgstr "Error intern"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:194
#, fuzzy
msgid "No journal articles"
msgstr "Encara no hi ha tipus de documents."
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:232
#, fuzzy
msgid "No journal issues"
msgstr "estat actual:"
#: modules/webjournal/lib/webjournal_config.py:269
#, fuzzy
msgid "Journal article error"
msgstr "Error intern"
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:303
#, fuzzy
msgid "No journals available"
msgstr "Encara no hi ha tipus de documents."
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:358
#, fuzzy
msgid "No current issue"
msgstr "estat actual:"
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:450
#, fuzzy
msgid "No popup record"
msgstr "Torna al registre"
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:482
#, fuzzy
msgid "Update error"
msgstr "Actualitzar grup"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:513
#, fuzzy
msgid "Journal publishing DB error"
msgstr "Error intern"
#: modules/webjournal/lib/webjournal_config.py:544
#, fuzzy
msgid "Journal issue error"
msgstr "Error intern"
#: modules/webjournal/lib/webjournal_config.py:545
#, fuzzy
msgid "We could not find a current issue in the Database"
msgstr "Fonts OAI que estan actualment a la base de dades"
#: modules/webjournal/lib/webjournal_config.py:575
#, fuzzy
msgid "Journal ID error"
msgstr "Error intern"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:611
#, fuzzy
msgid "Sorry, this category does not exist for this journal."
msgstr "Sembla que el registre %s no existeix."
#: modules/webjournal/web/admin/webjournaladmin.py:74
#, fuzzy
msgid "WebJournal Admin"
msgstr "Administració de WebComment"
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:148
#, fuzzy
msgid "Feature a record"
msgstr "Torna al registre"
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:309
#, fuzzy
msgid "Publishing Interface"
msgstr "Error intern"
#: modules/webjournal/web/admin/webjournaladmin.py:335
#, fuzzy
msgid "Add Journal"
msgstr "Afegir als usuaris"
#: modules/webjournal/web/admin/webjournaladmin.py:337
#, fuzzy
msgid "Edit Settings"
msgstr "Edita els paràmetres"
#, fuzzy
#~ msgid "link"
#~ msgstr "dins"
#, fuzzy
#~ msgid "links"
#~ msgstr "identificació"
#~ msgid "The contents of this collection is restricted."
#~ msgstr "Els continguts d'aquesta col·lecció són restringits."
#, fuzzy
#~ msgid "Sort:"
#~ msgstr "Ordena'ls per:"
#, fuzzy
#~ msgid "Author"
#~ msgstr "Autor:"
#~ msgid "Parameter docid missing"
#~ msgstr "Falta el paràmetre docid"
#, fuzzy
#~ msgid "Please login to perform this action."
#~ msgstr "Heu d'identificar-vos per a executar aquesta acció."
#, fuzzy
#~ msgid "Alert sent successfully!"
#~ msgstr "Suprimit correctament"
#, fuzzy
#~ msgid "Webjournal Administration Interface"
#~ msgstr "Administració de lliuraments"
#, fuzzy
#~ msgid "Main file(s)"
#~ msgstr "fitxer(s)"
#~ msgid "Display searches"
#~ msgstr "Mostra les cerques"
# Confirmar que no hagi de ser l'email!
#, fuzzy
#~ msgid " Username/Email: %s\n"
#~ msgstr "Nom d'usuari"
#, fuzzy
#~ msgid " Password: %s\n"
#~ msgstr "Contrasenya"
#~ msgid "Migrate BibFormat Settings"
#~ msgstr "Migra els paràmetres de BibFormat"
#~ msgid "Migrate Knowledge Bases"
#~ msgstr "Migra les bases de coneixement"
#~ msgid "Migrate Behaviours"
#~ msgstr "Migra els comportaments"
#~ msgid "Migrate Formats"
#~ msgstr "Migra els formats"
#, fuzzy
#~ msgid "Your account created on"
#~ msgstr "Compte creat"
#, fuzzy
#~ msgid "You have created a new account on"
#~ msgstr "o creeu-ne un de nou"
#~ msgid ""
#~ "You can now go back to %(x_url_open)sBibEdit Admin Interface%(x_url_close)"
#~ "s."
#~ msgstr ""
#~ "Podeu tornar a %(x_url_open)sl'interfície d'administració de BibEdit"
#~ "%(x_url_close)s."
#, fuzzy
#~ msgid "No Articles"
#~ msgstr "Article"
#, fuzzy
#~ msgid "No Issues"
#~ msgstr "Sense missatges"
#, fuzzy
#~ msgid "Article Error"
#~ msgstr "Article"
#, fuzzy
#~ msgid "%s Personalize, Main page"
#~ msgstr "Personalitza"
#, fuzzy
#~ msgid "%s , personalize"
#~ msgstr "Personalitza"
#, fuzzy
#~ msgid "Successfully featured record: %s"
#~ msgstr "eliminat correctament l'informa d'abús"
#~ msgid "Convert"
#~ msgstr "Converteix"
#~ msgid "Library"
#~ msgstr "Biblioteca"
#~ msgid "Agenda"
#~ msgstr "Agenda"
#~ msgid "Webcast"
#~ msgstr "Webcast"
#~ msgid "Search Help"
#~ msgstr "Ajuda a la cerca"
#~ msgid "Comment Management"
#~ msgstr "Gestió de comentaris"
#~ msgid "Format:"
#~ msgstr "Format:"
#~ msgid "Send lost password"
#~ msgstr "Enviar la contrasenya perduda"
#~ msgid "Here are your user credentials for"
#~ msgstr "Aquí teniu les vostres credencials per"
#~ msgid "username"
#~ msgstr "nom d'usuari"
#~ msgid "password"
#~ msgstr "contrasenya"
#~ msgid "You can login at"
#~ msgstr "Us hi podeu connectar a"
#~ msgid "You seem to be %(x_role)s."
#~ msgstr "Sembla que sou %(x_role)s."
#~ msgid "Credentials for"
#~ msgstr "Credencials per"
#~ msgid ""
#~ "An email has been sent to the given address with the account information."
#~ msgstr ""
#~ "S'ha enviat un correu electrònic a l'adreça indicada amb la informació "
#~ "del compte."
#~ msgid "Unable to find file."
#~ msgstr "No s'ha pogut trobar el fitxer."
#~ msgid "Cannot find submission directory."
#~ msgstr "No es pot trobar el directori de lliuraments."
#~ msgid "Unknown type of document"
#~ msgstr "Tipus de document desconegut"
#~ msgid "Login via:"
#~ msgstr "Identificació via:"
#~ msgid "Edit parameters"
#~ msgstr "Edita els paràmetres"
#~ msgid "Save"
#~ msgstr "Desa"
#~ msgid "Try your search on..."
#~ msgstr "Proveu la vostra cerca a..."
#, fuzzy
#~ msgid "Timeout"
#~ msgstr "Hora"
#, fuzzy
#~ msgid "See results"
#~ msgstr "resultats"
#~ msgid "Before you add your comment, you need to log in first"
#~ msgstr "Abans d'afegir el vostre comentari, us heu d'identificar"
#~ msgid "MARC"
#~ msgstr "MARC"
#~ msgid "Please try to come back later."
#~ msgstr "Proveu a intentar-ho més endavant."
#~ msgid "Please enter"
#~ msgstr "Entreu"
#~ msgid "to edit"
#~ msgstr "a editar"
#~ msgid "Your modifications have now been submitted."
#~ msgstr "Les vostres modificacions ja s'han lliurat"
#~ msgid "You can now go back to"
#~ msgstr "Ara podeu tornar a"
#~ msgid ""
#~ "The record as soon deleted when the task queue is empty.You can now go "
#~ "back to"
#~ msgstr ""
#~ "Aquest registre s'esborrarà quan la cua de tasques estigui buida. Ara "
#~ "podeu tornar a"
#~ msgid "detailed list"
#~ msgstr "llista detallada"
#~ msgid "your searches"
#~ msgstr "les vostres cerques"
#~ msgid "#"
#~ msgstr "n."
#~ msgid "%i personal baskets"
#~ msgstr "%i cistells personals"
#~ msgid "%i group baskets"
#~ msgstr "%i cistells de grup"
# 'altri' per 'tercers'?
#~ msgid "%i others' baskets"
#~ msgstr "%i cistells d'altri"
# 'Teniu' o 'heu'?
#~ msgid "You have %s and are subscribed to %s and %s."
#~ msgstr "Teniu %s i esteu subscrits a %s i %s."
#~ msgid "Bring item up"
#~ msgstr "Puja l'item"
#~ msgid "Sort by"
#~ msgstr "Ordenar per:"
#~ msgid "Editing basket \"%s\""
#~ msgstr "Edició del cistell \"%s\""
#~ msgid "You're not member of a group"
#~ msgstr "No sou membre d'un grup"
# Discuss: discussió o comentari?
#~ msgid "Discuss this document:"
#~ msgstr "Comenteu aquest document:"
#~ msgid "wrote on"
#~ msgstr "va escriure el"
#~ msgid "(Report abuse)"
#~ msgstr "(Avisar d'un abús)"
#~ msgid "Average review score"
#~ msgstr "Puntuació mitjana de les ressenyes"
#~ msgid "based on %(nb_comments_total)s reviews"
#~ msgstr "basat en %(nb_comments_total)s ressenyes"
# Conjugar?
# Modificar el font perquè siguin dues coses diferents (review or comment)
#~ msgid "Write a %s"
#~ msgstr "Escriviu un %s"
#~ msgid ""
#~ "Note: you currently haven't %(link_open)sdefined a nickname%(link_close)s."
#~ msgstr "Compte: encara no heu %(link_open)sdefinit un àlias%(link_close)s."
#~ msgid "%s will temporarly be displayed as author of this comment."
#~ msgstr "%s es mostrarà temporalment com autor d'aquest comentari"
#~ msgid "Article:"
#~ msgstr "Article:"
#~ msgid "Comment:"
#~ msgstr "Comentari:"
#~ msgid "email"
#~ msgstr "adreça electrònica"
#~ msgid "Detailed record #%s"
#~ msgstr "Registre complet #%s"
# Reported? Informats?
# Tant pot ser 'reviews' com 'comments'
#~ msgid "View all Reported %s"
#~ msgstr "Visualitzar tots els %s denunciats"
#~ msgid "These users are overquota: "
#~ msgstr "Aquests usuaris han sobrepassat la seva quota: "
#~ msgid "Search term <em>%s</em>"
#~ msgstr "El terme de cerca <em>%s</em>"
#~ msgid "inside <em>%s</em> index"
#~ msgstr "dins l'índex <em>%s</em>"
#~ msgid "Record #%d: %s"
#~ msgstr "Registre #%d: %s"
#~ msgid "Record #%d"
#~ msgstr "Registre #%d"
#~ msgid "Words nearest to"
#~ msgstr "Paraules més properes a"
#~ msgid "inside"
#~ msgstr "dins"
#~ msgid "in any collection are:"
#~ msgstr "en qualsevol col·lecció són:"
#~ msgid "<strong>%s</strong> records found"
#~ msgstr "<strong>%s</strong> registres trobats"
#~ msgid ""
#~ "<strong>Results overview:</strong> Found <strong>%s</strong> records in "
#~ "%.2f seconds."
#~ msgstr ""
#~ "<strong>Resultats globals:</strong> Trobats <strong>%s</strong> registres "
#~ "en %.2f segons."
#~ msgid ""
#~ "<p>Sorry, collection <strong>%s</strong> does not seem to exist. <p>You "
#~ "may want to start browsing from <a href=\"%s\">%s</a>."
#~ msgstr ""
#~ "<p>Ho sentim, la col·lecció <strong>%s</strong> no existeix. <p>Proveu-ho "
#~ "començant des de <a href=\"%s\">%s</a>."
#~ msgid ""
#~ "The <strong class=\"headline\">guest</strong> users need to <A href=\"%s"
#~ "\">register</A> first"
#~ msgstr ""
#~ "Els usuaris <strong class=\"headline\">visitants</strong> abans han d'<A "
#~ "href=\"%s\">identificar-se</A>"
#, fuzzy
#~ 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"
#~ " <a href=\"%s/youraccount/login?ln=%s\">login or register "
#~ "here</a>."
#~ msgstr ""
#~ "Com que esteu connectats com a usuari visitant, els vostres %s "
#~ "desapareixeran al final d'aquesta sessió. Si voleu, podeu <a href=\"../"
#~ "youraccount.py/login?ln=%s\">identificar-vos o donar-vos d'alta</a>."
#, fuzzy
#~ msgid "your groups"
#~ msgstr "Afegir als grups"
#~ msgid "your submissions"
#~ msgstr "els vostres lliuraments"
#~ msgid "your approvals"
#~ msgstr "les vostres aprovacions"
#~ msgid ""
#~ "You are no longer recognized. If you wish you can <A href=\"./login?ln=%s"
#~ "\">login here</A>."
#~ msgstr ""
#~ "Ja heu deixat d'estar identificat. Si voleu podeu <A \n"
#~ "href=\"./login?ln=%s\">identificar-vos aquí</A>."
#~ msgid "Edit<br/>members"
#~ msgstr "Editar<br/>membres"
#~ msgid "Create New Group"
#~ msgstr "Crear un nou grup"
# Una?
#, fuzzy
#~ msgid "Please Select:"
#~ msgstr "Si us plau seleccioneu-ne un o més:"
#~ msgid "Add member"
#~ msgstr "Afegir membre"
#~ msgid "Group: <b>%s</b>"
#~ msgstr "Grup: <b>%s</b>"
#~ msgid "Please select"
#~ msgstr "Seleccioneu"
#~ msgid "here"
#~ msgstr "aquí"
# Potser canviar el # per un n. ?
#, fuzzy
#~ msgid "user #%i"
#~ msgstr "usuari #%i"
#~ msgid "Error: %s"
#~ msgstr "Error: %s"
#~ msgid "can't figure number of pages"
#~ msgstr "no és possible calcular el número de pàgines"
#~ msgid "this action does not apply on this type of document"
#~ msgstr "aquesta acció no és aplicable a aquest tipus de document"
#~ msgid "Cannot find document %s"
#~ msgstr "No es pot trobar el document %s"
#~ msgid "error"
#~ msgstr "error"
#~ msgid "warning"
#~ msgstr "atenció"
#~ msgid "go"
#~ msgstr "endavant"
#~ msgid "Submission no(1)"
#~ msgstr "Lliurament núm(1)"
#~ 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 ""
#~ "(1) haurieu de prendre nota d'aquest número al començament del vostre "
#~ "lliurament, perquè us permeterà recuperar la vostra informació en cas que "
#~ "el navegador fa fallida abans del final del lliurament."
#~ msgid "You now have to"
#~ msgstr "Ara heu de"
# O núm?
#, fuzzy
#~ msgid "record #%s"
#~ msgstr "registre #%s"
#~ msgid "id"
#~ msgstr "id"
#~ msgid "pending"
#~ msgstr "pendent"
# Està bé el plural?
#, fuzzy
#~ msgid "approved"
#~ msgstr "aprovats"
#~ msgid "rejected"
#~ msgstr "rebutjats"
#~ msgid "click here"
#~ msgstr "Feu clic aquí"
#~ msgid ""
#~ "It has first been sent to approval on: <strong class=\"headline\">%(date)"
#~ "s</strong>"
#~ msgstr ""
#~ "Ha estat enviar per aprovació el primer cop el: <strong class=\"headline"
#~ "\">%(date)s</strong>"
#~ msgid ""
#~ "Last approval e-mail was sent on: <strong class=\"headline\">%(date)s</"
#~ "strong>"
#~ msgstr ""
#~ "L'últim correu electrònic d'aprovació av ser enviat el <strong class="
#~ "\"headline\">%(date)s</strong>"
#~ msgid "This Document has been <strong class=\"headline\">approved</strong>."
#~ msgstr ""
#~ "Aquest document ha estat <strong class=\"headline\">approvat</strong>."
#~ msgid ""
#~ "Its approved reference is: <strong class=\"headline\">%(rn)s</strong>"
#~ msgstr ""
#~ "La referència de la seva aprovació és: <strong class=\"headline\">%(rn)s</"
#~ "strong>."
#~ msgid ""
#~ "It has been approved on: <strong class=\"headline\">%(date)s</strong>"
#~ msgstr "Ha estat aprovat el: <strong class=\"headline\">%(date)s</strong>."
#~ msgid "This Document has been <strong class=\"headline\">rejected</strong>."
#~ msgstr ""
#~ "Aquest document ha estat <strong class=\"headline\">rebutjat</strong>."
#~ msgid ""
#~ "It has been rejected on: <strong class=\"headline\">%(date)s</strong>"
#~ msgstr "Ha estat rebutjat el: <strong class=\"headline\">%(date)s</strong>."
#~ msgid ""
#~ "You first have to login before using this feature. Use the left menu to "
#~ "log in."
#~ msgstr ""
#~ "Abans de fer aquesta acció us heu d'identificar. Useu el menú de "
#~ "l'esquerra per a fer-ho."
#~ msgid "%s"
#~ msgstr "%s"
#~ msgid "Sorry, the record %s does not seem to be a number."
#~ msgstr "El registre %s no sembla un número."
# Temps verbal: visualita? Visualitzeu?
#~ msgid "view all %s reviews"
#~ msgstr "visualitzar totes les %s crítiques"
#~ msgid "write a review"
#~ msgstr "Escriviu una crítica"
#~ msgid "reviews"
#~ msgstr "crítiques"
#~ msgid "Comment #%s"
#~ msgstr "Comentari #%s"
#~ msgid "The email address is already in use, please try again."
#~ msgstr "Aquesta adreça de correu electrònic ja s'està usant, torneu-hi."
#~ msgid "The passwords do not match, please try again."
#~ msgstr "Les contrasenyes no coincideixen, torneu-ho a intentar."
#~ msgid "The email address given is not valid, please try again."
#~ msgstr ""
#~ "L'adreça de correu electrònic que heu entrat és incorrecte, si us plau "
#~ "torneu-ho a intentar."
#, fuzzy
#~ msgid "%(num)s results found"
#~ msgstr "Cercar en %s registres per"
#, fuzzy
#~ msgid "No result found"
#~ msgstr "No s'ha trobat cap cerca"
#, fuzzy
#~ msgid "GROUP_DELETED"
#~ msgstr "SUPRIMIR"
#, fuzzy
#~ msgid "MEMBER_DELETED"
#~ msgstr "SUPRIMIR"
diff --git a/po/cs.po b/po/cs.po
index 698c7cfe2..dd2e33cdb 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1,7377 +1,7377 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-02-29 14:34+0100\n"
"Last-Translator: Tibor Simko <tibor.simko@cern.ch>\n"
"Language-Team: CS <cds.support@cern.ch>\n"
"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"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "A NE"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "Areál Administrátora"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "Prolistuj"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "Tipy pro vyhledávaní"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "abstrakt"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "plný text"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "Regulární výraz:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "Všechna tato slova:"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "číslo zprávy"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "Rok"
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr "předmět"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "Částečná věta:"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "reference"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "autor"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
#, fuzzy
msgid "Search Guide"
msgstr "Příručka"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "experiment"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "Jedno ze slov:"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "oddělení"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "Hledej"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "všechna pole"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "Centrála Nápovědy"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
#, fuzzy
msgid "Export as"
msgstr "září"
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "kolekce"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "Přesná věta:"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
#, fuzzy
msgid "Submit Guide"
msgstr "Nápověda pro přidávání"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "NEBO"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "A"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "klíčové slovo"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "název"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
#, fuzzy
msgid "Narrow by collection:"
msgstr "Zúžit podle kolekcе:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
#, fuzzy
msgid "Add to personal basket"
msgstr "Personalizace"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
#, fuzzy
msgid "WebSubmit Admin Guide"
msgstr "Administrace Přidávání"
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
#, fuzzy
msgid "No fulltext"
msgstr "plný text"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
#, fuzzy
msgid "or"
msgstr "více"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:123
#, fuzzy
msgid "Verbose"
msgstr "Prolistuj"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "Přidej"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
#, fuzzy
msgid "Action"
msgstr "kolekce"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:155
#, fuzzy
msgid "Display"
msgstr "Zobrazit výsledky:"
#: modules/bibedit/lib/bibedit_templates.py:274
#, fuzzy
msgid "Done"
msgstr "květen"
#: modules/bibedit/lib/bibedit_templates.py:275
#, fuzzy
msgid "Add another subfield"
msgstr "Úplný záznam"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
#, fuzzy
msgid "Move up"
msgstr "více"
#: modules/bibedit/lib/bibedit_templates.py:369
#, fuzzy
msgid "Move down"
msgstr "více"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:476
#, fuzzy
msgid "This record does not exist."
msgstr "Záznam byl vymazán."
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:500
msgid "There are record revisions not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
msgid "Please try again in a few minutes."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
#, fuzzy
msgid "Edit another record"
msgstr "Úplný záznam"
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:563
#, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, fuzzy, python-format
msgid "Submit and save record %s"
msgstr "Podobné záznamy"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, fuzzy, python-format
msgid "Record #%s"
msgstr "Kolekcia %s Nenalezena"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#, fuzzy
msgid "Description"
msgstr "seance"
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
#, fuzzy
msgid "Show Documentation"
msgstr "konto"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
#, fuzzy
msgid "Manage Output Formats"
msgstr "Výstupní formát:"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1134
#, fuzzy
msgid "Add New Output Format"
msgstr "Výstupní formát:"
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
#, fuzzy
msgid "Close Output Format"
msgstr "Výstupní formát:"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
#, fuzzy
msgid "Rules"
msgstr "host"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
#, fuzzy
msgid "Remove Rule"
msgstr "více"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:2266
#, fuzzy
msgid "An error has been found"
msgstr "Záznam byl vymazán."
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr ""
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr ""
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
#, fuzzy
msgid "Test with record:"
msgstr "Úplný záznam"
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr ""
#: modules/bibformat/lib/elements/bfe_authors.py:120
#, fuzzy
msgid "Hide"
msgstr "Příručka"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
#, fuzzy
msgid "Download fulltext"
msgstr "plný text"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
#, fuzzy
msgid "older versions"
msgstr "seance"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external links"
msgstr "košíky"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "Plný text"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
#, fuzzy
msgid "Restricted Output Format"
msgstr "Výstupní formát:"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, fuzzy, python-format
msgid "Output Format %s Rules"
msgstr "Výstupní formát:"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:371
#, fuzzy
msgid "Delete Output Format"
msgstr "Výstupní formát:"
#: modules/bibformat/web/admin/bibformatadmin.py:417
#, fuzzy
msgid "Cannot create output format"
msgstr "Výstupní formát:"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:660
#, fuzzy
msgid "Delete Format Template"
msgstr "konto"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#, fuzzy
msgid "Delete Knowledge Base"
msgstr "košíky"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
#, fuzzy
msgid "See Guide"
msgstr "Příručka"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr ""
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
#, fuzzy
msgid "Citation history:"
msgstr "Citační historie:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
#, fuzzy
msgid "Download history:"
msgstr "Historie stahování:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
#, fuzzy
msgid "Download user distribution:"
msgstr "Historie stahování:"
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr ""
#: modules/miscutil/lib/dateutils.py:159
#, fuzzy
msgid "Sun"
msgstr "červen"
#: modules/miscutil/lib/dateutils.py:160
#, fuzzy
msgid "Mon"
msgstr "květen"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr ""
#: modules/miscutil/lib/dateutils.py:162
#, fuzzy
msgid "Wed"
msgstr "Agenda"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr ""
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr ""
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr ""
#: modules/miscutil/lib/dateutils.py:167
#, fuzzy
msgid "Sunday"
msgstr "jakýkoli den"
#: modules/miscutil/lib/dateutils.py:168
#, fuzzy
msgid "Monday"
msgstr "květen"
#: modules/miscutil/lib/dateutils.py:169
#, fuzzy
msgid "Tuesday"
msgstr "jakýkoli den"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:173
#, fuzzy
msgid "Saturday"
msgstr "jakýkoli den"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
#, fuzzy
msgid "Month"
msgstr "jakýkoli měsíc"
#: modules/miscutil/lib/dateutils.py:188
#, fuzzy
msgid "Jan"
msgstr "leden"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr ""
#: modules/miscutil/lib/dateutils.py:190
#, fuzzy
msgid "Mar"
msgstr "březen"
#: modules/miscutil/lib/dateutils.py:191
#, fuzzy
msgid "Apr"
msgstr "duben"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "květen"
#: modules/miscutil/lib/dateutils.py:193
#, fuzzy
msgid "Jun"
msgstr "červen"
#: modules/miscutil/lib/dateutils.py:194
#, fuzzy
msgid "Jul"
msgstr "červenec"
#: modules/miscutil/lib/dateutils.py:195
#, fuzzy
msgid "Aug"
msgstr "srpen"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr ""
#: modules/miscutil/lib/dateutils.py:197
#, fuzzy
msgid "Oct"
msgstr "říjen"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr ""
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr ""
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "leden"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "únor"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "březen"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "duben"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "červen"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "červenec"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "srpen"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "září"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "říjen"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "listopad"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "prosinec"
#: modules/miscutil/lib/dateutils.py:231
#, fuzzy
msgid "Day"
msgstr "květen"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "Rok"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
#, fuzzy
msgid "Sorry"
msgstr "Setřídit podle:"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:100
#, fuzzy
msgid "The error report has been sent."
msgstr "Záznam byl vymazán."
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr "ID záznamu"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr "podobnost slov"
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:412
msgid "times cited"
msgstr ""
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
#, fuzzy
msgid "Hello:"
msgstr "Nápověda"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr ""
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
msgid "Configure OAI Repository"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
#, fuzzy
msgid "Configure WebComment"
msgstr "Hledej"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
#, fuzzy
msgid "Configure WebSearch"
msgstr "Hledej"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, python-format
msgid "Your account on '%s' has been activated"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, fuzzy, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr "Záznam byl vymazán."
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
#, fuzzy
msgid "Username/Email:"
msgstr "avíza"
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
msgid "Password:"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, fuzzy, python-format
msgid "Account created on '%s'"
msgstr "konto"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, fuzzy, python-format
msgid "An account has been created for you on '%s':"
msgstr "konto"
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, fuzzy, python-format
msgid "Account rejected on '%s'"
msgstr "konto"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, fuzzy, python-format
msgid "Username/Email: %s"
msgstr "avíza"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, fuzzy, python-format
msgid "Account deleted on '%s'"
msgstr "konto"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, fuzzy, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "Záznam byl vymazán."
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "Úplný záznam"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "Podobné záznamy"
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr "Citováno"
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr ""
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr ""
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
msgid "You do not have rights for this operation."
msgstr ""
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr ""
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr ""
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr ""
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr ""
#: modules/webalert/lib/webalert.py:376
#, fuzzy, python-format
msgid "The alert %s has been successfully updated."
msgstr "Záznam byl vymazán."
#: modules/webalert/lib/webalert.py:428
#, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:90
#, fuzzy
msgid "Collections"
msgstr "kolekce"
#: modules/webalert/lib/webalert_templates.py:92
#, fuzzy
msgid "Collection"
msgstr "kolekce"
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:114
#, fuzzy
msgid "alert name"
msgstr "avíza"
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
#, fuzzy
msgid "monthly"
msgstr "jakýkoli měsíc"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
#, fuzzy
msgid "daily"
msgstr "podrobný"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:300
#, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:322
#, fuzzy
msgid "Result in basket"
msgstr "košíky"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
#, fuzzy
msgid "no basket"
msgstr "košíky"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
#, fuzzy
msgid "Remove"
msgstr "více"
#: modules/webalert/lib/webalert_templates.py:374
#, fuzzy
msgid "Modify"
msgstr "květen"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:434
#, fuzzy, python-format
msgid "Here are the %s most popular searches."
msgstr "Zkuste hledat na..."
#: modules/webalert/lib/webalert_templates.py:445
#, fuzzy
msgid "Question"
msgstr "seance"
#: modules/webalert/lib/webalert_templates.py:449
#, fuzzy
msgid "Last Run"
msgstr "Poslední aktualizace"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:79
#, fuzzy
msgid "Popular Searches"
msgstr "Hledej"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
#, fuzzy
msgid "Your Searches"
msgstr "Hledej"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
#, fuzzy
msgid "Your Account"
msgstr "konto"
#: modules/webalert/lib/webalert_webinterface.py:90
#, fuzzy, python-format
msgid "%s Personalize, Display searches"
msgstr "Zobrazit výsledky:"
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, fuzzy, python-format
msgid "%s, personalize"
msgstr "Personalizace"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, python-format
msgid "%s Personalize, Set a new alert"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:227
#, python-format
msgid "%s Personalize, Modify alert settings"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
#, fuzzy
msgid "Your Alerts"
msgstr "košíky"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, fuzzy, python-format
msgid "%s Personalize, Display alerts"
msgstr "Zobrazit výsledky:"
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
#, fuzzy
msgid "Display alerts"
msgstr "Zobrazit výsledky:"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr ""
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
#, fuzzy
msgid "Personal baskets"
msgstr "Personalizace"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
#, fuzzy
msgid "Group baskets"
msgstr "košíky"
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
#, fuzzy
msgid "Others' baskets"
msgstr "košíky"
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:198
#, fuzzy, python-format
msgid "There are %i baskets"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:206
#, fuzzy
msgid "updated on"
msgstr "Poslední aktualizace"
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
#, fuzzy
msgid "Public basket"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
#, fuzzy
msgid "records"
msgstr "Podobné záznamy"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
#, fuzzy
msgid "last update"
msgstr "Poslední aktualizace"
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
#, fuzzy
msgid "Basket's name"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:355
#, fuzzy
msgid "View"
msgstr "více"
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:377
#, fuzzy
msgid "There is currently no publicly accessible basket"
msgstr "Záznam byl vymazán."
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:422
#, fuzzy
msgid "Actions"
msgstr "kolekce"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
#, fuzzy
msgid "Non-shared basket"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
#, fuzzy
msgid "Shared basket"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
#, fuzzy
msgid "Group-shared basket"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
#, fuzzy
msgid "Edit basket"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:521
#, fuzzy
msgid "last comment:"
msgstr "konto"
#: modules/webbasket/lib/webbasket_templates.py:582
#, fuzzy
msgid "Move item up"
msgstr "více"
#: modules/webbasket/lib/webbasket_templates.py:590
#, fuzzy
msgid "Move item down"
msgstr "více"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:606
#, fuzzy
msgid "Remove item"
msgstr "více"
#: modules/webbasket/lib/webbasket_templates.py:609
#, fuzzy
msgid "External record"
msgstr "Úplný záznam"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:647
#, fuzzy
msgid "View comments"
msgstr "konto"
#: modules/webbasket/lib/webbasket_templates.py:672
#, fuzzy
msgid "This basket is publicly accessible at the following address:"
msgstr "Záznam byl vymazán."
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "Setřídit podle:"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:833
#, fuzzy
msgid "Back to baskets"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
#, fuzzy
msgid "on"
msgstr "květen"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:876
#, fuzzy
msgid "Delete comment"
msgstr "konto"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
#, fuzzy
msgid "Create new basket"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:1001
#, fuzzy
msgid "Select topic"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1019
#, fuzzy
msgid "Create new topic"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:1021
#, fuzzy
msgid "Create a new basket"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
#, fuzzy
msgid "Select basket"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, fuzzy, python-format
msgid "%i baskets"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:1111
#, fuzzy
msgid "Add to a group-shared basket"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1167
#, fuzzy
msgid "Add to baskets"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, fuzzy, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr "Záznam byl vymazán."
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1277
#, fuzzy
msgid "General settings"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1314
#, fuzzy
msgid "Delete basket"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:1338
#, fuzzy
msgid "Editing basket"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
#, fuzzy
msgid "View records"
msgstr "Podobné záznamy"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
#, fuzzy
msgid "and"
msgstr "Agenda"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
#, fuzzy
msgid "add records"
msgstr "Podobné záznamy"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
#, fuzzy
msgid "delete comments"
msgstr "konto"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
#, fuzzy
msgid "remove records"
msgstr "Úplný záznam"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
#, fuzzy
msgid "Back to search results"
msgstr "Výsledky hledání"
#: modules/webbasket/lib/webbasket_webinterface.py:98
#, fuzzy
msgid "Display baskets"
msgstr "Zobrazit výsledky:"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
#, fuzzy
msgid "Your Baskets"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:474
#, fuzzy
msgid "Delete a basket"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:721
#, fuzzy
msgid "Create basket"
msgstr "košíky"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
#, fuzzy
msgid "List of public baskets"
msgstr "košíky"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, fuzzy, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "Citováno: %s záznamy"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
#, fuzzy
msgid "Report abuse"
msgstr "září"
#: modules/webcomment/lib/webcomment_templates.py:361
#, fuzzy, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "Citováno: %s záznamy"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#, fuzzy
msgid "Reviews"
msgstr "více"
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
#, fuzzy
msgid "Review"
msgstr "více"
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
#, fuzzy
msgid "Article"
msgstr "duben"
#: modules/webcomment/lib/webcomment_templates.py:808
#, fuzzy
msgid "Add comment"
msgstr "konto"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:901
#, fuzzy
msgid "Select a score"
msgstr "košíky"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:908
#, fuzzy
msgid "Add review"
msgstr "více"
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:940
#, fuzzy
msgid "Your comment was successfully added."
msgstr "Záznam byl vymazán."
#: modules/webcomment/lib/webcomment_templates.py:942
#, fuzzy
msgid "Back to record"
msgstr "skoč na záznam:"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1029
#, fuzzy
msgid "View all users who have been reported"
msgstr "Záznam byl vymazán."
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "Příručka"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
#, fuzzy
msgid "Email"
msgstr "podrobný"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1179
#, fuzzy, python-format
msgid "This review has been reported %i times"
msgstr "Záznam byl vymazán."
#: modules/webcomment/lib/webcomment_templates.py:1181
#, fuzzy, python-format
msgid "This comment has been reported %i times"
msgstr "Záznam byl vymazán."
#: modules/webcomment/lib/webcomment_templates.py:1258
#, fuzzy
msgid "Written by"
msgstr "Citováno"
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1260
#, fuzzy
msgid "Select"
msgstr "košíky"
#: modules/webcomment/lib/webcomment_templates.py:1274
#, fuzzy
msgid "Delete selected reviews"
msgstr "košíky"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1279
#, fuzzy
msgid "Delete selected comments"
msgstr "košíky"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1375
msgid "Not yet reviewed"
msgstr ""
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
#, fuzzy
msgid "Record Not Found"
msgstr "Kolekcia %s Nenalezena"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
#, fuzzy
msgid "Login"
msgstr "přihlásit"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr ""
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "Vnitřní Chyba"
#: modules/webcomment/web/admin/webcommentadmin.py:95
#, fuzzy
msgid "Delete Comment"
msgstr "konto"
#: modules/webcomment/web/admin/webcommentadmin.py:168
#, fuzzy
msgid "View all reported users"
msgstr "Podobné záznamy"
#: modules/webcomment/web/admin/webcommentadmin.py:214
#, fuzzy
msgid "Delete comments"
msgstr "konto"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr ""
#: modules/webmessage/lib/webmessage.py:129
#, fuzzy
msgid "The message could not be deleted."
msgstr "Záznam byl vymazán."
#: modules/webmessage/lib/webmessage.py:131
#, fuzzy
msgid "The message was successfully deleted."
msgstr "Záznam byl vymazán."
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr ""
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr ""
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr ""
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr ""
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr ""
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr ""
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr ""
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr ""
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr ""
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
#, fuzzy
msgid "Your Messages"
msgstr "Hledej"
#: modules/webmessage/lib/webmessage_templates.py:87
#, fuzzy
msgid "Subject"
msgstr "Přidej"
#: modules/webmessage/lib/webmessage_templates.py:88
#, fuzzy
msgid "Sender"
msgstr "Agenda"
#: modules/webmessage/lib/webmessage_templates.py:97
#, fuzzy
msgid "No messages"
msgstr "Hledej"
#: modules/webmessage/lib/webmessage_templates.py:101
#, fuzzy
msgid "No subject"
msgstr "Přidej"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:282
#, fuzzy
msgid "Send later?"
msgstr "Agenda"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
#, fuzzy
msgid "Subject:"
msgstr "Přidej"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
#, fuzzy
msgid "Message:"
msgstr "Hledej"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:451
#, fuzzy
msgid "Sent to:"
msgstr "košíky"
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:569
#, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:679
#, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr ""
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr ""
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "Výsledky hledání"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "jakýkoli den"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "jakýkoli měsíc"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "jakýkoli rok"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "všechny kolekce"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "přidat kolekci"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "seřadit podle"
#: modules/websearch/lib/search_engine.py:851
#, fuzzy
msgid "HTML brief"
msgstr "stručný"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "poslední záznam nejdříve"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr ""
#: modules/websearch/lib/search_engine.py:1716
#, fuzzy, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr ""
"Žádný přesný výsledek pro <em>%s</em> nebyl nalezen, zkusme místo něj použít "
"<em>%s</em>..."
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
#: modules/websearch/lib/search_engine.py:2068
#, fuzzy, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"Žádný záznam nebyl nalezen v kolekci %s. Ostatní veřejně dostupné kolekce "
"dali <a class=\"nearestterms\" href=\"%s/search.py?%s\">%d záznamů</a>."
#: modules/websearch/lib/search_engine.py:2077
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:2190
msgid "No words index available for"
msgstr "Index slov není k dispozici pro"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "Index frází není k dispozici pro"
#: modules/websearch/lib/search_engine.py:2226
#, fuzzy, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s 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:2230
#, fuzzy, python-format
msgid ""
"Search term %s 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:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr ""
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr ""
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr ""
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "Záznam byl vymazán."
#: modules/websearch/lib/search_engine.py:3750
#, fuzzy
msgid "Requested record does not seem to exist."
msgstr "Záznam byl vymazán."
#: modules/websearch/lib/search_engine.py:3984
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:4008
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/websearchadminlib.py:3202
msgid "Information"
msgstr ""
#: modules/websearch/lib/websearchadminlib.py:3203
msgid "References"
msgstr ""
#: modules/websearch/lib/websearchadminlib.py:3204
#, fuzzy
msgid "Citations"
msgstr "Citační historie:"
#: modules/websearch/lib/websearchadminlib.py:3205
#, fuzzy
msgid "Discussion"
msgstr "seance"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, fuzzy, python-format
msgid "Search %s records for:"
msgstr "Hledej v %s záznamech:"
#: modules/websearch/lib/websearch_templates.py:659
#, fuzzy
msgid "less"
msgstr "host"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "více"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
msgid "Search everywhere"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "Rozšířené Hledání"
#: modules/websearch/lib/websearch_templates.py:854
#, fuzzy, python-format
msgid "Search %s records for"
msgstr "Hledej v %s záznamech:"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "Jednoduché Hledání"
#: modules/websearch/lib/websearch_templates.py:938
#, fuzzy
msgid "Search options:"
msgstr "Volby hledání:"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
#, fuzzy
msgid "Added/modified since:"
msgstr "Přidánо od:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
#, fuzzy
msgid "until:"
msgstr "do:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
#, fuzzy
msgid "Display results:"
msgstr "Zobrazit výsledky:"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
#, fuzzy
msgid "Output format:"
msgstr "Výstupní formát:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "Přidánо od:"
#: modules/websearch/lib/websearch_templates.py:1154
#, fuzzy
msgid "Modified since:"
msgstr "Přidánо od:"
#: modules/websearch/lib/websearch_templates.py:1191
#, fuzzy
msgid "Focus on:"
msgstr "Zaměřit se na:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "chráněno"
#: modules/websearch/lib/websearch_templates.py:1252
#, fuzzy
msgid "Search also:"
msgstr "Výsledky hledání"
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr "Tato kolekce ješte neobsahuje žádné záznamy."
#: modules/websearch/lib/websearch_templates.py:1392
#, fuzzy
msgid "Latest additions:"
msgstr "Posledně přidáno:"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, fuzzy, python-format
msgid "Cited by %i records"
msgstr "Citováno: %s záznamy"
#: modules/websearch/lib/websearch_templates.py:1556
#, fuzzy, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr "všechny kolekce"
#: modules/websearch/lib/websearch_templates.py:1559
#, fuzzy, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr "všechny kolekce"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "kolekce"
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "výsledky"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "vzest."
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "sest."
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "jediný list"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "seskupené podle kolekcí"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, fuzzy, python-format
msgid "%s records found"
msgstr "Hledej v %s záznamech:"
#: modules/websearch/lib/websearch_templates.py:2343
#, fuzzy
msgid "begin"
msgstr "přihlásit"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2367
#, fuzzy
msgid "end"
msgstr "Agenda"
#: modules/websearch/lib/websearch_templates.py:2387
#, fuzzy
msgid "jump to record:"
msgstr "skoč na záznam:"
#: modules/websearch/lib/websearch_templates.py:2400
#, fuzzy, python-format
msgid "Search took %s seconds."
msgstr "Hledání trvalo %.2f vteřin."
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "PŘIDAT DO KOŠÍKU"
#: modules/websearch/lib/websearch_templates.py:2589
#, fuzzy, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"<strong>Přehled výsledků:</strong> Nalezeno <strong>%s</strong> záznamů za "
"%.2f vteřin."
#: modules/websearch/lib/websearch_templates.py:2637
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:2669
msgid "See also: similar author names"
msgstr "Viz též: podobná jména autorů"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, fuzzy, python-format
msgid "Collection %s Not Found"
msgstr "Kolekcia %s Nenalezena"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3101
#, fuzzy
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:3117
#, fuzzy
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:3170
#, python-format
msgid "Cited by: %s records"
msgstr "Citováno: %s záznamy"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "Spolu citováno s: %s záznamy"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3310
#, fuzzy
msgid "Affiliations:"
msgstr "Citační historie:"
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3346
#, fuzzy
msgid "Publishes in"
msgstr "přidání"
#: modules/websearch/lib/websearch_templates.py:3353
#, fuzzy
msgid "Papers:"
msgstr "avíza"
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3355
#, fuzzy
msgid "times"
msgstr "název"
#: modules/websearch/lib/websearch_templates.py:3383
#, fuzzy
msgid "Citations:"
msgstr "Citační historie:"
#: modules/websearch/lib/websearch_templates.py:3413
#, fuzzy
msgid "Citation summary results"
msgstr "Výsledky hledání"
#: modules/websearch/lib/websearch_templates.py:3418
msgid "Total number of citable papers analyzed:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3441
msgid "Total number of citations:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:420
msgid "You are not authorized to view this area."
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:755
#, fuzzy
msgid "Not found"
msgstr "Kolekcia %s Nenalezena"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "v"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
#, fuzzy
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_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:120
#, fuzzy
msgid "Search timed out."
msgstr "Výsledky hledání"
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
#, fuzzy
msgid "No results found."
msgstr "Kolekcia %s Nenalezena"
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, fuzzy, python-format
msgid "%s results found"
msgstr "Kolekcia %s Nenalezena"
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, fuzzy, python-format
msgid "%s seconds"
msgstr "Hledej v %s záznamech:"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "stručný"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr ""
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
#: modules/websession/lib/websession_templates.py:97
#, fuzzy
msgid "External account settings"
msgstr "košíky"
#: modules/websession/lib/websession_templates.py:99
#, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:103
#, fuzzy
msgid "External user groups"
msgstr "Úplný záznam"
#: modules/websession/lib/websession_templates.py:160
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr ""
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr ""
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr ""
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
#, fuzzy
msgid "mandatory"
msgstr "jakýkoli den"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr ""
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr ""
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
#: modules/websession/lib/websession_templates.py:215
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
#: modules/websession/lib/websession_templates.py:217
msgid "Old password"
msgstr ""
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr ""
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr ""
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr ""
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr ""
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr ""
#: modules/websession/lib/websession_templates.py:224
msgid "Set new password"
msgstr ""
#: modules/websession/lib/websession_templates.py:229
#, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:235
#, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:249
msgid "Edit language-related settings"
msgstr ""
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr ""
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
#, fuzzy
msgid "Update settings"
msgstr "košíky"
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr ""
#: modules/websession/lib/websession_templates.py:279
#, fuzzy
msgid "Show the latest additions box"
msgstr "Posledně přidáno:"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr ""
#: modules/websession/lib/websession_templates.py:295
#, fuzzy
msgid "Number of search results per page"
msgstr "Výsledky hledání"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr ""
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr ""
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
#, fuzzy
msgid "Select method"
msgstr "košíky"
#: modules/websession/lib/websession_templates.py:359
#, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr ""
#: modules/websession/lib/websession_templates.py:382
msgid "Send password reset link"
msgstr ""
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:389
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr ""
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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:427
#: modules/websession/lib/websession_webinterface.py:267
#, fuzzy
msgid "Your Settings"
msgstr "košíky"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr ""
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr ""
#: modules/websession/lib/websession_templates.py:441
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:450
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:459
#, fuzzy
msgid "Your Loans"
msgstr "schválení"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr ""
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr ""
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:573
#, fuzzy
msgid "Your Alert Searches"
msgstr "Hledej"
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
#, fuzzy
msgid "Your Groups"
msgstr "schválení"
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
#, fuzzy
msgid "Your Submissions"
msgstr "přidání"
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
#, fuzzy
msgid "Your Approvals"
msgstr "schválení"
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr ""
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr ""
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr ""
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr ""
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:707
#, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr ""
#: modules/websession/lib/websession_templates.py:722
#, fuzzy
msgid "Deleting your account"
msgstr "konto"
#: modules/websession/lib/websession_templates.py:736
msgid "You are no longer recognized by our system."
msgstr ""
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr ""
#: modules/websession/lib/websession_templates.py:780
#, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
#: modules/websession/lib/websession_templates.py:787
#, 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:810
#, fuzzy
msgid "Login method:"
msgstr "přihlásit"
#: modules/websession/lib/websession_templates.py:837
#, fuzzy
msgid "Username"
msgstr "avíza"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr ""
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr ""
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "přihlásit"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr ""
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr ""
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
#: modules/websession/lib/websession_templates.py:900
msgid "Set a new password for"
msgstr ""
#: modules/websession/lib/websession_templates.py:901
msgid "Type the new password"
msgstr ""
#: modules/websession/lib/websession_templates.py:902
msgid "Type again the new password"
msgstr ""
#: modules/websession/lib/websession_templates.py:903
msgid "Set the new password"
msgstr ""
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr ""
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr ""
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr ""
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr ""
#: modules/websession/lib/websession_templates.py:978
#, 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:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr ""
#: modules/websession/lib/websession_templates.py:1014
#, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "host"
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr "seance"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "avíza"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "košíky"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "konto"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr ""
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr ""
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr ""
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr "přidání"
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr "schválení"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "administrace"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "odhlásit"
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr ""
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1291
#, fuzzy, python-format
msgid "Edit %s members"
msgstr "košíky"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
#, fuzzy
msgid "Create new group"
msgstr "košíky"
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr ""
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1391
msgid "You are a member of the following external groups:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1414
msgid "You are not a member of any external groups."
msgstr ""
#: modules/websession/lib/websession_templates.py:1462
#, fuzzy
msgid "Update group"
msgstr "Poslední aktualizace"
#: modules/websession/lib/websession_templates.py:1464
#, fuzzy, python-format
msgid "Edit group %s"
msgstr "košíky"
#: modules/websession/lib/websession_templates.py:1466
#, fuzzy
msgid "Delete group"
msgstr "konto"
#: modules/websession/lib/websession_templates.py:1539
#, fuzzy
msgid "Group name:"
msgstr "košíky"
#: modules/websession/lib/websession_templates.py:1541
#, fuzzy
msgid "Group description:"
msgstr "seance"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
#, fuzzy
msgid "Please select:"
msgstr "košíky"
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr ""
#: modules/websession/lib/websession_templates.py:1652
#, fuzzy
msgid "Choose group:"
msgstr "schválení"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1802
#, fuzzy
msgid "Remove member"
msgstr "více"
#: modules/websession/lib/websession_templates.py:1804
#, fuzzy
msgid "No members."
msgstr "listopad"
#: modules/websession/lib/websession_templates.py:1814
#, fuzzy
msgid "Accept member"
msgstr "září"
#: modules/websession/lib/websession_templates.py:1814
#, fuzzy
msgid "Reject member"
msgstr "více"
#: modules/websession/lib/websession_templates.py:1816
#, fuzzy
msgid "No members awaiting approval."
msgstr "schválení"
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
#, fuzzy
msgid "Current members"
msgstr "košíky"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
#, fuzzy
msgid "Members awaiting approval"
msgstr "schválení"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr ""
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
#: modules/websession/lib/websession_templates.py:1827
#, fuzzy, python-format
msgid "Group: %s"
msgstr "košíky"
#: modules/websession/lib/websession_templates.py:1910
#, fuzzy
msgid "Group list"
msgstr "košíky"
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr ""
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr ""
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr ""
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr ""
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr ""
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr ""
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr ""
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
#: modules/websession/lib/websession_templates.py:2124
#, fuzzy, python-format
msgid "Group %s: Join request has been accepted"
msgstr "Záznam byl vymazán."
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr ""
#: modules/websession/lib/websession_templates.py:2127
#, fuzzy, python-format
msgid "Group %s: Join request has been rejected"
msgstr "Záznam byl vymazán."
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr ""
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:2145
#, fuzzy, python-format
msgid "Group %s has been deleted"
msgstr "Záznam byl vymazán."
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr ""
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr ""
#: modules/websession/lib/webuser.py:299
#, fuzzy
msgid "user"
msgstr "avíza"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr ""
#: modules/websession/lib/webuser.py:713
#, fuzzy
msgid "New account on"
msgstr "konto"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr ""
#: modules/websession/lib/webuser.py:716
msgid "A new account has been created on"
msgstr ""
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr ""
#: modules/websession/lib/webuser.py:720
#, fuzzy
msgid " Username/Email"
msgstr "avíza"
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
#, fuzzy
msgid "Email address successfully activated"
msgstr "Záznam byl vymazán."
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:155
msgid "Reset password"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:161
msgid "This request for resetting a password has already been used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:164
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:271
#, fuzzy, python-format
msgid "%s Personalize, Your Settings"
msgstr "košíky"
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
#, fuzzy
msgid "Show account"
msgstr "konto"
#: modules/websession/lib/websession_webinterface.py:323
msgid "Switched to internal login method."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:324
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:332
msgid "Send Password"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:415
msgid "Password edited"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
msgid "Editing password failed"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:423
msgid "Wrong old password inserted."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:450
#, fuzzy
msgid "Unable to update settings."
msgstr "košíky"
#: modules/websession/lib/websession_webinterface.py:507
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:552
msgid "Reset password link sent"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:597
#, fuzzy
msgid "Delete Account"
msgstr "konto"
#: modules/websession/lib/websession_webinterface.py:623
#, fuzzy
msgid "Logout"
msgstr "odhlásit"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:1157
#, fuzzy
msgid "Edit group members"
msgstr "košíky"
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "Hlavní stránka"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "Personalizace"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "Nápověda"
#: modules/webstyle/lib/webstyle_templates.py:414
#, fuzzy
msgid "Last updated"
msgstr "Poslední aktualizace"
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr "Powered by"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "Spravuje"
#: modules/webstyle/lib/webstyle_templates.py:500
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:529
#, fuzzy
msgid "Browser"
msgstr "Prolistuj"
#: modules/webstyle/lib/webstyle_templates.py:551
#, fuzzy
msgid "System Error"
msgstr "Vnitřní Chyba"
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:624
#, fuzzy, python-format
msgid "Please contact %s quoting the following information:"
msgstr ""
"Prosíme kontaktujte <a href=\"mailto:%s\">%s</a> a uveďte následující "
"informace:"
#: modules/webstyle/lib/webstyle_templates.py:772
#, fuzzy, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr "Záznam vytvořen %s, modifikován %s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
#, fuzzy
msgid "Admin Pages"
msgstr "Areál Administrátora"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:161
#, fuzzy
msgid "Latest modifications:"
msgstr "Posledně přidáno:"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:166
#, fuzzy
msgid "See also"
msgstr "Výsledky hledání"
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, fuzzy, python-format
msgid "Page %s Not Found"
msgstr "Kolekcia %s Nenalezena"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
#, fuzzy
msgid "Invalid parameter"
msgstr "košíky"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:384
msgid "Unknown form field found on submission page."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:512
msgid "Unknown form field found on one of the submission pages."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:1469
#, fuzzy
msgid "The chosen action is not supported by the document type."
msgstr "Tato kolekce ješte neobsahuje žádné záznamy."
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:95
msgid "Please select the type of document you want to submit"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:301
#, fuzzy
msgid "Please select a category"
msgstr "košíky"
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:535
#, fuzzy
msgid "Submission number"
msgstr "přidání"
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
#, fuzzy
msgid "Back to main menu"
msgstr "košíky"
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:957
#, fuzzy
msgid "Submission no"
msgstr "přidání"
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1032
#, fuzzy
msgid "Function"
msgstr "seance"
#: modules/websubmit/lib/websubmit_templates.py:1033
#, fuzzy
msgid "Score"
msgstr "více"
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1111
#, fuzzy
msgid "record"
msgstr "Podobné záznamy"
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
#, fuzzy
msgid "version"
msgstr "seance"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1375
#, fuzzy
msgid "For"
msgstr "více"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1435
#, fuzzy
msgid "Last access"
msgstr "Poslední aktualizace"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1446
#, fuzzy, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "Citováno: %s záznamy"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
#, fuzzy
msgid "Pending"
msgstr "Agenda"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
#, fuzzy
msgid "Approved"
msgstr "schválení"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
#, fuzzy
msgid "Rejected"
msgstr "chráněno"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
#, fuzzy
msgid "Waiting for approval"
msgstr "schválení"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
#, fuzzy
msgid "Already approved"
msgstr "schválení"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1808
msgid "List of refereing categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1812
#, fuzzy
msgid "List of publication categories"
msgstr "košíky"
#: modules/websubmit/lib/websubmit_templates.py:1816
msgid "List of direct approval categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
msgid "Cancelled"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "číslo zprávy"
#: modules/websubmit/lib/websubmit_templates.py:2073
#, fuzzy
msgid "List of publication documents"
msgstr "košíky"
#: modules/websubmit/lib/websubmit_templates.py:2075
msgid "List of direct approval documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
#, fuzzy
msgid "It was first sent for approval on:"
msgstr "schválení"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2298
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2305
#, fuzzy, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "Záznam byl vymazán."
#: modules/websubmit/lib/websubmit_templates.py:2307
#, fuzzy
msgid "Its approved reference is:"
msgstr "schválení"
#: modules/websubmit/lib/websubmit_templates.py:2313
#, fuzzy
msgid "It was approved on:"
msgstr "schválení"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, fuzzy, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "Záznam byl vymazán."
#: modules/websubmit/lib/websubmit_templates.py:2323
#, fuzzy
msgid "It was rejected on:"
msgstr "chráněno"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
#, fuzzy
msgid "No referee has been selected yet."
msgstr "Záznam byl vymazán."
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
#, fuzzy
msgid "Select a referee"
msgstr "košíky"
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
msgid "Send a recommendation"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2453
#, fuzzy
msgid "No editorial board has been selected yet."
msgstr "Záznam byl vymazán."
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2602
msgid "Comments overview"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
#, fuzzy
msgid "select user"
msgstr "košíky"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2741
msgid "add this user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2791
#, fuzzy
msgid "remove this user"
msgstr "Úplný záznam"
#: modules/websubmit/lib/websubmit_templates.py:2906
#, fuzzy
msgid "User"
msgstr "avíza"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:172
#, fuzzy
msgid "The collection to which this file belong is restricted: "
msgstr "Obsah této kolekce je chráněn."
#: modules/websubmit/lib/websubmit_webinterface.py:178
#, fuzzy
msgid "This file is restricted: "
msgstr "Obsah této kolekce je chráněn."
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:303
#, fuzzy
msgid "Not enough information to retrieve the document"
msgstr "Tato kolekce ješte neobsahuje žádné záznamy."
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr ""
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr ""
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
#, fuzzy
msgid "Action unauthorized for this document."
msgstr "Tato kolekce ješte neobsahuje žádné záznamy."
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
#, fuzzy
msgid "Action unavailable for this document."
msgstr "Tato kolekce ješte neobsahuje žádné záznamy."
#: modules/websubmit/web/publiline.py:668
msgid "Adding users to the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "hits"
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr ""
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr ""
#: modules/websubmit/web/publiline.py:793
#, fuzzy
msgid "Referee selection"
msgstr "košíky"
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
msgid "Come back to the document"
msgstr ""
#: modules/websubmit/web/publiline.py:1068
#, fuzzy
msgid "Select:"
msgstr "košíky"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
#, fuzzy
msgid "Approve"
msgstr "schválení"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
#, fuzzy
msgid "Reject"
msgstr "chráněno"
#: modules/websubmit/web/publiline.py:1168
#, fuzzy
msgid "Wrong action for this document."
msgstr "Tato kolekce ješte neobsahuje žádné záznamy."
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:98
#, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:143
#, fuzzy
msgid "Regeneration Error"
msgstr "Vnitřní Chyba"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
#, fuzzy
msgid "Publish"
msgstr "přidání"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
msgid "Refresh"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
#, fuzzy
msgid "Update"
msgstr "Poslední aktualizace"
#: modules/webjournal/lib/webjournal_templates.py:625
#, fuzzy
msgid "Apply"
msgstr "duben"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
#, fuzzy
msgid "Internal configuration error"
msgstr "Vnitřní Chyba"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:194
#, fuzzy
msgid "No journal articles"
msgstr "Index slov není k dispozici pro"
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:232
#, fuzzy
msgid "No journal issues"
msgstr "Index slov není k dispozici pro"
#: modules/webjournal/lib/webjournal_config.py:269
#, fuzzy
msgid "Journal article error"
msgstr "Vnitřní Chyba"
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:303
#, fuzzy
msgid "No journals available"
msgstr "Index slov není k dispozici pro"
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:358
msgid "No current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:450
#, fuzzy
msgid "No popup record"
msgstr "skoč na záznam:"
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:482
#, fuzzy
msgid "Update error"
msgstr "Poslední aktualizace"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:513
#, fuzzy
msgid "Journal publishing DB error"
msgstr "Vnitřní Chyba"
#: modules/webjournal/lib/webjournal_config.py:544
#, fuzzy
msgid "Journal issue error"
msgstr "Vnitřní Chyba"
#: modules/webjournal/lib/webjournal_config.py:545
msgid "We could not find a current issue in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:575
#, fuzzy
msgid "Journal ID error"
msgstr "Vnitřní Chyba"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:611
msgid "Sorry, this category does not exist for this journal."
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:74
msgid "WebJournal Admin"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:148
#, fuzzy
msgid "Feature a record"
msgstr "skoč na záznam:"
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:309
#, fuzzy
msgid "Publishing Interface"
msgstr "Vnitřní Chyba"
#: modules/webjournal/web/admin/webjournaladmin.py:335
msgid "Add Journal"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:337
#, fuzzy
msgid "Edit Settings"
msgstr "košíky"
#, fuzzy
#~ msgid "link"
#~ msgstr "v"
#, fuzzy
#~ msgid "links"
#~ msgstr "přihlásit"
#~ msgid "The contents of this collection is restricted."
#~ msgstr "Obsah této kolekce je chráněn."
#, fuzzy
#~ msgid "Sort:"
#~ msgstr "Setřídit podle:"
#, fuzzy
#~ msgid "Author"
#~ msgstr "autor"
#, fuzzy
#~ msgid "Alert sent successfully!"
#~ msgstr "konto"
#, fuzzy
#~ msgid "Webjournal Administration Interface"
#~ msgstr "Administrace Přidávání"
#, fuzzy
#~ msgid "Display searches"
#~ msgstr "Zobrazit výsledky:"
#, fuzzy
#~ msgid " Username/Email: %s\n"
#~ msgstr "avíza"
#, fuzzy
#~ msgid "No Articles"
#~ msgstr "duben"
#, fuzzy
#~ msgid "No Issues"
#~ msgstr "Hledej"
#, fuzzy
#~ msgid "Article Error"
#~ msgstr "duben"
#, fuzzy
#~ msgid "%s Personalize, Main page"
#~ msgstr "Personalizace"
#, fuzzy
#~ msgid "%s , personalize"
#~ msgstr "Personalizace"
#, fuzzy
#~ msgid "Library"
#~ msgstr "únor"
#, fuzzy
#~ msgid "Agenda"
#~ msgstr "Agenda"
#~ msgid "Search Help"
#~ msgstr "Nápověda pro vyhledávaní"
#, fuzzy
#~ msgid "Format:"
#~ msgstr "více"
#, fuzzy
#~ msgid "username"
#~ msgstr "avíza"
#, fuzzy
#~ msgid "You seem to be %(x_role)s."
#~ msgstr "Hledaný výraz <em>%s</em>"
#, fuzzy
#~ msgid "Edit parameters"
#~ msgstr "košíky"
#~ msgid "Try your search on..."
#~ msgstr "Zkuste hledat na..."
#, fuzzy
#~ msgid "See results"
#~ msgstr "výsledky"
#, fuzzy
#~ msgid "%(num)s results found"
#~ msgstr "Hledej v %s záznamech:"
#, fuzzy
#~ msgid "No result found"
#~ msgstr "Kolekcia %s Nenalezena"
#, fuzzy
#~ msgid "user #%i"
#~ msgstr "avíza"
#, fuzzy
#~ msgid "Sort by"
#~ msgstr "Setřídit podle:"
#, fuzzy
#~ msgid "Waiting members"
#~ msgstr "košíky"
#, fuzzy
#~ msgid "Please Select:"
#~ msgstr "košíky"
#, fuzzy
#~ msgid "All of the words"
#~ msgstr "Všechna tato slova:"
#, fuzzy
#~ msgid "Any of the words"
#~ msgstr "Jedno ze slov:"
#, fuzzy
#~ msgid "Exact phrase"
#~ msgstr "Přesná věta:"
#, fuzzy
#~ msgid "Partial phrase"
#~ msgstr "Částečná věta:"
#, fuzzy
#~ msgid "Regular expression"
#~ msgstr "Regulární výraz:"
#, fuzzy
#~ msgid "Added since"
#~ msgstr "Přidánо od:"
#~ msgid "<strong>%s</strong> records found"
#~ msgstr "<strong>%s</strong> záznamů nalezeno"
#~ msgid ""
#~ "<p>Sorry, collection <strong>%s</strong> does not seem to exist. <p>You "
#~ "may want to start browsing from <a href=\"%s\">%s</a>."
#~ msgstr ""
#~ "<p>Litujeme, kolekce <strong>%s</strong> neexistuje. <p>Zkuste začít "
#~ "hledat od <a href=\"%s\">%s</a>."
#, fuzzy
#~ msgid "your submissions"
#~ msgstr "přidání"
#, fuzzy
#~ msgid "your approvals"
#~ msgstr "schválení"
#, fuzzy
#~ msgid "Create New Group"
#~ msgstr "košíky"
#, fuzzy
#~ msgid "Submission no(1)"
#~ msgstr "přidání"
#, fuzzy
#~ msgid "pending"
#~ msgstr "Agenda"
#, fuzzy
#~ msgid "Detailed record #%s"
#~ msgstr "Úplný záznam"
#~ msgid "Search term <em>%s</em>"
#~ msgstr "Hledaný výraz <em>%s</em>"
#~ msgid "inside <em>%s</em> index"
#~ msgstr "v indexu <em>%s</em>"
#, fuzzy
#~ msgid "Article:"
#~ msgstr "duben"
#, fuzzy
#~ msgid "email"
#~ msgstr "podrobný"
#, fuzzy
#~ msgid "Editing basket \"%s\""
#~ msgstr "košíky"
#, fuzzy
#~ msgid "(Report abuse)"
#~ msgstr "září"
#, fuzzy
#~ msgid "detailed list"
#~ msgstr "podrobný"
#, fuzzy
#~ msgid "your searches"
#~ msgstr "Zkuste hledat na..."
#, fuzzy
#~ msgid "%i group baskets"
#~ msgstr "košíky"
#, fuzzy
#~ msgid "%i others' baskets"
#~ msgstr "košíky"
diff --git a/po/de.po b/po/de.po
index 37e1dd833..2cb3029d0 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1,7515 +1,7515 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-02-28 18:33+0100\n"
"Last-Translator: Benedikt Koeppel <be.public@gmail.com>\n"
"Language-Team: DE <cds.support@cern.ch>\n"
"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"
"X-Generator: KBabel 1.11.2\n"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "UND NICHT"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "Verwaltungsraum"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "Durchblättern"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "Suchtipps"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "Abstrakt"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "Volltext"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "Regulärer Ausdruck:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "Alle Worte:"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "Reportnummer"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "Jahr"
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr "Thema"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "Partielle Phrase:"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "Referenz"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "Autor"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
#, fuzzy
msgid "Search Guide"
msgstr "Siehe Handbuch"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "Experiment"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "Eines der Worte:"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "Abteilung"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "Suchen"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "alle Felder"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "Hilfezentrale"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
#, fuzzy
msgid "Export as"
msgstr "Missbrauch melden"
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "Sammlung"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "Genaue Phrase:"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
#, fuzzy
msgid "Submit Guide"
msgstr "Eintragehilfe"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "ODER"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "UND"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "Kennwort"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "Titel"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
msgid "Narrow by collection:"
msgstr "Einschränken nach Sammlungen:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
#, fuzzy
msgid "Add to personal basket"
msgstr "zum persönlichen Korb hinzufügen"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
#, fuzzy
msgid "WebSubmit Admin Guide"
msgstr "WebSubmit Verwaltung"
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
#, fuzzy
msgid "No fulltext"
msgstr "Volltext"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
msgid "or"
msgstr "oder"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr "Unterfeld hinzufügen"
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr "Feld"
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr "Feld hinzufügen"
#: modules/bibedit/lib/bibedit_templates.py:123
msgid "Verbose"
msgstr "ausführliche Anzeige"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "Absenden"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr "Abbrechen"
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr "Löschen"
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
msgid "Action"
msgstr "Aktion"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr "Datensatz"
#: modules/bibedit/lib/bibedit_templates.py:155
msgid "Display"
msgstr "Anzeigen"
#: modules/bibedit/lib/bibedit_templates.py:274
msgid "Done"
msgstr "Erledigt"
#: modules/bibedit/lib/bibedit_templates.py:275
#, fuzzy
msgid "Add another subfield"
msgstr "Unterfeld hinzufügen"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
#, fuzzy
msgid "Move up"
msgstr "Eintrag nach oben schieben"
#: modules/bibedit/lib/bibedit_templates.py:369
#, fuzzy
msgid "Move down"
msgstr "Eintrag nach unten schieben"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr "Editieren"
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr "Ihre Änderungen sind TEMPORÄR."
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr "Bitte auf Absenden klicken um Datensatz zu speichern."
#: modules/bibedit/lib/bibedit_templates.py:476
msgid "This record does not exist."
msgstr "Der Datensatz existiert nicht."
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr "Bitte versuchen Sie eine andere Datensatz ID."
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr "Dieser Datensatz wird gerade von einem anderen Benutzer editiert."
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr "Bitte versuchen Sie es später nochmal."
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr "Gelöschter Datensatz kann nicht editiert werden."
#: modules/bibedit/lib/bibedit_templates.py:500
#, fuzzy
msgid "There are record revisions not yet synchronized with the database."
msgstr "Die eingegebene E-Mail-Adresse existiert in der Datenbank nicht."
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
#, fuzzy
msgid "Please try again in a few minutes."
msgstr "Bitte versuchen Sie es später nochmal."
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr "Geben Sie bitte die ID des zu editierenden Datensatzes ein"
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr ""
"Ihre Änderungen wurden angenommen. Sie werden bearbeitet sobald "
"Warteschlange leer ist."
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
#, fuzzy
msgid "Edit another record"
msgstr "Bitte versuchen Sie eine andere Datensatz ID."
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr "Wollen Sie diesen Datensatz wirklich löschen?"
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr "Ja"
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr "Nein"
#: modules/bibedit/lib/bibedit_templates.py:563
#, fuzzy, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr "Wollen Sie diesen Datensatz wirklich löschen?"
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr "Datensatz wird gelöscht sobald die Warteschlange leer ist."
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr "Datensatz %s - Feld einfügen"
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr "BibEdit Verwaltung"
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr "Editiere Datensatz %(x_recid)s, Feld %(x_field)s"
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr ""
"Editiere Datensatz %(x_recid)s, Feld %(x_field)s - Unterfeld hinzufügen"
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, python-format
msgid "Submit and save record %s"
msgstr "Bestätigen und Datensatz %s speichern"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, fuzzy, python-format
msgid "Record #%s"
msgstr "Sammlung %s nicht gefunden"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, fuzzy, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr "Editiere Datensatz %(x_recid)s, Feld %(x_field)s"
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr "Menü"
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr "Editor schliessen"
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr "Attribute der Vorlage ändern"
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr "Vorlageeditor"
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr "Abhängigkeiten überprüfen"
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr "Name"
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
msgid "Description"
msgstr "Beschreibung"
#: modules/bibformat/lib/bibformat_templates.py:393
#, fuzzy
msgid "Update Format Attributes"
msgstr "Formatattribute aktualisieren"
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
msgid "Show Documentation"
msgstr "Dokumentation anzeigen"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr "Dokumentation verstecken"
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr "Status"
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr "Datum der letzen Modifikation"
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
msgid "Manage Output Formats"
msgstr "Ausgabeformate verwalten"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr "Formatvorlagen verwalten"
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
#, fuzzy
msgid "Format Elements Documentation"
msgstr "Dokumentation zu Formatelementen"
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr "Wissensdatenbanken verwalten"
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr "Neue Formatvorlage hinzufügen"
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr "Formatvorlage ausführlich testen"
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr "Code"
#: modules/bibformat/lib/bibformat_templates.py:1134
msgid "Add New Output Format"
msgstr "Neues Ausgabeformat hinzufügen"
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr "Menü"
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
msgid "Close Output Format"
msgstr "Schliesse Ausgabeformat"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
msgid "Rules"
msgstr "Regeln"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr "Ausgabeformat-Attribute ändern"
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
msgid "Remove Rule"
msgstr "Regel entfernen"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr "Neue Regel hinzufügen"
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr "Änderungen speichern"
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
#, fuzzy
msgid "Knowledge Base Mappings"
msgstr "Wissensdatenbank Zuordnung"
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
#, fuzzy
msgid "Knowledge Base Attributes"
msgstr "Wissensdatenbank Attribute"
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
#, fuzzy
msgid "Knowledge Base Dependencies"
msgstr "Wissensdatenbank Abhängigkeiten"
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr "Kein Problem gefunden mit dem Format"
#: modules/bibformat/lib/bibformat_templates.py:2266
msgid "An error has been found"
msgstr "Ein Fehler wurde gefunden"
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr "Der folgende Fehler wurde gefunden"
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr "BibFormat Verwaltung"
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
msgid "Test with record:"
msgstr "Mit Datensatz überprüfen:"
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr "Suchabfrage hier eingeben."
#: modules/bibformat/lib/elements/bfe_authors.py:120
msgid "Hide"
msgstr "Verstecken"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr "Zeige alle %i Autoren"
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
#, fuzzy
msgid "Download fulltext"
msgstr "Volltext"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
#, fuzzy
msgid "older versions"
msgstr "Session"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external links"
msgstr "Allgemeine Einstellungen"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "Volltext"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
msgid "Restricted Output Format"
msgstr "Eingeschränktes Ausgabeformat"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr "Ok"
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, python-format
msgid "Output Format %s Rules"
msgstr "Ausgabeformat %s Regeln"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, fuzzy, python-format
msgid "Output Format %s Attributes"
msgstr "Ausgabeformat %s Attribute"
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr "Ausgabeformat %s Abhängigkeiten"
#: modules/bibformat/web/admin/bibformatadmin.py:371
msgid "Delete Output Format"
msgstr "Ausgabeformat löschen"
#: modules/bibformat/web/admin/bibformatadmin.py:417
#, fuzzy
msgid "Cannot create output format"
msgstr "Ausgabeformate verwalten"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr "Eingeschränkte Formatvorlagge"
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr "Formatvorlage %s"
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, fuzzy, python-format
msgid "Format Template %s Attributes"
msgstr "Formatvorlage %s Attribute"
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, fuzzy, python-format
msgid "Format Template %s Dependencies"
msgstr "Formatvorlage %s Abhängigkeiten"
#: modules/bibformat/web/admin/bibformatadmin.py:660
msgid "Delete Format Template"
msgstr "Formatvorlage löschen"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, fuzzy, python-format
msgid "Format Element %s Dependencies"
msgstr "Formatelement %s Abhängigkeiten"
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, fuzzy, python-format
msgid "Test Format Element %s"
msgstr "Formatelement %s überprüfen"
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr "Unbekannte Wissensdatenbank"
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr "Wissensdatenbank %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, fuzzy, python-format
msgid "Knowledge Base %s Attributes"
msgstr "Wissensdatenbank %s Attribute"
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, fuzzy, python-format
msgid "Knowledge Base %s Dependencies"
msgstr "Wissensdatenbank %s Abhängigkeiten"
#: modules/bibformat/web/admin/bibformatadmin.py:1285
msgid "Delete Knowledge Base"
msgstr "Wissensdatenbank löschen"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, fuzzy, python-format
msgid "Validation of Output Format %s"
msgstr "Bestätigung des Ausgabeformats %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr "Formatvorlage %s überprüfen"
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr "Eingeschränktes Format Element"
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr "Format Element %s überprüfen"
#: modules/bibformat/web/admin/bibformatadmin.py:1407
#, fuzzy
msgid "Format Validation"
msgstr "Format Überprüfung"
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
msgid "See Guide"
msgstr "Siehe Handbuch"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr "Es sind zur Zeit OAI Quellen in der Datenbank"
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr "Es sind zur Zeit keine OAI Quellen in der Datenbank"
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr "Nächste OAIharvest-Aufgabe"
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr "geplante Zeit:"
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr "aktueller Status:"
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr "Es ist keine OAIharvest-Aufgabe geplant."
#: modules/bibharvest/lib/bibharvest_templates.py:224
#, fuzzy
msgid "successfully validated"
msgstr "erfolgreich verglichen"
#: modules/bibharvest/lib/bibharvest_templates.py:225
#, fuzzy
msgid "does not seem to be a OAI-compliant baseURL"
msgstr "die baseURL scheint nicht OAI-kompatibel zu sein"
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
#, fuzzy
msgid "Citation history:"
msgstr "Zitat Chronik"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
#, fuzzy
msgid "Download history:"
msgstr "Download Chronik"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
#, fuzzy
msgid "Download user distribution:"
msgstr "Download Chronik"
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr "keine Angabe"
#: modules/miscutil/lib/dateutils.py:159
msgid "Sun"
msgstr "So"
#: modules/miscutil/lib/dateutils.py:160
msgid "Mon"
msgstr "Mo"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr "Di"
#: modules/miscutil/lib/dateutils.py:162
msgid "Wed"
msgstr "Mi"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr "Do"
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr "Fr"
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr "Sa"
#: modules/miscutil/lib/dateutils.py:167
msgid "Sunday"
msgstr "Sonntag"
#: modules/miscutil/lib/dateutils.py:168
msgid "Monday"
msgstr "Montag"
#: modules/miscutil/lib/dateutils.py:169
msgid "Tuesday"
msgstr "Dienstag"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr "Mittwoch"
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr "Donnerstag"
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr "Freitag"
#: modules/miscutil/lib/dateutils.py:173
msgid "Saturday"
msgstr "Samstag"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
msgid "Month"
msgstr "Monat"
#: modules/miscutil/lib/dateutils.py:188
msgid "Jan"
msgstr "Jan"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr "Feb"
#: modules/miscutil/lib/dateutils.py:190
msgid "Mar"
msgstr "Mär"
#: modules/miscutil/lib/dateutils.py:191
msgid "Apr"
msgstr "Apr"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "Mai"
#: modules/miscutil/lib/dateutils.py:193
msgid "Jun"
msgstr "Jun"
#: modules/miscutil/lib/dateutils.py:194
msgid "Jul"
msgstr "Jul"
#: modules/miscutil/lib/dateutils.py:195
msgid "Aug"
msgstr "Aug"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr "Sep"
#: modules/miscutil/lib/dateutils.py:197
msgid "Oct"
msgstr "Okt"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr "Nov"
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr "Dez"
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "Januar"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "Februar"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "März"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "April"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "Juni"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "Juli"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "August"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "September"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "Oktober"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "November"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "Dezember"
#: modules/miscutil/lib/dateutils.py:231
msgid "Day"
msgstr "Tag"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "Jahr"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
msgid "Sorry"
msgstr "Entschuldigung"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr "Fehlerabfrage kann nicht gesendet werden, Parameter %s fehlt."
#: modules/miscutil/lib/errorlib_webinterface.py:100
msgid "The error report has been sent."
msgstr "Der Fehlerbericht wurde gelöscht."
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr "Vielen Dank für Verbesserungsvorschläge zu CDS Invenio."
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr ""
"Benutzen Sie den Zurück Button des Browsers um eine Seite zurück zu gelangen."
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr "Vielen Dank!"
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr "Datensatz ID"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr "Wortähnlichkeit"
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:412
#, fuzzy
msgid "times cited"
msgstr "Einstellungen bearbeitet"
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
#, fuzzy
msgid "Hello:"
msgstr "Hallo"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr "Beste Grüsse"
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr "Benötigen Sie Unterstützung? Kontaktieren Sie"
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr "BibEdit ausführen"
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr "BibFormat konfigurieren"
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr "BibHarvest konfigurieren"
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
#, fuzzy
msgid "Configure OAI Repository"
msgstr "BibFormat konfigurieren"
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr "BibIndex konfigurieren"
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr "BibRank konfigurieren"
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr "WebAccess konfigurieren"
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
msgid "Configure WebComment"
msgstr "WebComment konfigurieren"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
msgid "Configure WebSearch"
msgstr "WebSearch konfigurieren"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr "WebSubmit konfigurieren"
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, fuzzy, python-format
msgid "Your account on '%s' has been activated"
msgstr "Ihr Konto wurde erfolgreich erstellt."
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, fuzzy, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr "Ihr Konto wurde erfolgreich erstellt."
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
#, fuzzy
msgid "Username/Email:"
msgstr "Benutzername"
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
#, fuzzy
msgid "Password:"
msgstr "Passwort"
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, fuzzy, python-format
msgid "Account created on '%s'"
msgstr "Konto erstellt"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, fuzzy, python-format
msgid "An account has been created for you on '%s':"
msgstr "Ihr Konto wurde erfolgreich erstellt."
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, fuzzy, python-format
msgid "Account rejected on '%s'"
msgstr "Konto erstellt"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, fuzzy, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr "Ihre Anfrage zur Aufnahme in die Gruppe %s wurde abgewiesen."
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, fuzzy, python-format
msgid "Username/Email: %s"
msgstr "Benutzername"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, fuzzy, python-format
msgid "Account deleted on '%s'"
msgstr "Konto erstellt"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, fuzzy, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "Die Gruppe %s wurde gelöscht"
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "Details vom Eintrag"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "Ähnliche Datensätze"
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr "Zitiert von"
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr "Sie haben bereits eine Benachrichtigung mit dem Namen %s."
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr "unbekannt"
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
#, fuzzy
msgid "You do not have rights for this operation."
msgstr "Sie haben keine Rechte um Korb anzuschauen."
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr ""
"Sie haben bereits eine Benachrichtigung eingerichtet für diese Suchabfrage/"
"diesen Korb."
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr "Der Name der Benachrichtigung kann nicht leer sein."
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr "Sie sind nicht der Besitzer dieses Korbes."
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr "Die Benachrichtigung %s wurde zu Ihren Profil hinzugefügt."
#: modules/webalert/lib/webalert.py:376
#, python-format
msgid "The alert %s has been successfully updated."
msgstr "Diese Benachrichtigung %s wurde erfolgreich aktualisiert."
#: modules/webalert/lib/webalert.py:428
#, fuzzy, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
"Sie haben %(x_nb)s Suchanfragen abgesetzt. Eine %(x_url_open)sdetailierte "
"Liste%(x_url_close)s ist vorhanden und es besteht die Möglichkeit: (a) "
"Suchergebnisse anzuschauen und (b) für diese Suchanfragen eine automatische "
"E-Mail-Benachrichtigung zu abonnieren."
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr "Muster"
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr "Muster 1"
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr "Feld 1"
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr "Muster 2"
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr "Feld 2"
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr "Muster 3"
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr "Feld 3"
#: modules/webalert/lib/webalert_templates.py:90
msgid "Collections"
msgstr "Sammlungen"
#: modules/webalert/lib/webalert_templates.py:92
msgid "Collection"
msgstr "Sammlung"
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr "Sie haben folgende Benachrichtigungen erstellt:"
#: modules/webalert/lib/webalert_templates.py:114
msgid "alert name"
msgstr "Name der Benachrichtigung"
#: modules/webalert/lib/webalert_templates.py:123
#, fuzzy
msgid "SHOW"
msgstr "Zeige"
#: modules/webalert/lib/webalert_templates.py:172
#, fuzzy
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr ""
"Diese Benachrichtigung ausgeführt wird immer/nur dann wenn neue Datensätze "
"zu folgender Suchabfrage passen:"
#: modules/webalert/lib/webalert_templates.py:173
#, fuzzy
msgid "QUERY"
msgstr "Suchanfrage"
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr "Benachrichtigungs-Name:"
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr "Suchabfrage-Frequenz"
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
msgid "monthly"
msgstr "monatlich"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr "wöchentlich"
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
msgid "daily"
msgstr "täglich"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr "Ein Benachrichtigungsmail senden?"
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr "ja"
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr "nein"
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr "falls %(x_fmt_open)snein%(x_fmt_close)s müssenSie einen Korb angeben"
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr "Ergebnisse in Korb speichern?"
#: modules/webalert/lib/webalert_templates.py:248
#, fuzzy
msgid "SET ALERT"
msgstr "Benachrichtigung einschalten"
#: modules/webalert/lib/webalert_templates.py:249
#, fuzzy
msgid "CLEAR DATA"
msgstr "Daten löschen"
#: modules/webalert/lib/webalert_templates.py:300
#, fuzzy, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
"Eine neue Benachrichtigung für %(x_url1_open)sIhre Suchabfragen"
"%(x_url1_close)s, %(x_url2_open)spopuläre Suchabfragen%(x_url2_close)s oder "
"das Eingabeformular."
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr "Suchabfrage-Frequenz"
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr "Benachrichtigung per E-Mail"
#: modules/webalert/lib/webalert_templates.py:322
msgid "Result in basket"
msgstr "Ergebnisse in Korb"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr "Datum der letzten Ausführung"
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr "Erstellungsdatum"
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr "Suchabfrage"
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
msgid "no basket"
msgstr "kein Korb"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
msgid "Remove"
msgstr "Löschen"
#: modules/webalert/lib/webalert_templates.py:374
msgid "Modify"
msgstr "Ändern"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr "Suche starten"
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr "Sie haben %s Benachrichtigungen eingerichtet."
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
"Sie haben bisher keine Suche ausgeführt. Bitte gehen Sie zuerst zum "
"%(x_url_open)sSuchinterface%(x_url_close)s."
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr ""
"Sie haben %(x_nb1)s Suchen (%(x_nb2)s unterschiedliche Abfragen) in den "
"letzen 30 tagen ausgeführt."
#: modules/webalert/lib/webalert_templates.py:434
#, python-format
msgid "Here are the %s most popular searches."
msgstr "Das sind die %s populärsten Suchabfragen."
#: modules/webalert/lib/webalert_templates.py:445
msgid "Question"
msgstr "Frage"
#: modules/webalert/lib/webalert_templates.py:449
msgid "Last Run"
msgstr "Letze Ausführung"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr "Neue Benachrichtigung einrichten"
#: modules/webalert/lib/webalert_webinterface.py:79
#, fuzzy
msgid "Popular Searches"
msgstr "Ihre Suchabfragen"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
msgid "Your Searches"
msgstr "Ihre Suchabfragen"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
msgid "Your Account"
msgstr "Ihr Konto"
#: modules/webalert/lib/webalert_webinterface.py:90
#, fuzzy, python-format
msgid "%s Personalize, Display searches"
msgstr "Ergebnisse darstellen"
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, fuzzy, python-format
msgid "%s, personalize"
msgstr "Personalisieren"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr "Fehler"
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, fuzzy, python-format
msgid "%s Personalize, Set a new alert"
msgstr "Neue Benachrichtigung einrichten"
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr "Neue Benachrichtigung einrichten"
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr "Einstellungen zu Benachrichtigungen ändern"
#: modules/webalert/lib/webalert_webinterface.py:227
#, fuzzy, python-format
msgid "%s Personalize, Modify alert settings"
msgstr "Einstellungen zu Benachrichtigungen ändern"
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
msgid "Your Alerts"
msgstr "Ihre Benachrichtigungen"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, fuzzy, python-format
msgid "%s Personalize, Display alerts"
msgstr "Ergebnisse darstellen"
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
#, fuzzy
msgid "Display alerts"
msgstr "Ergebnisse darstellen"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr "Ihr Kommentar wurde erfolgreich eingetragen"
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
msgid "Personal baskets"
msgstr "Persönlicher Korb"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
msgid "Group baskets"
msgstr "Gruppen-Körbe"
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
msgid "Others' baskets"
msgstr "fremde Körbe"
#: modules/webbasket/lib/webbasket.py:852
#, fuzzy, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
"Sie haben %(x_nb_perso)s persönlicher Korb und sind bei %(x_nb_perso)s "
"Gruppenkorb und %(x_nb_public)s persönlicher Korb eingetragen."
#: modules/webbasket/lib/webbasket_templates.py:198
#, python-format
msgid "There are %i baskets"
msgstr "%i Körbe"
#: modules/webbasket/lib/webbasket_templates.py:206
msgid "updated on"
msgstr "letzte Aktualisierung"
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr "Korb ist leer"
#: modules/webbasket/lib/webbasket_templates.py:254
#, fuzzy, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
"Dieser Korb gehört %(x_name)s. Sie können Sich gratis %(x_url_open)seintragen"
"%(x_url_close)s"
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
msgid "Public basket"
msgstr "Öffentlicher Korb"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
msgid "records"
msgstr "Datensätze"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
msgid "last update"
msgstr "Letzte Aktualisierung"
#: modules/webbasket/lib/webbasket_templates.py:291
#, fuzzy
msgid "Subscribe to this basket"
msgstr "Zu diesen Korb eintragen"
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
msgid "Basket's name"
msgstr "Name des Korbes"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr "Anzahl Ansichten"
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr "Besitzer"
#: modules/webbasket/lib/webbasket_templates.py:355
msgid "View"
msgstr "Sicht"
#: modules/webbasket/lib/webbasket_templates.py:364
#, fuzzy
msgid "Subscribe"
msgstr "Eintragen"
#: modules/webbasket/lib/webbasket_templates.py:377
msgid "There is currently no publicly accessible basket"
msgstr "Es ist zur Zeit kein Korb öffentlich zugänglich"
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr ""
"Es werden %(x_nb_begin)i bis %(x_nb_end)i Körbe angezeigt (von total "
"%(x_nb_total)i)"
#: modules/webbasket/lib/webbasket_templates.py:422
msgid "Actions"
msgstr "Aktionen"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
#, fuzzy
msgid "Non-shared basket"
msgstr "Privater Korb"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
#, fuzzy
msgid "Shared basket"
msgstr "Ausgetauschter Korb"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
#, fuzzy
msgid "Group-shared basket"
msgstr "Korb im Gruppenaustausch"
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
msgid "Edit basket"
msgstr "Korb bearbeiten"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr "Sie haben keine Rechte um Korb anzuschauen."
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
#, fuzzy
msgid "Unsubscribe from this basket"
msgstr "Sich aus diesem Korb austragen"
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr "Kommentare"
#: modules/webbasket/lib/webbasket_templates.py:521
msgid "last comment:"
msgstr "letzeter Kommentar:"
#: modules/webbasket/lib/webbasket_templates.py:582
msgid "Move item up"
msgstr "Eintrag nach oben schieben"
#: modules/webbasket/lib/webbasket_templates.py:590
msgid "Move item down"
msgstr "Eintrag nach unten schieben"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr "Eintrag kopieren"
#: modules/webbasket/lib/webbasket_templates.py:606
msgid "Remove item"
msgstr "Eintrag löschen"
#: modules/webbasket/lib/webbasket_templates.py:609
msgid "External record"
msgstr "Externer Datensatz"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr "letzter"
#: modules/webbasket/lib/webbasket_templates.py:647
#, fuzzy
msgid "View comments"
msgstr "Kommentare anschauen"
#: modules/webbasket/lib/webbasket_templates.py:672
msgid "This basket is publicly accessible at the following address:"
msgstr "Dieser Korb ist öffentlich zugänglich unter folgender Adresse:"
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "Sortieren nach:"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr "Titel"
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr "Datum"
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr "Kommentare"
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr "Insgesamt %i Kommentare"
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr "Kommentar schreiben"
#: modules/webbasket/lib/webbasket_templates.py:833
msgid "Back to baskets"
msgstr "Zurück zu den Körben"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr "von"
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "on"
msgstr "an"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr "Antworten"
#: modules/webbasket/lib/webbasket_templates.py:876
msgid "Delete comment"
msgstr "Kommentar löschen"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr "Kommentar hinzufügen"
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr "Kommentar"
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
msgid "Create new basket"
msgstr "neuen Korb anlegen"
#: modules/webbasket/lib/webbasket_templates.py:1001
msgid "Select topic"
msgstr "Thema wählen"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr "Thema wählen"
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr "oder ein Neues erzeugen"
#: modules/webbasket/lib/webbasket_templates.py:1019
msgid "Create new topic"
msgstr "Neues Thema erzeugen"
#: modules/webbasket/lib/webbasket_templates.py:1021
msgid "Create a new basket"
msgstr "Neuen Korb erzeugen"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
msgid "Select basket"
msgstr "Korb auswählen"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr "zum persönlichen Korb hinzufügen"
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, python-format
msgid "%i baskets"
msgstr "%i Körbe"
#: modules/webbasket/lib/webbasket_templates.py:1111
msgid "Add to a group-shared basket"
msgstr "Zu einem Gruppen-Korb hinzufügen"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr "Zu einem öffentlichen Korb hinzufügen"
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr "%i Datensätze in Korb hinzufügen"
#: modules/webbasket/lib/webbasket_templates.py:1167
msgid "Add to baskets"
msgstr "Zum Korb hinzufügen"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr "Datensatz erfolgreich zu %i Körben hinzugefügt."
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr "Es wurden keine Datensätze zum gewählten Korb hinzugefügt."
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr "Sind Sie sicher dass Sie diesen Korb löschen möchten?"
#: modules/webbasket/lib/webbasket_templates.py:1199
#, fuzzy, python-format
msgid "%i users are subscribed to this basket."
msgstr "%i Benutzer sind für diesen Korb eingeschrieben."
#: modules/webbasket/lib/webbasket_templates.py:1201
#, fuzzy, python-format
msgid "%i user groups are subscribed to this basket."
msgstr "%i Benutzergruppen sind für diesen Korb eingeschrieben."
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr "Sie haben %i Benachrichtigungen für diesen Korb definiert."
#: modules/webbasket/lib/webbasket_templates.py:1277
msgid "General settings"
msgstr "Allgemeine Einstellungen"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr "Gruppe hinzufügen"
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr "Gruppenrechte einstellen"
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr "Globale Rechte einstellen"
#: modules/webbasket/lib/webbasket_templates.py:1314
msgid "Delete basket"
msgstr "Korb löschen"
#: modules/webbasket/lib/webbasket_templates.py:1338
msgid "Editing basket"
msgstr "Korb editieren"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr "Änderungen speichern"
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr "Keine Rechte"
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
msgid "View records"
msgstr "Datensätze anschauen"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "and"
msgstr "und"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr "Kommentare anschauen"
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr "Kommentare hinzufügen"
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
msgid "add records"
msgstr "Datensätze hinzufügen"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
msgid "delete comments"
msgstr "Kommentare löschen"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
msgid "remove records"
msgstr "Datensatz entfernen"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
#, fuzzy
msgid "manage sharing rights"
msgstr "Sharing-Rechte verwalten"
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr "Sie sind kein Gruppenmitglied."
#: modules/webbasket/lib/webbasket_templates.py:1441
#, fuzzy
msgid "Sharing basket to a new group"
msgstr "Korb mit einer neuen Gruppe austauschen"
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr "Sie sind als Gast eingeloggt. Körbe verfallen am Ende der Sitzung."
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr ""
"Wenn Sie möchten können Sie sich %(x_url_open)shier einloggen oder "
"registrieren%(x_url_close)s."
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr "Diese Funktion ist für Gäste gesperrt."
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
msgid "Back to search results"
msgstr "Suchergebnisse"
#: modules/webbasket/lib/webbasket_webinterface.py:98
msgid "Display baskets"
msgstr "Körbe anzeigen"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr "Details und Kommentare"
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
msgid "Your Baskets"
msgstr "Ihre Körbe"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr "Datensätze zum Korb hinzufügen"
#: modules/webbasket/lib/webbasket_webinterface.py:474
msgid "Delete a basket"
msgstr "Korb löschen"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr "Datensatz in Korb kopieren"
#: modules/webbasket/lib/webbasket_webinterface.py:721
msgid "Create basket"
msgstr "Korb erzeugen"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
msgid "List of public baskets"
msgstr "Liste öffentlicher Körbe"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "%(x_name)s hat am %(x_date)s geschrieben:"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr "Die lettzen %i Kommentare anzeigen:"
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr "Dokument diskutieren"
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr "Diskussion über Dokument starten."
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr "Entschuldigung, Datensatz %s scheint nicht zu existieren."
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr "%s ist keine gültige ID."
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr "Es wurde keine Datensatz ID angegeben."
#: modules/webcomment/lib/webcomment_templates.py:164
#, fuzzy, python-format
msgid "You may want to start browsing from %s"
msgstr "Sie können von %s zu browsen beginnen"
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr "War dieses Review hilfreich?"
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr "Ein Review schreiben"
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr ""
"Durchschnittliche Review-Bewertung: %(x_nb_score)s, basiert auf "
"%(x_nb_reviews)s Reviews"
#: modules/webcomment/lib/webcomment_templates.py:251
#, fuzzy, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr "Leser haben folgende %s Reviews als hilfreich eingestuft:"
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr "Alle %s Reviews anzeigen"
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr "Dieses Dokument bewerten"
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr "Als Erster ein Review für dieses Dokument verfassen"
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
msgid "Report abuse"
msgstr "Missbrauch melden"
#: modules/webcomment/lib/webcomment_templates.py:361
#, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "Geprüft von %(x_nickname)s am %(x_date)s"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr ""
"%(x_nb_people)i von %(x_nb_total)i haben dieses Review nützlich gefunden"
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
msgid "Reviews"
msgstr "Reviews"
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr "Vorherige"
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr "Nächste"
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr "Es sind total %s Reviews vorhanden"
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr "Es sind total %s Kommentare vorhanden"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr "Review"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr "Kommentar"
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
msgid "Review"
msgstr "Review"
#: modules/webcomment/lib/webcomment_templates.py:662
#, fuzzy
msgid "Viewing"
msgstr "Anzeige"
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr "Seite:"
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr "Notiz: Ihr Nickname, %s, wird als Author des Kommentars angezeigt"
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
"Notiz: Sie haben %(x_url_open)sIhren Nicknamen%(x_url_close)s nicht "
"definiert. %(x_nickname)s wird als Author des Kommentars angezeigt."
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
msgid "Article"
msgstr "Artikel"
#: modules/webcomment/lib/webcomment_templates.py:808
#, fuzzy
msgid "Add comment"
msgstr "Kommentar hinzufügen"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr "Notiz: Ihr Nickname, %s, wird als Author des Reviews angezeigt"
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr "Diesen Artikel bewerten"
#: modules/webcomment/lib/webcomment_templates.py:901
msgid "Select a score"
msgstr "Punktezahl auswählen"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr "Einen Titel für das Review definieren"
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr "Ein Review schreiben"
#: modules/webcomment/lib/webcomment_templates.py:908
#, fuzzy
msgid "Add review"
msgstr "Review hinzufügen"
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr "Review hinzufügen"
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr "Ihr Review wurde erfolgreich hinzugefügt."
#: modules/webcomment/lib/webcomment_templates.py:940
msgid "Your comment was successfully added."
msgstr "Ihr Kommentar wurde erfolgreich hinzugefügt."
#: modules/webcomment/lib/webcomment_templates.py:942
msgid "Back to record"
msgstr "Zum Datensatz zurück"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr "Alle gemoldenen Kommentare anzeigen"
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr "Alle gemoldenen Reviews anzeigen"
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr "Einen Kommentar/Review löschen (nach ID)"
#: modules/webcomment/lib/webcomment_templates.py:1029
msgid "View all users who have been reported"
msgstr "Alle gemeldeten Benutzer anzeigen"
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "Handbuch"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr "Kommentare und Reviews sind ausgeschaltet"
#: modules/webcomment/lib/webcomment_templates.py:1051
#, fuzzy
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr ""
"Bitte geben sie die ID des Kommentars/Reviews ein um es anzuschauen bevor "
"sie es löschen"
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr "Kommentar ID:"
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr "Kommentar anzeigen"
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr "Bisher sind keine Reports eingegangen"
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr "Alle %s gemoldene Kommentare anzeigen"
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr "Alle %s gemoldene Reviews anzeigen"
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
"Das ist eine Liste aller Benutzer, die mindestens einen Kommentar abgegeben "
"haben, sortiert nach der grössen Anzahl Kommentare."
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr "Nickname"
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
msgid "Email"
msgstr "E-Mail"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr "Benutzer ID"
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr "Totale Anzahl positiver Stimmen"
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr "Totale Anzahl negativer Stimmen"
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr "Totale Anzahl von Stimmabgaben"
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr "Totale Anzahl von Reports"
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr "Kommentare/Reviews von allen Benutzern anzeigen"
#: modules/webcomment/lib/webcomment_templates.py:1179
#, python-format
msgid "This review has been reported %i times"
msgstr "Dieses Review wurde %i mal gemeldet"
#: modules/webcomment/lib/webcomment_templates.py:1181
#, python-format
msgid "This comment has been reported %i times"
msgstr "Dieser Kommentar wurde %i mal gemeldet"
#: modules/webcomment/lib/webcomment_templates.py:1258
msgid "Written by"
msgstr "Verfasst von"
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr "Generelle Informationen"
#: modules/webcomment/lib/webcomment_templates.py:1260
msgid "Select"
msgstr "Auswählen"
#: modules/webcomment/lib/webcomment_templates.py:1274
msgid "Delete selected reviews"
msgstr "Ausgewählte Reviews löschen"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
#, fuzzy
msgid "Suppress selected abuse report"
msgstr "Gewählter Missbrauchreport ausschalten"
#: modules/webcomment/lib/webcomment_templates.py:1279
msgid "Delete selected comments"
msgstr "Ausgewählte Kommentare löschen"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr "OK"
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr "Das sind die gemoldenen Reviews von Benutzer %s"
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr "Das sind die gemoldenen Kommentare von Benutzer %s"
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr "Das ist der Kommentar/Review %s"
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr ""
"Das ist der Kommentar/Review %(x_cmtID)s, geschrieben vom Benutzer %(x_user)s"
#: modules/webcomment/lib/webcomment_templates.py:1306
#, fuzzy
msgid "Here are all reported reviews sorted by the most reported"
msgstr "Das sind alle gemeldeten Reviews, sortiert nach dem meist gemoldenen"
#: modules/webcomment/lib/webcomment_templates.py:1308
#, fuzzy
msgid "Here are all reported comments sorted by the most reported"
msgstr ""
"Das sind alle gemeldeten Kommentare, sortiert nach dem meist gemoldenen"
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr "Kommentar ID"
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr "erfolgreich gelöscht"
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr "Missbrauchreports erfolgreich ausgeschaltet"
#: modules/webcomment/lib/webcomment_templates.py:1375
#, fuzzy
msgid "Not yet reviewed"
msgstr "Ein Review schreiben"
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
msgid "Record Not Found"
msgstr "Datensatz nicht gefunden"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Bevor Sie einen Kommentar hinzufügen können, müssen Sie sich "
"%(x_url_open)seinloggen%(x_url_close)s"
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
msgid "Login"
msgstr "Anmelden"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr "WebComment Verwaltung"
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "Interner Fehler"
#: modules/webcomment/web/admin/webcommentadmin.py:95
msgid "Delete Comment"
msgstr "Kommentar löschen"
#: modules/webcomment/web/admin/webcommentadmin.py:168
msgid "View all reported users"
msgstr "Alle gemeldete Benutzer anzeigen."
#: modules/webcomment/web/admin/webcommentadmin.py:214
msgid "Delete comments"
msgstr "Kommentare löschen"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr "Missbrauchreports ausschalten"
#: modules/webmessage/lib/webmessage.py:129
msgid "The message could not be deleted."
msgstr "Diese Nachricht konnte nicht gelöscht werden."
#: modules/webmessage/lib/webmessage.py:131
msgid "The message was successfully deleted."
msgstr "Diese Nachricht wurde erfolgreich gelöscht."
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr "Ihre Nachrichtenbox wurde geleert."
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr "Das gewählte Datum (%(x_year)i.%(x_month)i.%(x_day)i) ist ungültig."
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr "Bitte geben Sie einen Benutzernamen oder einen Gruppennamen ein."
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr ""
"Ihre Nachricht ist zu lang, bitte ändern Sie diese. Die maximale erlaubte "
"Grösse ist %i Zeichen."
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr "Gruppe %s existiert nicht."
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr "Benutzer %s existiert nicht."
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr "Eine Nachricht schreiben"
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr "Nachricht konnte nicht an folgende Empfänger gesendet werden we"
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr "Ihre Nachricht wurde gesendet."
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
msgid "Your Messages"
msgstr "Ihre Nachrichten"
#: modules/webmessage/lib/webmessage_templates.py:87
msgid "Subject"
msgstr "Betreff"
#: modules/webmessage/lib/webmessage_templates.py:88
msgid "Sender"
msgstr "Absender"
#: modules/webmessage/lib/webmessage_templates.py:97
msgid "No messages"
msgstr "Keine Nachrichten"
#: modules/webmessage/lib/webmessage_templates.py:101
msgid "No subject"
msgstr "Kein Betreff"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr "Neue Nachricht schreiben"
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr "Alle löschen"
#: modules/webmessage/lib/webmessage_templates.py:190
#, fuzzy
msgid "Re:"
msgstr "Re:"
#: modules/webmessage/lib/webmessage_templates.py:282
msgid "Send later?"
msgstr "Später senden?"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
#, fuzzy
msgid "To:"
msgstr "To:"
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr "Benutzer"
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr "Gruppen"
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
msgid "Subject:"
msgstr "Betreff:"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
msgid "Message:"
msgstr "Nachricht:"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr "Absenden"
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr "Von:"
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr "Gesendet am:"
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr "Erhalten am:"
#: modules/webmessage/lib/webmessage_templates.py:451
msgid "Sent to:"
msgstr "Senden an:"
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr "An Gruppen senden:"
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr "Antworten"
#: modules/webmessage/lib/webmessage_templates.py:454
#, fuzzy
msgid "DELETE"
msgstr "Löschen"
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr "Sind Sie sicher dass Sie die gesamte Nachrichten-Box löschen wollen?"
#: modules/webmessage/lib/webmessage_templates.py:569
#, fuzzy, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr "Platz genutzt: %i Nachrichten von maximal %i"
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr "Bitte wähle einen oder mehrere aus:"
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr "Zu einem Benutzer hinzufügen"
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr "Zu einer Gruppe hinzufügen"
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr "Kein passender Benutzer"
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr "Keine passende Gruppe"
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr "Einen Benutzer oder Gruppe finden:"
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr "Einen Benutzer finden"
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr "Eine Gruppe finden"
#: modules/webmessage/lib/webmessage_templates.py:679
#, fuzzy, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr "Sie haben %s neue Nachrichten von %s Nachrichten"
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr "Lesen Sie eine Nachricht"
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "Suchergebnisse"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "beliebiger Tag"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "beliebiger Monat"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "beliebiges Jahr"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "alle Sammlungen"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "Neue Sammlung hinzufügen"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "sortieren nach"
#: modules/websearch/lib/search_engine.py:851
#, fuzzy
msgid "HTML brief"
msgstr "kurze HTML"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "das Letzte zuerst"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr "Keine Werte gefunden."
#: modules/websearch/lib/search_engine.py:1716
#, fuzzy, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr ""
"Kein exakte Übereinstimmung für %(x_query1)s gefunden, %(x_query2)s wird "
"verwendet anstatt..."
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
#: modules/websearch/lib/search_engine.py:2068
#, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"Kein Resultat in der Sammlung %(x_collection)s gefunden. Andere öffentliche "
"Sammlungen ergaben %(x_url_open)s%(x_nb_hits)d Ergebnisse%(x_url_close)s."
#: modules/websearch/lib/search_engine.py:2077
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:2190
msgid "No words index available for"
msgstr "Es steht kein Wortindex zur Verfügung für"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "Es steht kein Begriffindex zur Verfügung für"
#: modules/websearch/lib/search_engine.py:2226
#, fuzzy, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr ""
"Suchabfrage %(x_term)s im Index %(x_index) hat keine Datensätze gefunden. "
"Die nächsten Begriffe in allen Sammlungen sind:"
#: modules/websearch/lib/search_engine.py:2230
#, fuzzy, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr ""
"Suchabfrage %s hat keine Datensätze gefunden. Die ähnlichsten Begriffe in "
"allen Sammlungen sind:"
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr ""
"Sortierung ist nur für %d Datensäzte erlaubt. Standard Sortierung verwendet."
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr ""
"%s schein keine gültige Sortieroption zu sein. Sortierung nach Titel gewählt."
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr "Unterschiedliche Suchabfragen verwenden"
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "Der Datensatz wurde gelöscht."
#: modules/websearch/lib/search_engine.py:3750
#, fuzzy
msgid "Requested record does not seem to exist."
msgstr "Entschuldigung, Datensatz %s scheint nicht zu existieren."
#: modules/websearch/lib/search_engine.py:3984
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:4008
msgid "No match within your search limits, discarding this condition..."
msgstr ""
"Kein Resultat in der eingegebene Suchbeschränkung, Bedingung wird "
"ignoriert..."
#: modules/websearch/lib/websearchadminlib.py:3202
#, fuzzy
msgid "Information"
msgstr "Mehr Informationen:"
#: modules/websearch/lib/websearchadminlib.py:3203
#, fuzzy
msgid "References"
msgstr "Referenz"
#: modules/websearch/lib/websearchadminlib.py:3204
#, fuzzy
msgid "Citations"
msgstr "Zitat Chronik"
#: modules/websearch/lib/websearchadminlib.py:3205
#, fuzzy
msgid "Discussion"
msgstr "Session"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, python-format
msgid "Search %s records for:"
msgstr "Durchsuche %s Datensätze nach:"
#: modules/websearch/lib/websearch_templates.py:659
#, fuzzy
msgid "less"
msgstr "Regeln"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "mehr"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
#, fuzzy
msgid "Search everywhere"
msgstr "Suchabfrage hier eingeben."
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "Erweiterte Suche"
#: modules/websearch/lib/websearch_templates.py:854
#, python-format
msgid "Search %s records for"
msgstr "Durchsuche %s Datensätze nach:"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "Einfache Suche"
#: modules/websearch/lib/websearch_templates.py:938
msgid "Search options:"
msgstr "Suchoptionen:"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
#, fuzzy
msgid "Added/modified since:"
msgstr "Hinzufügt seit:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
msgid "until:"
msgstr "bis:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
msgid "Display results:"
msgstr "Ergebnisse darstellen:"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
msgid "Output format:"
msgstr "Darstellungsformat:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "Hinzufügt seit:"
#: modules/websearch/lib/websearch_templates.py:1154
#, fuzzy
msgid "Modified since:"
msgstr "Hinzufügt seit:"
#: modules/websearch/lib/websearch_templates.py:1191
msgid "Focus on:"
msgstr "Hinweis auf:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "privat"
#: modules/websearch/lib/websearch_templates.py:1252
msgid "Search also:"
msgstr "Suchen Sie auch nach:"
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr "Diese Sammlung enthält zur Zeit keine Dokumente."
#: modules/websearch/lib/websearch_templates.py:1392
msgid "Latest additions:"
msgstr "Letzte Einträge:"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, fuzzy, python-format
msgid "Cited by %i records"
msgstr "Zitiert von: %s Datensätzen"
#: modules/websearch/lib/websearch_templates.py:1556
#, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr ""
"Ähnliche Worte zu %(x_word)s in %(x_field)s in beliebiger Sammlung sind:"
#: modules/websearch/lib/websearch_templates.py:1559
#, fuzzy, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr "Ähnliche Worte zu %(x_word)s in beliebiger Sammlung sind:"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr "Tipps"
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr "nächste"
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "Sammlungen"
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr "Limitieren auf:"
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "Ergebnisse"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "aufw."
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "abw."
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "einzige Liste"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "In Sammlungen verteilen"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr "MARC tag"
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, python-format
msgid "%s records found"
msgstr "%s Datensätze gefunden"
#: modules/websearch/lib/websearch_templates.py:2343
msgid "begin"
msgstr "Anfang"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr "vorherige"
#: modules/websearch/lib/websearch_templates.py:2367
msgid "end"
msgstr "Ende"
#: modules/websearch/lib/websearch_templates.py:2387
msgid "jump to record:"
msgstr "gehen zum Datensatz:"
#: modules/websearch/lib/websearch_templates.py:2400
#, python-format
msgid "Search took %s seconds."
msgstr "Die Suche hat %s Sekunden gedauert."
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "IN DEN KORB HINZUFÜGEN"
#: modules/websearch/lib/websearch_templates.py:2589
#, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"%(x_fmt_open)sErgebnisübersicht:%(x_fmt_close)s Datensätze%(x_nb_records)s "
"wurden in %(x_nb_seconds)s Sekunden gefunden."
#: modules/websearch/lib/websearch_templates.py:2637
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:2669
msgid "See also: similar author names"
msgstr "Sehen Sie auch: ähnliche Autornamen"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, fuzzy, python-format
msgid "Collection %s Not Found"
msgstr "Sammlung %s nicht gefunden"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr "Die Sammlung %s scheint nicht zu existieren."
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, fuzzy, python-format
msgid "You may want to start browsing from %s."
msgstr "Sie können von %s starten zu browsen."
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr ""
"Sind Sie interessiert über neue Resultate zu dieser Suchabfrage informiert "
"zu werden?"
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
"Definieren Sie eine persönliche %(x_url1_open)sE-Mail-Benachrichtigung"
"%(x_url1_close)s\n"
" oder abonnieren Sie den %(x_url2_open)sRSS "
"Feed%(x_url2_close)s."
#: modules/websearch/lib/websearch_templates.py:3101
msgid "People who downloaded this document also downloaded:"
msgstr ""
"Benutzer, die diesen Dokument heruntergeladen haben, haben auch "
"heruntergeladen"
#: modules/websearch/lib/websearch_templates.py:3117
msgid "People who viewed this page also viewed:"
msgstr "Benutzer, die diese Seite angeschaut haben, haben auch angeschaut:"
#: modules/websearch/lib/websearch_templates.py:3170
#, python-format
msgid "Cited by: %s records"
msgstr "Zitiert von: %s Datensätzen"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "Co-zitiert mit: %s Datensätzen"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3310
#, fuzzy
msgid "Affiliations:"
msgstr "Zitat Chronik"
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3346
#, fuzzy
msgid "Publishes in"
msgstr "Eintragungen"
#: modules/websearch/lib/websearch_templates.py:3353
#, fuzzy
msgid "Papers:"
msgstr "Seite:"
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3355
#, fuzzy
msgid "times"
msgstr "Zeit"
#: modules/websearch/lib/websearch_templates.py:3383
#, fuzzy
msgid "Citations:"
msgstr "Zitat Chronik"
#: modules/websearch/lib/websearch_templates.py:3413
#, fuzzy
msgid "Citation summary results"
msgstr "Suchergebnisse"
#: modules/websearch/lib/websearch_templates.py:3418
#, fuzzy
msgid "Total number of citable papers analyzed:"
msgstr "Totale Anzahl von Reports"
#: modules/websearch/lib/websearch_templates.py:3441
#, fuzzy
msgid "Total number of citations:"
msgstr "Totale Anzahl von Reports"
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:420
#, fuzzy
msgid "You are not authorized to view this area."
msgstr "Sie sind nicht der Besitzer dieses Korbes."
#: modules/websearch/lib/websearch_webinterface.py:755
msgid "Not found"
msgstr "Nicht gefunden"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "in"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
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 auf "
"anderen Servern:"
#: modules/websearch/lib/websearch_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr "Übersicht über Resultate in externen Sammlungen:"
#: modules/websearch/lib/websearch_external_collections_templates.py:120
msgid "Search timed out."
msgstr "Suche abgelaufen."
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr ""
"Ihre externe Suchmaschine hat nicht geantwortet. Sie können die Resultate "
"hier überprüfen:"
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
msgid "No results found."
msgstr "Keine Resultate gefunden."
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, python-format
msgid "%s results found"
msgstr "%s Resultate gefunden"
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, python-format
msgid "%s seconds"
msgstr "%s Sekunden"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "kurz"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
"Sie sind als Gast eingeloggt. Sie können sich als normaler Benutzer "
"%(x_url_open)seinloggen%(x_url_close)s."
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
"Die %(x_fmt_open)sGastbenutzer%(x_fmt_close)s müssen sich zuerst "
"%(x_url_open)sregistrieren%(x_url_close)s"
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr "Keine Abfragen gefunden"
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
#: modules/websession/lib/websession_templates.py:97
msgid "External account settings"
msgstr "Externe Benutzereinstellungen"
#: modules/websession/lib/websession_templates.py:99
#, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr ""
"Sie können jetzt die Liste der externen Gruppen direkt in der "
"%(x_url_open)sGruppen-Seite%(x_url_close)s anzeigen."
#: modules/websession/lib/websession_templates.py:103
msgid "External user groups"
msgstr "Externe Benutzergruppen"
#: modules/websession/lib/websession_templates.py:160
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
"Wenn Sie Ihre E-Mail-Adresse ändern oder zum ersten mal eingeben möchten, "
"definieren Sie diese im Formular unten."
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr "Login-Berechtigungen bearbeiten"
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr "Beispiel"
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr "Neue E-Mail-Adresse"
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
msgid "mandatory"
msgstr "obligatorisch"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr "Notiz"
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr "Neue Werte definieren"
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
#: modules/websession/lib/websession_templates.py:215
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
"Wenn Sie Ihr Passwort ändern möchten, geben Sie bitte das alte Passwort ein "
"und definieren Sie das neue weiter unten."
#: modules/websession/lib/websession_templates.py:217
msgid "Old password"
msgstr "Altes Passwort"
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr "Neues Passwort"
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr "optional"
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr ""
"Die Passwortphrase darf Interpunktionszeichen, Leerschläge usw. beinhalten."
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr "Sie müssen das alte Passwort eingeben um ein neues zu definieren."
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr "Passwort erneut eingeben"
#: modules/websession/lib/websession_templates.py:224
msgid "Set new password"
msgstr "Neues Passwort definieren"
#: modules/websession/lib/websession_templates.py:229
#, fuzzy, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr ""
"Wenn Sie möchten können Sie sich %(x_url_open)shier einloggen oder "
"registrieren%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:235
#, fuzzy, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr "Sie können jetzt auf Ihr %(x_url_open)sKonto%(x_url_close)s zugreifen."
#: modules/websession/lib/websession_templates.py:249
#, fuzzy
msgid "Edit language-related settings"
msgstr "Einstellungen zur Suche bearbeiten"
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr ""
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
msgid "Update settings"
msgstr "Einstellungen aktualisieren"
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr "Einstellungen zur Suche bearbeiten"
#: modules/websession/lib/websession_templates.py:279
msgid "Show the latest additions box"
msgstr "Zeige die letzten Einträge an:"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr "Hilfeboxen zu den Sammlungen anzeigen"
#: modules/websession/lib/websession_templates.py:295
msgid "Number of search results per page"
msgstr "Anzahl Suchergebnisse pro Seite"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr "Loginmethode bearbeiten"
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr ""
"Bitte wählen Sie die Loginmethode die Sie benutzen möchten um sich zu "
"authentifizieren."
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
msgid "Select method"
msgstr "Methode auswählen"
#: modules/websession/lib/websession_templates.py:359
#, fuzzy, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
"Wenn Sie Ihr Passwort für den internen Account in CDS Invenio vergessen "
"haben, geben Sie bitte Ihre E-Mail-Adresse ein und Ihr Passwort wird Ihnen "
"zugestellt."
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr "E-Mail-Adresse"
#: modules/websession/lib/websession_templates.py:382
#, fuzzy
msgid "Send password reset link"
msgstr "Passwort zusenden"
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:389
#, fuzzy
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
"Bitte beachten Sie, dass wenn Sie ein externes Loginsystem (wie zum Beispiel "
"CERN NICE) verwenden, dass wir nichts unternehmen können und sie beim "
"externen Loginsystem diesbezüglich nachfragen müssen."
#: modules/websession/lib/websession_templates.py:390
#, fuzzy, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr ""
"Alternativ können Sie %s fragen um Ihr Loginsystem von extern zu intern zu "
"wechseln."
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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 ""
"%s gibt Ihnen die Möglichkeit, Ihre Oberfläche zu personalisieren, Ihre "
"persönliche Bibliothek zu erstellen oder automatische Benachrichtigungen zu "
"erstellen, die Sie periodisch über neue Suchresultate per E-Mail informieren."
#: modules/websession/lib/websession_templates.py:427
#: modules/websession/lib/websession_webinterface.py:267
msgid "Your Settings"
msgstr "Ihre Einstellungen"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr ""
"Definieren oder ändern Sie Ihre E-Mail-Adresse oder Ihr Passwort. Definieren "
"Sie Ihre Vorzüge über das Aussehen der Oberfläche."
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr ""
"Zeige alle Suchabfragen an, die Sie in den letzten 30 Tagen ausgeführt haben."
#: modules/websession/lib/websession_templates.py:441
msgid ""
"With baskets you can define specific collections of items, store interesting "
"records you want to access later or share with others."
msgstr ""
"In Ihren Körben können Sie spezifische Sammlungen definieren, interessante "
"Datensätze speichern auf die sie später zugreifen wollen oder Dokumente mit "
"anderen Benutzern austauschen."
#: modules/websession/lib/websession_templates.py:450
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 ""
"Definieren Sie eine Suchabfrage die periodisch von unserem Service "
"durchlaufen wird. Das Resulatat kann Ihnen per E-Mail zugesandt werden oder "
"in einem Ihrer Körbe gespeichert werden."
#: modules/websession/lib/websession_templates.py:459
msgid "Your Loans"
msgstr "Ihre Ausleihen"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr "Ein Buch ausleihen, Ausleihe-Anfragen absenden, usw erfordert CERN ID."
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr ""
"Sie sind als Gast eingeloggt. Ihre Benachrichtigungen werden am Ende der "
"Session gelöscht."
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
"Sie sind eingeloggt als %(x_user)s. Sie könnnen a) sich "
"%(x_url1_open)sausloggen%(x_url1_close)s; b) Ihre "
"%(x_url2_open)sEinstellungen%(x_url2_close)s bearbeiten."
#: modules/websession/lib/websession_templates.py:573
msgid "Your Alert Searches"
msgstr "Ihre Suchbenachrichtigungen"
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
"Sie können jetzt die Liste %(x_url_open)sIhrer Gruppen%(x_url_close)s "
"anzeigen die Sie administrieren oder in welchen Sie Mitglied sind."
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
msgid "Your Groups"
msgstr "Ihre Gruppen"
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
"Sie können jetzt die Liste %(x_url_open)sIhrer Eingaben%(x_url_close)s "
"anzeigen und deren Status abfragen."
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
msgid "Your Submissions"
msgstr "Ihre Eintragungen"
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
"Sie können jetzt die Liste %(x_url_open)sIhrer Zustimmungen%(x_url_close)s "
"anzeigen mit den Dokumenten denen Sie zugestimmt oder die sie referenziert "
"haben."
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
msgid "Your Approvals"
msgstr "Ihre Bestätigungen"
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr "Ihre administrativen Aktivitäten"
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr "Versuchen Sie es erneut"
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr ""
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr ""
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:707
#, fuzzy, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr "Ihr Passwort wurde an %s gesandt."
#: modules/websession/lib/websession_templates.py:722
msgid "Deleting your account"
msgstr "Ihr Konto löschen"
#: modules/websession/lib/websession_templates.py:736
#, fuzzy
msgid "You are no longer recognized by our system."
msgstr "Sie werden nicht mehr länger erkannt."
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr ""
"Wenn sie möchten können Sie sich %(x_url_open)shier einloggen%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr "Wenn Sie bereits ein Konto haben, loggen Sie sich bitte ein."
#: modules/websession/lib/websession_templates.py:780
#, fuzzy, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
"Falls Sie noch kein Konto besitzen, %(x_url_open)sregistrieren"
"%(x_url_close)s Sie sich bitte für ein internes Konto."
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
"Falls Sie noch kein Konto besitzen, %(x_url_open)sregistrieren"
"%(x_url_close)s Sie sich bitte für ein internes Konto."
#: modules/websession/lib/websession_templates.py:787
#, python-format
msgid ""
"It is not possible to create an account yourself. Contact %s if you want an "
"account."
msgstr ""
"Es ist für Sie nicht möglich, ein Konto zu erstellen. Kontaktieren Sie %s "
"wenn Sie ein Konto möchten."
#: modules/websession/lib/websession_templates.py:810
msgid "Login method:"
msgstr "Loginmethode:"
#: modules/websession/lib/websession_templates.py:837
msgid "Username"
msgstr "Benutzername"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr "Passwort"
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr ""
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "Anmelden"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr "Haben Sie Ihr Passwort vergessen?"
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr ""
"Sie können Ihren Benutzernamen oder Ihr E-Mail benutzen um sich einzuloggen."
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
#: modules/websession/lib/websession_templates.py:900
#, fuzzy
msgid "Set a new password for"
msgstr "Neues Passwort definieren"
#: modules/websession/lib/websession_templates.py:901
#, fuzzy
msgid "Type the new password"
msgstr "Neues Passwort definieren"
#: modules/websession/lib/websession_templates.py:902
#, fuzzy
msgid "Type again the new password"
msgstr "Neues Passwort definieren"
#: modules/websession/lib/websession_templates.py:903
#, fuzzy
msgid "Set the new password"
msgstr "Neues Passwort definieren"
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr ""
"Bitte geben Sie die gewünschte E-Mail-Adresse, den gewünschten Benutzernamen "
"und das Passwort ein:"
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr ""
"Dieses Konto kann nicht verwendet werden bis es verifiziert und aktiviert "
"wurde."
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr "Passwort nochmals eingeben"
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr "registrieren"
#: modules/websession/lib/websession_templates.py:978
#, 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 ""
"Bitte verwenden Sie kein wertvolles Passwort für diesen Service wie zum "
"Beispiel ihr Unix, AFS oder NICE-Passwort. Ihre E-Mail-Adresse wird streng "
"vertraulich behandelt und nicht an dritte weitergegeben. Sie werden sie "
"benutzen um sich für den persönlichen Service von %s zu identifizieren. Zum "
"Beispiel können Sie eine automatische Benachrichtigung für eine Suchabfrage "
"erstellen die Sie täglich über Neuigkeiten per E-Mail informiert."
#: modules/websession/lib/websession_templates.py:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Sie scheinen ein Gast zu sein. Sie müssen sich zuerst %(x_url_open)seinloggen"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr "Sie sind nicht berechtigt, Administrationsfunktionen zu benützen."
#: modules/websession/lib/websession_templates.py:1014
#, fuzzy, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr "Sie sind kein Mitgliedd in den folgenden Gruppen:"
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr "Das sind einige interessante Administrations-Links für Sie:"
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
"Für mehr administrative Aufgaben, benutzen Sie den kompletten "
"%(x_url_open)sVerwaltungsbereich%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "Gast"
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr "Session"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "Warnung"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "Körbe"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "Konto"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr "Nachrichten"
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr "Gruppen"
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr ""
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr "Eintragungen"
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr "Bestätigungen"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "Verwaltung"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "Abmelden"
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr "Sie sind ein Administrator in den folgenden Gruppen:"
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr "Gruppe"
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr "Sie sind kein Administrator einer Gruppe."
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr "Gruppe bearbeiten:"
#: modules/websession/lib/websession_templates.py:1291
#, python-format
msgid "Edit %s members"
msgstr "%s Benutzer bearbeiten"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
msgid "Create new group"
msgstr "Neue Gruppe erstellen"
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr "Sie sind kein Mitgliedd in den folgenden Gruppen:"
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr "Sie sind kein Mitglied einer Gruppe."
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr "Neuer Gruppe beitreten"
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr "Gruppe verlassen"
#: modules/websession/lib/websession_templates.py:1391
msgid "You are a member of the following external groups:"
msgstr "Sie sind kein Mitglied der folgenden externen Gruppen:"
#: modules/websession/lib/websession_templates.py:1414
msgid "You are not a member of any external groups."
msgstr "Sie sind kein Mitglied von einer externen Gruppe."
#: modules/websession/lib/websession_templates.py:1462
msgid "Update group"
msgstr "Gruppe updaten"
#: modules/websession/lib/websession_templates.py:1464
#, python-format
msgid "Edit group %s"
msgstr "Gruppe %s bearbeiten"
#: modules/websession/lib/websession_templates.py:1466
msgid "Delete group"
msgstr "Gruppe löschen"
#: modules/websession/lib/websession_templates.py:1539
msgid "Group name:"
msgstr "Gruppenname:"
#: modules/websession/lib/websession_templates.py:1541
msgid "Group description:"
msgstr "Gruppenbeschreibung:"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr "Richtlinien zum Beitreten der Gruppe:"
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
msgid "Please select:"
msgstr "Bitte auswählen:"
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr "Der Gruppe beitreten"
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr "oder finden Sie es"
#: modules/websession/lib/websession_templates.py:1652
msgid "Choose group:"
msgstr "Gruppe auswählen:"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr "Gruppe finden"
#: modules/websession/lib/websession_templates.py:1802
msgid "Remove member"
msgstr "Mitglied entfernen"
#: modules/websession/lib/websession_templates.py:1804
msgid "No members."
msgstr "Keine Mitglieder."
#: modules/websession/lib/websession_templates.py:1814
msgid "Accept member"
msgstr "Benutzer annehmen"
#: modules/websession/lib/websession_templates.py:1814
msgid "Reject member"
msgstr "Benutzer ablehnen"
#: modules/websession/lib/websession_templates.py:1816
msgid "No members awaiting approval."
msgstr "Es warten keine Benutzer auf Zulassung."
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
msgid "Current members"
msgstr "Momentane Benutzer"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
msgid "Members awaiting approval"
msgstr "Auf Zulassung wartende Benutzer"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr "Neue Benutzer einladen"
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
"Wenn Sie neue Mitglieder in die Gruppe einladen wollen, verwenden Sie bitte "
"das %(x_url_open)sNachrichtensystem%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1827
#, python-format
msgid "Group: %s"
msgstr "Gruppe: %s"
#: modules/websession/lib/websession_templates.py:1910
msgid "Group list"
msgstr "Gruppenliste"
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr "Sie sind kein Mitglied einer Gruppe."
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr "Sind Sie sicher dass Sie diese Gruppe löschen möchten?"
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr "Sind Sie sicher dass sie diese Gruppe verlassen möchten?"
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr "Sichtbar und offen für neue Mitglieder."
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr "Sichtbar, aber neue Mitglieder brauchen Zulassnung"
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr "Gruppe %s: Neue Benutzeranfrage"
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr "Ein Benutzer will der Gruppe %s beitreten."
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
"Die Anfrage des Benutzers bitte %(x_url_open)sakzeptieren or abweisen"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:2124
#, python-format
msgid "Group %s: Join request has been accepted"
msgstr "Gruppe %s: Aufnahmeantrag wurde angenommen"
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr "Ihre Anfrage zur Aufnahme in die Gruppe %s wurde angenommen."
#: modules/websession/lib/websession_templates.py:2127
#, python-format
msgid "Group %s: Join request has been rejected"
msgstr "Gruppe %s: Aufnahmeantrag wurde abgelehnt"
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr "Ihre Anfrage zur Aufnahme in die Gruppe %s wurde abgewiesen."
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr ""
"Sie können die Liste Ihrer %(x_url_open)s groups%(x_url_close)s anzeigen."
#: modules/websession/lib/websession_templates.py:2145
#, python-format
msgid "Group %s has been deleted"
msgstr "Die Gruppe %s wurde gelöscht"
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr "Die Gruppe %s wurde vom Administrator gelöscht."
#: modules/websession/lib/websession_templates.py:2164
#, fuzzy, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
"Sie können die %(x_url_open)s%(x_nb_total)i Gruppenliste%(x_url_close)s "
"anschauen wenn Sie in (%(x_nb_member)i) eingeschrieben sind oder "
"(%(x_nb_admin)i) administrieren."
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr "Datenbankproblem"
#: modules/websession/lib/webuser.py:299
msgid "user"
msgstr "Benutzer"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr ""
#: modules/websession/lib/webuser.py:713
#, fuzzy
msgid "New account on"
msgstr "Konto anzeigen"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr ""
#: modules/websession/lib/webuser.py:716
#, fuzzy
msgid "A new account has been created on"
msgstr "Ihr Konto wurde erfolgreich erstellt."
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr ""
#: modules/websession/lib/webuser.py:720
#, fuzzy
msgid " Username/Email"
msgstr "Benutzername"
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, fuzzy, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr "Sie können jetzt auf Ihr %(x_url_open)sKonto%(x_url_close)s zugreifen."
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
#, fuzzy
msgid "Email address successfully activated"
msgstr "erfolgreich verglichen"
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:155
#, fuzzy
msgid "Reset password"
msgstr "Passwort erneut eingeben"
#: modules/websession/lib/websession_webinterface.py:161
msgid "This request for resetting a password has already been used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:164
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:271
#, fuzzy, python-format
msgid "%s Personalize, Your Settings"
msgstr "Ihre Einstellungen"
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr "Einstellungen bearbeitet"
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
msgid "Show account"
msgstr "Konto anzeigen"
#: modules/websession/lib/websession_webinterface.py:323
#, fuzzy
msgid "Switched to internal login method."
msgstr "<p>Bitte wechseln Sie zur internen Loginmethode."
#: modules/websession/lib/websession_webinterface.py:324
#, fuzzy
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
"Bitte beachten Sie, dass wenn dies das erste Mal ist\n"
" dass Sie das Konto mit der internen Methode "
"benützen,\n"
" dass das System für sie ein zufälliges Passwort "
"gesetzt hat.\n"
" Dieses können Sie durch Klicken auf den folgenden "
"Button erhalten:</p>"
#: modules/websession/lib/websession_webinterface.py:332
msgid "Send Password"
msgstr "Passwort zusenden"
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
"Es kann nicht zur externen Loginmethode %s gewechselt werden, weil ihre E-"
"Mail-Adresse nicht bekannt ist."
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
"Es kann nicht zur externen Loginmethode %s gewechselt werden, weil ihre E-"
"Mail-Adresse im externen Loginsystem nicht bekannt ist."
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr "Loginmethode erfolgreich gewählt."
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr ""
"Die externe Loginmethode %s unterstützt keine E-Mail-basierte Logins. Bitte "
"kontaktieren Sie den Seitenadministrator."
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr "Einstellungen erfolgreich bearbeitet."
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr "Gewünschter Benutzername %s ist ungültig."
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr "Bitte versuchen Sie es erneut."
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr "Einstellungen bearbeiten"
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr "Bearbeitung der Einstellungen fehlgeschlagen"
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr "Angegebene E-Mail-Adresse %s ist ungültig."
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr "Angegebene E-Mail-Adresse %s existiert bereits in der Datenbank."
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr "Oder versuchen Sie es erneut."
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr "Gewünschter Benutzername %s ist bereits registriert."
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr "Passwort erfolgreich bearbeitet."
#: modules/websession/lib/websession_webinterface.py:415
msgid "Password edited"
msgstr "Passwort bearbeitet"
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr "Beide Passwörter müssen übereinstimmen."
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
msgid "Editing password failed"
msgstr "Bearbeitung des Passworts fehlgeschlagen"
#: modules/websession/lib/websession_webinterface.py:423
msgid "Wrong old password inserted."
msgstr "Eingegebenes altes Passwort ist falsch."
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr "Benutzereinstellungen korrekt gespeichert."
#: modules/websession/lib/websession_webinterface.py:450
msgid "Unable to update settings."
msgstr "Update der Einstellungen nicht möglich"
#: modules/websession/lib/websession_webinterface.py:507
#, fuzzy
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr ""
"Das Passwort kann nicht per E-Mail zugestellt werden da Sie ein externe "
"Authenifizierungssystem verwenden."
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr "Die eingegebene E-Mail-Adresse existiert in der Datenbank nicht."
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr ""
"Die eingegebene E-Mail-Adresse ist inkorrekt. Bitte überprüfen Sie dass sie "
"richtig geschrieben ist (z.B. johndoe@example.invalid)."
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr "Inkorrekte E-Mail-Adresse"
#: modules/websession/lib/websession_webinterface.py:552
#, fuzzy
msgid "Reset password link sent"
msgstr "Vergessenes Password zusenden"
#: modules/websession/lib/websession_webinterface.py:597
msgid "Delete Account"
msgstr "Konto löschen"
#: modules/websession/lib/websession_webinterface.py:623
msgid "Logout"
msgstr "Abmelden"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr "Registrieren"
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr "Ihr Konto wurde erfolgreich erstellt."
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr "Konto erstellt"
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr ""
"Ein zweites E-Mail wird gesendet wenn das Konto aktiviert wurde und benutzt "
"werden kann."
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr "Sie können jetzt auf Ihr %(x_url_open)sKonto%(x_url_close)s zugreifen."
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr "Registration fehlgeschlagen"
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr "Gewünschter Benutzername %s ist bereits in der Datenbank vorhanden."
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr ""
"Benutzer können sich nicht selbst eintragen, nur Administratoren können sie "
"eintragen."
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr "Neuer Gruppe beitreten"
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr "Gruppe verlassen"
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr "Gruppe bearbeiten"
#: modules/websession/lib/websession_webinterface.py:1157
msgid "Edit group members"
msgstr "Gruppenmitglieder bearbeiten"
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "Hauptseite"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "Personalisieren"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "Hilfe"
#: modules/webstyle/lib/webstyle_templates.py:414
msgid "Last updated"
msgstr "Letzte Aktualisierung"
#: modules/webstyle/lib/webstyle_templates.py:452
#, fuzzy
msgid "Powered by"
msgstr "Powered by"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "Verwaltet von"
#: modules/webstyle/lib/webstyle_templates.py:500
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:529
msgid "Browser"
msgstr "Browser"
#: modules/webstyle/lib/webstyle_templates.py:551
msgid "System Error"
msgstr "Systemfehler"
#: modules/webstyle/lib/webstyle_templates.py:566
#, fuzzy
msgid "Traceback"
msgstr "Zurückverfolgung"
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr "Zeit"
#: modules/webstyle/lib/webstyle_templates.py:615
#, fuzzy
msgid "Client"
msgstr "Client"
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr "Bitte senden Sie einen Error-Report an den Administrator."
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr "Error-Report absenden"
#: modules/webstyle/lib/webstyle_templates.py:624
#, fuzzy, python-format
msgid "Please contact %s quoting the following information:"
msgstr "Bitte kontaktieren Sie %s und geben folgende Auskunft:"
#: modules/webstyle/lib/webstyle_templates.py:772
#, fuzzy, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr "Datensatz erzeugt %s, letzte Änderung %s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
#, fuzzy
msgid "Admin Pages"
msgstr "Verwaltungsraum"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:161
#, fuzzy
msgid "Latest modifications:"
msgstr "Datum der letzen Modifikation"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:166
#, fuzzy
msgid "See also"
msgstr "Suchen Sie auch nach:"
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, fuzzy, python-format
msgid "Page %s Not Found"
msgstr "Sammlung %s nicht gefunden"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, fuzzy, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr "Entschuldigung, Datensatz %s scheint nicht zu existieren."
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, fuzzy, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr "Sie können jetzt auf Ihr %(x_url_open)sKonto%(x_url_close)s zugreifen."
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr "Sie müssen sich zuerst einloggen um diese Aktion ausführen zu können."
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
msgid "Invalid parameter"
msgstr "Ungültiger Parameter"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr "Eingabeverzeichnis kann nicht gefunden werden"
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr "Unbekannter Dokumenttyp"
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr "Unbekannte Aktion"
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr "Die Anzahl der Seiten der Eingabe können nicht bestimmt werden."
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr "Es kann kein Verzeichnis für diese Eingabe erstellt werden."
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr "Eingabeverzeichnis kann nicht erstellt werden."
#: modules/websubmit/lib/websubmit_engine.py:384
msgid "Unknown form field found on submission page."
msgstr "Unbekanntes Formalfeld in einer Eingabeseite gefunden."
#: modules/websubmit/lib/websubmit_engine.py:512
msgid "Unknown form field found on one of the submission pages."
msgstr "Unbekanntes Formalfeld in einer der Eingaben gefunden."
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr "Dokumenttyp kann nicht gefunden werden"
#: modules/websubmit/lib/websubmit_engine.py:1469
msgid "The chosen action is not supported by the document type."
msgstr "Die gewählte Aktion wird vom Dokumenttyp nicht unterstützt."
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr "Warnung"
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr "Verfügbare Dokumenttypen für die Eingabe"
#: modules/websubmit/lib/websubmit_templates.py:95
#, fuzzy
msgid "Please select the type of document you want to submit"
msgstr "Bitte wählen sie den Dokumenttypen den Sie absenden wollen."
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr "Keine Dokumenttypen verfügbar."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr "Bitte loggen Sie sich zuerst ein."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr "Benutzen Sie das Menü oben rechts um sich einzuloggen."
#: modules/websubmit/lib/websubmit_templates.py:301
msgid "Please select a category"
msgstr "Bitte wählen Sie eine Kategorie"
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr "Notiz"
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr "Wählen Sie eine Kategorie und klicken Sie dann auf den Button."
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr ""
"Um mit einer unterbrochenen Eingabe weiterzufahren geben Sie die "
"Zugangsnummer in die Box ein:"
#: modules/websubmit/lib/websubmit_templates.py:366
#, fuzzy
msgid "GO"
msgstr "Gehe zu"
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
#, fuzzy
msgid "SUMMARY"
msgstr "Zusammenfassung"
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr "Vorherige Seite"
#: modules/websubmit/lib/websubmit_templates.py:535
msgid "Submission number"
msgstr "Eintragungsnummer"
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr "Nächste Seite"
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr "Sind Sie sicher dass sie diese Eingabe verlassen möchten?"
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
msgid "Back to main menu"
msgstr "Zurück zum Hauptmenu"
#: modules/websubmit/lib/websubmit_templates.py:568
#, fuzzy
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr ""
"Das ist Ihre Eingabe-Zugangsnummer. Sie kann dazu genutzt werden, eine "
"unterbrochene Eingabe weiterzuführen im Falle eines Problems."
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr "Obligatorische Felder werden rot angezeigt in der Zusammenfassung."
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr "Das Feld %s ist obligatorisch."
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr "Bitte treffen Sie eine Auswahl in der Auswahlbox"
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr "Bitte drücken Sie einen Button."
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr "Das Feld %s ist obligatorisch. Bitte füllen Sie es aus."
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr "Das Feld %(field)s ist obligatorisch."
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr "Gehe zurück zur Seite"
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr "Beendet!"
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr "Ende der Aktion"
#: modules/websubmit/lib/websubmit_templates.py:957
msgid "Submission no"
msgstr "Eintragungsnr."
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
"Das ist die %(x_action)s Funktionsliste für %(x_doctype)s Dokumente auf "
"Level %(x_step)s"
#: modules/websubmit/lib/websubmit_templates.py:1032
msgid "Function"
msgstr "Funktion"
#: modules/websubmit/lib/websubmit_templates.py:1033
#, fuzzy
msgid "Score"
msgstr "Punktestand"
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr "Funktion läuft"
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr "Funktion %s existiert nicht"
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr "Sie müssen jetzt"
#: modules/websubmit/lib/websubmit_templates.py:1111
msgid "record"
msgstr "Datensatz"
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr "Dokument"
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
msgid "version"
msgstr "Version"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr "Datei(en)"
#: modules/websubmit/lib/websubmit_templates.py:1195
#, fuzzy
msgid "see"
msgstr "ansehen"
#: modules/websubmit/lib/websubmit_templates.py:1375
msgid "For"
msgstr "Für"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr "alle Dokumenttypen"
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr "Id"
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr "Referenz"
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr "Erster Zugriff"
#: modules/websubmit/lib/websubmit_templates.py:1435
msgid "Last access"
msgstr "Letzter Zugriff"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr "Sind Sie sicher dass sie diese Eingabe löschen wollen?"
#: modules/websubmit/lib/websubmit_templates.py:1446
#, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "Vorlage %(x_id)s in %(x_docname)s löschen"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr "Noch keine Referenz abgegeben"
#: modules/websubmit/lib/websubmit_templates.py:1534
#, fuzzy
msgid "Refereed Documents"
msgstr "Referenzierte Dokumente"
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr "Sie sind ein genereller Referent"
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr "Sie sind ein Referent in der Kategorie:"
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
#, fuzzy
msgid "List of refereed types of documents"
msgstr "Liste der referenzierten Dokumenttypen"
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
#, fuzzy
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr ""
"Wählen Sie einen der folgenden Dokumenttypen um den Dokumentstatus zu "
"überprüfen."
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1695
#, fuzzy
msgid "List of refereed categories"
msgstr "Liste der referenzierten Kategorien"
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr "Bitte wählen Sie eine Kategorie"
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
msgid "Pending"
msgstr "Noch nicht erledigt"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
msgid "Approved"
msgstr "Akzeptiert"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
msgid "Rejected"
msgstr "Zurückgewiesen"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr "Schlüssel"
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
msgid "Waiting for approval"
msgstr "Wartet auf Akzeptierung"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
msgid "Already approved"
msgstr "Bereits akzeptiert"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr "Einige Dokumente sind noch nicht erledigt."
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1808
#, fuzzy
msgid "List of refereing categories"
msgstr "Liste der referenzierten Kategorien"
#: modules/websubmit/lib/websubmit_templates.py:1812
#, fuzzy
msgid "List of publication categories"
msgstr "Liste öffentlicher Körbe"
#: modules/websubmit/lib/websubmit_templates.py:1816
#, fuzzy
msgid "List of direct approval categories"
msgstr "Liste der referenzierten Kategorien"
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
#, fuzzy
msgid "Cancelled"
msgstr "Abbrechen"
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
#, fuzzy
msgid "List of refereed documents"
msgstr "Liste der referenzierten Dokumente"
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr "Klicken Sie auf eine Reportnummer für mehr Informationen"
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "Reportnummer"
#: modules/websubmit/lib/websubmit_templates.py:2073
#, fuzzy
msgid "List of publication documents"
msgstr "Liste öffentlicher Körbe"
#: modules/websubmit/lib/websubmit_templates.py:2075
#, fuzzy
msgid "List of direct approval documents"
msgstr "Liste der referenzierten Dokumente"
#: modules/websubmit/lib/websubmit_templates.py:2246
#, fuzzy
msgid "Your request has been sent to the referee."
msgstr "Ihre Anfrage wurde zur Referenz gesendet."
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr "Titel:"
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr "Autor:"
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr "Mehr Informationen:"
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr "Hier klicken"
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr ""
"Dieses Dokument %(x_fmt_open)swartet immer noch auf die Zulassung"
"%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
msgid "It was first sent for approval on:"
msgstr "Zuerst zur Zulassung gesendet am:"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr "Letzte Zulassung gesendet am:"
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr ""
"Sie können einen Zulassungs-Antrag erneut senden wenn Sie auf diesen Button "
"klicken:"
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr "Nochmals senden"
#: modules/websubmit/lib/websubmit_templates.py:2295
#, fuzzy
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr ""
"WARNUNG! Auf Grund der Konfiguration wird ein E-Mail gesendet als Referenz."
#: modules/websubmit/lib/websubmit_templates.py:2298
#, fuzzy
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr ""
"Als Referenz für dieses Dokument können Sie diesen Button drücken um es zu "
"akzeptieren oder abzuweisen."
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr "Akzeptieren/Abweisen"
#: modules/websubmit/lib/websubmit_templates.py:2305
#, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "Dieses Dokument wurde %(x_fmt_open)sakzeptiert%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2307
msgid "Its approved reference is:"
msgstr "Die Bestätigungs-Referenz ist:"
#: modules/websubmit/lib/websubmit_templates.py:2313
msgid "It was approved on:"
msgstr "Es wurde akzeptiert am:"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "Dieses Dokument wurde %(x_fmt_open)szurückgewiesen%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2323
msgid "It was rejected on:"
msgstr "Es wurde zurückgewiesen am:"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
#, fuzzy
msgid "No referee has been selected yet."
msgstr "Der Datensatz wurde gelöscht."
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
#, fuzzy
msgid "Select a referee"
msgstr "Punktezahl auswählen"
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
#, fuzzy
msgid "Send a recommendation"
msgstr "Kommentar schreiben"
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2453
#, fuzzy
msgid "No editorial board has been selected yet."
msgstr "Der Datensatz wurde gelöscht."
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2602
#, fuzzy
msgid "Comments overview"
msgstr "Kommentare"
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
#, fuzzy
msgid "select user"
msgstr "Korb auswählen"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2741
#, fuzzy
msgid "add this user"
msgstr "Zu einem Benutzer hinzufügen"
#: modules/websubmit/lib/websubmit_templates.py:2791
#, fuzzy
msgid "remove this user"
msgstr "Kein passender Benutzer"
#: modules/websubmit/lib/websubmit_templates.py:2906
#, fuzzy
msgid "User"
msgstr "Benutzer"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:172
#, fuzzy
msgid "The collection to which this file belong is restricted: "
msgstr "Der Inhalt von dieser Sammlung ist privat."
#: modules/websubmit/lib/websubmit_webinterface.py:178
#, fuzzy
msgid "This file is restricted: "
msgstr "Diese Datei ist privat!"
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr "Zugang zum Volltext"
#: modules/websubmit/lib/websubmit_webinterface.py:303
#, fuzzy
msgid "Not enough information to retrieve the document"
msgstr "Als Erster ein Review für dieses Dokument verfassen"
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr "Zulassung für dieses Dokument wurde nie angefordert."
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr "Dokument kann nicht angezeigt werden."
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
#, fuzzy
msgid "Action unauthorized for this document."
msgstr "Diese Sammlung enthält zur Zeit keine Dokumente."
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
#, fuzzy
msgid "Action unavailable for this document."
msgstr "Dokument kann nicht angezeigt werden."
#: modules/websubmit/web/publiline.py:668
#, fuzzy
msgid "Adding users to the editorial board"
msgstr "%i Datensätze in Korb hinzufügen"
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
#, fuzzy
msgid "hits"
msgstr "Tipps"
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr ""
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr ""
#: modules/websubmit/web/publiline.py:793
#, fuzzy
msgid "Referee selection"
msgstr "Noch keine Referenz abgegeben"
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
#, fuzzy
msgid "Come back to the document"
msgstr "Dieses Dokument bewerten"
#: modules/websubmit/web/publiline.py:1068
#, fuzzy
msgid "Select:"
msgstr "Auswählen"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
#, fuzzy
msgid "Approve"
msgstr "Akzeptiert"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
#, fuzzy
msgid "Reject"
msgstr "Zurückgewiesen"
#: modules/websubmit/web/publiline.py:1168
#, fuzzy
msgid "Wrong action for this document."
msgstr "Dieses Dokument bewerten"
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:98
#, fuzzy, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr ""
"Wenn sie möchten können Sie sich %(x_url_open)shier einloggen%(x_url_close)s."
#: modules/webjournal/lib/webjournal_templates.py:143
#, fuzzy
msgid "Regeneration Error"
msgstr "Interner Fehler"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
#, fuzzy
msgid "Publish"
msgstr "Eintragungen"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
#, fuzzy
msgid "Refresh"
msgstr "Referenz"
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
#, fuzzy
msgid "Update"
msgstr "Gruppe updaten"
#: modules/webjournal/lib/webjournal_templates.py:625
#, fuzzy
msgid "Apply"
msgstr "April"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
#, fuzzy
msgid "Internal configuration error"
msgstr "Interner Fehler"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:194
#, fuzzy
msgid "No journal articles"
msgstr "Keine Dokumenttypen verfügbar."
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:232
#, fuzzy
msgid "No journal issues"
msgstr "aktueller Status:"
#: modules/webjournal/lib/webjournal_config.py:269
#, fuzzy
msgid "Journal article error"
msgstr "Interner Fehler"
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:303
#, fuzzy
msgid "No journals available"
msgstr "Keine Dokumenttypen verfügbar."
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:358
#, fuzzy
msgid "No current issue"
msgstr "aktueller Status:"
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:450
#, fuzzy
msgid "No popup record"
msgstr "Zum Datensatz zurück"
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:482
#, fuzzy
msgid "Update error"
msgstr "Gruppe updaten"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:513
#, fuzzy
msgid "Journal publishing DB error"
msgstr "Interner Fehler"
#: modules/webjournal/lib/webjournal_config.py:544
#, fuzzy
msgid "Journal issue error"
msgstr "Interner Fehler"
#: modules/webjournal/lib/webjournal_config.py:545
#, fuzzy
msgid "We could not find a current issue in the Database"
msgstr "Es sind zur Zeit OAI Quellen in der Datenbank"
#: modules/webjournal/lib/webjournal_config.py:575
#, fuzzy
msgid "Journal ID error"
msgstr "Interner Fehler"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:611
#, fuzzy
msgid "Sorry, this category does not exist for this journal."
msgstr "Entschuldigung, Datensatz %s scheint nicht zu existieren."
#: modules/webjournal/web/admin/webjournaladmin.py:74
#, fuzzy
msgid "WebJournal Admin"
msgstr "WebComment Verwaltung"
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:148
#, fuzzy
msgid "Feature a record"
msgstr "gehen zum Datensatz"
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:309
#, fuzzy
msgid "Publishing Interface"
msgstr "Interner Fehler"
#: modules/webjournal/web/admin/webjournaladmin.py:335
#, fuzzy
msgid "Add Journal"
msgstr "Zu einem Benutzer hinzufügen"
#: modules/webjournal/web/admin/webjournaladmin.py:337
#, fuzzy
msgid "Edit Settings"
msgstr "Einstellungen bearbeiten"
#, fuzzy
#~ msgid "link"
#~ msgstr "in"
#, fuzzy
#~ msgid "links"
#~ msgstr "Anmelden"
#~ msgid "The contents of this collection is restricted."
#~ msgstr "Der Inhalt von dieser Sammlung ist privat."
#, fuzzy
#~ msgid "Sort:"
#~ msgstr "Sortieren nach:"
#, fuzzy
#~ msgid "Author"
#~ msgstr "Autor:"
#~ msgid "Parameter docid missing"
#~ msgstr "Parameter docid fehlt"
#, fuzzy
#~ msgid "Please login to perform this action."
#~ msgstr ""
#~ "Sie müssen sich zuerst einloggen um diese Aktion ausführen zu können."
#, fuzzy
#~ msgid "Alert sent successfully!"
#~ msgstr "Konto"
#, fuzzy
#~ msgid "Webjournal Administration Interface"
#~ msgstr "WebSubmit Verwaltung"
#, fuzzy
#~ msgid "Main file(s)"
#~ msgstr "Datei(en)"
#~ msgid "Display searches"
#~ msgstr "Ergebnisse darstellen"
#, fuzzy
#~ msgid " Username/Email: %s\n"
#~ msgstr "Benutzername"
#, fuzzy
#~ msgid " Password: %s\n"
#~ msgstr "Passwort"
#, fuzzy
#~ msgid "Migrate BibFormat Settings"
#~ msgstr "BibFormat Einstellungen migrieren"
#, fuzzy
#~ msgid "Migrate Knowledge Bases"
#~ msgstr "Wissensdatenbank migrieren"
#~ msgid "Migrate Behaviours"
#~ msgstr "Verhalten migrieren"
#~ msgid "Migrate Formats"
#~ msgstr "Formate migrieren"
#, fuzzy
#~ msgid "Your account created on"
#~ msgstr "Konto erstellt"
#, fuzzy
#~ msgid "You have created a new account on"
#~ msgstr "oder ein Neues erzeugen"
#~ msgid ""
#~ "You can now go back to %(x_url_open)sBibEdit Admin Interface%(x_url_close)"
#~ "s."
#~ msgstr ""
#~ "Sie können jetzt zurück zum %(x_url_open)sBibEdit Admin Interface"
#~ "%(x_url_close)s gehen."
#, fuzzy
#~ msgid "No Articles"
#~ msgstr "Artikel"
#, fuzzy
#~ msgid "No Issues"
#~ msgstr "Keine Nachrichten"
#, fuzzy
#~ msgid "Article Error"
#~ msgstr "Artikel"
#, fuzzy
#~ msgid "%s Personalize, Main page"
#~ msgstr "Personalisieren"
#, fuzzy
#~ msgid "%s , personalize"
#~ msgstr "Personalisieren"
#, fuzzy
#~ msgid "Successfully featured record: %s"
#~ msgstr "Missbrauchreports erfolgreich ausgeschaltet"
#~ msgid "Convert"
#~ msgstr "Konvertieren"
#~ msgid "Library"
#~ msgstr "Bibliothek"
#~ msgid "Agenda"
#~ msgstr "Agenda"
#~ msgid "Webcast"
#~ msgstr "Online-Konferenz"
#~ msgid "Search Help"
#~ msgstr "Suchhilfe"
#~ msgid "Comment Management"
#~ msgstr "Kommentar-Verwaltung"
#~ msgid "Format:"
#~ msgstr "Format:"
#~ msgid "Send lost password"
#~ msgstr "Verlorenes Passwort zusenden"
#~ msgid "Here are your user credentials for"
#~ msgstr "Das sind Ihre Benutzerberechtigungen für"
#~ msgid "username"
#~ msgstr "Benutzername"
#~ msgid "password"
#~ msgstr "Passwort"
#~ msgid "You can login at"
#~ msgstr "Sie können Sich jetzt einloggen bei"
#~ msgid "You seem to be %(x_role)s."
#~ msgstr "Sie scheinen %(x_role)s zu sein."
#, fuzzy
#~ msgid "Credentials for"
#~ msgstr "Qualifikation für"
#~ msgid ""
#~ "An email has been sent to the given address with the account information."
#~ msgstr ""
#~ "Ein E-Mail wurde an die angegebene Adresse gesendet mit den "
#~ "Kontoinformationen."
#~ msgid "Unable to find file."
#~ msgstr "Datei kann nicht gefunden werden."
#, fuzzy
#~ msgid "Edit parameters"
#~ msgstr "Körbe"
#~ msgid "Save"
#~ msgstr "Speichern"
#~ msgid "Try your search on..."
#~ msgstr "Versuchen Sie Ihre Suche mit..."
#, fuzzy
#~ msgid "See results"
#~ msgstr "Ergebnisse"
#, fuzzy
#~ msgid "%(num)s results found"
#~ msgstr "Suchen durch %s Datensätze nach:"
#, fuzzy
#~ msgid "No result found"
#~ msgstr "Sammlung %s nicht gefunden"
#, fuzzy
#~ msgid "user #%i"
#~ msgstr "Anzeigen"
#, fuzzy
#~ msgid "Sort by"
#~ msgstr "Sortieren nach:"
#, fuzzy
#~ msgid "Waiting members"
#~ msgstr "Körbe"
#, fuzzy
#~ msgid "Please select"
#~ msgstr "Körbe"
#, fuzzy
#~ msgid "Please Select:"
#~ msgstr "Körbe"
#, fuzzy
#~ msgid "All of the words"
#~ msgstr "Alle Worte:"
#, fuzzy
#~ msgid "Any of the words"
#~ msgstr "Mindestens die Worte:"
#, fuzzy
#~ msgid "Exact phrase"
#~ msgstr "Genaue Phrase:"
#, fuzzy
#~ msgid "Partial phrase"
#~ msgstr "Partielle Phrase:"
#, fuzzy
#~ msgid "Regular expression"
#~ msgstr "Regulärer Ausdruck:"
#, fuzzy
#~ msgid "Added since"
#~ msgstr "Hinzufügt seit:"
#~ msgid "<strong>%s</strong> records found"
#~ msgstr "<strong>%s</strong> Datensätze gefunden"
#~ msgid ""
#~ "<p>Sorry, collection <strong>%s</strong> does not seem to exist. <p>You "
#~ "may want to start browsing from <a href=\"%s\">%s</a>."
#~ msgstr ""
#~ "<p>Entschuldigung, Sammlung <strong>%s</strong> scheint nicht zu "
#~ "existieren. <p>Sie können erneut beginnen von <a href=\"%s\">%s</a>."
#, fuzzy
#~ msgid "your submissions"
#~ msgstr "Eintragungen"
#, fuzzy
#~ msgid "your approvals"
#~ msgstr "Bestätigungen"
#, fuzzy
#~ msgid "Create New Group"
#~ msgstr "Körbe"
#, fuzzy
#~ msgid "Submission no(1)"
#~ msgstr "Eintragungen"
#, fuzzy
#~ msgid "pending"
#~ msgstr "Agenda"
#, fuzzy
#~ msgid "Detailed record #%s"
#~ msgstr "Details vom Eintrag"
#~ msgid "Search term <em>%s</em>"
#~ msgstr "Suchbegriff <em>%s</em>"
#~ msgid "inside <em>%s</em> index"
#~ msgstr "im Index von <em>%s</em>"
#, fuzzy
#~ msgid "Article:"
#~ msgstr "April"
#, fuzzy
#~ msgid "email"
#~ msgstr "detailliert"
#, fuzzy
#~ msgid "Editing basket \"%s\""
#~ msgstr "Körbe"
#, fuzzy
#~ msgid "(Report abuse)"
#~ msgstr "September"
#, fuzzy
#~ msgid "detailed list"
#~ msgstr "detailliert"
#, fuzzy
#~ msgid "your searches"
#~ msgstr "Versuchen Sie Ihre Suche mit..."
#, fuzzy
#~ msgid "%i group baskets"
#~ msgstr "Körbe"
#, fuzzy
#~ msgid "%i others' baskets"
#~ msgstr "Körbe"
diff --git a/po/el.po b/po/el.po
index e1098b7af..5f14350f1 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1,7660 +1,7660 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-03-11 12:15+0100\n"
"Last-Translator: Theodoropoulos Theodoros <theod@lib.auth.gr>\n"
"Language-Team: EL <cds.support@cern.ch>\n"
"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"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "ΚΑΙ ΟΧΙ"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "Περιοχή Διαχειριστή"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "Φυλλομέτρηση"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "Παραδείγματα αναζήτησης"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "περίληψη"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "πλήρες κείμενο"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "Regular expression:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "Όλες οι λέξεις"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "αριθμός αναφοράς"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "έτος"
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr "θέμα"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "Επιμέρους φράση:"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "αναφορά"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "συγγραφέας"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
msgid "Search Guide"
msgstr "Οδηγός Αναζήτησης"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "πείραμα"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "Οποιαδήποτε από τις λέξεις"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "τμήμα"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "Αναζήτηση"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "οποιοδήποτε πεδίο"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "Βοήθεια"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
msgid "Export as"
msgstr "Εξαγωγή ως"
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "συλλογή"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr "Οδηγός αναζήτησης"
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "Ακριβής φράση:"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
msgid "Submit Guide"
msgstr "Οδηγός υποβολής εγγράφου"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "Ή"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "ΚΑΙ"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "λέξη κλειδί"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "τίτλος"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
msgid "Narrow by collection:"
msgstr "Περιορισμός με συλλογή:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
msgid "Add to personal basket"
msgstr "Προσθήκη στο προσωπικό καλάθι"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
msgid "WebSubmit Admin Guide"
msgstr "Οδηγός διαχείρισης WebSubmit"
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
msgid "No fulltext"
msgstr "Δίχως πλήρες κείμενο"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
msgid "or"
msgstr "ή"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr "Προσθήκη Υποπεδίου"
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr "Τροποποίηση ινστιτούτου"
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr "Πεδίο"
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr "Προσθήκη Πεδίου"
#: modules/bibedit/lib/bibedit_templates.py:123
msgid "Verbose"
msgstr "Πιο Αναλυτικά"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "Υποβολή"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr "Ακύρωση"
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr "Διαγραφή"
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
msgid "Action"
msgstr "Ενέργεια"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr "Εγγραφή"
#: modules/bibedit/lib/bibedit_templates.py:155
msgid "Display"
msgstr "Προβολή"
#: modules/bibedit/lib/bibedit_templates.py:274
msgid "Done"
msgstr "Done"
#: modules/bibedit/lib/bibedit_templates.py:275
#, fuzzy
msgid "Add another subfield"
msgstr "Προσθήκη Υποπεδίου"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
#, fuzzy
msgid "Move up"
msgstr "Μετακίνηση στοιχείου επάνω"
#: modules/bibedit/lib/bibedit_templates.py:369
#, fuzzy
msgid "Move down"
msgstr "Μετακίνηση στοιχείου κάτω"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr "Επεξεργασία"
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr "Οι αλλαγές σας είναι ΠΡΟΣΩΡΙΝΕΣ."
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr "Για να αποθηκεύσετε, παρακαλώ επιλέξτε 'υποβολή'."
#: modules/bibedit/lib/bibedit_templates.py:476
msgid "This record does not exist."
msgstr "Αυτή η εγγραφή δεν υπάρχει."
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr "Παρακαλώ δοκιμάστε διαφορετικό αριθμό εγγραφής."
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr "Αυτή η εγγραφή επεξεργάζεται από κάποιον άλλο."
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr "Παρακαλώ δοκιμάστε ξανά, αργότερα."
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr "Δεν είναι δυνατό να επεξεργαστείτε μια διαγραμμένη εγγραφή."
#: modules/bibedit/lib/bibedit_templates.py:500
#, fuzzy
msgid "There are record revisions not yet synchronized with the database."
msgstr "Το email που εισάγατε δεν υπάρχει στην βάση."
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
#, fuzzy
msgid "Please try again in a few minutes."
msgstr "Παρακαλώ δοκιμάστε ξανά, αργότερα."
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr "Παρακαλώ το ID της εγγραφής που θέλετε να επεξεργαστείτε"
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr ""
"Οι τροποποιήσεις σας έχουν υποβληθεί. Θα επεξεργαστούν μόλις αδειάσει η ουρά "
"εργασιών."
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
msgid "Edit another record"
msgstr "Επεξεργασία άλλης εγγραφής"
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr "Είστε σίγουροι οτι θέλετε να διαγράψετε την εγγραφή αυτή;"
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr "Ναι"
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr "Όχι"
#: modules/bibedit/lib/bibedit_templates.py:563
#, fuzzy, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr "Είστε σίγουροι οτι θέλετε να διαγράψετε την εγγραφή αυτή;"
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr "Η εγγραφή θα διαγραφεί, μόλις αδειάσει η ουρά εργασιών."
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr "Εγγραφή %s - Προσθήκη πεδίου"
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr "BibEdit Admin Interface"
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr "Επεξεργασία εγγραφής %(x_recid)s, πεδίο %(x_field)s"
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr ""
"Επεξεργασία εγγραφής %(x_recid)s, πεδίο %(x_field)s - Προσθήκη υποπεδίου"
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, python-format
msgid "Submit and save record %s"
msgstr "Υποβολή και αποθήκευση εγγραφής %s"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, fuzzy, python-format
msgid "Record #%s"
msgstr "Εγγραφή #%d"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, fuzzy, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr "Επεξεργασία εγγραφής %(x_recid)s, πεδίο %(x_field)s"
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr "Μενού"
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr "Έξοδος από Επεξεργασία Προτύπων"
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr "Τροποποίηση Χαρακτηριστικών Προτύπων"
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr "Επεξεργασία Προτύπων"
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr "Έλεγχος Συσχετισμών"
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr "Όνομα"
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
msgid "Description"
msgstr "Περιγραφή"
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr "Ενημέρωση Χαρακτηριστικών Μορφής"
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
msgid "Show Documentation"
msgstr "Εμφάνιση Αρχείων Βοήθειας"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr "Απόκρυψη Αρχείων Βοήθειας"
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr "Κατάσταση"
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr "Ημερομηνία Τελευταίας Τροποποίησης"
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
msgid "Manage Output Formats"
msgstr "Διαχείριση Μορφής Αποτελεσμάτων"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr "Διαχείριση Προτύπων Μορφής"
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr "Αρχείο Βοήθειας Στοιχείων Μορφής"
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr "Διαχείριση Γνωσιακών Βάσεων"
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr "Προσθήκη Νέου Προτύπου Μορφής"
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr "Εκτενής Έλεγχος Προτύπων Μορφής"
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr "Κώδικας"
#: modules/bibformat/lib/bibformat_templates.py:1134
msgid "Add New Output Format"
msgstr "Προσθήκη Νέας Μορφής Εξόδου"
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr "Μενού"
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
msgid "Close Output Format"
msgstr "Κλείσιμο Μορφής Εξόδου"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
msgid "Rules"
msgstr "Κανόνες"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr "Τροποποίηση Χαρακτηριστικών Μορφής Εξόδου"
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
msgid "Remove Rule"
msgstr "Διαγραφή Κανόνα"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr "Προσθήκη Νέου Κανόνα"
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr "Αποθήκευση Αλλαγών"
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr "Αντιστοιχίες Γνωσιακής Βάσης"
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr "Χαρακτηριστικά Γνωσιακής Βάσης"
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr "Συσχετισμοί Γνωσιακών Βάσεων"
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr "Δεν βρέθηκε πρόβλημα στην μορφοποίηση"
#: modules/bibformat/lib/bibformat_templates.py:2266
msgid "An error has been found"
msgstr "Εντοπίστηκε σφάλμα"
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr "Έχουν εντοπιστεί τα παρακάτω σφάλματα"
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr "Διαχείριση BibFormat"
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
msgid "Test with record:"
msgstr "Δοκιμή με εγγραφή:"
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr "Εισάγετε μια φράση αναζήτησης εδώ."
#: modules/bibformat/lib/elements/bfe_authors.py:120
msgid "Hide"
msgstr "Απόκρυψη"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr "Εμφάνιση και των %i συγγραφέων"
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
msgid "Download fulltext"
msgstr "Κατέβασμα πλήρες κειμένου"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr "πρόσθετα αρχεία"
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
msgid "older versions"
msgstr "παλιότερες εκδόσεις"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external link"
msgstr "εξωτερικά %(link_or_links)s"
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external links"
msgstr "εξωτερικά %(link_or_links)s"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "Πλήρες κείμενο"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
msgid "Restricted Output Format"
msgstr "Περιορισμένη Μορφή Αποτελεσμάτων"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr "Εντάξει"
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, python-format
msgid "Output Format %s Rules"
msgstr "Κανόνες Μορφής Αποτελέσματος %s"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr "Χαρακτηριστικά Μορφής Αποτελέσματος %s"
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr "Συσχετισμοί Μορφής Εξόδου %s"
#: modules/bibformat/web/admin/bibformatadmin.py:371
msgid "Delete Output Format"
msgstr "Διαγραφή Μορφής Αποτελέσματος"
#: modules/bibformat/web/admin/bibformatadmin.py:417
#, fuzzy
msgid "Cannot create output format"
msgstr "Διαχείριση Μορφής Αποτελεσμάτων"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr "Πρότυπο Περιορισμένης Μορφής"
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr "Πρότυπο Μορφής %s"
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr "Χαρακτηριστικά Προτύπου Μορφής %s"
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr "Συσχετισμοί Προτύπου Μορφής %s"
#: modules/bibformat/web/admin/bibformatadmin.py:660
msgid "Delete Format Template"
msgstr "Διαγραφή Προτύπου Μορφής"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr "Συσχετισμοί Στοιχείου Μορφής %s"
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr "Δοκιμή Στοιχείου Μορφής %s"
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr "Άγνωστη Γνωσιακή Βάση"
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr "Γνωσιακή Βάση %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr "Χαρακτηριστικά Γνωσιακής Βάσης %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr "Συσχετισμοί Σχεσιακής Βάσης Δεδομένων %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1285
msgid "Delete Knowledge Base"
msgstr "Διαγραφή Γνωσιακής Βάσης"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr "Επικύρωση Μορφής Εξόδου %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr "Επικύρωση Προτύπου Μορφής %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr "Περιορισμένο Στοιχείο Μορφής"
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr "Επικύρωση Στοιχείου Μορφής %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr "Επικύρωση Μορφής"
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
msgid "See Guide"
msgstr "Οδηγός"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr "πηγές ΟΑΙ που υπάρχουν στην βάση"
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr "Καμία πηγή ΟΑΙ δεν υπάρχει στην βάση"
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr "Επόμενη εργασία oaiharvest"
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr "προγραμματισμένος χρόνος:"
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr "τρέχουσα κατάσταση:"
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr "Δεν υπάρχει καμία προγραμματισμένη εργασία oaiharvest"
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr "επικυρώθηκε επιτυχώς!"
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr "το baseURL δεν φαίνεται να είναι συμβατό με το ΟΑΙ"
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
msgid "Citation history:"
msgstr "Ιστορικό παραπομπών:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
msgid "Download history:"
msgstr "Ιστορικό downloads:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
msgid "Download user distribution:"
msgstr "Κατανομή χρηστών των downloads:"
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr "Μη Διαθ."
#: modules/miscutil/lib/dateutils.py:159
msgid "Sun"
msgstr "Κυρ"
#: modules/miscutil/lib/dateutils.py:160
msgid "Mon"
msgstr "Δευ"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr "Τρι"
#: modules/miscutil/lib/dateutils.py:162
msgid "Wed"
msgstr "Τετ"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr "Πεμ"
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr "Παρ"
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr "Σαβ"
#: modules/miscutil/lib/dateutils.py:167
msgid "Sunday"
msgstr "Κυριακή"
#: modules/miscutil/lib/dateutils.py:168
msgid "Monday"
msgstr "Δευτέρα"
#: modules/miscutil/lib/dateutils.py:169
msgid "Tuesday"
msgstr "Τρίτη"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr "Τετάρτη"
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr "Πέμπτη"
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr "Παρασκευή"
#: modules/miscutil/lib/dateutils.py:173
msgid "Saturday"
msgstr "Σάββατο"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
msgid "Month"
msgstr "Μήνας"
#: modules/miscutil/lib/dateutils.py:188
msgid "Jan"
msgstr "Ιαν"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr "Φεβ"
#: modules/miscutil/lib/dateutils.py:190
msgid "Mar"
msgstr "Μαρ"
#: modules/miscutil/lib/dateutils.py:191
msgid "Apr"
msgstr "Απρ"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "Μάιος"
#: modules/miscutil/lib/dateutils.py:193
msgid "Jun"
msgstr "Ιουν"
#: modules/miscutil/lib/dateutils.py:194
msgid "Jul"
msgstr "Ιουλ"
#: modules/miscutil/lib/dateutils.py:195
msgid "Aug"
msgstr "Αυγ"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr "Σεπ"
#: modules/miscutil/lib/dateutils.py:197
msgid "Oct"
msgstr "Οκτ"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr "Νοε"
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr "Δεκ"
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "Ιανουάριος"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "Φεβρουάριος"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "Μάρτιος"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "Απρίλιος"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "Ιούνιος"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "Ιούλιος"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "Άυγουστος"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "Σεπτέμβριος"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "Οκτώβριος"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "Νοέμβριος"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "Δεκέμβριος"
#: modules/miscutil/lib/dateutils.py:231
msgid "Day"
msgstr "Ημέρα"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "Έτος"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
msgid "Sorry"
msgstr "Λυπάμαι"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr "Δεν μπορώ να στείλω αναφορά σφάλματος, λείπει η παράμετρος %s."
#: modules/miscutil/lib/errorlib_webinterface.py:100
msgid "The error report has been sent."
msgstr "Η αναφορά σφάλματος έχει σταλεί."
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr "Ευχαριστούμε που βοηθάτε να γίνει το CDS Invenio καλύτερο."
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr ""
"Χρησιμοποιήστε το αντίστοιχο κουμπί του φυλλομετρητή σας για να επιστρέψετε "
"στην προηγούμενη σελίδα."
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr "Σας ευχαριστούμε!"
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr "περιοδικό"
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr "αριθμό εγγραφής"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr "ομοιότητα λέξης"
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr "impact factor περιοδικού"
#: modules/miscutil/lib/inveniocfg.py:412
msgid "times cited"
msgstr "φορές έγινε παραπομπή"
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
msgid "Hello:"
msgstr "Χαίρετε:"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr "Με εκτίμηση"
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr "Εάν χρείαζεστε ανθρώπινη παρέμβαση, επικοινωνήστε με"
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr "Εκτέλεση BibEdit"
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr "Παραμετροποίηση BibFormat"
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr "Παραμετροποίηση BibHarvest"
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
msgid "Configure OAI Repository"
msgstr "Παραμετροποίηση αποθετηρίου OAI"
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr "Παραμετροποίηση BibIndex"
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr "Παραμετροποίηση BibRank"
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr "Παραμετροποίηση WebAccess"
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
msgid "Configure WebComment"
msgstr "Παραμετροποίηση WebComment"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
msgid "Configure WebSearch"
msgstr "Παραμετροποίηση WebSearch"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr "Παραμετροποίηση WebSubmit"
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, python-format
msgid "Your account on '%s' has been activated"
msgstr "Ο λογαριασμός σας στο '%s' ενεργοποιήθηκε με επιτυχία"
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr ""
"Ο λογαριασμός σας που δημιουργήθηκε προηγουμένως στο '%s' ενεργοποιήθηκε με "
"επιτυχία:"
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
msgid "Username/Email:"
msgstr " Όνομα χρήστη/Email:"
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
msgid "Password:"
msgstr "Κωδικός:"
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, python-format
msgid "Account created on '%s'"
msgstr "Ο Λογαριασμός σας δημιουργήθηκε στο '%s'"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, python-format
msgid "An account has been created for you on '%s':"
msgstr "Ένας λογαριασμός δημιουργήθηκε για εσάς στο '%s':"
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, python-format
msgid "Account rejected on '%s'"
msgstr "Ο Λογαριασμός σας απορρίφθηκε στο '%s'"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr "Το αίτημα σας για δημιουργία λογαριασμού, απορρίφθηκε στο '%s':"
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, python-format
msgid "Username/Email: %s"
msgstr " Όνομα χρήστη/Email: %s"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, python-format
msgid "Account deleted on '%s'"
msgstr "Λογαριασμός διαγράφηκε στις '%s'"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "Ο λογαριασμός στο '%s' διαγράφηκε:"
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "Αναλυτική εγγραφή"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "Παρόμοιες εγγραφές"
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr "Παραπομπή από"
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr "Έχετε ήδη μια ειδοποίηση με όνομα %s."
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr "άγνωστο"
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
#, fuzzy
msgid "You do not have rights for this operation."
msgstr ""
"Δεν έχετε τα απαιτούμενα δικαιώματα για να αλλάξετε τα περιεχόμενα του "
"καλαθιού αυτού."
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr ""
"Έχετε ορίσει ήδη μια ειδοποίηση για την συγκεκριμένη έρευνα και καλάθι."
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr "Το όνομα της ειδοποίησης δεν πρέπει να είναι κενό."
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr "Δεν είστε ο ιδιοκτήτης του καλαθιού αυτού."
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr "Η ειδοποίηση %s έχει προστεθεί στο προφίλ σας."
#: modules/webalert/lib/webalert.py:376
#, python-format
msgid "The alert %s has been successfully updated."
msgstr "Η ειδοποίηση %s έχει ενημερωθεί επιτυχώς."
#: modules/webalert/lib/webalert.py:428
#, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
"Έχετε εκτελέσει %(x_nb)s έρευνες. Μια %(x_url_open)sαναλυτική λίστα"
"%(x_url_close)s είναι διαθέσιμη με δυνατότητα (α) να δείτε τα αποτελέσματα "
"τους και (β) να εγγραφείτε σε μια υπηρεσία που θα σας ενημερώνει με email "
"για τις έρευνες αυτές."
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr "Πρότυπο"
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr "Πρότυπο 1"
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr "Πεδίο 1"
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr "Πρότυπο 2"
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr "Πεδίο 2"
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr "Πρότυπο 3"
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr "Πεδίο 3"
#: modules/webalert/lib/webalert_templates.py:90
msgid "Collections"
msgstr "Συλλογές"
#: modules/webalert/lib/webalert_templates.py:92
msgid "Collection"
msgstr "Συλλογή"
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr "Έχετε τις παρακάτω ειδοποιήσεις:"
#: modules/webalert/lib/webalert_templates.py:114
msgid "alert name"
msgstr "όνομα ειδοποίησης"
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr "ΠΡΟΒΟΛΗ"
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr ""
"Η ειδοποίηση αυτή θα σας ενημερώνει κάθε φορά/μόνο εάν ένα νέο αντικείμενο "
"ικανοποιεί τηνπαρακάτω έρευνα:"
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr "ΕΡΕΥΝΑ"
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr "Όνομα ειδοποίησης:"
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr "Συχνότητα ελέγχου έρευνας:"
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
msgid "monthly"
msgstr "μηνιαίως"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr "εβδομαδιαίως"
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
msgid "daily"
msgstr "ημερησίως"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr "Να αποσταλεί ενημερωτικό email;"
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr "ναι"
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr "όχι"
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr "εάν %(x_fmt_open)sόχι%(x_fmt_close)s πρέπει να καθορίσετε ένα καλάθι"
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr "Να αποθηκευτούν τα αποτελέσματα στο καλάθι;"
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr "ΚΑΘΟΡΙΣΜΟΣ ΕΙΔΟΠΟΙΗΣΗΣ"
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr "ΚΑΘΑΡΙΣΜΟΣ ΔΕΔΟΜΕΝΩΝ"
#: modules/webalert/lib/webalert_templates.py:300
#, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
"Καθορίστε μια νέα ειδοποίηση από τις %(x_url1_open)sέρευνές σας"
"%(x_url1_close)s, τις %(x_url2_open)sδημοφιλείς έρευνες%(x_url2_close)s ή "
"την φόρμα εισαγωγής."
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr "Συχνότητα ελέγχου έρευνας"
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr "Γνωστοποίηση με email"
#: modules/webalert/lib/webalert_templates.py:322
msgid "Result in basket"
msgstr "Αποτέλεσμα στο καλάθι"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr "Ημ/νία τελευταίας εκτέλεσης"
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr "Ημ/νία δημιουργίας"
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr "Έρευνα"
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
msgid "no basket"
msgstr "κανένα καλάθι"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
msgid "Remove"
msgstr "Διαγραφή"
#: modules/webalert/lib/webalert_templates.py:374
msgid "Modify"
msgstr "Τροποποίηση"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr "Έκτέλεση έρευνας"
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr "Έχετε ορίσει %s ειδοποιήσεις."
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
"Δεν έχετε εκτελέσει καμιά έρευνα ακόμη. Παρακαλώ επισκευτείτε την σελίδα της "
"%(x_url_open)sαναζήτησης %(x_url_close)s πρώτα."
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr ""
"Έχετε πραγματοποιήσει %(x_nb1)s έρευνες (%(x_nb2)s διαφορετικές ερωτήσεις) "
"τις τελευταίες 30 ημέρες."
#: modules/webalert/lib/webalert_templates.py:434
#, python-format
msgid "Here are the %s most popular searches."
msgstr "Ορίστε οι %s δημοφιλέστερες έρευνες."
#: modules/webalert/lib/webalert_templates.py:445
msgid "Question"
msgstr "Ερώτημα"
#: modules/webalert/lib/webalert_templates.py:449
msgid "Last Run"
msgstr "Τελευταία Εκτέλεση"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr "Καθορισμός νέας ειδοποίησης"
#: modules/webalert/lib/webalert_webinterface.py:79
msgid "Popular Searches"
msgstr "Δημοφιλείς Αναζητήσεις"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
msgid "Your Searches"
msgstr "Οι Αναζητήσεις μου"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
msgid "Your Account"
msgstr "Ο Λογαριασμός μου"
#: modules/webalert/lib/webalert_webinterface.py:90
#, python-format
msgid "%s Personalize, Display searches"
msgstr "%s ρυθμίσεις, Παρουσίαση ερευνών"
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, python-format
msgid "%s, personalize"
msgstr "%s, ρυθμίσεις"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr "Σφάλμα"
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, python-format
msgid "%s Personalize, Set a new alert"
msgstr "%s ρυθμίσεις, καθορισμός νέας ειδοποίησης"
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr "Καθορισμός νέας ειδοποίησης"
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr "Τροποποίηση επιλογών ειδοποίησης"
#: modules/webalert/lib/webalert_webinterface.py:227
#, python-format
msgid "%s Personalize, Modify alert settings"
msgstr "%s ρυθμίσεις, τροποποίηση επιλογών ειδοποίησης"
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
msgid "Your Alerts"
msgstr "Οι Ειδοποιήσεις μου"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, python-format
msgid "%s Personalize, Display alerts"
msgstr "%s ρυθμίσεις, παρουσίαση ειδοποιήσεων"
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
msgid "Display alerts"
msgstr "Παρουσίαση ειδοποιήσεων"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr "Το σχόλιό σας έχει δημοσιευτεί επιτυχώς"
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
msgid "Personal baskets"
msgstr "Προσωπικά καλάθια"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
msgid "Group baskets"
msgstr "Ομαδικά καλάθια"
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
msgid "Others' baskets"
msgstr "Καλάθια άλλων"
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
"Έχετε %(x_nb_perso)s προσωπικά καλάθια και είσαστε εγγεγραμμένος σε "
"%(x_nb_group)s ομαδικά καλάθια και σε %(x_nb_public)s δημόσια καλάθια άλλων "
"χρηστών."
#: modules/webbasket/lib/webbasket_templates.py:198
#, python-format
msgid "There are %i baskets"
msgstr "Υπάρχουν %i καλάθια"
#: modules/webbasket/lib/webbasket_templates.py:206
msgid "updated on"
msgstr "ενημέρωθηκε στις"
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr "Το καλάθι είναι άδειο"
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
"Το καλάθι αυτό ανήκει στον/ην %(x_name)s. Μπορείτε ελεύθερα να "
"%(x_url_open)sεγγραφείτε%(x_url_close)s σε αυτό"
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
msgid "Public basket"
msgstr "Δημόσιο καλάθι"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
msgid "records"
msgstr "εγγραφές"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
msgid "last update"
msgstr "τελευταία ενημέρωση"
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr "Εγγραφή στο καλάθι αυτό"
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
msgid "Basket's name"
msgstr "Όνομα καλαθιού"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr "Αριθμός επισκοπήσεων"
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr "Ιδιοκτήτης"
#: modules/webbasket/lib/webbasket_templates.py:355
msgid "View"
msgstr "Επισκόπηση"
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr "Εγγραφή"
#: modules/webbasket/lib/webbasket_templates.py:377
msgid "There is currently no publicly accessible basket"
msgstr "Δεν υπάρχει κάποιο δημόσιο καλάθι διαθέσιμο"
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr ""
"Προβολή καλαθιών %(x_nb_begin)i-%(x_nb_end)i από συνόλου %(x_nb_total)i."
#: modules/webbasket/lib/webbasket_templates.py:422
msgid "Actions"
msgstr "Ενέργειες"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
msgid "Non-shared basket"
msgstr "Μη-μοιρασμένο καλάθι"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
msgid "Shared basket"
msgstr "Μοιρασμένο καλάθι"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
msgid "Group-shared basket"
msgstr "Μοιρασμένο καλάθι σε ομάδα."
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
msgid "Edit basket"
msgstr "Διόρθωση καλαθιού"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr ""
"Δεν έχετε τα απαιτούμενα δικαιώματα για να αλλάξετε τα περιεχόμενα του "
"καλαθιού αυτού."
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr "Διαγραφή από αυτό το καλάθι"
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr "σχόλια"
#: modules/webbasket/lib/webbasket_templates.py:521
msgid "last comment:"
msgstr "τελευταίο σχόλιο:"
#: modules/webbasket/lib/webbasket_templates.py:582
msgid "Move item up"
msgstr "Μετακίνηση στοιχείου επάνω"
#: modules/webbasket/lib/webbasket_templates.py:590
msgid "Move item down"
msgstr "Μετακίνηση στοιχείου κάτω"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr "Αντιγραφή στοιχείου"
#: modules/webbasket/lib/webbasket_templates.py:606
msgid "Remove item"
msgstr "Διαγραφή στοιχείου"
#: modules/webbasket/lib/webbasket_templates.py:609
msgid "External record"
msgstr "Εξωτερική εγγραφή"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr "τελευταίο"
#: modules/webbasket/lib/webbasket_templates.py:647
#, fuzzy
msgid "View comments"
msgstr "επισκόπηση σχολίων"
#: modules/webbasket/lib/webbasket_templates.py:672
msgid "This basket is publicly accessible at the following address:"
msgstr "Το καλάθι αυτό είναι δημοσίως προσβάσιμο στην διεύθυνση:"
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "Ταξινόμηση με:"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr "Τίτλο"
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr "Ημ/νία"
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr "Σχόλια"
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr "Υπάρχουν συνολικά %i σχόλια"
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr "Γράψτε ένα σχόλιο"
#: modules/webbasket/lib/webbasket_templates.py:833
msgid "Back to baskets"
msgstr "Επιστροφή στα καλάθια"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr "από"
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "on"
msgstr "στις"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr "Απάντηση"
#: modules/webbasket/lib/webbasket_templates.py:876
msgid "Delete comment"
msgstr "Διαγραφή σχολίου"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr "Προσθήκη σχολίου"
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr "Σχόλιο"
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
msgid "Create new basket"
msgstr "Δημιουργία νέου καλαθιού"
#: modules/webbasket/lib/webbasket_templates.py:1001
msgid "Select topic"
msgstr "Επιλογή θέματος"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr "Επιλέξτε θέμα"
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr "ή δημιουργήστε ένα νέο"
#: modules/webbasket/lib/webbasket_templates.py:1019
msgid "Create new topic"
msgstr "Δημιουργία νέου θέματος"
#: modules/webbasket/lib/webbasket_templates.py:1021
msgid "Create a new basket"
msgstr "Δημιουργία νέου καλαθιού"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
msgid "Select basket"
msgstr "Επιλέξτε καλάθι"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr "Προσθήκη σε προσωπικό καλάθι"
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, python-format
msgid "%i baskets"
msgstr "%i καλάθια"
#: modules/webbasket/lib/webbasket_templates.py:1111
msgid "Add to a group-shared basket"
msgstr "Προσθήκη σε καλάθι μοιρασμένο σε ομάδα"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr "Προσθήκη σε δημόσιο καλάθι"
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr "Προσθήκη %i εγγραφών στα καλάθια αυτά"
#: modules/webbasket/lib/webbasket_templates.py:1167
msgid "Add to baskets"
msgstr "Προσθήκη στα καλάθια"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr "Οι επιλεγμένες εγγραφές έχουν προστεθεί σε %i καλάθια επιτυχώς."
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr "Καμία εγγραφή δεν προστέθηκε στα επιλεγμένα καλάθια."
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr "Είστε σίγουροι οτι θέλετε να διαγράψετε το καλάθι αυτό;"
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr "%i χρήστες είναι εγγεγραμμένοι στο καλάθι αυτό."
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr "%i ομάδες χρηστών είναι εγγεγραμμένοι στο καλάθι αυτό."
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr "Έχετε θέσει %i ειδοποιήσεις στο καλάθι αυτό."
#: modules/webbasket/lib/webbasket_templates.py:1277
msgid "General settings"
msgstr "Γενικές ρυθμίσεις"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr "Προσθήκη ομάδας"
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr "Διαχείριση δικαιωμάτων ομάδας"
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr "Διαχείριση συνολικών δικαιωμάτων διαμοιρασμού"
#: modules/webbasket/lib/webbasket_templates.py:1314
msgid "Delete basket"
msgstr "Διαγραφή καλαθιού"
#: modules/webbasket/lib/webbasket_templates.py:1338
msgid "Editing basket"
msgstr "Επεξεργασία καλαθιού"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr "Αποθήκευση αλλαγών"
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr "Κανένα δικαίωμα"
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
msgid "View records"
msgstr "Επισκόπηση εγγραφών"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "and"
msgstr "και"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr "επισκόπηση σχολίων"
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr "προσθήκη σχολίων"
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
msgid "add records"
msgstr "προσθήκη εγγραφών"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
msgid "delete comments"
msgstr "διαγραφή σχολίων"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
msgid "remove records"
msgstr "διαγραφή εγγραφών"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr "διαχείριση δικαιωμάτων διαμοιρασμού"
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr "Δεν είστε μέλος κάποιας ομάδας."
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr "Διαμοιρασμός του καλαθιού σε νέα ομάδα"
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr ""
"Έχετε συνδεθεί σαν επισκέπτης, οπότε τα καλάθια σας θα εξαφανιστούν στο "
"τέλος της τρέχουσας συνεδρίας. "
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr ""
"Αν επιθυμείτε, μπορείτε να κάνετε %(x_url_open)slogin η να εγγραφείτε εδώ"
"%(x_url_close)s."
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr "Η λειτουργία αυτή δεν επιτρέπεται στους χρήστες guest."
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
msgid "Back to search results"
msgstr "Επιστροφή στα αποτελέσματα αναζήτησης"
#: modules/webbasket/lib/webbasket_webinterface.py:98
msgid "Display baskets"
msgstr "Παρουσίαση καλαθιών"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr "Λεπτομέρειες και σχόλια"
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
msgid "Your Baskets"
msgstr "Τα καλάθια μου"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr "Προσθήκη εγγραφών στα καλάθια"
#: modules/webbasket/lib/webbasket_webinterface.py:474
msgid "Delete a basket"
msgstr "Διαγραφή καλαθιού"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr "Αντιγραφή εγγραφής στο καλάθι"
#: modules/webbasket/lib/webbasket_webinterface.py:721
msgid "Create basket"
msgstr "Δημιουργία καλαθιού"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
msgid "List of public baskets"
msgstr "Λίστα δημόσιων καλαθιών"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "%(x_name)s έγγραψε στις %(x_date)s:"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr "Εμφάνιση των τελευταίων %i σχολίων:"
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr "Συζήτηση για στο έγγραφο"
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr "Ξεκινήστε μια συζήτηση σχετικά με το έγγραφο αυτό."
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr "Λυπάμαι, η εγγραφή %s δεν υπάρχει."
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr "Λυπάμαι, το %s δεν είναι έγκυρη τιμή ταυτότητας."
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr "Λυπάμαι, καμία ταυτότητα εγγράφου δεν δόθηκε."
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr "Πιθανόν να θέλετε να φυλλομετρήσετε από %s"
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr "Σας φάνηκε χρήσιμη η κριτική;"
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr "Γράψτε μια κριτική"
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr ""
"Μέση βαθμολογία κριτικών: %(x_nb_score)s βασισμένη σε %(x_nb_reviews)s "
"κριτικές"
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr "Οι αναγνώστε βρήκαν τις παρακάτω %s κριτικές αρκετά χρήσιμες."
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr "Δείτε και τις %s κριτικές"
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr "Βαθμολογήστε το έγγραφο αυτό"
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr "Γίνετε ο πρώτος που θα γράψει κριτική για το έγγραφο αυτό."
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
msgid "Report abuse"
msgstr "Αναφορά προσβλητικού περιεχομένου"
#: modules/webcomment/lib/webcomment_templates.py:361
#, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "Κρίθηκε από τον %(x_nickname)s στις %(x_date)s"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr ""
"%(x_nb_people)i από %(x_nb_total)i ανθρώπους βρήκαν την κριτική αυτή χρήσιμη"
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
msgid "Reviews"
msgstr "Κριτικές"
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr "Προηγούμενο"
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr "Επόμενο"
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr "Υπάρχουν συνολικά %s κριτικές"
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr "Υπάρχουν συνολικά %s σχόλια"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr "κριτική"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr "σχόλιο"
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
msgid "Review"
msgstr "Κριτική"
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr "Βλέπετε την "
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr "Σελίδα: "
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr "Σημείωση: Ο χρήστης %s θα εμφανίζεται σαν συγγραφέας του σχολίου αυτού"
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
"Σημείωση: δεν έχετε %(x_url_open)sορίσει το ψευδώνυμό σας%(x_url_close)s. Ο "
"%(x_nickname)s θα εμφανίζεται σαν συντάκτης του σχολίου αυτού."
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
msgid "Article"
msgstr "Άρθρο"
#: modules/webcomment/lib/webcomment_templates.py:808
msgid "Add comment"
msgstr "Προσθήκη σχολίου"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr "Σημείωση: Ο %s, θα εμφανίζεται σαν συγγραφέας της κριτικής αυτής."
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr "Βαθμολογήστε αυτό το άρθρο"
#: modules/webcomment/lib/webcomment_templates.py:901
msgid "Select a score"
msgstr "Επιλέξτε μια βαθμολογία"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr "Δώστε έναν τίτλο στην κριτική σας"
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr "Γράψτε μια κριτική"
#: modules/webcomment/lib/webcomment_templates.py:908
msgid "Add review"
msgstr "Προσθήκη Κριτικής"
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr "Προσθήκη Κριτικής"
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr "Η κριτική σας προστέθηκε επιτυχώς."
#: modules/webcomment/lib/webcomment_templates.py:940
msgid "Your comment was successfully added."
msgstr "Το σχόλιό σας προστέθηκε επιτυχώς."
#: modules/webcomment/lib/webcomment_templates.py:942
msgid "Back to record"
msgstr "Επιστροφή στην εγγραφή"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr "Προβολή όλων των πιθανά προσβλητικών σχολίων"
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr "Προβολή όλων των πιθανά προσβλητικών κριτικών"
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr "Διαγραφή ενός συγκεκριμένου σχολίου/κριτικής (με ID)"
#: modules/webcomment/lib/webcomment_templates.py:1029
msgid "View all users who have been reported"
msgstr "Προβολή όλων των χρηστών που έχουν αναφερθεί"
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "Οδηγός"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr "Τα σχόλια και οι κριτικές έχουν απενεργοποιηθεί"
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr ""
"Παρακαλώ εισάγετε το ID του σχολίου/κριτικής ώστε να μπορέσετε να το δείτε "
"πριν αποφασίσετε εάν θα το σβήσετε"
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr "ID σχολίου:"
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr "Επισκόπηση Σχολίου"
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr "Δεν υπάρχουν ύποπτες αναφορές μέχρι στιγμής."
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr "Προβολή των %s ύποπτων σχολίων που υπάρχουν"
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr "Προβολή των %s ύποπτων κριτικών που υπάρχουν"
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
"Ακολουθεί μια λίστα από όλους τους χρήστες, των οποίων τα σχόλια τους "
"αναφέρθηκαν ως ύποπτα, ταξινομημένη με τον συνολικό αριθμό αναφορών."
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr "Ψευδώνυμο"
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
msgid "Email"
msgstr "Email"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr "ID Χρήστη"
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr "Αριθμός θετικών ψήφων"
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr "Αριθμός αρνητικών ψήφων"
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr "Συνολικός αριθμός ψήφων"
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr "Συνολικός αριθμός αναφορών"
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr "Επισκόπηση των ύποπτων σχολίων/κριτικών όλων των χρηστών"
#: modules/webcomment/lib/webcomment_templates.py:1179
#, python-format
msgid "This review has been reported %i times"
msgstr "Αυτη η κριτική έχει αναφερθεί ως ύποπτη %i φορές"
#: modules/webcomment/lib/webcomment_templates.py:1181
#, python-format
msgid "This comment has been reported %i times"
msgstr "Αυτό το σχόλιο έχει αναφερθεί ως ύποπτο %i φορές"
#: modules/webcomment/lib/webcomment_templates.py:1258
msgid "Written by"
msgstr "Συντάχθηκε από"
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr "Γενικές πληροφορίες"
#: modules/webcomment/lib/webcomment_templates.py:1260
msgid "Select"
msgstr "Επιλογή"
#: modules/webcomment/lib/webcomment_templates.py:1274
msgid "Delete selected reviews"
msgstr "Διαγραφή επιλεγμένων κριτικών"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr "Αποσιώπηση επιλεγμένων αναφορών για πιθανή προσβλητική χρήση"
#: modules/webcomment/lib/webcomment_templates.py:1279
msgid "Delete selected comments"
msgstr "Διαγραφή επιλεγμένων σχολίων"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr "ΟΚ"
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr "Ορίστε οι ύποπτες κριτικές του χρήστη %s"
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr "Ορίστε τα ύποπτα σχόλια του χρήστη %s"
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr "Ορίστε το σχόλιο/κριτική %s"
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr "Ορίστε το σχόλιο/review %(x_cmtID)s γραμμένο από τον χρήστη %(x_user)s"
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr "Ορίστε όλες οι ύποπτες κριτικές, ταξινομημένες κατά αριθμό αναφορών"
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr "Ορίστε όλα τα ύποπτα σχόλια, ταξινομημένα κατά αριθμό αναφορών"
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr "ID σχολίου"
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr "διαγράφηκε επιτυχώς"
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr "η αναφορά για πιθανά προσβλητικό περιεχόμενο αποσιωπήθηκε επιτυχώς"
#: modules/webcomment/lib/webcomment_templates.py:1375
msgid "Not yet reviewed"
msgstr "Χωρίς κριτική ακόμα"
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
msgid "Record Not Found"
msgstr "Η εγγραφή δεν βρέθηκε"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Πριν προσθέσετε το σχόλιό σας, πρέπει να κάνετε %(x_url_open)slogin"
"%(x_url_close)s"
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
msgid "Login"
msgstr "Έίσοδος"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr "Διαχείριση WebComment"
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "Εσωτερικό Σφάλμα"
#: modules/webcomment/web/admin/webcommentadmin.py:95
msgid "Delete Comment"
msgstr "Διαγραφή Σχολίου"
#: modules/webcomment/web/admin/webcommentadmin.py:168
msgid "View all reported users"
msgstr "Επισκόπηση όλων των χρηστών που έχουν αναφερθεί"
#: modules/webcomment/web/admin/webcommentadmin.py:214
msgid "Delete comments"
msgstr "Διαγραφή σχολίων"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr "Αποσιώπηση αναφορών για πιθανά προσβλητική χρήση"
#: modules/webmessage/lib/webmessage.py:129
msgid "The message could not be deleted."
msgstr "Το μύνημα δεν μπόρεσε να διαγραφεί."
#: modules/webmessage/lib/webmessage.py:131
msgid "The message was successfully deleted."
msgstr "Το μύνημα διαγράφηκε επιτυχώς."
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr "Το γραμματοκιβώτιο σας έχει αδειάσει."
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr ""
"Η επιλεγμένη ημ/νία (%(x_year)i/%(x_month)i/%(x_day)i) είναι λανθασμένη."
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr "Παρακαλώ εισάγετε όνομα χρήστη ή ομάδας."
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr ""
"Το μύνημά σας είναι πολύ μεγάλο, παρακαλώ διορθώστε το. Το μέγιστο "
"επιτρεπόμενο μήκος είναι %i χαρακτήρες."
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr "Η ομάδα %s δεν υπάρχει."
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr "Ο χρήστης %s δεν υπάρχει."
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr "Γράψτε ένα μύνημα"
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr ""
"Το μύνημά σας δεν μπόρεσε να αποσταλεί στους παρακάτω παραλήπτες εξαιτίας "
"του ορίου τους:"
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr "Το μύνημά σας έχει αποσταλεί."
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
msgid "Your Messages"
msgstr "Τα Μυνήματά μου"
#: modules/webmessage/lib/webmessage_templates.py:87
msgid "Subject"
msgstr "Θέμα"
#: modules/webmessage/lib/webmessage_templates.py:88
msgid "Sender"
msgstr "Αποστολέας"
#: modules/webmessage/lib/webmessage_templates.py:97
msgid "No messages"
msgstr "Δεν υπάρχουν μυνήματα"
#: modules/webmessage/lib/webmessage_templates.py:101
msgid "No subject"
msgstr "[Χωρίς θέμα]"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr "Σύνταξη νέου μυνήματος"
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr "Διαγραφή Όλων"
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr "Re:"
#: modules/webmessage/lib/webmessage_templates.py:282
msgid "Send later?"
msgstr "Να αποσταλεί αργότερα;"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr "Προς:"
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr "Χρήστες"
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr "Ομάδες"
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
msgid "Subject:"
msgstr "Θέμα"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
msgid "Message:"
msgstr "Μύνημα:"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr "ΑΠΟΣΤΟΛΗ"
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr "Από:"
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr "Απεστάλη στις:"
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr "Παρελήφθη στις:"
#: modules/webmessage/lib/webmessage_templates.py:451
msgid "Sent to:"
msgstr "Απεστάλη στον/στην:"
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr "Απεστάλη στις ομάδες:"
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr "ΑΠΑΝΤΗΣΗ"
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr "ΔΙΑΓΡΑΦΗ"
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr "Είστε σίγουρος οτι θέλετε να αδειάσετε εντελώς το γραμματοκιβώτιό σας;"
#: modules/webmessage/lib/webmessage_templates.py:569
#, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr ""
"Χώρος που χρησιμοποιήθηκε: %(x_nb_used)i μυνήματα από μέγιστο %(x_nb_total)i"
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr "Παρακαλώ επιλέξτε ένα ή περισσότερα"
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr "Προσθήκη σε χρήστες"
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr "Προσθήκη σε ομάδες"
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr "Δεν βρέθηκε χρήστης"
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr "Δεν βρέθηκε ομάδα"
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr "Εύρεση χρηστών ή ομάδων:"
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr "Εύρεση χρήστη"
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr "Εύρεση ομάδας"
#: modules/webmessage/lib/webmessage_templates.py:679
#, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr "Έχετε %(x_nb_new)s νέα μυνήματα από συνόλου %(x_nb_total)s"
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr "Ανάγνωση μυνήματος"
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "Αποτελέσματα αναζήτησης"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "οποιαδήποτε ημέρα"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "οποιουδήποτε μήνα"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "οποιουδήποτε έτους"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "οποιαδήποτε συλλογή"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "προσθήκη συλλογής"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "ταξινόμηση με"
#: modules/websearch/lib/search_engine.py:851
msgid "HTML brief"
msgstr "σύντομη HTML"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "Το τελευταίο, πρώτο"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr "Δεν βρέθηκαν τιμές."
#: modules/websearch/lib/search_engine.py:1716
#, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr ""
"Δεν βρέθηκε κανένα αποτέλεσμα για %(x_query1)s, θα γίνει χρήση του "
"%(x_query2)s αντ'αυτού..."
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
"Εντοπίστηκε πρόβλημα με τις παρενθέσεις. Γίνεται παράβλεψη των παρενθέσεων "
"στην έρευνα..."
#: modules/websearch/lib/search_engine.py:2068
#, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"Κανένα αποτέλεσμα στην συλλογή %(x_collection)s. Άλλες συλλογές έδωσαν "
"%(x_url_open)s%(x_nb_hits)d αποτελέσματα%(x_url_close)s."
#: modules/websearch/lib/search_engine.py:2077
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:2190
msgid "No words index available for"
msgstr "Δεν υπάρχει ευρετήριο λέξεων για"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "Δεν υπάρχει ευρετήριο φράσεων για"
#: modules/websearch/lib/search_engine.py:2226
#, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr ""
"Ο όρος %(x_term)s στο ευρετήριο %(x_index)s δεν ταίριαξε σε κάποια εγγραφή. "
"Παραπλήσιοι όροι σε όλες τις συλλογές:"
#: modules/websearch/lib/search_engine.py:2230
#, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr ""
"Ο όρος %s δεν ταίριαξε σε κάποια εγγραφή. Παραπλήσιοι όροι σε όλες τις "
"συλλογές:"
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr ""
"Λυπάμαι, ταξινόμηση επιτρέπεται σε σετ των %d εγγραφών το πολύ. Θα γίνει "
"χρήση της της εξ΄ορισμού ταξινόμησης."
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr ""
"Λυπάμαι, η '%s' δεν είναι έγκυρη επιλογή ταξινόμησης. Έγινε επιλογή της "
"ταξινόμησης κατά τίτλο."
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr "Χρησιμοποιήστε διαφορετικά κριτήρια έρευνας."
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "Η εγγραφή έχει διαγραφεί."
#: modules/websearch/lib/search_engine.py:3750
msgid "Requested record does not seem to exist."
msgstr "Η εγγραφή που ζητήσατε δεν υπάρχει."
#: modules/websearch/lib/search_engine.py:3984
msgid "No match within your time limits, discarding this condition..."
msgstr ""
"Κανένα αποτέλεσμα στα χρονικά περιθώρια, θα γίνει παράβλεψη του κριτηρίου "
"αυτού..."
#: modules/websearch/lib/search_engine.py:4008
msgid "No match within your search limits, discarding this condition..."
msgstr ""
"Κανένα αποτέλεσμα στα όρια έρευνας, θα γίνει παράβλεψη του κριτηρίου αυτού..."
#: modules/websearch/lib/websearchadminlib.py:3202
msgid "Information"
msgstr "Πληροφορίες"
#: modules/websearch/lib/websearchadminlib.py:3203
msgid "References"
msgstr "Αριθμοί αναφοράς"
#: modules/websearch/lib/websearchadminlib.py:3204
msgid "Citations"
msgstr "Παραπομπές"
#: modules/websearch/lib/websearchadminlib.py:3205
msgid "Discussion"
msgstr "Συζήτηση"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr "Στατιστικά χρήσης"
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, python-format
msgid "Search %s records for:"
msgstr "Αναζήτηση %s εγγραφών για:"
#: modules/websearch/lib/websearch_templates.py:659
#, fuzzy
msgid "less"
msgstr "Κανόνες"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "περισσότερα"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
#, fuzzy
msgid "Search everywhere"
msgstr "Εισάγετε μια φράση αναζήτησης εδώ."
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "Σύνθετη αναζήτηση"
#: modules/websearch/lib/websearch_templates.py:854
#, python-format
msgid "Search %s records for"
msgstr "Αναζήτηση %s εγγραφών για:"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "Απλή αναζήτηση"
#: modules/websearch/lib/websearch_templates.py:938
msgid "Search options:"
msgstr "Επιλογές αναζήτησης:"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
msgid "Added/modified since:"
msgstr "Προστέθηκαν/τροποποιήθηκαν από:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
msgid "until:"
msgstr "έως:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
msgid "Display results:"
msgstr "Παρουσίαση αποτελεσμάτων:"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
msgid "Output format:"
msgstr "Μορφή αποτελεσμάτων:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "Προστέθηκαν από:"
#: modules/websearch/lib/websearch_templates.py:1154
msgid "Modified since:"
msgstr "Τροποποιήθηκαν από:"
#: modules/websearch/lib/websearch_templates.py:1191
msgid "Focus on:"
msgstr "Επικέντρωση σε:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "περιορισμένο"
#: modules/websearch/lib/websearch_templates.py:1252
msgid "Search also:"
msgstr "Αναζήτηση Επίσης σε:"
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr "Η συλλογή αυτή δεν περιέχει κάποιο έγγραφο ακόμη."
#: modules/websearch/lib/websearch_templates.py:1392
msgid "Latest additions:"
msgstr "Πρόσφατες προσθήκες:"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, fuzzy, python-format
msgid "Cited by %i records"
msgstr "Παραπέμπεται από: %s εγγραφές"
#: modules/websearch/lib/websearch_templates.py:1556
#, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr ""
"Οι πλησιέστερες λέξεις στο %(x_word)s στο πεδίο %(x_field)s, σε οποιαδήποτε "
"συλλογή είναι:"
#: modules/websearch/lib/websearch_templates.py:1559
#, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr "Οι πλησιέστερες λέξεις στο %(x_word)s, σε οποιαδήποτε συλλογή είναι:"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr "Hits"
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr "επόμενο"
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "συλλογές"
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr "Περιοσμός σε:"
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "αποτελέσματα"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "αύξ."
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "φθίν."
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "απλή λίστα"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "διαχωρισμός κατά συλλογή"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr "Πεδίο MARC"
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, python-format
msgid "%s records found"
msgstr "%s εγγραφές βρέθηκαν"
#: modules/websearch/lib/websearch_templates.py:2343
msgid "begin"
msgstr "έναρξη"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr "προηγούμενο"
#: modules/websearch/lib/websearch_templates.py:2367
msgid "end"
msgstr "τέλος"
#: modules/websearch/lib/websearch_templates.py:2387
msgid "jump to record:"
msgstr "μετάβαση στην εγγραφή:"
#: modules/websearch/lib/websearch_templates.py:2400
#, python-format
msgid "Search took %s seconds."
msgstr "Η έρευνα πήρε %s δευτερόλεπτα."
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "ΠΡΟΣΘΗΚΗ ΣΤΟ ΚΑΛΑΘΙ"
#: modules/websearch/lib/websearch_templates.py:2589
#, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"%(x_fmt_open)sΑποτελέσμα έρευνας:%(x_fmt_close)s Βρέθηκαν %(x_nb_records)s "
"εγγραφές σε %(x_nb_seconds)s δευτερόλεπτα."
#: modules/websearch/lib/websearch_templates.py:2637
msgid ""
"Boolean query returned no hits. Please combine your search terms differently."
msgstr ""
"Το ερώτημα δεν επέστρεψε αποτελέσματα. Παρακαλούμε δοκιμάστε διαφορετικό "
"συνδιασμό των όρων."
#: modules/websearch/lib/websearch_templates.py:2669
msgid "See also: similar author names"
msgstr "Δείτε ακόμη: παρόμοια ονόματα συγγραφέων"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, python-format
msgid "Collection %s Not Found"
msgstr "Η Συλλογή %s Δεν Βρέθηκε"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr "Λυπάμαι, η συλλογή %s δεν υπάρχει."
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr "Πιθανόν να θέλετε να ξεκινήσετε την φυλλομετρήση από το %s."
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr ""
"Ενδιαφέρεστε να ενημερώνεστε για νέα αποτελέσματα σχετικά με την έρευνα αυτή;"
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
"Δημιουργήστε ένα προσωπικό %(x_url1_open)semail alert%(x_url1_close)s\n"
" ή εγγραφείτε στο %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
#: modules/websearch/lib/websearch_templates.py:3101
msgid "People who downloaded this document also downloaded:"
msgstr "Όσοι κατέβασαν το έγγραφο αυτό, κατέβασαν επίσης:"
#: modules/websearch/lib/websearch_templates.py:3117
msgid "People who viewed this page also viewed:"
msgstr "Όσοι είδαν την σελίδα αυτή, είδαν επίσης:"
#: modules/websearch/lib/websearch_templates.py:3170
#, python-format
msgid "Cited by: %s records"
msgstr "Παραπέμπεται από: %s εγγραφές"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "Παραπέμπεται σε συνδιασμό από: %s εγγραφές"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr "... εκ των οποίων αυτο-αναφορές: %s εγγραφές"
#: modules/websearch/lib/websearch_templates.py:3310
#, fuzzy
msgid "Affiliations:"
msgstr "Δημοσιεύσεις"
#: modules/websearch/lib/websearch_templates.py:3327
#, fuzzy
msgid "Frequent keywords:"
msgstr "Συχνά χρησιμοποιούμενες λέξεις-κλειδιά"
#: modules/websearch/lib/websearch_templates.py:3337
#, fuzzy
msgid "Frequent co-authors:"
msgstr "Συχνά χρησιμοποιούμενες λέξεις-κλειδιά"
#: modules/websearch/lib/websearch_templates.py:3346
msgid "Publishes in"
msgstr "Δημοσιεύει στο"
#: modules/websearch/lib/websearch_templates.py:3353
#, fuzzy
msgid "Papers:"
msgstr "Σελίδα: "
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr "έγιναν download"
#: modules/websearch/lib/websearch_templates.py:3355
msgid "times"
msgstr "φορές"
#: modules/websearch/lib/websearch_templates.py:3383
#, fuzzy
msgid "Citations:"
msgstr "Παραπομπές"
#: modules/websearch/lib/websearch_templates.py:3413
msgid "Citation summary results"
msgstr "Περιληπτικά αποτελέσματα παραπομπών"
#: modules/websearch/lib/websearch_templates.py:3418
#, fuzzy
msgid "Total number of citable papers analyzed:"
msgstr "Συνολικός αριθμός άρθρων που αναλύθηκαν:"
#: modules/websearch/lib/websearch_templates.py:3441
msgid "Total number of citations:"
msgstr "Συνολικός αριθμός αναφορών:"
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr "Μέσος αριθμός αναφορών ανά άρθρο:"
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr "Ανάλυση των άρθρων με βάση τις αναφορές:"
#: modules/websearch/lib/websearch_webinterface.py:420
msgid "You are not authorized to view this area."
msgstr "Δεν έχετε δικαίωμα να δείτε την περιοχή αυτή."
#: modules/websearch/lib/websearch_webinterface.py:755
msgid "Not found"
msgstr "Δεν βρέθηκε"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "σε"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
msgid ""
"Haven't found what you were looking for? Try your search on other servers:"
msgstr ""
"Δεν βρήκατε αυτό που αναζητούσατε; Δοκιμάστε την έρευνά σας σε άλλους "
"servers:"
#: modules/websearch/lib/websearch_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr "Προεπισκόπηση αποτελεσμάτων εξωτερικών συλλογών:"
#: modules/websearch/lib/websearch_external_collections_templates.py:120
msgid "Search timed out."
msgstr "Έληξε ο χρόνος αναζήτησης."
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr ""
"Η εξωτερική μηχανή αναζήτησης δεν απάντησε εγκαίρως. Μπορείτε να ελέγξετε τα "
"αποτελέσματα εδώ:"
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
msgid "No results found."
msgstr "Δεν βρέθηκαν αποτελέσματα."
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, python-format
msgid "%s results found"
msgstr "Βρέθηκαν %s αποτελέσματα"
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, python-format
msgid "%s seconds"
msgstr "%s δευτερόλεπτα"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "σύντομη"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
"Βρίσκεστε στο σύστημα σαν επισκέπτης. Ίσως θα θέλατε να κάνετε "
"%(x_url_open)slogin%(x_url_close)s σαν κανονικός χρήστης."
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
"Οι χρήστες που βρίσκονται στο σύστημα σαν %(x_fmt_open)sεπισκέπτες"
"%(x_fmt_close)s χρειάζεται πρώτα να %(x_url_open)sεγγραφούν%(x_url_close)s"
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr "Δεν βρέθηκαν ερωτήματα"
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
"Η συλλογή αυτή είναι περιορισμένη. Αν πιστεύετε οτι έχετε δικαίωμα πρόσβασης "
"σ'αυτή, παρακαλώ ακολουθήστε την διαδικασία πιστοποίησης."
#: modules/websession/lib/websession_templates.py:97
msgid "External account settings"
msgstr "Ρυθμίσεις εξωτερικού λογαριασμού"
#: modules/websession/lib/websession_templates.py:99
#, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr ""
"Μπορείτε να δείτε την λίστα των εξωτερικών ομάδων σας, από την "
"%(x_url_open)sσελίδα των ομάδων σας%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:103
msgid "External user groups"
msgstr "Ομάδες εξωτερικών χρηστών"
#: modules/websession/lib/websession_templates.py:160
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
"Εαν θέλετε να αλλάξετε την διεύθυνση του email σας ή το ψευδώνυμό σας, "
"παρακαλώ συμπληρώστε τα νέα στοιχεία στην παρακάτω φόρμα."
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr "Τροποποίηση στοιχείων αυθεντικοποίησης"
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr "Παράδειγμα"
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr "Νέα διεύθυνση email"
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
msgid "mandatory"
msgstr "υποχρεωτικό"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr "Σημείωση"
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr "Καθοριμός νέων τιμών"
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
"Αφ΄οτου οριστεί, δεν μπορεί να αλλαχτεί, μια και θεωρείται σαν υπογραφή για "
"τα σχόλια και τις κριτικές."
#: modules/websession/lib/websession_templates.py:215
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
"Εαν θέλετε να αλλάξετε τον κωδικό σας, παρακαλώ εισάγετε τον παλιό και τον "
"καινούριο, στην παρακάτω φόρμα."
#: modules/websession/lib/websession_templates.py:217
msgid "Old password"
msgstr "Παλιός κωδικός"
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr "Νέος κωδικός"
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr "προαιρετικό"
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr "Ο κωδικός μπορεί να περιέχει σημεία στίξης, κενά, κτλ."
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr ""
"Για να γίνει η αλλαγή του κωδικού σας, πρέπει πρώτα να συμπληρώσετε τον "
"παλιό σας κωδικό."
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr "Εισάγετε ξανά τον κωδικό"
#: modules/websession/lib/websession_templates.py:224
msgid "Set new password"
msgstr "Εισαγωγή νέου κωδικού"
#: modules/websession/lib/websession_templates.py:229
#, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr ""
"Αν χρησιμοποιείτε ένα απλό λογαριασμό μπορείτε να κάνετε\n"
" %(x_url_open)sεπαναφορά του κωδικού%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:235
#, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr ""
"Μπορείτε να αλλάξετε ή να επαναφέρετε τον κωδικό του λογαριασμού σας "
"χρησιμοποιώντας το %(x_url_open)sυποσύστημα λογαριασμών%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:249
msgid "Edit language-related settings"
msgstr "Τροποποίηση ρυθμίσεων γλώσσας"
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr "Επιλέξτε την επιθυμητή γλώσσα για τις σελίδες."
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
msgid "Update settings"
msgstr "Ενημέρωση ρυθμίσεων"
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr "Τροποποίηση ρυθμίσεων αναζήτησης"
#: modules/websession/lib/websession_templates.py:279
msgid "Show the latest additions box"
msgstr "Εμφάνιση της περιοχής των πρόσφατων προσθήκων"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr "Εμφάνιση των περιοχών βοήθειας των συλλογών"
#: modules/websession/lib/websession_templates.py:295
msgid "Number of search results per page"
msgstr "Αριθμός αποτελεσμάτων ανά σελίδα"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr "Τροποποίηση μεθόδου αυθεντικοποίησης"
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr ""
"Παρακαλώ επιλέξτε ποιόν τρόπο αυθεντικοποίησης επιθυμείτε να χρησιμοποιήσετε"
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
msgid "Select method"
msgstr "Επιλογή μεθόδου"
#: modules/websession/lib/websession_templates.py:359
#, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
"Εάν έχετε χάσει τον κωδικό σας για τον %(x_fmt_open)sλογαριασμό"
"%(x_fmt_close)s του %(sitename)s %(x_fmt_open)s, τοτε παρακαλώ εισάγετε στην "
"παρακάτω φόρμα την διεύθυνση του email σας και θα σας αποσταλεί ένας "
"σύνδεσμος για να τον επαναφέρετε."
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr "Διεύθυνση email"
#: modules/websession/lib/websession_templates.py:382
msgid "Send password reset link"
msgstr "Αποστολή συνδέσμου επαναφοράς κωδικού"
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
"Εάν χρησιμοποιούσατε το %(x_fmt_open)sσύστημα login του CERN%(x_fmt_close)s, "
"τότε μπορείτε να επαναφέρετε τον κωδικό σας μέσω του "
"%(x_url_open)sσυστήματος αυθεντικοποίησης του CERN%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:389
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
"Σημειώστε οτι αν χρησιμοποιείτε κάποιο εξωτερικό σύστημα για login τότε θα "
"πρέπει να επικοινωνήσετε με τον διαχειριστή εκείνης της υπηρεσίας."
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr ""
"Εναλλακτικά, θα μπορούσατε να αιτηθείτε στο %s αλλαγή του τρόπου login από "
"το εξωτερικό σύστημα, σε εσωτερικό."
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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 ""
"Το %s σας προσφέρει την δυνατότητα να εξατομικεύσετε το interface, να "
"ορίσετε την δική σας προσωπική βιβλιοθήκη εγγράφων, ή να θέσετε μια αυτόματη "
"έρευνα που θα εκτελείται περιοδικά και θα σας ενημερώνει με email για "
"οποιεσδήποτε αλλαγές στα αποτελέσματα αναζήτησης."
#: modules/websession/lib/websession_templates.py:427
#: modules/websession/lib/websession_webinterface.py:267
msgid "Your Settings"
msgstr "Οι επιλογές μου"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr ""
"Ορίστε η αλλάξτε τον το email σας ή τον κωδικό σας. Ορίστε τις προτιμήσεις "
"σας σχετικά με την μορφή εμφάνισης του interface."
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr "Δείτε όλες τις έρευνες που εκτελέσατε τις τελευταίες 30 ημέρες."
#: modules/websession/lib/websession_templates.py:441
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:450
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 ""
"Εγγραφείτε σε μια έρευνα, η οποία θα εκτελείται περιοδικά από την υπηρεσία "
"μας. Τα αποτελέσματα μπορούν να σας αποστέλλονται μέσω email ή να "
"αποθηκεύοναι σε ένα από τα καλάθια σας."
#: modules/websession/lib/websession_templates.py:459
msgid "Your Loans"
msgstr "Οι δανεισμοί μου"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr ""
"Για να ελέγξετε το βιβλίο που έχετε δανεισμένο, να υποβάλετε αιτήματα "
"δανεισμού, κτλ. πρέπει να έχετε CERN ID."
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr ""
"Έχετε συνδεθεί σαν χρήστης guest, οπότε τα καλάθια σας θα εξαφανιστούν στο "
"τέλος της τρέχουσας συνεδρίας."
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
"Έχετε συνθεθεί ως %(x_user)s. Ίσως να θέλετε α) %(x_url1_open)sνα κάνετε "
"logout%(x_url1_close)s; β) να τροποποιήσετε τις %(x_url2_open)sρυθμίσεις του "
"λογαριασμού%(x_url2_close)s σας."
#: modules/websession/lib/websession_templates.py:573
msgid "Your Alert Searches"
msgstr "Οι αναζητήσεις ειδοποιήσεων μου."
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
"Μπορείτε να συμβουλευτείτε την λίστα των %(x_url_open)sομάδων%(x_url_close)s "
"που διαχειρίζεστε ή των οποίων είστε μέλος."
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
msgid "Your Groups"
msgstr "Οι ομάδες μου"
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
"Μπορείτε να συμβουλευτείτε την λίστα των %(x_url_open)sυποβολών"
"%(x_url_close)s σας και να δείτε την κατάστασή τους."
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
msgid "Your Submissions"
msgstr "Οι υποβολές μου"
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
"Μπορείτε να συμβουλευτείτε την λίστα των %(x_url_open)sεγκρίσεών"
"%(x_url_close)s σας, με τα έγγραφα που εσείς έχετε εγκρίνει ή αξιολογήσει."
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
msgid "Your Approvals"
msgstr "Οι εγκρίσεις μου"
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr "Οι διαχειριστικές μου δραστηριότητες"
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr "Δοκιμάστε ξανά"
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
"Υπάρχει μια αίτηση από την ip %(x_ip_address)s για επαναφορά\n"
"στο σύστημα %(x_sitename)s\n"
"του κωδικού του λογαριασμού \"%(x_email)s\"."
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr ""
"Εάν επιθυμείτε να επαναφέρετε τον κωδικό για τον λογαριασμό αυτό, παρακαλώ "
"επισκευτείτε το:"
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr "ώστε να επιβεβαιώσετε την εγκυρότητα της αίτησης."
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr ""
"Έχετε υπόψην σας οτι αυτό το URL θα παραμείνει σε ισχύ για %(days)s ημέρες."
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
"Υπάρχει μια αίτηση από την ip %(x_ip_address)s για δημιουργία\n"
"νέου λογαριασμού στο σύστημα %(x_sitename)s\n"
"για το email \"%(x_email)s\"."
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr ""
"Εάν επιθυμείτε να ολοκληρώσετε την διαδικασία εγγραφής, παρακαλώ "
"επισκευτείτε το:"
#: modules/websession/lib/websession_templates.py:707
#, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr "Ο κωδικός έχει αποσταλεί στο %s με email."
#: modules/websession/lib/websession_templates.py:722
msgid "Deleting your account"
msgstr "Διαγραφή του λογαριασμού σας"
#: modules/websession/lib/websession_templates.py:736
msgid "You are no longer recognized by our system."
msgstr "Η ταυτότητά σας δεν αναγνωρίζεται πια από το σύστημα."
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
"Είστε ακόμα αναγνωρισμένος από το κεντρικό\n"
" σύστημα %(x_fmt_open)sSingle Sign-On%(x_fmt_close)s. "
"Μπορείτε\n"
" αν επιθυμείτε να %(x_url_open)sαποσυνδεθείτε%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr ""
"Αν επιθυμείτε μπορείτε να κάνετε %(x_url_open)slogin εδώ%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr ""
"Εάν έχετε ήδη λογαριασμό, παρακαλώ μπείτε στο σύστημα χρησιμοποιώντας την "
"παρακάτω φόρμα."
#: modules/websession/lib/websession_templates.py:780
#, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
"Εάν δεν έχετε ήδη λογαριασμό του CERN, μπορείτε να κάνετε έγγραφή για ένα "
"%(x_url_open)sνέο απλό λογαριασμό%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
"Εάν δεν έχετε ήδη λογαριασμό, παρακαλώ κάντε %(x_url_open)sεγγραφή"
"%(x_url_close)s για έναν εσωτερικό λογαριασμό."
#: modules/websession/lib/websession_templates.py:787
#, python-format
msgid ""
"It is not possible to create an account yourself. Contact %s if you want an "
"account."
msgstr ""
"Δεν είναι δυνατό να δημιουργήσετε λογαριασμό από μόνος σας. Επικοινωνήστε με "
"τον %s για να δημιουργήσει έναν για εσάς."
#: modules/websession/lib/websession_templates.py:810
msgid "Login method:"
msgstr "Μέθοδος αυθεντικοποίησης:"
#: modules/websession/lib/websession_templates.py:837
msgid "Username"
msgstr "Όνομα"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr "Κωδικός"
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr "Αποθήκευση των στοιχείων εισόδου στον υπολογιστή."
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "είσοδος"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr "Ξεχάσατε τον κωδικό σας;"
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr ""
"Μπορείτε να χρησιμοποιήσετε το ψευδώνυμό σας ή την διεύθυνση του email για "
"να μπείτε στο σύστημα."
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
"Η αίτησή σας είναι έγκυρη. Παρακαλώ ορίστε τον επιθυμητό κωδικό στην "
"παρακάτω φόρμα."
#: modules/websession/lib/websession_templates.py:900
msgid "Set a new password for"
msgstr "Ορίστε έναν νέο κωδικό για"
#: modules/websession/lib/websession_templates.py:901
msgid "Type the new password"
msgstr "Εισαγωγή νέου κωδικού"
#: modules/websession/lib/websession_templates.py:902
msgid "Type again the new password"
msgstr "Εισαγωγή ξανά του κωδικού"
#: modules/websession/lib/websession_templates.py:903
msgid "Set the new password"
msgstr "Ορισμός του νέου κωδικού"
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr ""
"Παρακαλώ εισάγετε την διεύθυνση του email, το επιθυμητό ψευδώνυμο και τον "
"κωδικό:"
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr ""
"Ο λογαριασμός δεν θα μπορεί να χρησιμοποιηθεί προτού επιβεβαιωθεί και "
"ενεργοποιηθεί."
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr "Ξαναεισάγετε τον κωδικό"
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr "εγγραφή"
#: modules/websession/lib/websession_templates.py:978
#, 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 ""
"Παρακαλώ μην χρησιμοποιείτε κωδικούς που έχετε και σε άλλα συστήματα. Το "
"στοιχεία του email σας θα μείνουν εμπιστευτικά και δεν θα παραχωρηθούν σε "
"κάποιο τρίτο φορέα. Το email σας θα χρησιμοποιείται μόνο για υπηρεσίες στο "
"%s."
#: modules/websession/lib/websession_templates.py:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Φαίνεται οτι είστε χρήστης guest. Θα πρέπει πρώτα να κάνετε "
"%(x_url_open)slogin%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr "Δεν έχετε πρόσβαση στις υπηρεσίες διαχείρισης."
#: modules/websession/lib/websession_templates.py:1014
#, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr "Έχετε ενεργοποιηθεί για τους ακόλουθους ρόλους: %(x_role)s."
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr "Ορίστε ορισμένοι χρήσιμοι σύνδεσμοι για σας:"
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
"Για περισσότερες λειτουργίες διαχείρισης, επισκεφθείτε την "
"%(x_url_open)sΠεριοχή Διαχειριστή%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "επισκέπτης"
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr "συνεδρία"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "ειδοποιήσεις"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "καλάθι"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "Λογαριασμός"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr "μυνήματα"
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr "ομάδες"
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr "στατιστικά"
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr "υποβολές"
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr "εγκρίσεις"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "διαχείριση"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "αποσύνδεση"
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr "Είστε διαχειριστής στις ακόλουθες ομάδες:"
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr "Ομάδα"
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr "Δεν είστε διαχειριστής σε καμία ομάδα."
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr "Τροποποίηση ομάδας"
#: modules/websession/lib/websession_templates.py:1291
#, python-format
msgid "Edit %s members"
msgstr "Τροποποίηση %s μελών"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
msgid "Create new group"
msgstr "Δημιουργία νέας ομάδας"
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr "Είστε μέλος των ακόλουθων ομάδων:"
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr "Δεν είστε μέλος καμίας ομάδας."
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr "Κατάταξη σε νέα ομάδα"
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr "Αποχώρηση από ομάδα"
#: modules/websession/lib/websession_templates.py:1391
msgid "You are a member of the following external groups:"
msgstr "Είστε μέλος των ακόλουθων εξωτερικών ομάδων:"
#: modules/websession/lib/websession_templates.py:1414
msgid "You are not a member of any external groups."
msgstr "Δεν είστε μέλος καμίας εξωτερικής ομάδας."
#: modules/websession/lib/websession_templates.py:1462
msgid "Update group"
msgstr "Ενημέρωση ομάδας"
#: modules/websession/lib/websession_templates.py:1464
#, python-format
msgid "Edit group %s"
msgstr "Τροποποίηση ομάδας %s"
#: modules/websession/lib/websession_templates.py:1466
msgid "Delete group"
msgstr "Διαγραφή ομάδας"
#: modules/websession/lib/websession_templates.py:1539
msgid "Group name:"
msgstr "Όνομα ομάδας:"
#: modules/websession/lib/websession_templates.py:1541
msgid "Group description:"
msgstr "Περιγραφή ομάδας:"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr "Πολιτική προσχώρησης σε ομάδα:"
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
msgid "Please select:"
msgstr "Παρακαλώ επιλέξτε:"
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr "Προσχώρηση σε ομάδα"
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr "ή βρείτε την"
#: modules/websession/lib/websession_templates.py:1652
msgid "Choose group:"
msgstr "Επιλέξτε ομάδα:"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr "Εύρεση ομάδας"
#: modules/websession/lib/websession_templates.py:1802
msgid "Remove member"
msgstr "Αφαίρεση μέλους"
#: modules/websession/lib/websession_templates.py:1804
msgid "No members."
msgstr "Χωρίς μέλη."
#: modules/websession/lib/websession_templates.py:1814
msgid "Accept member"
msgstr "Αποδοχή μέλους"
#: modules/websession/lib/websession_templates.py:1814
msgid "Reject member"
msgstr "Απόρριψη μέλους"
#: modules/websession/lib/websession_templates.py:1816
msgid "No members awaiting approval."
msgstr "Δεν υπάρχουν μέλη που αναμένουν έγκριση."
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
msgid "Current members"
msgstr "Τρέχοντα μέλη"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
msgid "Members awaiting approval"
msgstr "Μέλη που αναμένουν έγκριση"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr "Προσκαλέστε νέα μέλη"
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
"Εάν θέλετε να προσκαλέσετε νέα μέλη στην ομάδα σας, παρακαλώ χρησιμοποιήστε "
"το σύστημα του %(x_url_open)sweb message%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1827
#, python-format
msgid "Group: %s"
msgstr "Ομάδα: %s"
#: modules/websession/lib/websession_templates.py:1910
msgid "Group list"
msgstr "Λίστα ομάδας"
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr "Δεν είστε μέλος καμίας ομάδας."
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr "Είστε σίγουρος οτι θέλετε να σβήσετε αυτήν την ομάδα;"
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr "Είστε σίγουρος οτι θέλετε να αφήσετε αυτήν την ομάδα;"
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr "Ορατό και ανοιχτό για εγγραφή νέων μελών"
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr "Ορατό, αλλά χρειάζεται έγκριση για εγγραφή νέων μελών"
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr "Ομάδα %s: Αίτηση νέου μέλους"
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr "Ένας χρήστης θέλει να προσχωρήσει στην ομάδα %s."
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
"Παρακαλώ %(x_url_open)sεπιλέξτε ή απορρίψτε%(x_url_close)s το αίτημα του "
"χρήστη αυτού."
#: modules/websession/lib/websession_templates.py:2124
#, python-format
msgid "Group %s: Join request has been accepted"
msgstr "Ομάδα %s: Η αίτηση προσχώρησης έχει γίνει αποδεκτή"
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr "Το αίτημα σας για προσχώρηση στην ομάδα %s, έγινε αποδεκτό."
#: modules/websession/lib/websession_templates.py:2127
#, python-format
msgid "Group %s: Join request has been rejected"
msgstr "Ομάδα %s: Η αίτηση προσχώρησης έχει απορριφθεί"
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr "Το αίτημα σας για προσχώρηση στην ομάδα %s, απορρίφθηκε."
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr ""
"Μπορείτε να συμβουλευτείτε την λίστα των %(x_url_open)sομάδων%(x_url_close)s "
"σας."
#: modules/websession/lib/websession_templates.py:2145
#, python-format
msgid "Group %s has been deleted"
msgstr "Η ομάδα %s διαγράφηκε"
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr "Η ομάδα %s διεγράφη από τον διαχειριστή."
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
"Μπορείτε να συμβουλευτείτε την λίστα των %(x_url_open)s%(x_nb_total)i ομάδων"
"%(x_url_close)s οποίων είστε μέλος ή %(x_nb_member)i) διαχειρίζεστε "
"(%(x_nb_admin)i)."
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr "Πρόβλημα βάσης δεδομένων"
#: modules/websession/lib/webuser.py:299
msgid "user"
msgstr "όνομα χρήστη"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr "Δημιουργία λογαριασμού στο %s"
#: modules/websession/lib/webuser.py:713
msgid "New account on"
msgstr "Νέος λογαριασμός στις"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr "ΠΑΡΑΚΑΛΩ ΕΝΕΡΓΟΠΟΙΗΣΤΕ"
#: modules/websession/lib/webuser.py:716
msgid "A new account has been created on"
msgstr "Ένας νέος λογαριασμός δημιουργήθηκε στις"
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr " και περιμένει ενεργοποίηση"
#: modules/websession/lib/webuser.py:720
msgid " Username/Email"
msgstr " Όνομα χρήστη/Email"
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr ""
"Μπορείτε να δεχτείτε ή να απορρίψετε την αίτηση δημιουργίας λογαριασμού στο"
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr "Υπηρεσία Mail Cookie"
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr "Αίτηση εξουσιοδότησης ρόλων"
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr "Αυτή η αίτηση εξουσιοδότησης έχει ήδη ικανοποιηθεί."
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
"Έχετε αποκτήσει εξουσιοδότηση ως %(x_role)s! Η εξουσιοδότηση αυτή θα είναι "
"σε ισχύ μέχρι τις %(x_expiration)s ή, αν είστε χρήστης guest, μέχρι να "
"κλείσετε τον φυλλομετρητή σας."
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr "Έχετε επιβεβαιώσει την εγκυρότητα του email σας!"
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr ""
"Παρακαλώ περιμένετε ώστε ο διαχειριστής να ενεργοποιήσει τον λογαριασμό σας."
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr ""
"Έχετε τώρα πρόσβαση στην %(x_url_open)sσελίδα του λογαριασμού%(x_url_close)s "
"σας."
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
msgid "Email address successfully activated"
msgstr "Ο λογαριασμός του email ενεργοποιήθηκε επιτυχώς"
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr "Έχετε ήδη επιβεβαιώσει την εγκυρότητα του email σας!"
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
"Αυτή η αίτηση για επιβεβαίωση του email σας δεν είναι έγκυρη ή έχει λήξει."
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr "Αυτή η αίτηση για εξουσιοδότηση δεν είναι έγκυρη ή έχει λήξει."
#: modules/websession/lib/websession_webinterface.py:155
msgid "Reset password"
msgstr "Επαναφορά κωδικού"
#: modules/websession/lib/websession_webinterface.py:161
#, fuzzy
msgid "This request for resetting a password has already been used."
msgstr ""
"Αυτή η αίτηση για επαναφορά του κωδικού σας δεν είναι έγκυρη ή έχει λήξει."
#: modules/websession/lib/websession_webinterface.py:164
#, fuzzy
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
"Αυτή η αίτηση για επαναφορά του κωδικού σας δεν είναι έγκυρη ή έχει λήξει."
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
"Αυτή η αίτηση για επαναφορά του κωδικού σας δεν είναι έγκυρη ή έχει λήξει."
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr "Οι δύο κωδικοί που έχετε εισάγει δεν ταιριάζουν."
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
"Ο κωδικός σας άλλαξε με επιτυχία! Μπορείτε να προχωρήσετε με την είσοδο στο "
"σύστημα."
#: modules/websession/lib/websession_webinterface.py:271
#, python-format
msgid "%s Personalize, Your Settings"
msgstr "%s ρυθμίσεις, οι επιλογές μου"
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr "Οι ρυθμίσεις άλλαξαν με επιτυχία"
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
msgid "Show account"
msgstr "Εμφάνιση λογαριασμού"
#: modules/websession/lib/websession_webinterface.py:323
msgid "Switched to internal login method."
msgstr "Αλλαγή σε εσωτερική μέθοδο αυθεντικοποίησης."
#: modules/websession/lib/websession_webinterface.py:324
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
"Σας ενημερώνουμε οτι εάν αυτή είναι η πρώτη φορά πουχρησιμοποιείτε τον "
"λογαριασμό αυτό με την μέθοδο της εσωτερικής πιστοποίησης τότε το σύστημα "
"έχει ορίσει για εσάς έναν τυχαίο κωδικό. Παρακαλώ πατήστε το παρακάτω κουμπί "
"για να σας σταλεί με email ένα αίτημα αλλαγής του κωδικού:"
#: modules/websession/lib/websession_webinterface.py:332
msgid "Send Password"
msgstr "Αποστολή Κωδικού"
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
"Είναι αδύνατη η αλλαγή σε μέθοδο αυθεντικοποίησης %s, επειδή η διεύθυνση του "
"email σας είναι άγνωστη."
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
"Είναι αδύνατη η αλλαγή σε μέθοδο αυθεντικοποίησης %s, επειδή η διεύθυνση του "
"email σας είναι άγνωστη στο εξωτερικό σύστημα αυθεντικοποίησης."
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr "Η μέθοδος αυθεντικοποίησης επιλέχθηκε με επιτυχία."
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr ""
"Η εξωτερική μέθοδος αυθεντικοποίησης %s δεν υποστηρίζει αυθεντικοποίηση με "
"βάση το email. Παρακαλώ επικοινωνήστε με τους διαχειριστές."
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr "Οι ρυθμίσεις άλλαξαν με επιτυχία."
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr "Το επιθυμητό nickanme %s δεν είναι έγκυρο."
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr "Παρακαλώ δοκιμάστε ξανά."
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr "Αλλαγή ρυθμίσεων"
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr "Οι αλλαγές ρυθμίσεων απέτυχαν"
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr "Το email %s που δώσατε δεν είναι έγκυρο."
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr "Το email %s που δώσατε υπάρχει ήδη στην βάση."
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr "Ή δοκιμάστε ξανά."
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr "Το επιθυμητό nickname %s χρησιμοποιείται ήδη."
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr "Ο κωδικός άλλαξε με επιτυχία."
#: modules/websession/lib/websession_webinterface.py:415
msgid "Password edited"
msgstr "Ο κωδικός άλλαξε"
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr "Οι δύο κωδικοί πρέπει να ταιριάζουν."
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
msgid "Editing password failed"
msgstr "Η αλλαγή κωδικού απέτυχε"
#: modules/websession/lib/websession_webinterface.py:423
msgid "Wrong old password inserted."
msgstr "Ο παλιός κωδικός σας είναι λανθασμένος."
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr "Οι ρυθμίσεις χρήστη αποθηκεύτηκαν με επιτυχία."
#: modules/websession/lib/websession_webinterface.py:450
msgid "Unable to update settings."
msgstr "Δεν μπόρεσα να ενημερώσω τις ρυθμίσεις."
#: modules/websession/lib/websession_webinterface.py:507
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr ""
"Το αίτημα για επαναδημιουργία του κωδικού σας δεν μπορεί να αποσταλεί μέσω "
"email διότι χρησιμοποιείτε σύστημα εξωτερικής αυθεντικοποίησης."
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr "Το email που εισάγατε δεν υπάρχει στην βάση."
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr "Αίτημα επαναφοράς κωδικού για"
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr ""
"Το email που δώσατε είναι λανθασμένο. Παρακαλώ ελέγξτε οτι οτι είναι "
"γραμμένο στην μορφή (johndoe@example.com)."
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr "Λανθασμένη διεύθυνση email"
#: modules/websession/lib/websession_webinterface.py:552
msgid "Reset password link sent"
msgstr "Ο σύνδεσμος για την επαναφορά του κωδικού σας, απεστάλη"
#: modules/websession/lib/websession_webinterface.py:597
msgid "Delete Account"
msgstr "Διαγραφή Λογαριασμού"
#: modules/websession/lib/websession_webinterface.py:623
msgid "Logout"
msgstr "Αποσύνδεση"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr "Εγγραφή"
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr "%s ρυθμίσεις, Κύρια σελίδα"
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr "Ο λογαριασμός σας δημιουργήθηκε με επιτυχία."
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr "Ο Λογαριασμός σας δημιουργήθηκε"
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
"Για να επιβεβαιωθεί η πιστότητα του, έχει σταλεί ένα μύνημα με τον κωδικό "
"ενεργοποίησης στην διεύθυνση ηλεκτρονικού ταχυδρομίου που δώσατε."
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
"Παρακαλώ ακολουθήστε τις οδηγίες που αναφέρονται εκεί για να ολοκληρώσετε "
"την διαδικασία εγγραφής."
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr ""
"Ένα δεύτερο email θα σας σταλεί όταν ο λογαριασμός ενεργοποιηθεί και είναι "
"έτοιμος για χρήση."
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr " Έχετε τώρα πρόσβαση στον %(x_url_open)sλογαριασμό%(x_url_close)s σας."
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr "Πρόβλημα στην εγγραφή"
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr "Το επιθυμητό nickname %s υπάρχει ήδη στην βάση."
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr ""
"Οι χρήστες δεν μπορούν να εγγραφούν από μόνοι τους, πρέπει να τους εγγράψει "
"ο διαχειριστής. "
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
"Υπήρξε πρόβλημα κατα την αποστολή του email που θα επιβεβαίωνε την διευθυνση "
"του ηλεκτρονικού ταχυδρομίου σας."
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr "Το πρόβλημα καταγράφηκε και θα ληφθεί υπόψη το συντομότερο δυνατό."
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr "Κατάταξη σε Νέα Ομάδας"
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr "Αποχώρηση από Ομάδα"
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr "Τροποποίηση Ομάδας"
#: modules/websession/lib/websession_webinterface.py:1157
msgid "Edit group members"
msgstr "Τροποποίηση μελών ομάδας"
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "Αρχική Σελίδα"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "Ρυθμίσεις"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "Βοήθεια"
#: modules/webstyle/lib/webstyle_templates.py:414
msgid "Last updated"
msgstr "Τελευταία ενημέρωση"
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr "Βασίζεται στο"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "Συντηρείται από"
#: modules/webstyle/lib/webstyle_templates.py:500
msgid "This site is also available in the following languages:"
msgstr "Η σελίδα αυτή είναι διαθέσιμη και στις εξής γλώσσες:"
#: modules/webstyle/lib/webstyle_templates.py:529
msgid "Browser"
msgstr "Φυλλομετρητής"
#: modules/webstyle/lib/webstyle_templates.py:551
msgid "System Error"
msgstr "Σφάλμα Συστήματος"
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr "Traceback"
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr "Ώρα"
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr "Πελάτης"
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr "Παρακαλώ αποστείλατε την αναφορά σφάλματος στον Διαχειριστή."
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr "Αποστολή αναφοράς σφάλματος"
#: modules/webstyle/lib/webstyle_templates.py:624
#, python-format
msgid "Please contact %s quoting the following information:"
msgstr "Παρακαλώ επικοινωνήστε με τον %s αναφέροντας τα παρακάτω στοιχεία:"
#: modules/webstyle/lib/webstyle_templates.py:772
#, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr ""
"Δημιουργία εγγραφής %(x_date_creation)s, τελευταία τροποποίηση "
"%(x_date_modification)s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr "%(category)s Σελίδες"
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
msgid "Admin Pages"
msgstr "Σελίδες Διαχειριστή"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr "Σελίδες Βοήθειας"
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr "Σελίδων Προχωρημένων Διεργασιών"
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr "Πειράζοντας το CDS Invenio"
#: modules/webstyle/lib/webdoc_webinterface.py:161
msgid "Latest modifications:"
msgstr "Τελευταίες τροποποιήσεις:"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr "Αυτό είναι το ευρετήριο των σελίδων %(x_category)s."
#: modules/webstyle/lib/webdoc_webinterface.py:166
msgid "See also"
msgstr "Δείτε επίσης"
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, python-format
msgid "Page %s Not Found"
msgstr "Η Σελίδα %s Δεν Βρέθηκε"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr "Λυπάμαι, η σελίδα %s δεν υπάρχει."
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr ""
"Μπορείτε να κοιτάξετε στις %(x_url_open)s%(x_category)s σελίδες"
"%(x_url_close)s"
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr "Λυπάμαι, πρέπει να κάνετε login για να εκτελέσετε την λειτουργία αυτή."
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
msgid "Invalid parameter"
msgstr "Λανθασμένη παράμετρος"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr "Δεν είναι δυνατόν να βρεθεί ο κατάλογος υποβολών."
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr "Άγνωστος τύπος εγγράφου"
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr "Άγνωστη ενέργεια"
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr ""
"Δεν είναι δυνατόν να προσδιορισθεί ο αριθμός των σελίδων που υποβάλετε."
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr "Δεν είναι δυνατόν να δημιουργηθεί κατάλογος για την υποβολή αυτή."
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr "Δεν είναι δυνατόν να δημιουργηθεί κατάλογος υποβολών."
#: modules/websubmit/lib/websubmit_engine.py:384
msgid "Unknown form field found on submission page."
msgstr "Άγνωστο πεδίο βρέθηκε στην σελίδα υποβολής."
#: modules/websubmit/lib/websubmit_engine.py:512
msgid "Unknown form field found on one of the submission pages."
msgstr "Άγνωστο πεδίο βρέθηκε σε μια από τις σελίδες υποβολής."
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr "Δεν είναι δυνατόν να βρεθεί ο τύπος εγγράφου."
#: modules/websubmit/lib/websubmit_engine.py:1469
msgid "The chosen action is not supported by the document type."
msgstr "Η επιλεγμένη ενέργεια δεν υποστηρίζεται από το έγγραφο."
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr "Προειδοποίηση"
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr "Διαθέσιμοι τύποι εγγράφων προς υποβολή"
#: modules/websubmit/lib/websubmit_templates.py:95
msgid "Please select the type of document you want to submit"
msgstr "Παρακαλώ επιλέξτε τον τύπο του εγγράφου που θέλετε να υποβάλετε"
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr "Δεν υπάρχουν διαθέσιμα είδη εγγράφων."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr "Παρακαλώ κάντε login πρώτα."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr "Χρησιμοποιείστε το πάνω δεξιά μενού για να κάνετε login."
#: modules/websubmit/lib/websubmit_templates.py:301
msgid "Please select a category"
msgstr "Παρακαλώ επιλέξτε μια κατηγορία"
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr "Ειδοποίηση"
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr "Επιλέξτε μια κατηγορία και μετά κάντε κλίκ στο κουμπί της ενέργειας."
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr ""
"Για να συνεχίσετε κάποια υποβολή που διακόπηκε, πληκτρολογήστε στο παρακάτω "
"πεδίο το access number:"
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr "GO"
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr "ΠΕΡΙΛΗΨΗ"
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr "Προηγούμενη σελίδα"
#: modules/websubmit/lib/websubmit_templates.py:535
msgid "Submission number"
msgstr "Αριθμός υποβολής"
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr "Επόμενη σελίδα"
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr ""
"Είστε σίγουροι πως θέλετε να εγκαταλείψετε την παρούσα διαδικασία υποβολής;"
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
msgid "Back to main menu"
msgstr "Επιστροφή στο βασικό μενού"
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr ""
"Αυτός είναι ο αριθμός υποβολής σας. Μπορεί να χρησιμοποιηθεί για να "
"ολοκληρώσετε κάποια μη ολοκληρωμένη υποβολή σε περίπτωση προβλήματος."
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr ""
"Τα υποχρεωτικά πεδία εμφανίζονται στο παράθυρο της ΠΕΡΙΛΗΨΗΣ με κόκκινο."
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr "Το πεδίο %s είναι υποχρεωτικό."
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr "Παρακαλώ επιλέξτε κάτι στο κουτί επιλογών"
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr "Παρακαλώ πατήστε ένα κουμπί."
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr "Το πεδίο %s είναι υποχρεωτικό. Πρακαλώ συμπληρώστε το."
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr "Το πεδίο %(field)s είναι υποχρεωτικό."
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr "Επιστροφή στην σελίδα"
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr "τελος!"
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr "τέλος ενέργειας"
#: modules/websubmit/lib/websubmit_templates.py:957
msgid "Submission no"
msgstr "Αριθμός υποβολής"
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
"Ορίστε η %(x_action)s λίστα ενεργειών για τα %(x_doctype)s έγγραφα στο "
"επίπεδο %(x_step)s"
#: modules/websubmit/lib/websubmit_templates.py:1032
msgid "Function"
msgstr "Λειτουργία"
#: modules/websubmit/lib/websubmit_templates.py:1033
msgid "Score"
msgstr "Βαθμολογία"
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr "Λειτουργία που εκτελείται"
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr "Η λειτουργία %s δεν υπάρχει."
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr "Πρέπει τώρα"
#: modules/websubmit/lib/websubmit_templates.py:1111
msgid "record"
msgstr "εγγραφή"
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr "έγγραφο"
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
msgid "version"
msgstr "έκδοση"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr "αρχείο(α)"
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr "δείτε"
#: modules/websubmit/lib/websubmit_templates.py:1375
msgid "For"
msgstr "Για"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr "έγγραφα όλων των ειδών"
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr "Id"
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr "Αριθμός αναφοράς"
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr "Πρώτη προσπέλαση"
#: modules/websubmit/lib/websubmit_templates.py:1435
msgid "Last access"
msgstr "Τελευταία προσπέλαση"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr "Είστε σίγουροι οτι θέλετε να διαγράψετε την υποβολή αυτή;"
#: modules/websubmit/lib/websubmit_templates.py:1446
#, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "Διαγραφή υποβολής %(x_id)s στην κατηγορια %(x_docname)s"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr "Δεν έχει δοθεί ακόμη αριθμος αναφοράς"
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr "Έγγραφα που αξιολογείτε"
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr "Είστε κύριος αξιολογητής"
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr "Είστε αξιολογητής για την κατηγορία:"
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr "Λίστα από τύπους εγγράφων που αξιολογείτε"
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr ""
"Επιλέξτε έναν από τους παρακάτω τύπους εγγράφων για να ελέγξετε την "
"κατάσταση του"
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr "Μεταφορά στην ροή εργασιών ορισμένων εγκρίσεων"
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr "Μεταφορά σε ροή εργασίας απλής έγκρισης"
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr "Λίστα από κατηγορίες που αξιολογείτε"
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr "Παρακαλώ επιλέξτε μια κατηγορία"
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
msgid "Pending"
msgstr "Σε αναμονή"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
msgid "Approved"
msgstr "Εγκεκριμένα"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
msgid "Rejected"
msgstr "Απορριφθέντα"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr "Κλειδί"
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
msgid "Waiting for approval"
msgstr "Αναμονή έγκρισης"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
msgid "Already approved"
msgstr "Ήδη εγκεκριμένα"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr "Κάποια έγγραφα εκκρεμούν ακόμη"
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr "Λίστα ορισμένων εγκρίσεων"
#: modules/websubmit/lib/websubmit_templates.py:1808
msgid "List of refereing categories"
msgstr "Λίστα κατηγοριών που αξιολογείτε"
#: modules/websubmit/lib/websubmit_templates.py:1812
msgid "List of publication categories"
msgstr "Λίστα κατηγοριών δημοσίευσης"
#: modules/websubmit/lib/websubmit_templates.py:1816
msgid "List of direct approval categories"
msgstr "Λίστα κατηγοριών με άμεση έγκριση"
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
msgid "Cancelled"
msgstr "Ακυρώθηκε"
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr "Λίστα αξιολογηθέντων εγγράφων"
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr "Κάντε κλικ στον αριθμό αναφοράς για να πάρετε επιπλέον πληροφορίες."
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "Αριθμός αναφοράς"
#: modules/websubmit/lib/websubmit_templates.py:2073
msgid "List of publication documents"
msgstr "Λίστα δημοσιευμένων εγγράφων"
#: modules/websubmit/lib/websubmit_templates.py:2075
msgid "List of direct approval documents"
msgstr "Λίστα εγγράφων με άμεση έκριση"
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr "Το αίτημά σας έχει αποσταλεί στην αξιολογητή."
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr "Τίτλος:"
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr "Συγγραφέας:"
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr "Περισσότερες πληροφορίες:"
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr "Κάντε κλικ εδώ"
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr "Το έγγραφο αυτό %(x_fmt_open)sαναμένει έγκριση%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
msgid "It was first sent for approval on:"
msgstr "Απεστάλη για έγκριση πρώτη φορά στις:"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr "Το τελευταίο email για έγκριση εστάλη στις:"
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr ""
"Μπορείτε να στείλετε email για αίτημα έγκρισης κάνοντας κλικ στο παρακάτω "
"κουμπί:"
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr "Αποστολή εκ νέου"
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr ""
"ΠΡΟΕΙΔΟΠΟΙΗΣΗ! Μετά την επιβεβαίωση, θα αποσταλεί email στον αξιολογητή σας."
#: modules/websubmit/lib/websubmit_templates.py:2298
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr ""
"Ώς αξιολογητής του εγγράφου αυτού, μπορείτε να κάνετε κλίκ στο κουμπί αυτό "
"για να το αποδεχτείτε ή να το απορρίψετε."
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr "Αποδοχή/Απόρριψη"
#: modules/websubmit/lib/websubmit_templates.py:2305
#, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "Αυτό το έγγραφο έχει γίνει %(x_fmt_open)sαποδεκτό%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2307
msgid "Its approved reference is:"
msgstr "Ο αριθμός αξιολόγησης είναι:"
#: modules/websubmit/lib/websubmit_templates.py:2313
msgid "It was approved on:"
msgstr "Εγκρίθηκε στις:"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "Αυτό το έγγραφο %(x_fmt_open)sαπορρίφθηκε%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2323
msgid "It was rejected on:"
msgstr "Απορρίφθηκε στις:"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr "Το πρώτο αίτημα για αξιολόγηση έγινε στις "
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
"Το τελευταίο αίτημα μέσω email στάλθηκε στην επιτροπή δημοσίευσης στις "
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr "Ένας αξιολογητής επιλέχθηκε από την επιτροπή δημοσίευσης στις "
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
msgid "No referee has been selected yet."
msgstr "Δεν έχει επιλεγεί κάποιος αξιολογητής ακόμα."
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
msgid "Select a referee"
msgstr "Επιλέξτε έναν αξιολογητη"
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
"Ο αξιολογητής έστειλε τις τελευταίες υποδείξεις στην επιτροπή δημοσίευσης "
"στις "
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr "Δεν υπάρχουν υποδείξεις από τον αξιολογητή ακόμα."
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
msgid "Send a recommendation"
msgstr "Στείλτε μια σύσταση"
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
"Η επιτροπή δημοσίευσης έστειλε τις τελευταίες διορθώσεις στον υπεύθυνο "
"προγράμματος στις "
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr "Δεν υπάρχουν υποδείξεις από την επιτροπή δημοσίευσης ακόμα."
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr "Ακυρώθηκε από τον συγγραφέα στις "
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr "Εγκρίθηκε από τον υπεύθυνο του προγράμματος στις "
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr "Απορρίφθηκε από τον υπεύθυνο του προγράμματος στις "
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr "Δεν υπάρχει τελική απόφαση ακόμα."
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr "Λήψη απόφασης"
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr "Έγινε επιλογή συντακτικής επιτροπής από την επιτροπή δημοσίευσης στις "
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr "Προσθήκη λίστας συγγραφέων"
#: modules/websubmit/lib/websubmit_templates.py:2453
msgid "No editorial board has been selected yet."
msgstr "Δεν έχει επιλεγεί ακόμα συντακτική επιτροπή."
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr "Επιλογή συντακτική επιτροπή"
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr "Ένας αξιολογητής επιλέχτηκε από την συντακτική επιτροπή στις "
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
"Ο αξιολογητής έστειλε τις τελικές συστάσεις στην συντακτική επιτροπή στις "
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
"Η συντακτική επιτροπή έστειλε τις τελικές συστάσεις στην επιτροπή "
"δημοσίευσης στις "
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr "Καμία σύσταση από την συντακτική επιτροπή ακόμα."
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr "Τελευταίο αίτημα απεστάλη στον υπεύθυνο προγράμματος στις "
#: modules/websubmit/lib/websubmit_templates.py:2602
msgid "Comments overview"
msgstr "Περίληψη σχολίων"
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr "αναζήτηση χρήστη"
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr "αναζήτηση χρηστών"
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
msgid "select user"
msgstr "επιλογή χρήστη"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr "έγινε σύνδεση"
#: modules/websubmit/lib/websubmit_templates.py:2741
msgid "add this user"
msgstr "προσθήκη αυτού του χρήστη"
#: modules/websubmit/lib/websubmit_templates.py:2791
msgid "remove this user"
msgstr "αφαίρεση αυτού του χρήστη"
#: modules/websubmit/lib/websubmit_templates.py:2906
msgid "User"
msgstr "Χρήστης"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
"Εμφανίστηκε πρόβλημα κατά την ανάκτηση της λίστας των αρχείων για το έγγραφο "
"αυτό."
#: modules/websubmit/lib/websubmit_webinterface.py:172
msgid "The collection to which this file belong is restricted: "
msgstr "Η συλλογή στην οποία ανήκει το αρχείο αυτό είναι προστατευμένη."
#: modules/websubmit/lib/websubmit_webinterface.py:178
msgid "This file is restricted: "
msgstr "Η πρόσβαση στο αρχείο αυτό είναι περιορισμένη: "
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr "Πρόσβαση στο πλήρες κείμενο"
#: modules/websubmit/lib/websubmit_webinterface.py:303
#, fuzzy
msgid "Not enough information to retrieve the document"
msgstr "Γίνετε ο πρώτος που θα γράψει κριτική για το έγγραφο αυτό."
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr "Ροή εργασίας ειδικών εγκρίσεων και αξιολογήσεων"
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr "Ροή εργασίας εγκρίσεων και αξιολογήσεων"
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr "Δεν έχει ζητηθεί ποτέ έγκριση για το έγγραφο αυτό."
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr "Δεν είναι δυνατή η απεικόνειση του εγγράφου."
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
msgid "Action unauthorized for this document."
msgstr "Η ενέργεια αυτή δεν επιτρέπεται γι'αυτό το έγγραφο."
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
msgid "Action unavailable for this document."
msgstr "Η ενέργεια αυτή δεν είναι διαθέσιμη γι'αυτό το έγγραφο."
#: modules/websubmit/web/publiline.py:668
msgid "Adding users to the editorial board"
msgstr "Προσθήκη χρηστών στην συντακτική επιτροπή"
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr "δεν υπάρχουν αρμόδιοι χρήστες, δοκιμάστε νέα αναζήτηση."
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "hits"
msgstr "hits"
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr "πάρα πολλοί αρμόδιοι χρήστες, ορίστε μια πιο περιορισμένη αναζήτηση."
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr "όριο"
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
"οι χρήστες στις αγκύλες είναι ήδη συνδεδεμένοι με τον ρόλο, δοκιμάστε κάτι "
"άλλο..."
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr "Αφαίρεση χρηστών από την συντακτική επιτροπή"
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr "Επιβεβαιώστε την συντακτική επιτροπή"
#: modules/websubmit/web/publiline.py:793
msgid "Referee selection"
msgstr "Επιλογή αξιολογητή"
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
msgid "Come back to the document"
msgstr "Επιστροφή στο έγγραφο"
#: modules/websubmit/web/publiline.py:1068
msgid "Select:"
msgstr "Επιλογή:"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
msgid "Approve"
msgstr "Έγκριση"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
msgid "Reject"
msgstr "Απόρριψη"
#: modules/websubmit/web/publiline.py:1168
msgid "Wrong action for this document."
msgstr "Λανθασμένη ενέργεια για το έγγραφο αυτό."
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr "Διαθέσιμα περιοδικά"
#: modules/webjournal/lib/webjournal_templates.py:98
#, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr "Αποστολή email στούς %(x_url_open)sπρογραμματιστές%(x_url_close)s"
#: modules/webjournal/lib/webjournal_templates.py:143
msgid "Regeneration Error"
msgstr "Σφάλμα Επαναδημιουργίας"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
"Το συμβάν δεν μπόρεσε να επαναδημιουργηθεί. Παρακαλώ επικοινωνήστε με τον "
"διαχειριστή."
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
#, fuzzy
msgid "Publish"
msgstr "Δημοσιεύει στο"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
#, fuzzy
msgid "Refresh"
msgstr "Αριθμοί αναφοράς"
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
#, fuzzy
msgid "Update"
msgstr "Ενημέρωση ομάδας"
#: modules/webjournal/lib/webjournal_templates.py:625
#, fuzzy
msgid "Apply"
msgstr "Απρίλιος"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
msgid "Internal configuration error"
msgstr "Εσωτερικό σφάλμα ρυθμίσεων"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
"Δεν υπάρχει επιλεγμένη μορφοποίηση για αυτή την σελίδα ευρετηρίου περιοδικού"
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
"Δεν υπάρχει επιλεγμένη μορφοποίηση για αυτή την σελίδα αναζήτησης περιοδικού"
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
"Δεν υπάρχει επιλεγμένη μορφοποίηση για αυτή την αναδυόμενη σελίδα περιοδικού"
#: modules/webjournal/lib/webjournal_config.py:194
msgid "No journal articles"
msgstr "Δεν υπάρχουν άρθρα περιοδικών"
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr "Πρόβλημα με την παραμετροποίηση αυτού του περιοδικού"
#: modules/webjournal/lib/webjournal_config.py:232
msgid "No journal issues"
msgstr "Δεν υπάρχουν τεύχη περιοδικών"
#: modules/webjournal/lib/webjournal_config.py:269
msgid "Journal article error"
msgstr "Σφάλμα άρθρου περιοδικού"
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr "Δεν μπορέσαμε να βρούμε το άρθρο που αναζητάτε"
#: modules/webjournal/lib/webjournal_config.py:303
msgid "No journals available"
msgstr "Δεν υπάρχουν διαθέσιμα περιοδικά"
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr "Δεν μπορέσαμε να σας παρέχουμε κάποιο περιοδικό"
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
"Φαίνεται οτι δεν έχουν οριστεί διαθέσιμα περιοδικά στον server. Αν νομίζετε "
"οτι υπάρχει πρόβλημα, επικοινωνήστε με τον διαχειριστή."
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr "Επιλέξτε ένα περιοδικό στον server"
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr "Δεν μπορέσαμε να μαντέψουμε ποιό περιοδικό ψάχνετε"
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
"Δεν εισάγατε όνομα για περιοδικό. Παρακαλώ επιλέξτε ένα περιοδικό που "
"επιθυμείτε να διαβάσετε από την παρακάτω λίστα."
#: modules/webjournal/lib/webjournal_config.py:358
msgid "No current issue"
msgstr "Δεν υπάρχει τρέχον τεύχος"
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr "Δεν μπορέσαμ ενα βρούμε πληροφορίες για στο τρέχον τέυχος"
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
"Η παραμετροποίηση για το τρέχον τεύχος φαίνεται να είναι κενή. Προσπαθήστε "
"να δώσετε έναν αριθμό τεύχους ή επικοινωνήστε με την υποστήριξη."
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr "Προβλημα πληκτρολόγησης του αριθμού τεύχους"
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr "Δεν μπορέσαμε να διαβάσουμε τον αριθμό τεύχους που εισάγατε"
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr "Πρόβλημα πληκτρολόγησης της ημερομηνία αρχειοθέτησης"
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr "Δεν μπορέσαμε να διαβάσουμε την ημερομηνία αρχειοθέτησης που εισάγατε"
#: modules/webjournal/lib/webjournal_config.py:450
msgid "No popup record"
msgstr "Δεν υπάρχει αναδυόμενη εγγραφή"
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr "Δεν μπορέσαμε να απομονώσουμε το άρθρο που ζητήσατε"
#: modules/webjournal/lib/webjournal_config.py:482
msgid "Update error"
msgstr "Σφάλμα ενημέρωσης"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr "Εμφανίστηκε ένα εσωτερικό σφάλμα"
#: modules/webjournal/lib/webjournal_config.py:513
msgid "Journal publishing DB error"
msgstr "Σφάλμα Βάσης Δεδομένων κατά την δημοσίευση περιοδικού"
#: modules/webjournal/lib/webjournal_config.py:544
msgid "Journal issue error"
msgstr "Σφάλμα σε τεύχος περιοδικού"
#: modules/webjournal/lib/webjournal_config.py:545
msgid "We could not find a current issue in the Database"
msgstr "Δεν μπόρεσε να βρεθεί ένα τρέχον τεύχος στην Βάση"
#: modules/webjournal/lib/webjournal_config.py:575
msgid "Journal ID error"
msgstr "Σφάλμα στην ταυτότητα του περιοδικού"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr "Δεν μπορέσαμε να βρούμε το id για αυτό το περιοδικό στην βάση"
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:611
#, fuzzy
msgid "Sorry, this category does not exist for this journal."
msgstr "Λυπάμαι, η εγγραφή %s δεν υπάρχει."
#: modules/webjournal/web/admin/webjournaladmin.py:74
#, fuzzy
msgid "WebJournal Admin"
msgstr "Διαχείριση WebComment"
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:148
msgid "Feature a record"
msgstr "Ορίστε μια εγγραφή ως προτεινόμενη"
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr "Το συμβάν επαναδημιουργείται"
#: modules/webjournal/web/admin/webjournaladmin.py:309
#, fuzzy
msgid "Publishing Interface"
msgstr "Εσωτερικό Σφάλμα"
#: modules/webjournal/web/admin/webjournaladmin.py:335
#, fuzzy
msgid "Add Journal"
msgstr "περιοδικό"
#: modules/webjournal/web/admin/webjournaladmin.py:337
#, fuzzy
msgid "Edit Settings"
msgstr "Αλλαγή ρυθμίσεων"
#~ msgid "link"
#~ msgstr "παραπομπή"
#~ msgid "links"
#~ msgstr "παραπομπές"
#~ msgid "CERN %(link_or_links)s"
#~ msgstr "CERN %(link_or_links)s"
#~ msgid "External %(link_or_links)s"
#~ msgstr "Εξωτερικά %(link_or_links)s"
#~ msgid "The contents of this collection is restricted."
#~ msgstr "Τα περιεχόμενα της παρούσας συλλογής είναι προστατευμένα."
#~ msgid "Sort:"
#~ msgstr "Ταξινόμηση με:"
#~ msgid "Author"
#~ msgstr "Συγγραφέας"
#~ msgid "Author collaborations"
#~ msgstr "Συνεργασίες συγγραφέων"
#~ msgid "Parameter docid missing"
#~ msgstr "Η παράμετρος docid λείπει"
#~ msgid "Please login to perform this action."
#~ msgstr "Πρέπει να κάνετε login για να εκτελέσετε την λειτουργία αυτή."
#~ msgid ""
#~ "In order to publish webjournal issues you must be "
#~ "logged in and be authorized for this kind of "
#~ "task. If you have a login, use the "
#~ "link below to login."
#~ msgstr ""
#~ "Για να δημοσιεύσετε τεύχη περιοδικών θα πρέπει να έχετε λογαριασμό στο "
#~ "σύστημα, που να έχει τις ανάλογες δυνατότητες.Σε αυτή την περίπτωση, "
#~ "χρησιμοποιήστε τον παρακάτω σύνδεσμο για να κάνετε login."
#~ msgid "We need you to login"
#~ msgstr "Απαιτείται να κάνετε login"
#~ msgid "Alert sent successfully!"
#~ msgstr "Η ειδοποίηση απεστάλλη επιτυχώς!"
#~ msgid "Webjournal Administration Interface"
#~ msgstr "Περιβάλλον Διαχείρισης WebSubmit"
#~ msgid "No popup type"
#~ msgstr "Δεν υπάρχει τύπος αναδυόμενου παραθύρου"
#~ msgid "We could not know what kind of popup you requested"
#~ msgstr "Δεν γνωρίζουμε τι τύπο αναδυόμενου παραθύρου ζητήσατε"
#~ msgid "Available journals"
#~ msgstr "Διαθέσιμα περιοδικά"
#, fuzzy
#~ msgid "Main file(s)"
#~ msgstr "αρχείο(α)"
#~ msgid "Display searches"
#~ msgstr "Παρουσίαση ερευνών"
#, fuzzy
#~ msgid "Please note that this URL will remain valid for about %s days only."
#~ msgstr ""
#~ "Έχετε υπόψην σας οτι αυτό το URL θα παραμείνει σε ισχύ για %(days)s "
#~ "ημέρες."
#, fuzzy
#~ msgid " Username/Email: %s\n"
#~ msgstr " Όνομα χρήστη/Email:"
#, fuzzy
#~ msgid " Password: %s\n"
#~ msgstr " Κωδικός:"
#~ msgid "Migrate BibFormat Settings"
#~ msgstr "Μεταφορά Ρυθμίσεων BibFormat"
#~ msgid "Migrate Knowledge Bases"
#~ msgstr "Μεταφορά Γνωσιακών Βάσεων"
#~ msgid "Migrate Behaviours"
#~ msgstr "Μεταφορά Συμπεριφορών (Behaviours)"
#~ msgid "Migrate Formats"
#~ msgstr "Μεταφορά Μορφών Εξόδου"
#~ msgid "Your account created on"
#~ msgstr "Ο Λογαριασμός σας δημιουργήθηκε στις"
#~ msgid "You have created a new account on"
#~ msgstr "Δημιουργήστε έναν νέο λογαριασμό στις"
#~ msgid ""
#~ "You can now go back to %(x_url_open)sBibEdit Admin Interface%(x_url_close)"
#~ "s."
#~ msgstr ""
#~ "Μπορείτε να επιστρέψετε στο %(x_url_open)sBibEdit Admin Interface"
#~ "%(x_url_close)s."
#, fuzzy
#~ msgid "No Articles"
#~ msgstr "Άρθρο"
#, fuzzy
#~ msgid "No Issues"
#~ msgstr "Δεν υπάρχουν μυνήματα"
#, fuzzy
#~ msgid "Article Error"
#~ msgstr "Άρθρο"
#, fuzzy
#~ msgid "%s Personalize, Main page"
#~ msgstr "Ρυθμίσεις"
#, fuzzy
#~ msgid "%s , personalize"
#~ msgstr "Ρυθμίσεις"
#, fuzzy
#~ msgid "Successfully featured record: %s"
#~ msgstr "η αναφορά για πιθανά προσβλητικό περιεχόμενο αποσιωπήθηκε επιτυχώς"
#~ msgid "Convert"
#~ msgstr "Μετατροπή"
#~ msgid "Library"
#~ msgstr "Βιβλιοθήκη"
#~ msgid "Agenda"
#~ msgstr "Ατζέντα"
#~ msgid "Webcast"
#~ msgstr "Webcast"
#~ msgid "Search Help"
#~ msgstr "Βοήθεια αναζήτησης"
#~ msgid "Comment Management"
#~ msgstr "Διαχείριση Σχολίων"
#~ msgid "Format:"
#~ msgstr "Μορφοποίηση:"
#~ msgid "Send lost password"
#~ msgstr "Αποστολή κωδικού"
#~ msgid "Here are your user credentials for"
#~ msgstr "Ορίστε τα διαπιστευτήριά σας για"
#~ msgid "username"
#~ msgstr "όνομα χρήστη"
#~ msgid "password"
#~ msgstr "κωδικός"
#~ msgid "You can login at"
#~ msgstr "Μπορείτε να κάνετε login στο"
#~ msgid "You seem to be %(x_role)s."
#~ msgstr "Φαίνεται να είστε %(x_role)s."
#~ msgid "Credentials for"
#~ msgstr "Διαπιστευτήρια για"
#~ msgid ""
#~ "An email has been sent to the given address with the account information."
#~ msgstr ""
#~ "Έχει σταλεί email στην διεύθυνση που δώσατε με τα στοιχεία του "
#~ "λογαριασμού."
#~ msgid "Unable to find file."
#~ msgstr "Δεν είναι δυνατό να βρεθεί το αρχείο."
#~ msgid "Cannot find submission directory."
#~ msgstr "Δεν είναι δυνατόν να βρεθεί ο κατάλογος υποβολών."
#~ msgid "Unknown type of document"
#~ msgstr "Άγνωστος τύπος εγγράφου"
#~ msgid "Login via:"
#~ msgstr "Είσοδος μέσω:"
#~ msgid "Edit parameters"
#~ msgstr "Τροποποίηση παραμέτρων"
#~ msgid "Save"
#~ msgstr "Αποθήκευση"
#~ msgid "Try your search on..."
#~ msgstr "Δοκιμάστε την έρευνά σας στο..."
#, fuzzy
#~ msgid "Timeout"
#~ msgstr "Ώρα"
#, fuzzy
#~ msgid "See results"
#~ msgstr "αποτελέσματα"
#, fuzzy
#~ msgid "%(num)s results found"
#~ msgstr "%s εγγραφές βρέθηκαν"
#, fuzzy
#~ msgid "No result found"
#~ msgstr "Δεν βρέθηκαν ερωτήματα"
#~ msgid "user #%i"
#~ msgstr "χρήστης #%i"
#, fuzzy
#~ msgid "GROUP_DELETED"
#~ msgstr "ΔΙΑΓΡΑΦΗ"
#, fuzzy
#~ msgid "MEMBER_DELETED"
#~ msgstr "ΔΙΑΓΡΑΦΗ"
#~ msgid "Your modifications have now been submitted."
#~ msgstr "Οι τροποποιήσεις σας έχουν υποβληθεί."
#~ msgid "You can now go back to %s."
#~ msgstr "Μπορείτε να επιστρέψετε στο %s."
#~ msgid "You can now go back to"
#~ msgstr "Μπορείτε να επιστρέψετε στο"
#~ msgid "Sort by"
#~ msgstr "Ταξινόμηση με"
#~ msgid "%s wrote on %s:"
#~ msgstr "%s καταγράφηκε στις %s:"
#~ msgid "Words nearest to"
#~ msgstr "Κοντινές λέξεις σε"
#~ msgid "inside"
#~ msgstr "μέσα"
#~ 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 %slogin or register here%s."
#~ msgstr ""
#~ "Έχετε συνδεθεί σαν χρήστης guest, οπότε τα καλάθια σας θα εξαφανιστούν "
#~ "στο τέλος της τρέχουσας συνεδρίας. Εάν επιθυμείτε, μπορείτε να κάνετε "
#~ "%slogin ή να εγγραφείτε εδώ.%s"
#~ msgid "here"
#~ msgstr "εδώ"
#~ msgid "No waiting member"
#~ msgstr "Δεν βρέθηκε χρήστης σε αναμονή"
#~ msgid "Waiting members"
#~ msgstr "Χρήστες σε αναμονή"
#~ msgid "Group: <b>%s</b>"
#~ msgstr "Ομάδα: <b>%s</b>"
#~ msgid "Please select"
#~ msgstr "Παρακαλώ επιλέξτε"
#~ msgid "Please Select:"
#~ msgstr "Παρακαλώ Επιλέξτε"
#~ msgid "Add member"
#~ msgstr "Προσθήκη μέλους"
#~ msgid "Bring item up"
#~ msgstr "Μετακίνηση στοιχείου επάνω"
#~ msgid "You're not member of a group"
#~ msgstr "Δεν είστε μέλος ομάδας"
#~ msgid "Cannot find number of pages."
#~ msgstr "Δεν μπορώ να βρώ τον αριθμό των σελίδων."
#~ msgid "Cannot find document."
#~ msgstr "Δεν μπορώ να βρω το έγγραφο."
#~ msgid "You now have to"
#~ msgstr "Τώρα πρέπει να"
#~ msgid ""
#~ "You first have to login before using this feature. Use the left menu to "
#~ "log in."
#~ msgstr ""
#~ "Πρέπει να κάνετε login (από το μενού στα αριστερά) για να χρησιμοποιήσετε "
#~ "την λειτουργία αυτή."
#~ msgid "All of the words"
#~ msgstr "Όλες οι λέξεις"
#~ msgid "Any of the words"
#~ msgstr "Οποιαδήποτε από τις λέξεις"
#~ msgid "Exact phrase"
#~ msgstr "Ακριβής φράση"
#~ msgid "Partial phrase"
#~ msgstr "Επιμέρους φράση"
#~ msgid "Regular expression"
#~ msgstr "Regular expression"
#~ msgid "Added since"
#~ msgstr "Προστέθηκαν από"
#~ msgid "Record #%d: %s"
#~ msgstr "Εγγραφή #%d: %s"
#~ msgid "<strong>%s</strong> records found"
#~ msgstr "<strong>%s</strong> εγγραφές βρέθηκαν"
#~ msgid ""
#~ "<p>Sorry, collection <strong>%s</strong> does not seem to exist. <p>You "
#~ "may want to start browsing from <a href=\"%s\">%s</a>."
#~ msgstr ""
#~ "<p>Δυστυχώς η συλλογή <strong>%s</strong> δεν υπάρχει. <p>Ενδεχομένως να "
#~ "ενδιαφέρεστε να ξεκινήσετε την έρευνα από <a href=\"%s\">%s</a>."
#~ 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"
#~ " <a href=\"%s/youraccount/login?ln=%s\">login or register "
#~ "here</a>."
#~ msgstr ""
#~ "Έχετε συνδεθεί σαν χρήστης guest, οπότε οι %s σας θα εξαφανιστούν στο "
#~ "τέλος της τρέχουσας συνεδρίας. Εάν επιθυμείτε, μπορείτε\n"
#~ " <a href=\"%s/youraccount/login?ln=%s\">να κάνετε login ή "
#~ "να εγγραφείτε εδώ.</a>"
#~ msgid "your groups"
#~ msgstr "των ομάδων"
#~ msgid "your submissions"
#~ msgstr "των υποβολών"
#~ msgid "your approvals"
#~ msgstr "των εγκρίσεών"
#~ msgid "Edit<br/>members"
#~ msgstr "Τροποποίηση μελών"
#~ msgid "Create New Group"
#~ msgstr "Δημιουργία Νέας Ομάδας"
#~ msgid "Error: %s"
#~ msgstr "Σφάλμα: %s"
#~ msgid "error"
#~ msgstr "σφάλμα"
#~ msgid "warning"
#~ msgstr "προειδοποίηση"
#~ msgid "Submission no(1)"
#~ msgstr "Υποβολή Νο(1)"
#~ msgid "record #%s"
#~ msgstr "εγγραφή #%s"
#~ msgid "pending"
#~ msgstr "εκκρεμούν"
#~ msgid "click here"
#~ msgstr "κάντε κλίκ εδώ"
#~ msgid ""
#~ "Last approval email was sent on: <strong class=\"headline\">%(date)s</"
#~ "strong>"
#~ msgstr ""
#~ "Το τελευταίο email έγκρισης απεστάλη στις: <strong class=\"headline\">"
#~ "%(date)s</strong>"
#~ msgid "This Document has been <strong class=\"headline\">approved</strong>."
#~ msgstr ""
#~ "Το έγγραφο αυτό έχει <strong class=\"headline\">γίνει αποδεκτό</strong>."
#~ msgid ""
#~ "Its approved reference is: <strong class=\"headline\">%(rn)s</strong>"
#~ msgstr ""
#~ "Ο αριθμός αναφοράς της αποδοχής είναι: <strong class=\"headline\">%(rn)s</"
#~ "strong>"
#~ msgid ""
#~ "It has been approved on: <strong class=\"headline\">%(date)s</strong>"
#~ msgstr ""
#~ "Έχει γίνει αποδεκτό στις: <strong class=\"headline\">%(date)s</strong>"
#~ msgid "This Document has been <strong class=\"headline\">rejected</strong>."
#~ msgstr ""
#~ "Το έγγραφο αυτό έχει <strong class=\"headline\">απορριφθεί</strong>."
#~ msgid ""
#~ "It has been rejected on: <strong class=\"headline\">%(date)s</strong>"
#~ msgstr "Απορρίφθηκε στις: <strong class=\"headline\">%(date)s</strong>"
#~ msgid "%s"
#~ msgstr "%s"
#~ msgid "Detailed record #%s"
#~ msgstr "Αναλυτική εγγραφή #%s"
#~ msgid "These users are overquota: "
#~ msgstr "Οι παρακάτω χρήστε έχουν ξεπεράσει το όριο χρήσης: "
#~ msgid "Search term <em>%s</em>"
#~ msgstr "Όρος αναζήτησης <em>%s</em>"
#~ msgid "inside <em>%s</em> index"
#~ msgstr "στο <em>%s</em> ευρετήριο"
#~ msgid ""
#~ "Note: you currently haven't %(link_open)sdefined a nickname%(link_close)s."
#~ msgstr ""
#~ "Σημείωση: μέχρι στιγμής δεν έχετε %(link_open)sορίσει ένα nickname"
#~ "%(link_close)s."
#~ msgid "%s will temporarly be displayed as author of this comment."
#~ msgstr "Ο %s θα εμφανίζεται προσωρινά ως συγγραφέας του σχολίου αυτού"
#~ msgid "Article:"
#~ msgstr "Άρθρο:"
#~ msgid "Comment:"
#~ msgstr "Σχόλιο:"
#~ msgid "email"
#~ msgstr "email"
#~ msgid "Write a %s"
#~ msgstr "Γράψτε μια %s"
#~ msgid ""
#~ "The record will be deleted as soon as the task queue is empty. You can "
#~ "now go back to"
#~ msgstr ""
#~ "Η εγγραφή θα διαγραφεί μόλις αδειάσει η ουρά εργασιών. Μπορείτε τώρα να "
#~ "επιστρέψετε στο"
#~ msgid "#"
#~ msgstr "#"
#~ msgid "Editing basket \"%s\""
#~ msgstr "Τροποποίηση καλαθιού \"%s\""
#~ msgid "Discuss this document:"
#~ msgstr "Συζήτηση για στο έγγραφο:"
#~ msgid "(Report abuse)"
#~ msgstr "(Αναφορά κακόβουλης χρήσης)"
#~ msgid "Average review score"
#~ msgstr "Μέσος βαθμολογία κριτικών"
#~ msgid "based on %(nb_comments_total)s reviews"
#~ msgstr "βασισμένο σε %(nb_comments_total)s κριτικές"
#~ msgid "MARC"
#~ msgstr "MARC"
#~ msgid "Please try to come back later."
#~ msgstr "Παρακαλώ δοκιμάστε αργότερα."
#~ msgid "Please enter"
#~ msgstr "Παρακαλώ εισάγετε"
#~ msgid "to edit"
#~ msgstr "προς επεξεργασία"
#~ msgid "detailed list"
#~ msgstr "αναλυτική λίστα"
#~ msgid "your searches"
#~ msgstr "έρευνές σας"
#~ msgid "%i personal baskets"
#~ msgstr "%i προσωπικά καλάθια"
#~ msgid "%i group baskets"
#~ msgstr "%i ομαδικά καλάθια"
#~ msgid "%i others' baskets"
#~ msgstr "%i καλάθια άλλων"
#~ msgid "View all Reported %s"
#~ msgstr "Επισκόπηση όλων των %s που έχουν αναφερθεί"
diff --git a/po/en.po b/po/en.po
index 90e2788d3..272af4757 100644
--- a/po/en.po
+++ b/po/en.po
@@ -1,6864 +1,6864 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2006-10-12 17:50+0200\n"
"Last-Translator: Tibor Simko <tibor.simko@cern.ch>\n"
"Language-Team: EN <cds.support@cern.ch>\n"
"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"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr ""
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr ""
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr ""
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr ""
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr ""
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
msgid "Search Guide"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr ""
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr ""
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr ""
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr ""
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
msgid "Export as"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr ""
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr ""
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
msgid "Submit Guide"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr ""
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr ""
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
msgid "Narrow by collection:"
msgstr ""
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
msgid "Add to personal basket"
msgstr ""
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
msgid "WebSubmit Admin Guide"
msgstr ""
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
msgid "No fulltext"
msgstr ""
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
msgid "or"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:123
msgid "Verbose"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
msgid "Action"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:155
msgid "Display"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:274
msgid "Done"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:275
msgid "Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
msgid "Move up"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:369
msgid "Move down"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:476
msgid "This record does not exist."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:500
msgid "There are record revisions not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
msgid "Please try again in a few minutes."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
msgid "Edit another record"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:563
#, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, python-format
msgid "Submit and save record %s"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, python-format
msgid "Record #%s"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
msgid "Description"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
msgid "Show Documentation"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
msgid "Manage Output Formats"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1134
msgid "Add New Output Format"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
msgid "Close Output Format"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
msgid "Rules"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
msgid "Remove Rule"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:2266
msgid "An error has been found"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr ""
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr ""
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
msgid "Test with record:"
msgstr ""
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr ""
#: modules/bibformat/lib/elements/bfe_authors.py:120
msgid "Hide"
msgstr ""
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
msgid "Download fulltext"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
msgid "older versions"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
msgid "Restricted Output Format"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, python-format
msgid "Output Format %s Rules"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:371
msgid "Delete Output Format"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:417
msgid "Cannot create output format"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:660
msgid "Delete Format Template"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1285
msgid "Delete Knowledge Base"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
msgid "See Guide"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr ""
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
msgid "Citation history:"
msgstr ""
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
msgid "Download history:"
msgstr ""
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
msgid "Download user distribution:"
msgstr ""
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr ""
#: modules/miscutil/lib/dateutils.py:159
msgid "Sun"
msgstr ""
#: modules/miscutil/lib/dateutils.py:160
msgid "Mon"
msgstr ""
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr ""
#: modules/miscutil/lib/dateutils.py:162
msgid "Wed"
msgstr ""
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr ""
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr ""
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr ""
#: modules/miscutil/lib/dateutils.py:167
msgid "Sunday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:168
msgid "Monday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:169
msgid "Tuesday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:173
msgid "Saturday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
msgid "Month"
msgstr ""
#: modules/miscutil/lib/dateutils.py:188
msgid "Jan"
msgstr ""
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr ""
#: modules/miscutil/lib/dateutils.py:190
msgid "Mar"
msgstr ""
#: modules/miscutil/lib/dateutils.py:191
msgid "Apr"
msgstr ""
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr ""
#: modules/miscutil/lib/dateutils.py:193
msgid "Jun"
msgstr ""
#: modules/miscutil/lib/dateutils.py:194
msgid "Jul"
msgstr ""
#: modules/miscutil/lib/dateutils.py:195
msgid "Aug"
msgstr ""
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr ""
#: modules/miscutil/lib/dateutils.py:197
msgid "Oct"
msgstr ""
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr ""
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr ""
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr ""
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr ""
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr ""
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr ""
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr ""
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr ""
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr ""
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr ""
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr ""
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr ""
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr ""
#: modules/miscutil/lib/dateutils.py:231
msgid "Day"
msgstr ""
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
msgid "Sorry"
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:100
msgid "The error report has been sent."
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:412
msgid "times cited"
msgstr ""
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
msgid "Hello:"
msgstr ""
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr ""
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
msgid "Configure OAI Repository"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
msgid "Configure WebComment"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
msgid "Configure WebSearch"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, python-format
msgid "Your account on '%s' has been activated"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
msgid "Username/Email:"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
msgid "Password:"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, python-format
msgid "Account created on '%s'"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, python-format
msgid "An account has been created for you on '%s':"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, python-format
msgid "Account rejected on '%s'"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, python-format
msgid "Username/Email: %s"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, python-format
msgid "Account deleted on '%s'"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, python-format
msgid "Your account on '%s' has been deleted:"
msgstr ""
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr ""
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr ""
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr ""
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr ""
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr ""
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
msgid "You do not have rights for this operation."
msgstr ""
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr ""
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr ""
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr ""
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr ""
#: modules/webalert/lib/webalert.py:376
#, python-format
msgid "The alert %s has been successfully updated."
msgstr ""
#: modules/webalert/lib/webalert.py:428
#, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:90
msgid "Collections"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:92
msgid "Collection"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:114
msgid "alert name"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
msgid "monthly"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
msgid "daily"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:300
#, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:322
msgid "Result in basket"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
msgid "no basket"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
msgid "Remove"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:374
msgid "Modify"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:434
#, python-format
msgid "Here are the %s most popular searches."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:445
msgid "Question"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:449
msgid "Last Run"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:79
msgid "Popular Searches"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
msgid "Your Searches"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
msgid "Your Account"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:90
#, python-format
msgid "%s Personalize, Display searches"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, python-format
msgid "%s, personalize"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, python-format
msgid "%s Personalize, Set a new alert"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:227
#, python-format
msgid "%s Personalize, Modify alert settings"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
msgid "Your Alerts"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, python-format
msgid "%s Personalize, Display alerts"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
msgid "Display alerts"
msgstr ""
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr ""
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
msgid "Personal baskets"
msgstr ""
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
msgid "Group baskets"
msgstr ""
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
msgid "Others' baskets"
msgstr ""
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:198
#, python-format
msgid "There are %i baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:206
msgid "updated on"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
msgid "Public basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
msgid "records"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
msgid "last update"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
msgid "Basket's name"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:355
msgid "View"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:377
msgid "There is currently no publicly accessible basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:422
msgid "Actions"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
msgid "Non-shared basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
msgid "Shared basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
msgid "Group-shared basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
msgid "Edit basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:521
msgid "last comment:"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:582
msgid "Move item up"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:590
msgid "Move item down"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:606
msgid "Remove item"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:609
msgid "External record"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:647
msgid "View comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:672
msgid "This basket is publicly accessible at the following address:"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:833
msgid "Back to baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "on"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:876
msgid "Delete comment"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
msgid "Create new basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1001
msgid "Select topic"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1019
msgid "Create new topic"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1021
msgid "Create a new basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
msgid "Select basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, python-format
msgid "%i baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1111
msgid "Add to a group-shared basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1167
msgid "Add to baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1174
#, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1277
msgid "General settings"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1314
msgid "Delete basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1338
msgid "Editing basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
msgid "View records"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "and"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
msgid "add records"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
msgid "delete comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
msgid "remove records"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
msgid "Back to search results"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:98
msgid "Display baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
msgid "Your Baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:474
msgid "Delete a basket"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:721
msgid "Create basket"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
msgid "List of public baskets"
msgstr ""
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
msgid "Report abuse"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:361
#, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
msgid "Reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
msgid "Review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
msgid "Article"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:808
msgid "Add comment"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:901
msgid "Select a score"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:908
msgid "Add review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:940
msgid "Your comment was successfully added."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:942
msgid "Back to record"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1029
msgid "View all users who have been reported"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
msgid "Email"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1179
#, python-format
msgid "This review has been reported %i times"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1181
#, python-format
msgid "This comment has been reported %i times"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1258
msgid "Written by"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1260
msgid "Select"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1274
msgid "Delete selected reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1279
msgid "Delete selected comments"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1375
msgid "Not yet reviewed"
msgstr ""
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
msgid "Record Not Found"
msgstr ""
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
msgid "Login"
msgstr ""
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr ""
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr ""
#: modules/webcomment/web/admin/webcommentadmin.py:95
msgid "Delete Comment"
msgstr ""
#: modules/webcomment/web/admin/webcommentadmin.py:168
msgid "View all reported users"
msgstr ""
#: modules/webcomment/web/admin/webcommentadmin.py:214
msgid "Delete comments"
msgstr ""
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr ""
#: modules/webmessage/lib/webmessage.py:129
msgid "The message could not be deleted."
msgstr ""
#: modules/webmessage/lib/webmessage.py:131
msgid "The message was successfully deleted."
msgstr ""
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr ""
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr ""
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr ""
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr ""
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr ""
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr ""
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr ""
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr ""
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr ""
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
msgid "Your Messages"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:87
msgid "Subject"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:88
msgid "Sender"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:97
msgid "No messages"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:101
msgid "No subject"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:282
msgid "Send later?"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
msgid "Subject:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
msgid "Message:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:451
msgid "Sent to:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:569
#, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:679
#, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr ""
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr ""
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr ""
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr ""
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr ""
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr ""
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr ""
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr ""
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr ""
#: modules/websearch/lib/search_engine.py:851
msgid "HTML brief"
msgstr ""
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr ""
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr ""
#: modules/websearch/lib/search_engine.py:1716
#, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr ""
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
#: modules/websearch/lib/search_engine.py:2068
#, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
#: modules/websearch/lib/search_engine.py:2077
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:2190
msgid "No words index available for"
msgstr ""
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr ""
#: modules/websearch/lib/search_engine.py:2226
#, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr ""
#: modules/websearch/lib/search_engine.py:2230
#, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr ""
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr ""
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr ""
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr ""
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr ""
#: modules/websearch/lib/search_engine.py:3750
msgid "Requested record does not seem to exist."
msgstr ""
#: modules/websearch/lib/search_engine.py:3984
msgid "No match within your time limits, discarding this condition..."
msgstr ""
#: modules/websearch/lib/search_engine.py:4008
msgid "No match within your search limits, discarding this condition..."
msgstr ""
#: modules/websearch/lib/websearchadminlib.py:3202
msgid "Information"
msgstr ""
#: modules/websearch/lib/websearchadminlib.py:3203
msgid "References"
msgstr ""
#: modules/websearch/lib/websearchadminlib.py:3204
msgid "Citations"
msgstr ""
#: modules/websearch/lib/websearchadminlib.py:3205
msgid "Discussion"
msgstr ""
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, python-format
msgid "Search %s records for:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:659
msgid "less"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
msgid "Search everywhere"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:854
#, python-format
msgid "Search %s records for"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:938
msgid "Search options:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
msgid "Added/modified since:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
msgid "until:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
msgid "Display results:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
msgid "Output format:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1154
msgid "Modified since:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1191
msgid "Focus on:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1252
msgid "Search also:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1392
msgid "Latest additions:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, python-format
msgid "Cited by %i records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1556
#, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1559
#, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, python-format
msgid "%s records found"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2343
msgid "begin"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2367
msgid "end"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2387
msgid "jump to record:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2400
#, python-format
msgid "Search took %s seconds."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2589
#, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2637
msgid ""
"Boolean query returned no hits. Please combine your search terms differently."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2669
msgid "See also: similar author names"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, python-format
msgid "Collection %s Not Found"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3101
msgid "People who downloaded this document also downloaded:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3117
msgid "People who viewed this page also viewed:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3170
#, python-format
msgid "Cited by: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3310
msgid "Affiliations:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3346
msgid "Publishes in"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3353
msgid "Papers:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3355
msgid "times"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3383
msgid "Citations:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3413
msgid "Citation summary results"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3418
msgid "Total number of citable papers analyzed:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3441
msgid "Total number of citations:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:420
msgid "You are not authorized to view this area."
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:755
msgid "Not found"
msgstr ""
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:52
msgid ""
"Haven't found what you were looking for? Try your search on other servers:"
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:120
msgid "Search timed out."
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
msgid "No results found."
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, python-format
msgid "%s results found"
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, python-format
msgid "%s seconds"
msgstr ""
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr ""
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr ""
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
#: modules/websession/lib/websession_templates.py:97
msgid "External account settings"
msgstr ""
#: modules/websession/lib/websession_templates.py:99
#, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:103
msgid "External user groups"
msgstr ""
#: modules/websession/lib/websession_templates.py:160
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr ""
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr ""
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr ""
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
msgid "mandatory"
msgstr ""
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr ""
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr ""
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
#: modules/websession/lib/websession_templates.py:215
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
#: modules/websession/lib/websession_templates.py:217
msgid "Old password"
msgstr ""
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr ""
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr ""
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr ""
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr ""
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr ""
#: modules/websession/lib/websession_templates.py:224
msgid "Set new password"
msgstr ""
#: modules/websession/lib/websession_templates.py:229
#, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:235
#, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:249
msgid "Edit language-related settings"
msgstr ""
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr ""
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
msgid "Update settings"
msgstr ""
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr ""
#: modules/websession/lib/websession_templates.py:279
msgid "Show the latest additions box"
msgstr ""
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr ""
#: modules/websession/lib/websession_templates.py:295
msgid "Number of search results per page"
msgstr ""
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr ""
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr ""
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
msgid "Select method"
msgstr ""
#: modules/websession/lib/websession_templates.py:359
#, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr ""
#: modules/websession/lib/websession_templates.py:382
msgid "Send password reset link"
msgstr ""
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:389
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr ""
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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:427
#: modules/websession/lib/websession_webinterface.py:267
msgid "Your Settings"
msgstr ""
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr ""
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr ""
#: modules/websession/lib/websession_templates.py:441
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:450
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:459
msgid "Your Loans"
msgstr ""
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr ""
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr ""
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:573
msgid "Your Alert Searches"
msgstr ""
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
msgid "Your Groups"
msgstr ""
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
msgid "Your Submissions"
msgstr ""
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
msgid "Your Approvals"
msgstr ""
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr ""
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr ""
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr ""
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr ""
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:707
#, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr ""
#: modules/websession/lib/websession_templates.py:722
msgid "Deleting your account"
msgstr ""
#: modules/websession/lib/websession_templates.py:736
msgid "You are no longer recognized by our system."
msgstr ""
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr ""
#: modules/websession/lib/websession_templates.py:780
#, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
#: modules/websession/lib/websession_templates.py:787
#, 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:810
msgid "Login method:"
msgstr ""
#: modules/websession/lib/websession_templates.py:837
msgid "Username"
msgstr ""
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr ""
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr ""
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr ""
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr ""
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr ""
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
#: modules/websession/lib/websession_templates.py:900
msgid "Set a new password for"
msgstr ""
#: modules/websession/lib/websession_templates.py:901
msgid "Type the new password"
msgstr ""
#: modules/websession/lib/websession_templates.py:902
msgid "Type again the new password"
msgstr ""
#: modules/websession/lib/websession_templates.py:903
msgid "Set the new password"
msgstr ""
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr ""
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr ""
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr ""
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr ""
#: modules/websession/lib/websession_templates.py:978
#, 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:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr ""
#: modules/websession/lib/websession_templates.py:1014
#, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr ""
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr ""
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr ""
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr ""
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr ""
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr ""
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr ""
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr ""
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr ""
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr ""
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr ""
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr ""
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr ""
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1291
#, python-format
msgid "Edit %s members"
msgstr ""
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
msgid "Create new group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr ""
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1391
msgid "You are a member of the following external groups:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1414
msgid "You are not a member of any external groups."
msgstr ""
#: modules/websession/lib/websession_templates.py:1462
msgid "Update group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1464
#, python-format
msgid "Edit group %s"
msgstr ""
#: modules/websession/lib/websession_templates.py:1466
msgid "Delete group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1539
msgid "Group name:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1541
msgid "Group description:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
msgid "Please select:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr ""
#: modules/websession/lib/websession_templates.py:1652
msgid "Choose group:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1802
msgid "Remove member"
msgstr ""
#: modules/websession/lib/websession_templates.py:1804
msgid "No members."
msgstr ""
#: modules/websession/lib/websession_templates.py:1814
msgid "Accept member"
msgstr ""
#: modules/websession/lib/websession_templates.py:1814
msgid "Reject member"
msgstr ""
#: modules/websession/lib/websession_templates.py:1816
msgid "No members awaiting approval."
msgstr ""
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
msgid "Current members"
msgstr ""
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
msgid "Members awaiting approval"
msgstr ""
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr ""
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
#: modules/websession/lib/websession_templates.py:1827
#, python-format
msgid "Group: %s"
msgstr ""
#: modules/websession/lib/websession_templates.py:1910
msgid "Group list"
msgstr ""
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr ""
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr ""
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr ""
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr ""
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr ""
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr ""
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr ""
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
#: modules/websession/lib/websession_templates.py:2124
#, python-format
msgid "Group %s: Join request has been accepted"
msgstr ""
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr ""
#: modules/websession/lib/websession_templates.py:2127
#, python-format
msgid "Group %s: Join request has been rejected"
msgstr ""
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr ""
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:2145
#, python-format
msgid "Group %s has been deleted"
msgstr ""
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr ""
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr ""
#: modules/websession/lib/webuser.py:299
msgid "user"
msgstr ""
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr ""
#: modules/websession/lib/webuser.py:713
msgid "New account on"
msgstr ""
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr ""
#: modules/websession/lib/webuser.py:716
msgid "A new account has been created on"
msgstr ""
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr ""
#: modules/websession/lib/webuser.py:720
msgid " Username/Email"
msgstr ""
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
msgid "Email address successfully activated"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:155
msgid "Reset password"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:161
msgid "This request for resetting a password has already been used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:164
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:271
#, python-format
msgid "%s Personalize, Your Settings"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
msgid "Show account"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:323
msgid "Switched to internal login method."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:324
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:332
msgid "Send Password"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:415
msgid "Password edited"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
msgid "Editing password failed"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:423
msgid "Wrong old password inserted."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:450
msgid "Unable to update settings."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:507
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:552
msgid "Reset password link sent"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:597
msgid "Delete Account"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:623
msgid "Logout"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:1157
msgid "Edit group members"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:414
msgid "Last updated"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:500
msgid "This site is also available in the following languages:"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:529
msgid "Browser"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:551
msgid "System Error"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:624
#, python-format
msgid "Please contact %s quoting the following information:"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:772
#, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr ""
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
msgid "Admin Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:161
msgid "Latest modifications:"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:166
msgid "See also"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, python-format
msgid "Page %s Not Found"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
msgid "Invalid parameter"
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:384
msgid "Unknown form field found on submission page."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:512
msgid "Unknown form field found on one of the submission pages."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:1469
msgid "The chosen action is not supported by the document type."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:95
msgid "Please select the type of document you want to submit"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:301
msgid "Please select a category"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:535
msgid "Submission number"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
msgid "Back to main menu"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:957
msgid "Submission no"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1032
msgid "Function"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1033
msgid "Score"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1111
msgid "record"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
msgid "version"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1375
msgid "For"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1435
msgid "Last access"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1446
#, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
msgid "Pending"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
msgid "Approved"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
msgid "Rejected"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
msgid "Waiting for approval"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
msgid "Already approved"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1808
msgid "List of refereing categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1812
msgid "List of publication categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1816
msgid "List of direct approval categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
msgid "Cancelled"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2073
msgid "List of publication documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2075
msgid "List of direct approval documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
msgid "It was first sent for approval on:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2298
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2305
#, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2307
msgid "Its approved reference is:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2313
msgid "It was approved on:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2315
#, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2323
msgid "It was rejected on:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
msgid "No referee has been selected yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
msgid "Select a referee"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
msgid "Send a recommendation"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2453
msgid "No editorial board has been selected yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2602
msgid "Comments overview"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
msgid "select user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2741
msgid "add this user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2791
msgid "remove this user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2906
msgid "User"
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:172
msgid "The collection to which this file belong is restricted: "
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:178
msgid "This file is restricted: "
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:303
msgid "Not enough information to retrieve the document"
msgstr ""
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr ""
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr ""
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
msgid "Action unauthorized for this document."
msgstr ""
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
msgid "Action unavailable for this document."
msgstr ""
#: modules/websubmit/web/publiline.py:668
msgid "Adding users to the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "hits"
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr ""
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr ""
#: modules/websubmit/web/publiline.py:793
msgid "Referee selection"
msgstr ""
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
msgid "Come back to the document"
msgstr ""
#: modules/websubmit/web/publiline.py:1068
msgid "Select:"
msgstr ""
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
msgid "Approve"
msgstr ""
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
msgid "Reject"
msgstr ""
#: modules/websubmit/web/publiline.py:1168
msgid "Wrong action for this document."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:98
#, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:143
msgid "Regeneration Error"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
msgid "Publish"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
msgid "Refresh"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
msgid "Update"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:625
msgid "Apply"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
msgid "Internal configuration error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:194
msgid "No journal articles"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:232
msgid "No journal issues"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:269
msgid "Journal article error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:303
msgid "No journals available"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:358
msgid "No current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:450
msgid "No popup record"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:482
msgid "Update error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:513
msgid "Journal publishing DB error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:544
msgid "Journal issue error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:545
msgid "We could not find a current issue in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:575
msgid "Journal ID error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:611
msgid "Sorry, this category does not exist for this journal."
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:74
msgid "WebJournal Admin"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:148
msgid "Feature a record"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:309
msgid "Publishing Interface"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:335
msgid "Add Journal"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:337
msgid "Edit Settings"
msgstr ""
diff --git a/po/es.po b/po/es.po
index 7f2c90310..1b528b19e 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1,7589 +1,7589 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-02-28 18:42+0100\n"
"Last-Translator: Ferran Jorba <Ferran.Jorba@uab.cat>\n"
"Language-Team: ES <cds.support@cern.ch>\n"
"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"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "Y NO"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "Zona de administración"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "Lista"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "Consejos para la búsqueda"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "resumen"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "texto completo"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "Expresión regular:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "Todas las palabras:"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "número de reporte"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "año"
# Debe traducirse igual que el 'Subject' del correo electrónico
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr "materia"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "Frase parcial:"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "referencia"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "autor"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
#, fuzzy
msgid "Search Guide"
msgstr "Véase la guía"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "experimento"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "Al menos una de las palabras:"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "división"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "Buscar"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "cualquier campo"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "Centro de ayuda"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
#, fuzzy
msgid "Export as"
msgstr "Denuncie un abuso"
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "colección"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "Frase exacta:"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
#, fuzzy
msgid "Submit Guide"
msgstr "Ayuda para el envio"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "O"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "Y"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "palabra clave"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "título"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
msgid "Narrow by collection:"
msgstr "Búsqueda por colección:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
#, fuzzy
msgid "Add to personal basket"
msgstr "Añadir a la cesta personal"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
#, fuzzy
msgid "WebSubmit Admin Guide"
msgstr "Administración de WebSubmit"
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
#, fuzzy
msgid "No fulltext"
msgstr "texto completo"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
msgid "or"
msgstr "o"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr "Añadir subcampo"
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr "Campo"
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr "Añadir campo"
#: modules/bibedit/lib/bibedit_templates.py:123
msgid "Verbose"
msgstr "Textual"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "Enviar"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr "Cancelar"
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr "Suprimir"
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
msgid "Action"
msgstr "Acción"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr "Registro"
#: modules/bibedit/lib/bibedit_templates.py:155
msgid "Display"
msgstr "Mostrar"
#: modules/bibedit/lib/bibedit_templates.py:274
msgid "Done"
msgstr "Listo"
#: modules/bibedit/lib/bibedit_templates.py:275
#, fuzzy
msgid "Add another subfield"
msgstr "Añadir subcampo"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
#, fuzzy
msgid "Move up"
msgstr "Subirlo"
#: modules/bibedit/lib/bibedit_templates.py:369
#, fuzzy
msgid "Move down"
msgstr "Bajarlo"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr "Editar"
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr "Sus cambios son TEMPORALES."
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr "Para guardar este registro, haga clic en Enviar."
#: modules/bibedit/lib/bibedit_templates.py:476
msgid "This record does not exist."
msgstr "Este registro no existe."
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr "Pruebe otro número de registro."
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr "Este registro está siendo editado por otra persona."
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr "Vuélvalo a intentar."
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr "No se puede editar un registro suprimido."
#: modules/bibedit/lib/bibedit_templates.py:500
#, fuzzy
msgid "There are record revisions not yet synchronized with the database."
msgstr "La dirección electrónica facilitada no existe en la base de datos."
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
#, fuzzy
msgid "Please try again in a few minutes."
msgstr "Vuélvalo a intentar."
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr "Introduzca el identificador del registro que desea editar"
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr ""
"Sus modificaciones han sido enviadas. Se procesarán tan pronto como la cola "
"de tareas esté vacía"
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
#, fuzzy
msgid "Edit another record"
msgstr "Pruebe otro número de registro."
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr "¿Está seguro de que quiere suprimir este registro?"
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr "Sí"
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr "No"
#: modules/bibedit/lib/bibedit_templates.py:563
#, fuzzy, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr "¿Está seguro de que quiere suprimir este registro?"
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr ""
"Este registro se suprimirá tan pronto como la cola de tareas esté vacía."
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr "Registro %s - Añadir un campo"
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr "Interfaz de administración de BibEdit"
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr "Edición del registro %(x_recid)s, campo %(x_field)s"
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr ""
"Edición del registro %(x_recid)s, campo %(x_field)s - Añadir un subcampo"
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, python-format
msgid "Submit and save record %s"
msgstr "Enviar y guardar el registro %s"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, fuzzy, python-format
msgid "Record #%s"
msgstr "Registro #%d"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, fuzzy, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr "Edición del registro %(x_recid)s, campo %(x_field)s"
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr "Menú"
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr "Cerrar el editor"
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr "Modificar los atributos de la plantilla"
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr "Editor de plantillas"
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr "Comprobar las dependencias"
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr "Nombre"
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
msgid "Description"
msgstr "Descripción"
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr "Actualizar los atributos del formato"
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
msgid "Show Documentation"
msgstr "Mostrar la documentación"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr "Esconder la documentación"
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr "Estado"
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr "Fecha de la última modificación"
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
msgid "Manage Output Formats"
msgstr "Gestionar los formatos de salida"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr "Gestionar las plantillas de los formatos"
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr "Documentación de los elementos de los formatos"
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr "Gestionar las bases de conocimiento"
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr "Añadir una nueva plantilla de formato"
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr "Comprobar las plantillas de formato extensivamente"
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr "Código"
#: modules/bibformat/lib/bibformat_templates.py:1134
msgid "Add New Output Format"
msgstr "Añadir un nuevo formato de salida"
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr "menú"
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
msgid "Close Output Format"
msgstr "Cerrar formato de salida"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
msgid "Rules"
msgstr "Reglas"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr "Modificar los atributos del formato de salida"
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
msgid "Remove Rule"
msgstr "Eliminar regla"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr "Añadir una nueva regla"
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr "Guardar cambios"
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr "Mapeados de la base de conocimientos"
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr "Atributos de la base de conocimientos"
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr "Dependencias de la base de conocimiento"
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr "No se ha encontrado ningún problema con el formato"
#: modules/bibformat/lib/bibformat_templates.py:2266
msgid "An error has been found"
msgstr "Se ha encontrado un error"
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr "Se han encontrado los siguentes errores"
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr "Administración de BibFormat"
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
msgid "Test with record:"
msgstr "Probarlo con el registro:"
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr "Introduzca una búsqueda aquí."
#: modules/bibformat/lib/elements/bfe_authors.py:120
msgid "Hide"
msgstr "Esconder"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr "Mostrar todos los %i autores"
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
#, fuzzy
msgid "Download fulltext"
msgstr "texto completo"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
#, fuzzy
msgid "older versions"
msgstr "sesión"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external links"
msgstr "Parámetros generales"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "Texto completo"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
msgid "Restricted Output Format"
msgstr "Formato de salida restringido"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr "De acuerdo"
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, python-format
msgid "Output Format %s Rules"
msgstr "Reglas del formato de salida %s"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr "Atributos del formato de salida %s"
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr "Dependencias del formato de salida %s"
#: modules/bibformat/web/admin/bibformatadmin.py:371
msgid "Delete Output Format"
msgstr "Suprimir el formato de salida"
#: modules/bibformat/web/admin/bibformatadmin.py:417
#, fuzzy
msgid "Cannot create output format"
msgstr "Gestionar los formatos de salida"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr "Plantilla de formato restringido"
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr "Plantilla de formato %s"
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr "Atributos de la plantilla de formato %s"
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr "Dependencias de la plantilla de formato %s"
#: modules/bibformat/web/admin/bibformatadmin.py:660
msgid "Delete Format Template"
msgstr "Suprimir la plantilla de formato"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr "Dependencias del elemento de formato %s"
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr "Probar el elemento de formato %s"
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr "Base de conocimiento desconocida"
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr "Base de conocimiento %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr "Atributos de la base de conocimiento %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr "Dependencias de la base de conocimiento %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1285
msgid "Delete Knowledge Base"
msgstr "Suprimir la base de conocimiento"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr "Validación del formato de salida %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr "Validación de la plantilla de formato %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr "Elemento de formato restringido"
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr "Validación del elemento de formato %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr "Validación del formato"
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
msgid "See Guide"
msgstr "Véase la guía"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr "Fuentes OAI actualmente presentes en la base de datos"
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr "No hay fuentes OAI presentes actualmente en la base de datos"
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr "Siguiente tarea oaiharvest"
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr "previsto para"
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr "estado actual:"
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr "No hay ninguna tarea oaiharvest programada"
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr "validado correctamente"
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr "no parece una baseURL que cumpla con OAI"
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
#, fuzzy
msgid "Citation history:"
msgstr "Histórico de citas"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
#, fuzzy
msgid "Download history:"
msgstr "Histórico de descargas"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
#, fuzzy
msgid "Download user distribution:"
msgstr "Histórico de descargas"
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr "N/D"
#: modules/miscutil/lib/dateutils.py:159
msgid "Sun"
msgstr "Dom"
#: modules/miscutil/lib/dateutils.py:160
msgid "Mon"
msgstr "Lun"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr "Mar"
#: modules/miscutil/lib/dateutils.py:162
msgid "Wed"
msgstr "Mié"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr "Jue"
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr "Vie"
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr "Sáb"
#: modules/miscutil/lib/dateutils.py:167
msgid "Sunday"
msgstr "Domingo"
#: modules/miscutil/lib/dateutils.py:168
msgid "Monday"
msgstr "Lunes"
#: modules/miscutil/lib/dateutils.py:169
msgid "Tuesday"
msgstr "Martes"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr "Miércoles"
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr "Jueves"
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr "Viernes"
#: modules/miscutil/lib/dateutils.py:173
msgid "Saturday"
msgstr "Sábado"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
msgid "Month"
msgstr "Mes"
#: modules/miscutil/lib/dateutils.py:188
msgid "Jan"
msgstr "Ene"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr "Feb"
#: modules/miscutil/lib/dateutils.py:190
msgid "Mar"
msgstr "Mar"
#: modules/miscutil/lib/dateutils.py:191
msgid "Apr"
msgstr "Abr"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "May"
#: modules/miscutil/lib/dateutils.py:193
msgid "Jun"
msgstr "Jun"
#: modules/miscutil/lib/dateutils.py:194
msgid "Jul"
msgstr "Jul"
#: modules/miscutil/lib/dateutils.py:195
msgid "Aug"
msgstr "Ago"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr "Sep"
#: modules/miscutil/lib/dateutils.py:197
msgid "Oct"
msgstr "Oct"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr "Nov"
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr "Dic"
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "Enero"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "Febrero"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "Marzo"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "Abril"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "Junio"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "Julio"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "Agosto"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "Septiembre"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "Octubre"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "Noviembre"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "Diciembre"
#: modules/miscutil/lib/dateutils.py:231
msgid "Day"
msgstr "Día"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "Año"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
msgid "Sorry"
msgstr "Lo sentimos"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr "No ha sido posible enviar la petición de error, falta el parámetro %s."
#: modules/miscutil/lib/errorlib_webinterface.py:100
msgid "The error report has been sent."
msgstr "Se ha enviado el informe de error."
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr "Muchas gracias por ayudarnos a mejorar CDS Invenio."
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr ""
"Use el botón de retroceso de su navegador para volver a la página anterior."
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr "¡Gracias!"
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr "el número de registro"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr "similitud de palabras"
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:412
#, fuzzy
msgid "times cited"
msgstr "Se han editado los parámetros"
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
#, fuzzy
msgid "Hello:"
msgstr "Hola"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr "Hasta la vista"
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr "¿Necesita la intervención del administrador? Póngase en contacto."
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr "Ejecutar BibEdit"
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr "Configurar BibFormat"
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr "Configurar BibHarvest"
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
#, fuzzy
msgid "Configure OAI Repository"
msgstr "Configurar BibFormat"
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr "Configurar BibIndex"
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr "Configurar BibRank"
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr "Configurar WebAccess"
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
msgid "Configure WebComment"
msgstr "Configurar WebComment"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
msgid "Configure WebSearch"
msgstr "Configurar WebSearch"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr "Configurar WebSumbit"
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, fuzzy, python-format
msgid "Your account on '%s' has been activated"
msgstr "Su cuenta ha sido creada correctamente."
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, fuzzy, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr "Su cuenta ha sido creada correctamente."
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
#, fuzzy
msgid "Username/Email:"
msgstr "Nombre de usuario"
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
#, fuzzy
msgid "Password:"
msgstr "Contraseña"
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, fuzzy, python-format
msgid "Account created on '%s'"
msgstr "Cuenta creada"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, fuzzy, python-format
msgid "An account has been created for you on '%s':"
msgstr "Su cuenta ha sido creada correctamente."
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, fuzzy, python-format
msgid "Account rejected on '%s'"
msgstr "Cuenta creada"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, fuzzy, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr "Su petición de ingreso en el grupo %s ha sido rechazada."
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, fuzzy, python-format
msgid "Username/Email: %s"
msgstr "Nombre de usuario"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, fuzzy, python-format
msgid "Account deleted on '%s'"
msgstr "Cuenta creada"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, fuzzy, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "El grupo %s ha sido suprimido."
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "Registro completo"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "Registros similares"
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr "Citado por"
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr "Ya tiene una alerta con el nombre de %s."
# En femenino porque es una fecha
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr "desconocida"
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
#, fuzzy
msgid "You do not have rights for this operation."
msgstr "No tiene suficientes permisos para ver el contenido de esta cesta."
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr "Ya tiene una alerta definida para esta búsqueda y cesta."
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr "La alerta no puede estar vacía."
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr "Usted no es el propietario de esta cesta"
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr "La alerta %s ha sido añadida a su perfil"
#: modules/webalert/lib/webalert.py:376
#, python-format
msgid "The alert %s has been successfully updated."
msgstr "La alerta %s se ha actualizado correctamente."
#: modules/webalert/lib/webalert.py:428
#, fuzzy, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
"Ha hecho %(x_nb)s búsquedas. Hay una %(x_url_open)sdetailed_list"
"%(x_url_close)s disponible con la posibilidad de (a) ver los resultados de "
"la búsqueda y (b) subscribirse para recibir notificaciones por correo "
"electrónico de estas búsquedas"
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr "Patrón"
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr "Patrón 1"
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr "Campo 1"
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr "Patrón 2"
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr "Campo 2"
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr "Patrón 3"
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr "Campo 3"
#: modules/webalert/lib/webalert_templates.py:90
msgid "Collections"
msgstr "Colecciones"
#: modules/webalert/lib/webalert_templates.py:92
msgid "Collection"
msgstr "Colección"
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr "Usted ha definido las siguientes alertas:"
#: modules/webalert/lib/webalert_templates.py:114
msgid "alert name"
msgstr "nombre de la alerta"
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr "MOSTRAR"
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr ""
"Esta alerta le notificará cada vez/sólo si un nuevo ítem satisface la "
"siguiente búsqueda:"
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr "BÚSQUEDA"
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr "Nombre de identificación de la alerta:"
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr "Frecuencia de comprobación de la búsqueda:"
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
msgid "monthly"
msgstr "mensual"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr "semanal"
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
msgid "daily"
msgstr "diaria"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr "¿Enviar notificación por correo electrónico?"
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr "sí"
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr "no"
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr "si %(x_fmt_open)sno%(x_fmt_close)s debe especificar una cesta"
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr "¿Guardar los resultados en una cesta?"
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr "ACTIVAR LA ALERTA"
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr "BORRAR DATOS"
#: modules/webalert/lib/webalert_templates.py:300
#, fuzzy, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
"Definir una nueva alerta a partir de %(x_url1_open)ssus búsquedas"
"%(x_url1_close)s, las %(x_url2_open)sbúsquedas más habituales"
"%(x_url2_close)s, o el formulario de datos."
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr "Frecuencia de comprobación de la búsqueda"
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr "Notificación por correo electrónico"
#: modules/webalert/lib/webalert_templates.py:322
msgid "Result in basket"
msgstr "Resultado en cesta"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr "Fecha de la última ejecución"
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr "Fecha de creación"
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr "Búsqueda"
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
msgid "no basket"
msgstr "ninguna cesta"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
msgid "Remove"
msgstr "Eliminar"
#: modules/webalert/lib/webalert_templates.py:374
msgid "Modify"
msgstr "Modificar"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr "Ejecutar la búsqueda"
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr "Usted ha definido %s alertas."
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
"Todavía no ha ejecutado ninguna búsqueda. Vaya primero a la "
"%(x_url_open)sinterfaz de búsqueda%(x_url_close)s."
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr ""
"Ha ejecutado %(x_nb1)s búsquedas (%(x_nb2)s cuestiones diferentes) durante "
"los últimos 30 días aproximadamente."
#: modules/webalert/lib/webalert_templates.py:434
#, python-format
msgid "Here are the %s most popular searches."
msgstr "Estas son las %s búsquedas más habituales"
#: modules/webalert/lib/webalert_templates.py:445
msgid "Question"
msgstr "Cuestión"
#: modules/webalert/lib/webalert_templates.py:449
msgid "Last Run"
msgstr "Última actualización"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr "Definir una nueva alerta"
#: modules/webalert/lib/webalert_webinterface.py:79
#, fuzzy
msgid "Popular Searches"
msgstr "Sus búsquedas"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
msgid "Your Searches"
msgstr "Sus búsquedas"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
msgid "Your Account"
msgstr "Su cuenta"
#: modules/webalert/lib/webalert_webinterface.py:90
#, fuzzy, python-format
msgid "%s Personalize, Display searches"
msgstr "Mostrar las búsquedas"
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, fuzzy, python-format
msgid "%s, personalize"
msgstr "Personalizar"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr "Error"
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, fuzzy, python-format
msgid "%s Personalize, Set a new alert"
msgstr "Definir una nueva alerta"
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr "Definir una nueva alerta"
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr "Modificar la alerta"
#: modules/webalert/lib/webalert_webinterface.py:227
#, fuzzy, python-format
msgid "%s Personalize, Modify alert settings"
msgstr "Modificar la alerta"
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
msgid "Your Alerts"
msgstr "Sus alertas"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, fuzzy, python-format
msgid "%s Personalize, Display alerts"
msgstr "Mostrar alertas:"
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
msgid "Display alerts"
msgstr "Mostrar alertas:"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr "Su comentario se ha publicado correctamente"
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
msgid "Personal baskets"
msgstr "Cestas personales"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
msgid "Group baskets"
msgstr "Cestas de grupo"
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
msgid "Others' baskets"
msgstr "Cestas de otros"
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
"Tiene %(x_nb_perso)s cestas personales, está subscrito a %(x_nb_group)s "
"cestas de grupo, y a %(x_nb_public)s cestas públicas de otros usuarios."
#: modules/webbasket/lib/webbasket_templates.py:198
#, python-format
msgid "There are %i baskets"
msgstr "Hay %i cestas"
#: modules/webbasket/lib/webbasket_templates.py:206
msgid "updated on"
msgstr "actualizado en"
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr "La cesta está vacía"
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
"Esta cesta pertenece a %(x_name)s. Puede %(x_url_open)ssubscribirse"
"%(x_url_close)s libremente."
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
msgid "Public basket"
msgstr "Cesta pública"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
msgid "records"
msgstr "registros"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
msgid "last update"
msgstr "Última actualización"
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr "Subscribirse a esta cesta"
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
msgid "Basket's name"
msgstr "Nombre de la cesta"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr "Número de visualizaciones"
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr "Propietario"
#: modules/webbasket/lib/webbasket_templates.py:355
msgid "View"
msgstr "Visualizar"
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr "Subscribirse"
#: modules/webbasket/lib/webbasket_templates.py:377
msgid "There is currently no publicly accessible basket"
msgstr "No hay en este momento ninguna cesta públicamente accesible"
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr ""
"Lista de las cestas %(x_nb_begin)i-%(x_nb_end)i de un total de "
"%(x_nb_total)i cestas."
#: modules/webbasket/lib/webbasket_templates.py:422
msgid "Actions"
msgstr "Acciones"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
msgid "Non-shared basket"
msgstr "Cestas no compartidas"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
msgid "Shared basket"
msgstr "Cesta compartida"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
msgid "Group-shared basket"
msgstr "Cesta compartida en grupo"
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
msgid "Edit basket"
msgstr "Editar cestas"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr "No tiene suficientes permisos para ver el contenido de esta cesta."
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr "Darse de baja de esta cesta"
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr "comentarios"
#: modules/webbasket/lib/webbasket_templates.py:521
msgid "last comment:"
msgstr "último comentario"
#: modules/webbasket/lib/webbasket_templates.py:582
msgid "Move item up"
msgstr "Subirlo"
#: modules/webbasket/lib/webbasket_templates.py:590
msgid "Move item down"
msgstr "Bajarlo"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr "Copiarlo"
#: modules/webbasket/lib/webbasket_templates.py:606
msgid "Remove item"
msgstr "Eliminarlo"
#: modules/webbasket/lib/webbasket_templates.py:609
msgid "External record"
msgstr "Registro externo"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr "último"
#: modules/webbasket/lib/webbasket_templates.py:647
#, fuzzy
msgid "View comments"
msgstr "ver comentarios"
#: modules/webbasket/lib/webbasket_templates.py:672
msgid "This basket is publicly accessible at the following address:"
msgstr ""
"Se puede acceder públicamente a esta cesta desde la siguiente dirección:"
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "Ordenar por:"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr "Título"
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr "Fecha"
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr "Comentarios"
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr "Hay un total de %i comentarios"
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr "Escriba un comentario"
#: modules/webbasket/lib/webbasket_templates.py:833
msgid "Back to baskets"
msgstr "Volver a las cestas"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr "por"
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "on"
msgstr "el"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr "Contestar"
#: modules/webbasket/lib/webbasket_templates.py:876
msgid "Delete comment"
msgstr "Suprimir comentario"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr "Añadir comentario"
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr "Comentario"
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
msgid "Create new basket"
msgstr "Crear una nueva cesta"
#: modules/webbasket/lib/webbasket_templates.py:1001
msgid "Select topic"
msgstr "Seleccione el tema"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr "Escoja el tema"
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr "o cree uno de nuevo"
#: modules/webbasket/lib/webbasket_templates.py:1019
msgid "Create new topic"
msgstr "Crear un nuevo tema"
#: modules/webbasket/lib/webbasket_templates.py:1021
msgid "Create a new basket"
msgstr "Crear una nueva cesta"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
msgid "Select basket"
msgstr "Seleccione la cesta"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr "Añadir a la cesta personal"
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, python-format
msgid "%i baskets"
msgstr "%i cestas"
#: modules/webbasket/lib/webbasket_templates.py:1111
msgid "Add to a group-shared basket"
msgstr "Añadir a una cesta de grupo"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr "Añadir a una cesta pública"
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr "Añadidos %i registros a estas cestas"
#: modules/webbasket/lib/webbasket_templates.py:1167
msgid "Add to baskets"
msgstr "Añadir a las cestas"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr "Los registros seleccionados se han añadido correctamente en %i cestas."
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr "No se han añadido registros a las cestas seleccionadas."
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr "¿Está seguro de que quiere suprimir esta cesta?"
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr "%i usuarios están subscritos a esta cesta."
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr "%i grupos de usuarios se han subscrito a esta cesta."
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr "Ha puesto %i alertas en esta cesta."
#: modules/webbasket/lib/webbasket_templates.py:1277
msgid "General settings"
msgstr "Parámetros generales"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr "Añadir un grupo"
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr "Gestionar los permisos de grupo"
# Quizás mejor: 'para compartir'?
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr "Gestionar los permisos globales de compartición"
#: modules/webbasket/lib/webbasket_templates.py:1314
msgid "Delete basket"
msgstr "Suprimir la cesta"
#: modules/webbasket/lib/webbasket_templates.py:1338
msgid "Editing basket"
msgstr "Editar cesta"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr "Guardar cambios"
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr "Sin permiso"
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
msgid "View records"
msgstr "Ver registros"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "and"
msgstr "y"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr "ver comentarios"
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr "añadir comentarios"
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
msgid "add records"
msgstr "añadir registros"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
msgid "delete comments"
msgstr "suprimir comentarios"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
msgid "remove records"
msgstr "elimina registros"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr "gestionar los permisos de compartición"
# De ningún?
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr "Usted no es miembro de un grupo."
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr "Compartir la cesta con un nuevo grupo"
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr ""
"Ahora usted está identificado como usuario visitante, con lo que sus cestas "
"desaparecerán al final de esta sesión."
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr ""
"Si lo desea, puede %(x_url_open)sidentificarse o darse de alta aquí"
"%(x_url_close)s."
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr "Esta funcionalidad no está permitida a los usuarios visitantes."
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
msgid "Back to search results"
msgstr "Volver al resultado de la búsqueda"
#: modules/webbasket/lib/webbasket_webinterface.py:98
msgid "Display baskets"
msgstr "Mostrar cestas"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr "Detalles y comentarios"
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
msgid "Your Baskets"
msgstr "Sus cestas"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr "Añadir registros a las cestas"
#: modules/webbasket/lib/webbasket_webinterface.py:474
msgid "Delete a basket"
msgstr "Suprimir una cesta"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr "Copiar el registro a la cesta"
#: modules/webbasket/lib/webbasket_webinterface.py:721
msgid "Create basket"
msgstr "Crear cesta"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
msgid "List of public baskets"
msgstr "Lista de cestas públicas"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "%(x_name)s escribió en %(x_date)s:"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr "Mostrar los últimos %i comentarios:"
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr "Comente este documento"
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr "Inicie un debate sobre cualquier aspecto de este documento."
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr "Parece ser que el registro %s no existe."
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr "%s no es un identificador válido."
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr "No ha dado el número de registro."
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr "Puede comenzar a visualizar desde %s"
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr "¿Ha sido útil esta reseña?"
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr "Escriba una reseña"
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr "Puntuación media: %(x_nb_score)s, basada en %(x_nb_reviews)s resseñas"
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr ""
"Los lectores han encontrado que las siguientes %s reseñas son las más útiles."
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr "Visualizar todas las %s reseñas"
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr "Valore este documento"
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr "Sea el primero a escribir una reseña de este documento."
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
msgid "Report abuse"
msgstr "Denuncie un abuso"
#: modules/webcomment/lib/webcomment_templates.py:361
#, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "Reseñado por %(x_nickname)s el %(x_date)s"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr ""
"%(x_nb_people)i de %(x_nb_total)i personas han encontrado esta reseña útil"
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
msgid "Reviews"
msgstr "Reseñas"
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr "Anterior"
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr "Siguiente"
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr "Hay un total de %s reseñas"
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr "Hay un total de %s comentarios"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr "reseña"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr "comentario"
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
msgid "Review"
msgstr "Reseña"
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr "Visualización"
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr "Página:"
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr "Su alias, %s, será el que se muestre como autor de este comentario"
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
"Atención: todavía no ha %(x_url_open)sdefinido su alias%(x_url_close)s. "
"%(x_nickname)s, será el que se muestre como autor de este comentario"
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
msgid "Article"
msgstr "Artículo"
#: modules/webcomment/lib/webcomment_templates.py:808
#, fuzzy
msgid "Add comment"
msgstr "Añadir comentario"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr ""
"Atención: su alias, %s, será el que se muestre como autor de esta reseña."
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr "Valore este artículo"
#: modules/webcomment/lib/webcomment_templates.py:901
msgid "Select a score"
msgstr "Seleccione una puntuación"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr "Dé un título a su reseña"
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr "Escriba su reseña"
# 'la' o 'una'?
#: modules/webcomment/lib/webcomment_templates.py:908
#, fuzzy
msgid "Add review"
msgstr "Añada la reseña"
# 'la' o 'una'?
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr "Añada la reseña"
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr "Su reseña se ha añadido correctamente."
#: modules/webcomment/lib/webcomment_templates.py:940
msgid "Your comment was successfully added."
msgstr "Su comentario se ha añadido correctamente."
#: modules/webcomment/lib/webcomment_templates.py:942
msgid "Back to record"
msgstr "Volver al registro"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr "Visualizar todos los comentarios denunciados"
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr "Visualizar todas las reseñas denunciadas"
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr "Suprimir un comentario/crítica (por número)"
#: modules/webcomment/lib/webcomment_templates.py:1029
msgid "View all users who have been reported"
msgstr "Ver todos los usuarios que han sido denunciados"
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "Guía"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr "Los comentarios y las reseñas están desactivadas"
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr ""
"Introduzca el número del comentario o reseña; así puede visualizarlo antes "
"de decidir si lo suprime o no"
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr "Número del comentario:"
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr "Visualizar el comentario"
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr "De momento no hay denuncias."
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr "Visualizar todos los %s comentarios denunciados"
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr "Visualizar todas las %s reseñas denunciadas"
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
"Esta es la lista, ordenada por el número de denuncias, de los usuarios que "
"han tenido al menos una denuncia a alguno de sus comentarios."
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr "Alias"
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
msgid "Email"
msgstr "Dirección electrónica"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr "Número de usuario"
# Falta 'of'?
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr "Número de votos positivos"
# Falta 'of'?
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr "Número de votos negativos"
# Falta 'of'?
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr "Número total de votos"
# Falta 'of'?
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr "Número total de denuncias"
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr "Visualizar todos los comentarios/reseñas denunciadas de este usuario"
#: modules/webcomment/lib/webcomment_templates.py:1179
#, python-format
msgid "This review has been reported %i times"
msgstr "Esta reseña ha sido denunciada %i veces"
#: modules/webcomment/lib/webcomment_templates.py:1181
#, python-format
msgid "This comment has been reported %i times"
msgstr "Este comentario ha sido denunciado %i veces"
#: modules/webcomment/lib/webcomment_templates.py:1258
msgid "Written by"
msgstr "Escrita por"
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr "Informaciones generales"
#: modules/webcomment/lib/webcomment_templates.py:1260
msgid "Select"
msgstr "Seleccionar"
#: modules/webcomment/lib/webcomment_templates.py:1274
msgid "Delete selected reviews"
msgstr "Eliminar las reseñas seleccionadas"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr "Suprimir el informe de abuso seleccionado"
#: modules/webcomment/lib/webcomment_templates.py:1279
msgid "Delete selected comments"
msgstr "Suprimir los comentarios seleccionados"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr "De acuerdo"
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr "Estas son las reseñes denunciadas del usuario %s"
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr "Estos son los comentarios denunciados del usuario %s"
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr "Este es el comentario/reseña %s"
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr ""
"Este es el comentario/reseña %(x_cmtID)s escrita por el usuario %(x_user)s"
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr "Estas son todas las reseñas denunciadas, ordenadas de más a menos"
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr "Estos son todos los comentarios denunciados, ordenados de más a menos"
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr "número de comentario"
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr "suprimido correctamente"
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr "eliminada correctamente la denuncia de abuso"
#: modules/webcomment/lib/webcomment_templates.py:1375
#, fuzzy
msgid "Not yet reviewed"
msgstr "Escriba su reseña"
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
msgid "Record Not Found"
msgstr "No se ha encontrado el registro"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Antes de añadir su comentario, tiene que %(x_url_open)sidentificarse"
"%(x_url_close)s"
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
msgid "Login"
msgstr "Identificación"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr "Administración de WebComment"
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "Error Interno"
#: modules/webcomment/web/admin/webcommentadmin.py:95
msgid "Delete Comment"
msgstr "Suprimir comentario"
#: modules/webcomment/web/admin/webcommentadmin.py:168
msgid "View all reported users"
msgstr "Visualizar todos los usuarios denunciados"
#: modules/webcomment/web/admin/webcommentadmin.py:214
msgid "Delete comments"
msgstr "Suprimir comentarios"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr "Eliminar las denuncias de abuso"
#: modules/webmessage/lib/webmessage.py:129
msgid "The message could not be deleted."
msgstr "El mensaje no se ha podido suprimir."
#: modules/webmessage/lib/webmessage.py:131
msgid "The message was successfully deleted."
msgstr "El mensaje se ha suprimido correctamente."
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr "Se ha vaciado su buzón."
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr "La fecha escogida (%(x_year)i-%(x_month)i-%(x_day)i) no es válida"
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr "Introduzca un nombre de usuario o de grupo."
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr ""
"Su mensaje es demasiado largo, edítelo por favor. El tamaño máximo es de %i "
"caracteres."
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr "El grupo %s no existe"
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr "El usuario %s no existe"
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr "Escriba un mensaje"
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr ""
"No se ha podido enviar su mensaje a los siguientes destinatarios debido a su "
"cuota:"
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr "Su mensaje se ha enviado."
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
msgid "Your Messages"
msgstr "Sus mensajes"
# Debe traducirse igual que el 'Subject' del correo electrónico
#: modules/webmessage/lib/webmessage_templates.py:87
msgid "Subject"
msgstr "Asunto"
#: modules/webmessage/lib/webmessage_templates.py:88
msgid "Sender"
msgstr "Remitente"
#: modules/webmessage/lib/webmessage_templates.py:97
msgid "No messages"
msgstr "Sin mensajes"
#: modules/webmessage/lib/webmessage_templates.py:101
msgid "No subject"
msgstr "Sin asunto"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr "Escriba el mensaje"
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr "Suprimirlos todo"
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr "Re:"
#: modules/webmessage/lib/webmessage_templates.py:282
msgid "Send later?"
msgstr "¿Enviar más tarde?"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr "A:"
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr "Usuarios"
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr "Grupos"
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
msgid "Subject:"
msgstr "Asunto:"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
msgid "Message:"
msgstr "Mensaje:"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr "ENVIAR"
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr "De:"
# 'en' o 'el'?
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr "Enviado el:"
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr "Recibido el:"
#: modules/webmessage/lib/webmessage_templates.py:451
msgid "Sent to:"
msgstr "Enviado a:"
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr "Enviado a los grupos:"
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr "CONTESTAR"
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr "SUPRIMIR"
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr "¿Está seguro de que desea vaciar todo su buzón?"
#: modules/webmessage/lib/webmessage_templates.py:569
#, fuzzy, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr "Cuota usada: %i mensajes de un máximo de %i"
# Una?
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr "Seleccione uno o más:"
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr "Añadir a los usuarios"
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr "Añadir a los grupos"
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr "No se ha encontrado ningún usuario que coincida"
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr "No se ha encontrado ningún grupo que coincida"
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr "Buscar usuarios o grupos:"
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr "Buscar un usuario"
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr "Buscar un grupo"
#: modules/webmessage/lib/webmessage_templates.py:679
#, fuzzy, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr "Tiene %s mensajes nuevos de un total de %s mensajes"
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr "Lea un mensaje"
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "Resultados de la búsqueda"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "cualquier día"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "cualquier mes"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "cualquier año"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "todas las colecciones"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "añadir otra colección"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "ordenar por"
#: modules/websearch/lib/search_engine.py:851
msgid "HTML brief"
msgstr "HTML resumido"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "el último primero"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr "No se han encontrado valores."
#: modules/websearch/lib/search_engine.py:1716
#, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr ""
"No se han encontrado coincidencias con %(x_query1)s, pero utilizando en su "
"lugar %(x_query2)s..."
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
#: modules/websearch/lib/search_engine.py:2068
#, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"No se ha encontrado ninguna coincidencia en la coleción %(x_collection)s. "
"Otras colecciones públicas dieron %(x_url_open)s%(x_nb_hits)d resultados"
"%(x_url_close)s."
#: modules/websearch/lib/search_engine.py:2077
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 escoja primero la colección restringida "
"deseada."
#: modules/websearch/lib/search_engine.py:2190
msgid "No words index available for"
msgstr "No hay ningún índice de palabras disponible para"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "No hay ningún índice de frases disponible para"
#: modules/websearch/lib/search_engine.py:2226
#, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr ""
"El término de búsqueda %(x_term)s en el índice %(x_index)s no se ha "
"encontrado en ningún registro. Los términos aproximados en cualquier "
"colección son:"
#: modules/websearch/lib/search_engine.py:2230
#, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr ""
"El término de búsqueda %s no se ha encontrado en ningún registro. Los "
"términos aproximados, en cualquier las colección, son:"
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr ""
"Sólo se puede ordenar en conjuntos de hasta %d registros. Ordenado por "
"defecto (\"primero los más recientes\")."
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr "No es posible ordenar por %s. Ha quedado ordenado por título."
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr "Use términos de búsqueda distintos."
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "El registro se ha suprimido."
#: modules/websearch/lib/search_engine.py:3750
#, fuzzy
msgid "Requested record does not seem to exist."
msgstr "Parece ser que el registro %s no existe."
#: modules/websearch/lib/search_engine.py:3984
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:4008
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/websearchadminlib.py:3202
#, fuzzy
msgid "Information"
msgstr "Más información:"
#: modules/websearch/lib/websearchadminlib.py:3203
#, fuzzy
msgid "References"
msgstr "Referencia"
#: modules/websearch/lib/websearchadminlib.py:3204
#, fuzzy
msgid "Citations"
msgstr "Histórico de citas"
#: modules/websearch/lib/websearchadminlib.py:3205
#, fuzzy
msgid "Discussion"
msgstr "sesión"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, python-format
msgid "Search %s records for:"
msgstr "Buscar en %s registros por:"
#: modules/websearch/lib/websearch_templates.py:659
#, fuzzy
msgid "less"
msgstr "Reglas"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "más"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
#, fuzzy
msgid "Search everywhere"
msgstr "Introduzca una búsqueda aquí."
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "Búsqueda avanzada"
#: modules/websearch/lib/websearch_templates.py:854
#, python-format
msgid "Search %s records for"
msgstr "Buscar en %s registros:"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "Búsqueda simple"
#: modules/websearch/lib/websearch_templates.py:938
msgid "Search options:"
msgstr "Opciones de búsqueda:"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
#, fuzzy
msgid "Added/modified since:"
msgstr "Añadido a partir de:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
msgid "until:"
msgstr "hasta:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
msgid "Display results:"
msgstr "Mostrar resultados:"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
msgid "Output format:"
msgstr "Formato de visualización:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "Añadido a partir de:"
#: modules/websearch/lib/websearch_templates.py:1154
#, fuzzy
msgid "Modified since:"
msgstr "Añadido a partir de:"
#: modules/websearch/lib/websearch_templates.py:1191
msgid "Focus on:"
msgstr "Enfocado a:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "reservado"
#: modules/websearch/lib/websearch_templates.py:1252
msgid "Search also:"
msgstr "Busque también:"
#: modules/websearch/lib/websearch_templates.py:1343
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:1392
msgid "Latest additions:"
msgstr "Últimas adquisiciones:"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, fuzzy, python-format
msgid "Cited by %i records"
msgstr "Citado por: %s registros"
#: modules/websearch/lib/websearch_templates.py:1556
#, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr ""
"Las palabras más cercanas a %(x_word)s en %(x_field)s, en cualquier "
"colección, son:"
#: modules/websearch/lib/websearch_templates.py:1559
#, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr "Las palabras más cercanas a %(x_word)s, en cualquier colección, son:"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr "Resultados"
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr "siguiente"
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "colecciones"
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr "Limitar a:"
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "resultados"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "asc."
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "desc."
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "lista única"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "reagrupar por colección"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr "Etiqueta MARC"
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, python-format
msgid "%s records found"
msgstr "Encontrados %s registros"
#: modules/websearch/lib/websearch_templates.py:2343
msgid "begin"
msgstr "inicio"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr "anterior"
#: modules/websearch/lib/websearch_templates.py:2367
msgid "end"
msgstr "final"
#: modules/websearch/lib/websearch_templates.py:2387
msgid "jump to record:"
msgstr "ir al registro:"
#: modules/websearch/lib/websearch_templates.py:2400
#, python-format
msgid "Search took %s seconds."
msgstr "La búsqueda tardó %s segundos."
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "AÑADIR A LA CESTA"
#: modules/websearch/lib/websearch_templates.py:2589
#, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"%(x_fmt_open)sResultados globales:%(x_fmt_close)s %(x_nb_records)s registros "
"encontrados en %(x_nb_seconds)s segundos."
#: modules/websearch/lib/websearch_templates.py:2637
msgid ""
"Boolean query returned no hits. Please combine your search terms differently."
msgstr ""
"La combinación booleana no ha dado resultados. Por favor combine los "
"términos de búsqueda de otra manera."
#: modules/websearch/lib/websearch_templates.py:2669
msgid "See also: similar author names"
msgstr "Vea también: autores con nombres similares"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, python-format
msgid "Collection %s Not Found"
msgstr "No se ha encontrado la colección %s"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr "Parece ser que la colección %s no existe."
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr "Puede comenzar las búsquedas desde %s."
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3101
msgid "People who downloaded this document also downloaded:"
msgstr "La gente que descargó este documento también descargó:"
#: modules/websearch/lib/websearch_templates.py:3117
msgid "People who viewed this page also viewed:"
msgstr "La gente que vio esta página también vio:"
#: modules/websearch/lib/websearch_templates.py:3170
#, python-format
msgid "Cited by: %s records"
msgstr "Citado por: %s registros"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "Co-citado con: %s registros"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3310
#, fuzzy
msgid "Affiliations:"
msgstr "Histórico de citas"
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3346
#, fuzzy
msgid "Publishes in"
msgstr "envios"
#: modules/websearch/lib/websearch_templates.py:3353
#, fuzzy
msgid "Papers:"
msgstr "Página:"
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3355
#, fuzzy
msgid "times"
msgstr "Hora"
#: modules/websearch/lib/websearch_templates.py:3383
#, fuzzy
msgid "Citations:"
msgstr "Histórico de citas"
#: modules/websearch/lib/websearch_templates.py:3413
#, fuzzy
msgid "Citation summary results"
msgstr "Volver al resultado de la búsqueda"
# Falta 'of'?
#: modules/websearch/lib/websearch_templates.py:3418
#, fuzzy
msgid "Total number of citable papers analyzed:"
msgstr "Número total de denuncias"
# Falta 'of'?
#: modules/websearch/lib/websearch_templates.py:3441
#, fuzzy
msgid "Total number of citations:"
msgstr "Número total de denuncias"
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:420
#, fuzzy
msgid "You are not authorized to view this area."
msgstr "Usted no es el propietario de esta cesta"
#: modules/websearch/lib/websearch_webinterface.py:755
msgid "Not found"
msgstr "No se ha encontrado"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "en"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
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:"
#: modules/websearch/lib/websearch_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr "Resumen de los resultados de las colecciones externas:"
#: modules/websearch/lib/websearch_external_collections_templates.py:120
msgid "Search timed out."
msgstr "Tiempo de búsqueda excedido."
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr ""
"El buscador externo no ha respondido a tiempo. Puede ver los resultados "
"aquí:"
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
msgid "No results found."
msgstr "No se han encontrado resultados."
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, python-format
msgid "%s results found"
msgstr "Se han encontrado %s resultados"
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, python-format
msgid "%s seconds"
msgstr "%s segundos"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "breve"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
"Está conectado como visitante. Quizás quiera %(x_url_open)sidentificarse"
"%(x_url_close)s como usuario conocido"
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
"Los %(x_fmt_open)svisitantes%(x_fmt_close)s antes han de %(x_url_open)sdarse "
"de alta%(x_url_close)s."
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr "No se ha encontrado ninguna búsqueda"
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
#: modules/websession/lib/websession_templates.py:97
msgid "External account settings"
msgstr "Configuración de la cuenta externa"
#: modules/websession/lib/websession_templates.py:99
#, fuzzy, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr "Puede consultar la lista de %(x_url_open)ssus grupos%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:103
#, fuzzy
msgid "External user groups"
msgstr "Buscar usuarios o grupos:"
#: modules/websession/lib/websession_templates.py:160
#, fuzzy
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
"Si desea cambiar su dirección de correo electrónico o contraseña, ponga nos "
"nuevos valores en este formulario."
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr "Edite las credenciales de identificación"
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr "Ejemplo"
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr "Nueva dirección de correo electrónico"
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
msgid "mandatory"
msgstr "obligatorio"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr "Nota"
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr "Guardar los nuevos valores"
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
#: modules/websession/lib/websession_templates.py:215
#, fuzzy
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
"Si desea cambiar su dirección de correo electrónico o contraseña, ponga nos "
"nuevos valores en este formulario."
#: modules/websession/lib/websession_templates.py:217
#, fuzzy
msgid "Old password"
msgstr "contraseña"
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr "Nueva contraseña"
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr "opcional"
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr "La contraseña puede contener puntuación, espacios, etc."
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr ""
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr "Vuelva a escribir la contraseña"
#: modules/websession/lib/websession_templates.py:224
#, fuzzy
msgid "Set new password"
msgstr "Nueva contraseña"
#: modules/websession/lib/websession_templates.py:229
#, fuzzy, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr ""
"Si lo desea, puede %(x_url_open)sidentificarse o darse de alta aquí"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:235
#, fuzzy, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr "Ya puede acceder a su %(x_url_open)scuenta%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:249
#, fuzzy
msgid "Edit language-related settings"
msgstr "Editar parámetros de búsqueda"
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr ""
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
msgid "Update settings"
msgstr "Actualizar los parámetros"
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr "Editar parámetros de búsqueda"
#: modules/websession/lib/websession_templates.py:279
msgid "Show the latest additions box"
msgstr "Mostrar el texto de las últimas entradas"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr "Muestra los textos de ayuda de la colección"
#: modules/websession/lib/websession_templates.py:295
msgid "Number of search results per page"
msgstr "Número de resultados por página"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr "Edite el método de identificación"
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr "Seleccione qué método de identificación prefiere para autenticarse"
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
msgid "Select method"
msgstr "Seleccione el método"
#: modules/websession/lib/websession_templates.py:359
#, fuzzy, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
"Si ha perdido la contraseña de su cuenta interna a CDS Invenio, escriba su "
"dirección de correo electrónico y se la enviaremos."
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr "Dirección de correo electrónico"
#: modules/websession/lib/websession_templates.py:382
#, fuzzy
msgid "Send password reset link"
msgstr "Enviar contraseña perdida"
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:389
#, fuzzy
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
"Tenga en cuenta que si ha estado utilizando un sistema de identificación "
"externo (com el NICE del CERN), sentimos no podemos hacer nada. Tendrá que "
"preguntarlo allí."
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr ""
"Alternativamente, puede pedir a %s que le cambie el sistema de "
"identificación al interno."
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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 ""
"%s le ofrece la posibilidad de personalizar la interfaz, crear su propia "
"biblioteca de documentos, o crear alertas automáticas que se ejecuten "
"periódicamente y le notifiquen del resultado de la búsqueda por correo "
"electrónico."
#: modules/websession/lib/websession_templates.py:427
#: modules/websession/lib/websession_webinterface.py:267
msgid "Your Settings"
msgstr "Sus parámetros"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr ""
"Ponga o cambie la dirección de correo electrónico de esta cuenta o su "
"contraseña. Especifique sus preferencias sobre el aspecto que desea."
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr "Vea todas las búsquedas que ha realizado durante los últimos 30 días."
#: modules/websession/lib/websession_templates.py:441
msgid ""
"With baskets you can define specific collections of items, store interesting "
"records you want to access later or share with others."
msgstr ""
"Las cestas le permiten definir colecciones específicas de ítem, guardar "
"registros interesantes para acceder más adelante o compartir con otros."
#: modules/websession/lib/websession_templates.py:450
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 ""
"Subscríbase a una búsqueda para que se ejecute periódicamente en nuestro "
"servicio. Podrá recibir el resultado por correo electrónico o guardarlo en "
"una de sus cestas."
#: modules/websession/lib/websession_templates.py:459
msgid "Your Loans"
msgstr "Sus préstamos"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr ""
"Compruebe los libros que tiene en préstamo, solicite reservas, etc. Requiere "
"el ID del CERN."
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr ""
"Ahora usted está identificado como usuario visitante, con lo que sus alertas "
"desaparecerán al final de esta sesión."
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
"Usted se ha identificado como %(x_user)s. Ahora puede a) "
"%(x_url1_open)sdesconectarse%(x_url1_close)s; b) modificar las "
"%(x_url2_open)spreferencias de su cuenta%(x_url2_close)s."
#: modules/websession/lib/websession_templates.py:573
msgid "Your Alert Searches"
msgstr "Sus alertas"
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
"Puede consultar la lista de %(x_url_open)slos grupos%(x_url_close)s que "
"administra o de los que forma parte."
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
msgid "Your Groups"
msgstr "Sus grupos"
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
"Puede consultar la lista de %(x_url_open)ssus envíos%(x_url_close)s e "
"informarse de su estado."
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
msgid "Your Submissions"
msgstr "Sus envíos"
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
"Puede consultar la lista de %(x_url_open)ssus aprobaciones%(x_url_close)s "
"con los documentos que ha aprobado o revisado."
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
msgid "Your Approvals"
msgstr "Sus aprobaciones"
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr "Sus actividades administrativas"
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr "Vuélvalo a intentar"
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr ""
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr ""
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:707
#, fuzzy, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr "La contraseña se ha enviado por correo electrónico a %s."
#: modules/websession/lib/websession_templates.py:722
msgid "Deleting your account"
msgstr "Borrando su cuenta"
#: modules/websession/lib/websession_templates.py:736
#, fuzzy
msgid "You are no longer recognized by our system."
msgstr "Ya no está identificado."
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr "Si lo desea puede %(x_url_open)sidentificarse aquí%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr "Si ya tiene una cuenta, identifíquese por favor en este formulario."
#: modules/websession/lib/websession_templates.py:780
#, fuzzy, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
"Si todavía no tiene una cuenta, puede %(x_url_open)sdarse de alta"
"%(x_url_close)s en una cuenta interna."
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
"Si todavía no tiene una cuenta, puede %(x_url_open)sdarse de alta"
"%(x_url_close)s en una cuenta interna."
#: modules/websession/lib/websession_templates.py:787
#, python-format
msgid ""
"It is not possible to create an account yourself. Contact %s if you want an "
"account."
msgstr ""
"No es posible que usted cree una cuenta. Póngase en contacto con %s si "
"quiere una."
#: modules/websession/lib/websession_templates.py:810
msgid "Login method:"
msgstr "Método de identificación"
#: modules/websession/lib/websession_templates.py:837
msgid "Username"
msgstr "Nombre de usuario"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr "Contraseña"
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr ""
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "identificación"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr "¿Ha perdido su contraseña?"
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr ""
"Para identificarse puede usar su alias o su dirección de correo electrónico."
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
#: modules/websession/lib/websession_templates.py:900
#, fuzzy
msgid "Set a new password for"
msgstr "Nueva contraseña"
#: modules/websession/lib/websession_templates.py:901
#, fuzzy
msgid "Type the new password"
msgstr "Nueva contraseña"
#: modules/websession/lib/websession_templates.py:902
#, fuzzy
msgid "Type again the new password"
msgstr "Nueva contraseña"
#: modules/websession/lib/websession_templates.py:903
#, fuzzy
msgid "Set the new password"
msgstr "Nueva contraseña"
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr ""
"Introduzca su dirección de correo electrónico así como el alias y contraseña:"
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr ""
"No será posible usar esta cuenta hasta que se haya verificado y activado."
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr "Vuelva a escribir la contraseña"
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr "darse de alta"
#: modules/websession/lib/websession_templates.py:978
#, 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 ""
"No escoja contraseñas valiosas como las de sus cuentas personales de correo "
"electrónico o acceso a datos profesionales. Su dirección de correo "
"electrónico será estrictamente confidencial y no se pasará a terceros. Será "
"usada para identificar sus servicios personales en %s. Por ejemplo, puede "
"activar un servicio de alerta automático que busque nuevos registros y le "
"notifique diariamente de las nuevas entradas por correo electrónico."
#: modules/websession/lib/websession_templates.py:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Usted parece ser un usuario visitante. Antes tiene que "
"%(x_url_open)sidentificarse%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr "No está autorizado a accedir a funciones administrativas."
#: modules/websession/lib/websession_templates.py:1014
#, fuzzy, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr "Usted es miembro de los grupos siguientes:"
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr "Aquí tiene algunos enlaces de administración interesantes:"
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
"Para más activitades administrativas, vea toda la %(x_url_open)sZona de "
"administración%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "visitante"
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr "sesión"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "alertas"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "cestas"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "cuenta"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr "mensajes"
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr "grupos"
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr ""
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr "envios"
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr "aprobaciones"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "administración"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "salir"
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr "Usted es administrador de estos grupos:"
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr "Grupo"
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr "Usted no es administrador de ningún grupo."
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr "Editar grupo"
#: modules/websession/lib/websession_templates.py:1291
#, python-format
msgid "Edit %s members"
msgstr "Editar los %s miembros del grupo"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
msgid "Create new group"
msgstr "Crear un nuevo grupo"
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr "Usted es miembro de los grupos siguientes:"
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr "Usted no es miembro de ningún grupo."
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr "Unirse a un grupo"
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr "Dejar el grupo"
#: modules/websession/lib/websession_templates.py:1391
msgid "You are a member of the following external groups:"
msgstr "Usted es miembro de los siguientes grupos externos:"
#: modules/websession/lib/websession_templates.py:1414
msgid "You are not a member of any external groups."
msgstr "Usted no es miembro de ningún grupo externo."
#: modules/websession/lib/websession_templates.py:1462
msgid "Update group"
msgstr "Actualizar grupo"
#: modules/websession/lib/websession_templates.py:1464
#, python-format
msgid "Edit group %s"
msgstr "Editar el grupo %s"
#: modules/websession/lib/websession_templates.py:1466
msgid "Delete group"
msgstr "Suprimir el grupo"
#: modules/websession/lib/websession_templates.py:1539
msgid "Group name:"
msgstr "Nombre del grupo:"
#: modules/websession/lib/websession_templates.py:1541
msgid "Group description:"
msgstr "Descripción del grupo:"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr "Política para unirse al grupo:"
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
msgid "Please select:"
msgstr "Seleccione:"
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr "Unirse a un grupo"
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr "o buscarlo: "
#: modules/websession/lib/websession_templates.py:1652
msgid "Choose group:"
msgstr "Escoja grupo:"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr "Busque grupo"
#: modules/websession/lib/websession_templates.py:1802
msgid "Remove member"
msgstr "Eliminar miembro"
#: modules/websession/lib/websession_templates.py:1804
msgid "No members."
msgstr "Sin miembros."
#: modules/websession/lib/websession_templates.py:1814
msgid "Accept member"
msgstr "Acceptar miembro"
#: modules/websession/lib/websession_templates.py:1814
msgid "Reject member"
msgstr "Rechazar miembro"
#: modules/websession/lib/websession_templates.py:1816
msgid "No members awaiting approval."
msgstr "No hay miembros pendientes de aprobación"
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
msgid "Current members"
msgstr "Miembros actuales"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
msgid "Members awaiting approval"
msgstr "Miembros pendientes de aprobación"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr "Invitar a nuevos miembros"
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
"Si quiere invitar a nuevos miembros a formar parte de su grupo, use el "
"%(x_url_open)ssistema de mensajería interna%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1827
#, python-format
msgid "Group: %s"
msgstr "Grupo: %s"
#: modules/websession/lib/websession_templates.py:1910
msgid "Group list"
msgstr "Lista de los grupos"
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr "Usted no es miembro de ningún grupo."
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr "¿Está seguro de que quiere borrar este grupo?"
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr "¿Está seguro de que quiere dejar este grupo?"
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr "Visible y abierto a nuevos miembros"
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr "Visible pero los nuevos miembros requieren una aprobación"
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr "Grupo %s: nueva petición de ingreso"
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr "Un usuario desea unirse al grupo %s."
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
"Debería %(x_url_open)saceptar o rechazar%(x_url_close)s la petición de este "
"usuario."
#: modules/websession/lib/websession_templates.py:2124
#, python-format
msgid "Group %s: Join request has been accepted"
msgstr "Grupo %s: la petición de ingreso ha sido aceptada"
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr "Su petición de ingreso en el grupo %s ha sido aceptada."
#: modules/websession/lib/websession_templates.py:2127
#, python-format
msgid "Group %s: Join request has been rejected"
msgstr "Grupo %s: la petición de ingreso ha sido rechazada"
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr "Su petición de ingreso en el grupo %s ha sido rechazada."
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr "Puede consultar la lista de %(x_url_open)ssus grupos%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:2145
#, python-format
msgid "Group %s has been deleted"
msgstr "El grupo %s ha sido suprimido."
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr "El grupo %s ha sido suprimido por su administrador."
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
"Puede consultar la lista de los %(x_url_open)s%(x_nb_total)i grupos"
"%(x_url_close)s de los que usted es miembro (%(x_nb_member)i) o administrador"
"(%(x_nb_admin)i)."
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr "Problema en la base de datos"
#: modules/websession/lib/webuser.py:299
msgid "user"
msgstr "usuario"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr ""
#: modules/websession/lib/webuser.py:713
#, fuzzy
msgid "New account on"
msgstr "Mostrar la cuenta"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr ""
#: modules/websession/lib/webuser.py:716
#, fuzzy
msgid "A new account has been created on"
msgstr "Su cuenta ha sido creada correctamente."
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr ""
#: modules/websession/lib/webuser.py:720
#, fuzzy
msgid " Username/Email"
msgstr "Nombre de usuario"
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, fuzzy, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr "Ya puede acceder a su %(x_url_open)scuenta%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
#, fuzzy
msgid "Email address successfully activated"
msgstr "validado correctamente"
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:155
#, fuzzy
msgid "Reset password"
msgstr "Vuelva a escribir la contraseña"
#: modules/websession/lib/websession_webinterface.py:161
msgid "This request for resetting a password has already been used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:164
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:271
#, fuzzy, python-format
msgid "%s Personalize, Your Settings"
msgstr "Sus parámetros"
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr "Se han editado los parámetros"
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
msgid "Show account"
msgstr "Mostrar la cuenta"
#: modules/websession/lib/websession_webinterface.py:323
#, fuzzy
msgid "Switched to internal login method."
msgstr "El método de identificación es ahora el interno."
#: modules/websession/lib/websession_webinterface.py:324
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:332
#, fuzzy
msgid "Send Password"
msgstr "Enviar contraseña perdida"
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
"No es posible cambiar al método de autenticación externo %s, porque no "
"consta su dirección de correo electrónico."
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
"No es posible cambiar al método de autenticación externo %s, porque el "
"sistema externo desconoce su dirección de correo electrónico."
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr "Método de identificación seleccionado correctamente."
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr ""
"El métode de identificación externo %s no acepta identificaciones basadas en "
"direcciones de correo electrónico. Póngase en cotacto con los "
"administradores de la instalación."
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr "Se han editado los parámetres correctamente."
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr "El alias %s no es válido."
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr "Vuélvalo a intentar."
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr "Editar parámetros"
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr "Ha fallado la edición de parámetros"
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr "La dirección electrónica facilitada %s no es válida."
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr "La dirección electrónica facilitada %s ya existe en la base de datos."
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr "O vuélvalo a intentar."
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr "El alias solicitado %s ya está en uso."
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr "Se ha editado la contraseña correctamente."
#: modules/websession/lib/websession_webinterface.py:415
#, fuzzy
msgid "Password edited"
msgstr "Contraseña"
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr "Ambas contraseñas deben coincidir."
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
#, fuzzy
msgid "Editing password failed"
msgstr "Ha fallado la edición de parámetros"
#: modules/websession/lib/websession_webinterface.py:423
#, fuzzy
msgid "Wrong old password inserted."
msgstr "Se ha enviado la contraseña perdida"
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr "Se han guardado correctamente los parámetros de usuario."
#: modules/websession/lib/websession_webinterface.py:450
msgid "Unable to update settings."
msgstr "No ha sido posible actualizar los parámetros."
#: modules/websession/lib/websession_webinterface.py:507
#, fuzzy
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr ""
"No se puede enviar la contraseña por correo electrónico ya que usted está "
"usando un sistema de autenticación externo."
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr "La dirección electrónica facilitada no existe en la base de datos."
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr ""
"La dirección de correo electrónico facilitada es incorrecta. Compruebe que "
"está correctamente escrita (por ej., sin.verguenza@ejemplo.es)."
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr "Dirección de correo electrónico incorrecta"
#: modules/websession/lib/websession_webinterface.py:552
#, fuzzy
msgid "Reset password link sent"
msgstr "Se ha enviado la contraseña perdida"
#: modules/websession/lib/websession_webinterface.py:597
msgid "Delete Account"
msgstr "Suprimir cuenta"
#: modules/websession/lib/websession_webinterface.py:623
msgid "Logout"
msgstr "Salir"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr "Darse de alta"
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr "Su cuenta ha sido creada correctamente."
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr "Cuenta creada"
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr ""
"Se enviará un segundo mensaje cuando la cuenta se haya activado y pueda "
"usarse."
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr "Ya puede acceder a su %(x_url_open)scuenta%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr "Ha fallado el alta"
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr "El alias solicitado %s ya existe en la base de datos."
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr ""
"Los usuarios no pueden darse de alta ellos mismos; sólo lo puede hacer el "
"administrador."
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr "Unirse a un grupo nuevo"
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr "Dejar el grupo"
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr "Editar el grupo"
#: modules/websession/lib/websession_webinterface.py:1157
msgid "Edit group members"
msgstr "Editar los miembros del grupo"
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "Página principal"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "Personalizar"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "Ayuda"
#: modules/webstyle/lib/webstyle_templates.py:414
msgid "Last updated"
msgstr "Última actualización"
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr "Powered by"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "Mantenido por"
#: modules/webstyle/lib/webstyle_templates.py:500
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:529
msgid "Browser"
msgstr "Navegador"
#: modules/webstyle/lib/webstyle_templates.py:551
msgid "System Error"
msgstr "Error de sistema"
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr "Traceback"
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr "Hora"
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr "Cliente"
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr "Por favor, envíe el informe de error al administrador."
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr "Enviar el informe de error"
#: modules/webstyle/lib/webstyle_templates.py:624
#, python-format
msgid "Please contact %s quoting the following information:"
msgstr "Por favor contacte con %s indicando la siguiente información:"
#: modules/webstyle/lib/webstyle_templates.py:772
#, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr ""
"Registro creado el %(x_date_creation)s, última modificación el "
"%(x_date_modification)s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
#, fuzzy
msgid "Admin Pages"
msgstr "Zona de administración"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:161
#, fuzzy
msgid "Latest modifications:"
msgstr "Fecha de la última modificación"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:166
#, fuzzy
msgid "See also"
msgstr "Busque también:"
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, fuzzy, python-format
msgid "Page %s Not Found"
msgstr "No se ha encontrado la colección %s"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, fuzzy, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr "Parece ser que el registro %s no existe."
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, fuzzy, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr "Ya puede acceder a su %(x_url_open)scuenta%(x_url_close)s."
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr "Tiene que identificarse para ejecutar esta acción."
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
msgid "Invalid parameter"
msgstr "Parámetro no válido"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr "No se puede encontrar el directorio de envíos."
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr "Tipo de documento desconocido"
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr "Acción desconocida"
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr "No ha sido posible determinar el número de páginas del envío."
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr "No ha sido posible crear el directorio para este envío."
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr "No ha sido posible crear el directorio para los envíos."
#: modules/websubmit/lib/websubmit_engine.py:384
#, fuzzy
msgid "Unknown form field found on submission page."
msgstr "No ha sido posible determinar el número de páginas del envío."
#: modules/websubmit/lib/websubmit_engine.py:512
#, fuzzy
msgid "Unknown form field found on one of the submission pages."
msgstr "No ha sido posible determinar el número de páginas del envío."
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr "Imposible determinar el tipo de documento."
#: modules/websubmit/lib/websubmit_engine.py:1469
msgid "The chosen action is not supported by the document type."
msgstr ""
"La acción que ha escogido no está soportada para este tipo de documento."
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr "Atención"
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr "Tipos de documentos disponibles para realizar envíos"
#: modules/websubmit/lib/websubmit_templates.py:95
#, fuzzy
msgid "Please select the type of document you want to submit"
msgstr "Seleccione el tipo de documento que quiere enviar."
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr "No hay tipos de documentos disponibles."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr "Primero hace falta que se identifique."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr "Use el menú superior derecho para entrar."
#: modules/websubmit/lib/websubmit_templates.py:301
msgid "Please select a category"
msgstr "Seleccione una categoría"
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr "Atención"
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr "Seleccione una categoría y después seleccione una acción."
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr ""
"Pera continuar un envío interrumpido, introduzca el número de acceso en la "
"siguiente celda:"
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr "ADELANTE"
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr "RESUMEN"
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr "Página anterior"
#: modules/websubmit/lib/websubmit_templates.py:535
msgid "Submission number"
msgstr "Número de envío"
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr "Página siguiente"
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr "¿Está seguro de que desea abandonar este envío?"
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
msgid "Back to main menu"
msgstr "Volver al menú principal"
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr ""
"Este es su número de acceso de envío. Lo puede utilizar para continuar un "
"envío interrumpido en caso de haber problemas."
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr "Los campos obligatorios aparecen en rojo en el recuadro RESUMEN."
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr "El campo %s es obligatorio."
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr "Por favor escoja uno en el desplegable"
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr "Pulse un botón."
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr "El campo %s es obligatorio. Rellénelo, por favor."
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr "El campo %(field)s es obligatorio."
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr "Volver a la página"
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr "¡finalizado!"
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr "final de la acción"
#: modules/websubmit/lib/websubmit_templates.py:957
msgid "Submission no"
msgstr "Envío nº"
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
"Lista de funciones %(x_action)s para los documentos de tipo %(x_doctype)s en "
"el nivel %(x_step)s"
#: modules/websubmit/lib/websubmit_templates.py:1032
msgid "Function"
msgstr "Función"
#: modules/websubmit/lib/websubmit_templates.py:1033
msgid "Score"
msgstr "Puntuación"
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr "Función en ejecución"
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr "La función %s no existe."
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr "Ahora usted debe"
#: modules/websubmit/lib/websubmit_templates.py:1111
msgid "record"
msgstr "registro"
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr "documento"
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
msgid "version"
msgstr "versión"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr "archivo(s)"
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr "véase"
#: modules/websubmit/lib/websubmit_templates.py:1375
msgid "For"
msgstr "Para"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr "todos los tipos de documento"
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr "Identificador"
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr "Referencia"
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr "Primer acceso"
#: modules/websubmit/lib/websubmit_templates.py:1435
msgid "Last access"
msgstr "Último acceso"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr "¿Está seguro de que desea suprimir su envío?"
#: modules/websubmit/lib/websubmit_templates.py:1446
#, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "Suprimir el envío %(x_id)s en %(x_docname)s"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr "Todavía no tiene referencia"
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr "Documentos revisados"
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr "Usted es el revisor general"
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr "Usted es revisor para al categoría:"
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr "Lista de tipos de documentos revisados"
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
#, fuzzy
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr ""
"Seleccione uno de los tipos de documentos siguientes para comprobar el "
"estado de los documentos."
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr "Lista de categorías a revisar"
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr "Escoja una categoría"
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
msgid "Pending"
msgstr "Pendiente"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
msgid "Approved"
msgstr "Aprobado"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
msgid "Rejected"
msgstr "Rechazado"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr "Código"
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
msgid "Waiting for approval"
msgstr "Esperando la aprobación"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
msgid "Already approved"
msgstr "Ya aprobado"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr "Algunos documentos están pendientes."
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1808
#, fuzzy
msgid "List of refereing categories"
msgstr "Lista de categorías a revisar"
#: modules/websubmit/lib/websubmit_templates.py:1812
#, fuzzy
msgid "List of publication categories"
msgstr "Lista de cestas públicas"
#: modules/websubmit/lib/websubmit_templates.py:1816
#, fuzzy
msgid "List of direct approval categories"
msgstr "Lista de categorías a revisar"
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
#, fuzzy
msgid "Cancelled"
msgstr "Cancelar"
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr "Lista de los documentos revisados"
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr "Haga clic en un número de informe para más información."
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "Número de informe"
#: modules/websubmit/lib/websubmit_templates.py:2073
#, fuzzy
msgid "List of publication documents"
msgstr "Lista de cestas públicas"
#: modules/websubmit/lib/websubmit_templates.py:2075
#, fuzzy
msgid "List of direct approval documents"
msgstr "Lista de los documentos revisados"
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr "Su mensaje se ha enviado al revisor."
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr "Título:"
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr "Autor:"
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr "Más información:"
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr "Haga clic aquí"
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr ""
"Este documento todavía está %(x_fmt_open)sesperando su aprobación"
"%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
msgid "It was first sent for approval on:"
msgstr "Fue enviado para su aprobación el:"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr "El último mensaje de aprobación fue enviado el:"
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr ""
"Puede volver a enviar otra petición de aprobación vía correo electrónico "
"pulsando este botón:"
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr "Volverlo a enviar"
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr ""
"¡ATENCIÓN! Se enviará un correo electrónico a su revisor cuando lo confirme."
#: modules/websubmit/lib/websubmit_templates.py:2298
#, fuzzy
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr ""
"Como revisor de este documento, puede hacer clic en este botón para "
"aprobarlo o rechazarlo."
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr "Aprobar/Rechazar"
#: modules/websubmit/lib/websubmit_templates.py:2305
#, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "Este documento ha sido %(x_fmt_open)saprobado%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2307
msgid "Its approved reference is:"
msgstr "Su referencia de aprobación es:"
#: modules/websubmit/lib/websubmit_templates.py:2313
msgid "It was approved on:"
msgstr "Fue aprobado el:"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "Este documento ha sido %(x_fmt_open)srechazado%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2323
msgid "It was rejected on:"
msgstr "Fue rechazado el:"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
#, fuzzy
msgid "No referee has been selected yet."
msgstr "El registro se ha suprimido."
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
#, fuzzy
msgid "Select a referee"
msgstr "Seleccione una puntuación"
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
#, fuzzy
msgid "Send a recommendation"
msgstr "Escriba un comentario"
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2453
#, fuzzy
msgid "No editorial board has been selected yet."
msgstr "El registro se ha suprimido."
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2602
#, fuzzy
msgid "Comments overview"
msgstr "Comentarios"
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
#, fuzzy
msgid "select user"
msgstr "Seleccione la cesta"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2741
#, fuzzy
msgid "add this user"
msgstr "Añadir a los usuarios"
#: modules/websubmit/lib/websubmit_templates.py:2791
#, fuzzy
msgid "remove this user"
msgstr "No se ha encontrado ningún usuario que coincida"
#: modules/websubmit/lib/websubmit_templates.py:2906
#, fuzzy
msgid "User"
msgstr "Usuarios"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:172
#, fuzzy
msgid "The collection to which this file belong is restricted: "
msgstr "El contenido de esta colección es reservado."
#: modules/websubmit/lib/websubmit_webinterface.py:178
#, fuzzy
msgid "This file is restricted: "
msgstr "Este fichero es de acceso restringido."
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr "Acceso al texto completo"
#: modules/websubmit/lib/websubmit_webinterface.py:303
#, fuzzy
msgid "Not enough information to retrieve the document"
msgstr "Sea el primero a escribir una reseña de este documento."
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr "No se ha pedido nunca la aprobación de este documento."
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr "No es posible visualizar el documento."
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
#, fuzzy
msgid "Action unauthorized for this document."
msgstr "Esta acción no existe para este tipo de documento."
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
#, fuzzy
msgid "Action unavailable for this document."
msgstr "No es posible visualizar el documento."
#: modules/websubmit/web/publiline.py:668
#, fuzzy
msgid "Adding users to the editorial board"
msgstr "Añadidos %i registros a estas cestas"
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
#, fuzzy
msgid "hits"
msgstr "Resultados"
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr ""
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr ""
#: modules/websubmit/web/publiline.py:793
#, fuzzy
msgid "Referee selection"
msgstr "Todavía no tiene referencia"
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
#, fuzzy
msgid "Come back to the document"
msgstr "Valore este documento"
#: modules/websubmit/web/publiline.py:1068
#, fuzzy
msgid "Select:"
msgstr "Seleccionar"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
#, fuzzy
msgid "Approve"
msgstr "Aprobado"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
#, fuzzy
msgid "Reject"
msgstr "Rechazado"
#: modules/websubmit/web/publiline.py:1168
#, fuzzy
msgid "Wrong action for this document."
msgstr "Valore este documento"
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:98
#, fuzzy, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr "Si lo desea puede %(x_url_open)sidentificarse aquí%(x_url_close)s."
#: modules/webjournal/lib/webjournal_templates.py:143
#, fuzzy
msgid "Regeneration Error"
msgstr "Error Interno"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
#, fuzzy
msgid "Publish"
msgstr "envios"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
#, fuzzy
msgid "Refresh"
msgstr "Referencia"
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
#, fuzzy
msgid "Update"
msgstr "Actualizar grupo"
#: modules/webjournal/lib/webjournal_templates.py:625
#, fuzzy
msgid "Apply"
msgstr "Abril"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
#, fuzzy
msgid "Internal configuration error"
msgstr "Error Interno"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:194
#, fuzzy
msgid "No journal articles"
msgstr "No hay tipos de documentos disponibles."
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:232
#, fuzzy
msgid "No journal issues"
msgstr "estado actual:"
#: modules/webjournal/lib/webjournal_config.py:269
#, fuzzy
msgid "Journal article error"
msgstr "Error Interno"
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:303
#, fuzzy
msgid "No journals available"
msgstr "No hay tipos de documentos disponibles."
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:358
#, fuzzy
msgid "No current issue"
msgstr "estado actual:"
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:450
#, fuzzy
msgid "No popup record"
msgstr "Volver al registro"
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:482
#, fuzzy
msgid "Update error"
msgstr "Actualizar grupo"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:513
#, fuzzy
msgid "Journal publishing DB error"
msgstr "Error Interno"
#: modules/webjournal/lib/webjournal_config.py:544
#, fuzzy
msgid "Journal issue error"
msgstr "Error Interno"
#: modules/webjournal/lib/webjournal_config.py:545
#, fuzzy
msgid "We could not find a current issue in the Database"
msgstr "Fuentes OAI actualmente presentes en la base de datos"
#: modules/webjournal/lib/webjournal_config.py:575
#, fuzzy
msgid "Journal ID error"
msgstr "Error Interno"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:611
#, fuzzy
msgid "Sorry, this category does not exist for this journal."
msgstr "Parece ser que el registro %s no existe."
#: modules/webjournal/web/admin/webjournaladmin.py:74
#, fuzzy
msgid "WebJournal Admin"
msgstr "Administración de WebComment"
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:148
#, fuzzy
msgid "Feature a record"
msgstr "Volver al registro:"
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:309
#, fuzzy
msgid "Publishing Interface"
msgstr "Error Interno"
#: modules/webjournal/web/admin/webjournaladmin.py:335
#, fuzzy
msgid "Add Journal"
msgstr "Añadir a los usuarios"
#: modules/webjournal/web/admin/webjournaladmin.py:337
#, fuzzy
msgid "Edit Settings"
msgstr "Editar parámetros"
#, fuzzy
#~ msgid "link"
#~ msgstr "en"
#, fuzzy
#~ msgid "links"
#~ msgstr "identificación"
#~ msgid "The contents of this collection is restricted."
#~ msgstr "El contenido de esta colección es reservado."
#, fuzzy
#~ msgid "Sort:"
#~ msgstr "Ordenar por:"
#, fuzzy
#~ msgid "Author"
#~ msgstr "Autor:"
#~ msgid "Parameter docid missing"
#~ msgstr "Falta el parámetre docid"
#, fuzzy
#~ msgid "Please login to perform this action."
#~ msgstr "Tiene que identificarse para ejecutar esta acción."
#, fuzzy
#~ msgid "Alert sent successfully!"
#~ msgstr "Suprimido correctamente"
#, fuzzy
#~ msgid "Webjournal Administration Interface"
#~ msgstr "Administración de WebSubmit"
#, fuzzy
#~ msgid "Main file(s)"
#~ msgstr "archivo(s)"
#~ msgid "Display searches"
#~ msgstr "Mostrar las búsquedas"
#, fuzzy
#~ msgid " Username/Email: %s\n"
#~ msgstr "Nombre de usuario"
#, fuzzy
#~ msgid " Password: %s\n"
#~ msgstr "Contraseña"
#~ msgid "Migrate BibFormat Settings"
#~ msgstr "Migrar los parámetros de BibFormat"
#~ msgid "Migrate Knowledge Bases"
#~ msgstr "Migrar las bases de conocimiento"
#~ msgid "Migrate Behaviours"
#~ msgstr "Migrar los comportamientos"
#~ msgid "Migrate Formats"
#~ msgstr "Migrar los formatos"
#, fuzzy
#~ msgid "Your account created on"
#~ msgstr "Cuenta creada"
#, fuzzy
#~ msgid "You have created a new account on"
#~ msgstr "o cree uno de nuevo"
#~ msgid ""
#~ "You can now go back to %(x_url_open)sBibEdit Admin Interface%(x_url_close)"
#~ "s."
#~ msgstr ""
#~ "Puede volver a %(x_url_open)sla interfaz de administración de BibEdit"
#~ "%(x_url_close)s."
#, fuzzy
#~ msgid "No Articles"
#~ msgstr "Artículo"
#, fuzzy
#~ msgid "No Issues"
#~ msgstr "Sin mensajes"
#, fuzzy
#~ msgid "Article Error"
#~ msgstr "Artículo"
#, fuzzy
#~ msgid "%s Personalize, Main page"
#~ msgstr "Personalizar"
#, fuzzy
#~ msgid "%s , personalize"
#~ msgstr "Personalizar"
#, fuzzy
#~ msgid "Successfully featured record: %s"
#~ msgstr "eliminada correctamente la denuncia de abuso"
#~ msgid "Convert"
#~ msgstr "Convertir"
#~ msgid "Library"
#~ msgstr "Biblioteca"
#~ msgid "Agenda"
#~ msgstr "Agenda"
#~ msgid "Webcast"
#~ msgstr "Webcast"
#~ msgid "Search Help"
#~ msgstr "Ayuda a la Búsqueda"
#~ msgid "Comment Management"
#~ msgstr "Gestión de comentarios"
#~ msgid "Format:"
#~ msgstr "Formato:"
#~ msgid "Send lost password"
#~ msgstr "Enviar contraseña perdida"
#~ msgid "Here are your user credentials for"
#~ msgstr "Aquí tiene sus credenciales para"
#~ msgid "username"
#~ msgstr "nombre de usuario"
#~ msgid "password"
#~ msgstr "contraseña"
#~ msgid "You can login at"
#~ msgstr "Puede identificarse en"
#~ msgid "You seem to be %(x_role)s."
#~ msgstr "Usted parece ser %(x_role)s."
#~ msgid "Credentials for"
#~ msgstr "Credenciales para"
#~ msgid ""
#~ "An email has been sent to the given address with the account information."
#~ msgstr ""
#~ "Se ha enviado un correo electrónico a la dirección dada con la "
#~ "información de la cuenta."
#~ msgid "Unable to find file."
#~ msgstr "No ha sido posible encontrar el fichero."
#~ msgid "Cannot find submission directory."
#~ msgstr "No ha sido posible encontrar el directorio de los envíos."
#~ msgid "Unknown type of document"
#~ msgstr "Tipo de documento desconocido"
#~ msgid "Login via:"
#~ msgstr "Identificación vía:"
#~ msgid "Edit parameters"
#~ msgstr "Editar parámetros"
#~ msgid "Save"
#~ msgstr "Guardar"
#~ msgid "Try your search on..."
#~ msgstr "Intentar la búsqueda en..."
#, fuzzy
#~ msgid "Timeout"
#~ msgstr "Hora"
#, fuzzy
#~ msgid "See results"
#~ msgstr "resultados"
#~ msgid "Before you add your comment, you need to log in first"
#~ msgstr "Antes de añadir su comentario, tiene que identificarse"
#~ msgid "MARC"
#~ msgstr "MARC"
#~ msgid "Please try to come back later."
#~ msgstr "Pruebe a intentarlo más tarde."
#~ msgid "Please enter"
#~ msgstr "Entre"
#~ msgid "to edit"
#~ msgstr "a editar"
#~ msgid "Your modifications have now been submitted."
#~ msgstr "Sus modificacions han sido enviadas"
#~ msgid "You can now go back to"
#~ msgstr "Ahora puede volver a"
#~ msgid ""
#~ "The record as soon deleted when the task queue is empty.You can now go "
#~ "back to"
#~ msgstr ""
#~ "Este registro se borrará cuando la cola de tareas esté vacía. Ahora "
#~ "puede volver a"
#~ msgid "detailed list"
#~ msgstr "lista detallada"
#~ msgid "your searches"
#~ msgstr "sus búsquedas"
#~ msgid "#"
#~ msgstr "nº"
#~ msgid "%i personal baskets"
#~ msgstr "%i cestas personales"
#~ msgid "%i group baskets"
#~ msgstr "%i cestas de grupo"
# 'otros' por 'terceros'?
#~ msgid "%i others' baskets"
#~ msgstr "%i cestas de otros"
# 'Tiene' o 'ha'?
#~ msgid "You have %s and are subscribed to %s and %s."
#~ msgstr "Tiene %s y está subscrito a %s y %s."
#~ msgid "Bring item up"
#~ msgstr "Subir el item"
#~ msgid "Sort by"
#~ msgstr "Ordenar por"
#~ msgid "Editing basket \"%s\""
#~ msgstr "Edición de la cesta \"%s\""
#~ msgid "You're not member of a group"
#~ msgstr "Usted no es miembro de un grupo"
#~ msgid "Discuss this document:"
#~ msgstr "Comente este documento:"
#~ msgid "wrote on"
#~ msgstr "escribió en"
#~ msgid "(Report abuse)"
#~ msgstr "(Avisar de un abuso)"
#~ msgid "Average review score"
#~ msgstr "Puntuación mediana de las reseñas"
#~ msgid "based on %(nb_comments_total)s reviews"
#~ msgstr "basado en %(nb_comments_total)s reseñs"
#~ msgid "Write a %s"
#~ msgstr "Escriba un %s"
#~ msgid ""
#~ "Note: you currently haven't %(link_open)sdefined a nickname%(link_close)s."
#~ msgstr ""
#~ "Atención: todavía no ha %(link_open)sdefinido un alias%(link_close)s."
#~ msgid "%s will temporarly be displayed as author of this comment."
#~ msgstr "%s se mostrará temporalmente como autor de este comentario"
#~ msgid "Article:"
#~ msgstr "Artículo:"
#~ msgid "Comment:"
#~ msgstr "Comentario:"
#~ msgid "email"
#~ msgstr "dirección electrónica"
#~ msgid "Detailed record #%s"
#~ msgstr "Registro completo #%s"
#~ msgid "View all Reported %s"
#~ msgstr "Ver todos los %s denunciados"
#~ msgid "These users are overquota: "
#~ msgstr "Estos usuarios han sobrepasado su cuota: "
#~ msgid "Search term <em>%s</em>"
#~ msgstr "Término de búsqueda <em>%s</em>"
#~ msgid "inside <em>%s</em> index"
#~ msgstr "en el índice <em>%s</em>"
#~ msgid "Record #%d: %s"
#~ msgstr "Registro #%d: %s"
#~ msgid "Words nearest to"
#~ msgstr "Las palabras más cercanas a"
#~ msgid "inside"
#~ msgstr "en"
#~ msgid "in any collection are:"
#~ msgstr "en cualquier colección son:"
#~ msgid "<strong>%s</strong> records found"
#~ msgstr "<strong>%s</strong> registros encontrados"
#~ msgid ""
#~ "<strong>Results overview:</strong> Found <strong>%s</strong> records in "
#~ "%.2f seconds."
#~ msgstr ""
#~ "<strong>Todos los resultados:</strong> Encontrados <strong>%s</strong> "
#~ "registros en %.2f segundos."
#~ msgid ""
#~ "<p>Sorry, collection <strong>%s</strong> does not seem to exist. <p>You "
#~ "may want to start browsing from <a href=\"%s\">%s</a>."
#~ msgstr ""
#~ "<p>Lo sentimos, la colección <strong>%s</strong> no existe. <p>Inténtelo "
#~ "empezando desde <a href=\"%s\">%s</a>."
#~ msgid ""
#~ "The <strong class=\"headline\">guest</strong> users need to <A href=\"%s"
#~ "\">register</A> first"
#~ msgstr ""
#~ "Los usuarios <strong class=\"headline\">visitantes</strong> antes tienen "
#~ "que <A href=\"%s\">identificarse</A>"
#, fuzzy
#~ msgid "your groups"
#~ msgstr "approvals"
#, fuzzy
#~ msgid "your submissions"
#~ msgstr "envios"
#, fuzzy
#~ msgid "your approvals"
#~ msgstr "approvals"
#~ msgid ""
#~ "You are no longer recognized. If you wish you can <A href=\"./login?ln=%s"
#~ "\">login here</A>."
#~ msgstr ""
#~ "Ya no está identificado. Si lo desea puede <A href=\"./login?ln=%s"
#~ "\">identificarse aquí</A>."
#~ msgid "Edit<br/>members"
#~ msgstr "Editar<br/>miembros"
#~ msgid "Create New Group"
#~ msgstr "Crear un nuevo grupo"
#~ msgid "Please Select:"
#~ msgstr "Seleccione:"
#~ msgid "Add member"
#~ msgstr "Añadir miembro"
#~ msgid "Group: <b>%s</b>"
#~ msgstr "Grupo: <b>%s</b>"
#~ msgid "here"
#~ msgstr "aquí"
# Quizás cambiar el # per un nº?
#~ msgid "user #%i"
#~ msgstr "usuario #%i"
#, fuzzy
#~ msgid "this action does not apply on this type of document"
#~ msgstr "Esta colección no contiene aún ningún documento."
#, fuzzy
#~ msgid "Submission no(1)"
#~ msgstr "envios"
#~ msgid "id"
#~ msgstr "id"
#, fuzzy
#~ msgid "pending"
#~ msgstr "Agenda"
#, fuzzy
#~ msgid "approved"
#~ msgstr "approvals"
#, fuzzy
#~ msgid "rejected"
#~ msgstr "reservado"
#, fuzzy
#~ msgid "%(num)s results found"
#~ msgstr "Buscar en %s registros por:"
#, fuzzy
#~ msgid "No result found"
#~ msgstr "No se ha encontrado ninguna búsqueda"
#, fuzzy
#~ msgid "GROUP_DELETED"
#~ msgstr "SUPRIMIR"
#, fuzzy
#~ msgid "MEMBER_DELETED"
#~ msgstr "SUPRIMIR"
diff --git a/po/fr.po b/po/fr.po
index 0405196b6..e38babddb 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,7388 +1,7388 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-07-10 13:37+0200\n"
"Last-Translator: Jérôme Caffaro <jerome.caffaro@cern.ch>\n"
"Language-Team: FR <cds.support@cern.ch>\n"
"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"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "ET NON PAS"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "Zone d'administration"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "Liste"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "Conseils de recherche"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "résumé"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "plein texte"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "Expression régulière:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "Tous les mots:"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "numéro de rapport"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "année"
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr "sujet"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "Phrase partielle:"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "référence"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "auteur"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
msgid "Search Guide"
msgstr "Guide de recherche"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "expérience"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "Au moins un des mots:"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "division"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "Recherche"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "tous les champs"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "Centre d'aide"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
msgid "Export as"
msgstr "Exporter vers"
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "collection"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr "Guide d'administration de WebSearch"
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "Phrase exacte:"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
msgid "Submit Guide"
msgstr "Aide à la soumission"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "OU"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "ET"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "mot clé"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "titre"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
msgid "Narrow by collection:"
msgstr "Limiter par collection:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
msgid "Add to personal basket"
msgstr "Ajouter au panier personnel"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
msgid "WebSubmit Admin Guide"
msgstr "Guide d'administration de WebSubmit"
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
msgid "No fulltext"
msgstr "Aucun fichier"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
msgid "or"
msgstr "ou"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr "Ajouter un sous-champ"
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr "Modifier l'institut"
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr "Champ"
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr "Ajouter un champ"
#: modules/bibedit/lib/bibedit_templates.py:123
msgid "Verbose"
msgstr "Textuel"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "Soumission"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr "Annuler"
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr "Supprimer"
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
msgid "Action"
msgstr "Action"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr "Notice"
#: modules/bibedit/lib/bibedit_templates.py:155
msgid "Display"
msgstr "Affichage"
#: modules/bibedit/lib/bibedit_templates.py:274
msgid "Done"
msgstr "Exécuté"
#: modules/bibedit/lib/bibedit_templates.py:275
msgid "Add another subfield"
msgstr "Ajouter un autre sous-champ"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
"Les 'tags' et valeurs doivent être indiqués avant de valider ou d'ajouter un "
"autre sous-champ"
#: modules/bibedit/lib/bibedit_templates.py:356
msgid "Move up"
msgstr "Remonter"
#: modules/bibedit/lib/bibedit_templates.py:369
msgid "Move down"
msgstr "Descendre"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr "Éditer"
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr "Vos modifications sont TEMPORAIRES."
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr "Pour enregistrer cette notice, veuillez cliquer sur soumettre."
#: modules/bibedit/lib/bibedit_templates.py:476
msgid "This record does not exist."
msgstr "Cette notice n'existe pas."
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr "Veuillez essayer avec un autre identifiant de notice."
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr "Un autre utilisateur modifie actuellement cette notice."
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr "Veuillez réessayer ultérieurement."
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr "Impossible d'éditer une notice supprimée."
#: modules/bibedit/lib/bibedit_templates.py:500
msgid "There are record revisions not yet synchronized with the database."
msgstr ""
"Certaines notices révisées n'ont pas encore été synchronisées avec la base "
"de donnée."
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
msgid "Please try again in a few minutes."
msgstr "Veuillez réessayer ultérieurement."
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
"Une nouvelle révision de cette notice n'a pas encore été synchronisée avec "
"la base de donnée."
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr "Veuillez indiquer l'identifiant de la notice que vous souhaitez éditer"
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr ""
"Vos modifications ont été soumises. Elles seront traitées dès que la liste "
"de tâches sera vide."
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
msgid "Edit another record"
msgstr "Editer une autre notice"
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr "Voulez-vous vraiment supprimer cette notice?"
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr "Oui"
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr "Non"
#: modules/bibedit/lib/bibedit_templates.py:563
#, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr ""
"Voulez-vous vraiment charger la révision %(revdate)s de la notice #%(recid)s?"
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
"La version courante sera remplacée par une copie de la révision %(revdate)s"
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr "Vous perdrez également tout changement non soumis pour cette notice!"
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
"La nouvelle révision est en cours de synchronisation et sera bientôt prête."
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr "La notice sera supprimée dès que la liste de tâches sera vide."
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr "Notice %s - Ajout d'un champ"
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr "Interface d'administration de BibEdit"
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr "Édition de la notice %(x_recid)s, champ %(x_field)s"
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr ""
"Édition de la notice %(x_recid)s, champ %(x_field)s - Ajout d'un sous-champ"
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, python-format
msgid "Submit and save record %s"
msgstr "Soumettre et enregistrer la notice %s"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, python-format
msgid "Record #%s"
msgstr "Notice #%s"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr "Édition de la notice #%(recid)s, révision %(revdate)s"
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr "Menu"
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr "Fermer l'éditeur"
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr "Modifier les attributs du modèle"
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr "Éditeur de modèles"
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr "Vérifier les dépendances"
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr "Nom"
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
msgid "Description"
msgstr "Description"
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr "Mettre à jour les attributs de format"
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
msgid "Show Documentation"
msgstr "Afficher la documentation"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr "Masquer la documentation"
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr "Statut"
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr "Dernière modification:"
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
msgid "Manage Output Formats"
msgstr "Gérer les formats de sortie"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr "Gérer les modèles de formatage"
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr "Documentation des éléments de formatage"
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr "Gérer les bases de connaissances"
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr "Ajouter un nouveau modèle de formatage"
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr "Vérifier les modèles de formatage en détail"
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr "Code"
#: modules/bibformat/lib/bibformat_templates.py:1134
msgid "Add New Output Format"
msgstr "Ajouter un format de sortie"
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr "menu"
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
msgid "Close Output Format"
msgstr "Fermer le format"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
msgid "Rules"
msgstr "Règles"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr "Modifier les attributs du format de sortie"
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
msgid "Remove Rule"
msgstr "Supprimer la règle"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr "Ajouter une règle"
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr "Enregistrer les modifications"
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr "Relations de la base de connaissances"
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr "Attributs de la base de connaissances"
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr "Dépendances de la base de connaissances"
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr "Aucun problème n'a été trouvé pour ce format"
#: modules/bibformat/lib/bibformat_templates.py:2266
msgid "An error has been found"
msgstr "Une erreur a été découverte"
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr "Les erreurs suivantes ont été découvertes"
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr "Administration de BibFormat"
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
msgid "Test with record:"
msgstr "Tester avec la notice:"
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr "Entrez une requête de recherche ici."
#: modules/bibformat/lib/elements/bfe_authors.py:120
msgid "Hide"
msgstr "Masquer"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr "Afficher les %i auteurs"
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
msgid "Download fulltext"
msgstr "Télécharger le document"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr "Fichiers additionnels"
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
msgid "older versions"
msgstr "anciennes versions"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr "lien %(x_sitename)s"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr "liens %(x_sitename)s"
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external link"
msgstr "lien externe"
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external links"
msgstr "liens externes"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "Fichiers"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
msgid "Restricted Output Format"
msgstr "Format de sortie à accès restreint"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr "Ok"
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, python-format
msgid "Output Format %s Rules"
msgstr "Règles du format de sortie %s"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr "Attributs du format de sortie %s"
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr "Dépendances du format de sortie %s"
#: modules/bibformat/web/admin/bibformatadmin.py:371
msgid "Delete Output Format"
msgstr "Supprimer le format de sortie"
#: modules/bibformat/web/admin/bibformatadmin.py:417
msgid "Cannot create output format"
msgstr "Impossible de créer le format de sortie"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr "Modèle de formatage à accès restreint"
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr "Modèle de formatage %s"
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr "Attributs du modèle de formatage %s"
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr "Dépendances du modèle de formatage %s"
#: modules/bibformat/web/admin/bibformatadmin.py:660
msgid "Delete Format Template"
msgstr "Supprimer le modèle de formatage"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr "Dépendances de l'élément de formatage %s"
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr "Tester l'élément de formatage %s"
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr "Base de connaissances inconnue"
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr "Base de connaissances %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr "Attributs de la base de connaissances %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr "Dépendances de la base de connaissances %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1285
msgid "Delete Knowledge Base"
msgstr "Supprimer la base de connaissances"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr "Validation du format de sortie %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr "Validation du modèle de formatage %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr "Élément de formatage à accès restreint"
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr "Validation de l'élément de formatage %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr "Validation du format"
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
msgid "See Guide"
msgstr "Voir le guide"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr "Sources OAI actuellement présentes dans la base de données"
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr "Pas de sources OAI présentes dans la base de données"
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr "Prochaine récolte OAI"
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr "heure programmée:"
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr "statut actuel:"
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr "Pas de prochaine récolte OAI prévue."
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr "validation effectuée"
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr "ne semble pas être une URL de base compatible OAI"
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
msgid "Citation history:"
msgstr "Historique des citations:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
msgid "Download history:"
msgstr "Historique des téléchargements:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
msgid "Download user distribution:"
msgstr "Distribution des téléchargements"
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr "N/A"
#: modules/miscutil/lib/dateutils.py:159
msgid "Sun"
msgstr "Dim"
#: modules/miscutil/lib/dateutils.py:160
msgid "Mon"
msgstr "Lun"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr "Mar"
#: modules/miscutil/lib/dateutils.py:162
msgid "Wed"
msgstr "Mer"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr "Jeu"
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr "Ven"
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr "Sam"
#: modules/miscutil/lib/dateutils.py:167
msgid "Sunday"
msgstr "Dimanche"
#: modules/miscutil/lib/dateutils.py:168
msgid "Monday"
msgstr "Lundi"
#: modules/miscutil/lib/dateutils.py:169
msgid "Tuesday"
msgstr "Mardi"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr "Mercredi"
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr "Jeudi"
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr "Vendredi"
#: modules/miscutil/lib/dateutils.py:173
msgid "Saturday"
msgstr "Samedi"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
msgid "Month"
msgstr "Mois"
#: modules/miscutil/lib/dateutils.py:188
msgid "Jan"
msgstr "jan"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr "fév"
#: modules/miscutil/lib/dateutils.py:190
msgid "Mar"
msgstr "mar"
#: modules/miscutil/lib/dateutils.py:191
msgid "Apr"
msgstr "avr"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "mai"
#: modules/miscutil/lib/dateutils.py:193
msgid "Jun"
msgstr "jun"
#: modules/miscutil/lib/dateutils.py:194
msgid "Jul"
msgstr "jul"
#: modules/miscutil/lib/dateutils.py:195
msgid "Aug"
msgstr "aoû"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr "sep"
#: modules/miscutil/lib/dateutils.py:197
msgid "Oct"
msgstr "oct"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr "nov"
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr "déc"
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "janvier"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "février"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "mars"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "avril"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "juin"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "juillet"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "août"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "septembre"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "octobre"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "novembre"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "décembre"
#: modules/miscutil/lib/dateutils.py:231
msgid "Day"
msgstr "jour"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "année"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
msgid "Sorry"
msgstr "Désolé"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr ""
"Impossible d'envoyer le rapport d'erreur, le paramètre %s est manquant."
#: modules/miscutil/lib/errorlib_webinterface.py:100
msgid "The error report has been sent."
msgstr "Le rapport d'erreur a été envoyé."
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr "Merci beaucoup de nous aider à améliorer CDS Invenio."
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr ""
"Utiliser le bouton de retour de votre navigateur pour retourner à la page "
"précédente."
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr "Merci!"
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr "journal"
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr "identifiant de notice"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr "similarité de mots"
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr "journal impact factor"
#: modules/miscutil/lib/inveniocfg.py:412
msgid "times cited"
msgstr "nombre de fois cité"
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
msgid "Hello:"
msgstr "Bonjour:"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr "Meilleures salutations"
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr "Besoin d'une intervention humaine? Veuillez contacter"
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr "Lancer BibEdit"
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr "Configurer BibFormat"
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr "Configurer BibHarvest"
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
msgid "Configure OAI Repository"
msgstr "Configurer l'Archive OAI"
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr "Configurer BibIndex"
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr "Configurer BibRank"
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr "Configurer WebAccess"
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
msgid "Configure WebComment"
msgstr "Configurer WebComment"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
msgid "Configure WebSearch"
msgstr "Configurer WebSearch"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr "Configurer WebSubmit"
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, python-format
msgid "Your account on '%s' has been activated"
msgstr "Votre compte sur '%s' a été créé."
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr "Votre compte créé précédemment sur '%s' a été activé."
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
msgid "Username/Email:"
msgstr "Nom d'utilisateur/Email"
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
msgid "Password:"
msgstr "Mot de passe:"
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, python-format
msgid "Account created on '%s'"
msgstr "Compte créé sur '%s'"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, python-format
msgid "An account has been created for you on '%s':"
msgstr "Votre compte a été créé sur '%s':"
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, python-format
msgid "Account rejected on '%s'"
msgstr "Compte sur '%s' rejeté"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr "Votre demande d'adhésion au groupe %s a été rejetée:"
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, python-format
msgid "Username/Email: %s"
msgstr "Nom d'utilisateur/Email: %s"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, python-format
msgid "Account deleted on '%s'"
msgstr "Compte sur '%s' effacé"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "Votre compte sur '%s' a été supprimé:"
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "Notice détaillée"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "Notices similaires"
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr "Cité par"
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr "Vous avez déjà défini une alerte dont le nom est %s."
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr "inconnu"
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
#, fuzzy
msgid "You do not have rights for this operation."
msgstr "Vous n'êtes pas autorisé à voir le contenu de ce panier."
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr "Vous avez déjà défini une alerte pour cette requête sur ce panier."
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr "Le nom de l'alerte ne peut pas être vide."
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr "Vous n'êtes pas le prpriétaire de ce panier."
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr "L'alerte %s a été ajoutée à votre compte."
#: modules/webalert/lib/webalert.py:376
#, python-format
msgid "The alert %s has been successfully updated."
msgstr "L'alerte %s a été mise à jour."
#: modules/webalert/lib/webalert.py:428
#, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
"Vous avez effectué %(x_nb)s recherches. Une %(x_url_open)sliste\n"
"détaillée%(x_url_close)s est disponible, offrant la possibilité de (a)\n"
"voir les résultats de la recherche et (b) s'abonner à un service\n"
"d'alerte automatique par email pour ces recherches."
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr "Recherche"
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr "Recherche 1"
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr "Champ 1"
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr "Recherche 2"
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr "Champ 2"
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr "Recherche 3"
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr "Champ 3"
#: modules/webalert/lib/webalert_templates.py:90
msgid "Collections"
msgstr "Collections"
#: modules/webalert/lib/webalert_templates.py:92
msgid "Collection"
msgstr "Collection"
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr "Vous avez défini les alertes suivantes:"
#: modules/webalert/lib/webalert_templates.py:114
msgid "alert name"
msgstr "nom de l'alerte"
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr "AFFICHER"
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr ""
"Cette alerte vous préviendra dès qu'un nouvel article satisfera la recherche "
"suivante:"
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr "RECHERCHE"
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr "Nom de l'alerte:"
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr "Fréquence de vérification:"
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
msgid "monthly"
msgstr "mensuel"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr "hebdomadaire"
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
msgid "daily"
msgstr "quotidien"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr "Envoyer une notification par email?"
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr "oui"
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr "non"
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr ""
"si %(x_fmt_open)snon%(x_fmt_close)s vous devez indiquer un nom de panier"
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr "Enregistrer les résultats dans un panier?"
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr "ACTIVER L'ALERTE"
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr "EFFACER"
#: modules/webalert/lib/webalert_templates.py:300
#, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
"Créer une nouvelle alerte depuis %(x_url1_open)svos recherches"
"%(x_url1_close)s, les %(x_url2_open)srecherches populaires%(x_url2_close)s, "
"ou le formulaire."
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr "Fréquence de vérification"
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr "Notification par email"
#: modules/webalert/lib/webalert_templates.py:322
msgid "Result in basket"
msgstr "résultat dans le panier"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr "Date de la dernière vérification"
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr "Date de création"
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr "Recherche"
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
msgid "no basket"
msgstr "aucun panier"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
msgid "Remove"
msgstr "Supprimer"
#: modules/webalert/lib/webalert_templates.py:374
msgid "Modify"
msgstr "Changer"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr "Exécuter la recherche"
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr "Vous avez défini %s alertes."
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
"Vous n'avez pas encore effectué de recherche. Vous pouvez aller sur "
"%(x_url_open)sl'interface de recherche%(x_url_close)s."
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr ""
"Vous avez effectué %(x_nb1)s recherches (%(x_nb2)s différentes questions) "
"durant les 30 derniers jours."
#: modules/webalert/lib/webalert_templates.py:434
#, python-format
msgid "Here are the %s most popular searches."
msgstr "Liste des %s requêtes les plus populaires."
#: modules/webalert/lib/webalert_templates.py:445
msgid "Question"
msgstr "Requête"
#: modules/webalert/lib/webalert_templates.py:449
msgid "Last Run"
msgstr "Dernière exécution"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr "Définir une nouvelle alerte"
#: modules/webalert/lib/webalert_webinterface.py:79
msgid "Popular Searches"
msgstr "Recherches Populaires"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
msgid "Your Searches"
msgstr "Vos Recherches"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
msgid "Your Account"
msgstr "Votre Compte"
#: modules/webalert/lib/webalert_webinterface.py:90
#, python-format
msgid "%s Personalize, Display searches"
msgstr "%s Personnaliser, Afficher requêtes"
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, python-format
msgid "%s, personalize"
msgstr "%s, personnaliser"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr "Erreur"
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, python-format
msgid "%s Personalize, Set a new alert"
msgstr "%s Personnaliser, Définir une nouvelle alerte"
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr "Définir une nouvelle alerte"
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr "Modifier les propriétés des alertes"
#: modules/webalert/lib/webalert_webinterface.py:227
#, python-format
msgid "%s Personalize, Modify alert settings"
msgstr "%s Personnaliser, Modifier les propriétés des alertes"
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
msgid "Your Alerts"
msgstr "Vos Alertes"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, python-format
msgid "%s Personalize, Display alerts"
msgstr "%s Personnaliser, Afficher les alertes"
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
msgid "Display alerts"
msgstr "Afficher les alertes"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr "Votre commentaire a été ajouté"
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
msgid "Personal baskets"
msgstr "Paniers personnels"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
msgid "Group baskets"
msgstr "Paniers de groupes"
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
msgid "Others' baskets"
msgstr "Paniers des autres"
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
"Vous possédez %(x_nb_perso)s paniers personnels et êtes abonnés à "
"%(x_nb_group)s paniers de groupes et à %(x_nb_public)s paniers publics."
#: modules/webbasket/lib/webbasket_templates.py:198
#, python-format
msgid "There are %i baskets"
msgstr "Il y a %i paniers"
#: modules/webbasket/lib/webbasket_templates.py:206
msgid "updated on"
msgstr "mis à jour le"
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr "Le panier est vide"
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
"Ce panier appartient à %(x_name)s. Vous pouvez librement vous y "
"%(x_url_open)sabonner%(x_url_close)s"
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
msgid "Public basket"
msgstr "Panier public"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
msgid "records"
msgstr "notices"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
msgid "last update"
msgstr "dernière mise à jour"
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr "S'abonner à ce panier"
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
msgid "Basket's name"
msgstr "Nom du panier"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr "Nombre de consultations"
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr "Propriétaire"
#: modules/webbasket/lib/webbasket_templates.py:355
msgid "View"
msgstr "Afficher"
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr "S'abonner"
#: modules/webbasket/lib/webbasket_templates.py:377
msgid "There is currently no publicly accessible basket"
msgstr "Il n'y a pas de panier public actuellement"
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr ""
"Affichage des paniers %(x_nb_begin)i-%(x_nb_end)i parmi %(x_nb_total)i "
"paniers."
#: modules/webbasket/lib/webbasket_templates.py:422
msgid "Actions"
msgstr "Actions"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
msgid "Non-shared basket"
msgstr "Panier non partagé"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
msgid "Shared basket"
msgstr "Panier partagé"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
msgid "Group-shared basket"
msgstr "Panier partagé à un groupe"
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
msgid "Edit basket"
msgstr "Éditer le panier"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr "Vous n'êtes pas autorisé à voir le contenu de ce panier."
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr "Se désabonner de ce panier"
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr "commentaires"
#: modules/webbasket/lib/webbasket_templates.py:521
msgid "last comment:"
msgstr "dernier commentaire:"
#: modules/webbasket/lib/webbasket_templates.py:582
msgid "Move item up"
msgstr "Remonter"
#: modules/webbasket/lib/webbasket_templates.py:590
msgid "Move item down"
msgstr "Descendre"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr "Copier"
#: modules/webbasket/lib/webbasket_templates.py:606
msgid "Remove item"
msgstr "Supprimer"
#: modules/webbasket/lib/webbasket_templates.py:609
msgid "External record"
msgstr "Notice externe"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr "dernier"
#: modules/webbasket/lib/webbasket_templates.py:647
msgid "View comments"
msgstr "Voir les commentaires"
#: modules/webbasket/lib/webbasket_templates.py:672
msgid "This basket is publicly accessible at the following address:"
msgstr "Ce panier est publiquement accessible à l'adresse suivante:"
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "Trier par:"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr "Titre"
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr "Date"
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr "Commentaires"
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr "Il y a un total de %i commentaires"
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr "Écrire un commentaire"
#: modules/webbasket/lib/webbasket_templates.py:833
msgid "Back to baskets"
msgstr "Retourner aux paniers"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr "par"
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "on"
msgstr "sur"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr "Répondre"
#: modules/webbasket/lib/webbasket_templates.py:876
msgid "Delete comment"
msgstr "Supprimer le commentaire"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr "Ajouter un commentaire"
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr "Commentaire"
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
msgid "Create new basket"
msgstr "Créer un nouveau panier"
#: modules/webbasket/lib/webbasket_templates.py:1001
msgid "Select topic"
msgstr "Choisir un thème"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr "Choisir un thème"
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr "ou en créer un nouveau"
#: modules/webbasket/lib/webbasket_templates.py:1019
msgid "Create new topic"
msgstr "Créer un nouveau thème"
#: modules/webbasket/lib/webbasket_templates.py:1021
msgid "Create a new basket"
msgstr "Créer un nouveau panier"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
msgid "Select basket"
msgstr "Choisir un panier"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr "Ajouter aux paniers personnels"
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, python-format
msgid "%i baskets"
msgstr "%i paniers"
#: modules/webbasket/lib/webbasket_templates.py:1111
msgid "Add to a group-shared basket"
msgstr "Ajouter aux paniers de groupe"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr "Ajouter aux paniers publics"
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr "Ajout de %i notices aux paniers suivants"
#: modules/webbasket/lib/webbasket_templates.py:1167
msgid "Add to baskets"
msgstr "Ajouter aux paniers"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr "Les notices sélectionnées ont été ajoutées à %i paniers."
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr "Aucune notice n'a été ajoutée aux paniers sélectionnés."
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr "Êtes-vous sûr de vouloir supprimer ce panier?"
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr "%i utilisateurs sont abonnés à ce panier."
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr "%i groupes sont abonnés à ce panier."
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr "Vous avez défini %i alertes sur ce panier."
#: modules/webbasket/lib/webbasket_templates.py:1277
msgid "General settings"
msgstr "Paramètres généraux"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr "Ajouter un groupe"
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr "Gérer les permissions des groupes"
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr "Gérer les permissions globales"
#: modules/webbasket/lib/webbasket_templates.py:1314
msgid "Delete basket"
msgstr "Supprimer le panier"
#: modules/webbasket/lib/webbasket_templates.py:1338
msgid "Editing basket"
msgstr "Édition du panier"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr "Enregistrer les modifications"
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr "Aucun droit"
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
msgid "View records"
msgstr "Voir notices"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "and"
msgstr "et"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr "voir les commentaires"
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr "ajouter des commentaires"
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
msgid "add records"
msgstr "ajouter des notices"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
msgid "delete comments"
msgstr "supprimer les commentaires"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
msgid "remove records"
msgstr "supprimer les notices"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr "gérer les droits d'accès"
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr "Vous n'êtes pas membre de groupe."
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr "Partager le panier avec un nouveau groupe"
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr ""
"Vous êtes actuellement enregistré en tant qu'invité. Vos paniers "
"disparaîtront à la fin de la session."
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr ""
"Si vous le souhaitez, vous pouvez vous %(x_url_open)sidentifier ou vous "
"enregistrer ici%(x_url_close)s."
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr "Cette fonctionnalité est indisponible pour les invités."
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
msgid "Back to search results"
msgstr "Retour aux résultats de recherche"
#: modules/webbasket/lib/webbasket_webinterface.py:98
msgid "Display baskets"
msgstr "Afficher paniers"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr "Détails et commentaires"
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
msgid "Your Baskets"
msgstr "Vos Paniers"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr "Ajouter les notices aux paniers"
#: modules/webbasket/lib/webbasket_webinterface.py:474
msgid "Delete a basket"
msgstr "Supprimer un panier"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr "Copier la notice dans le panier"
#: modules/webbasket/lib/webbasket_webinterface.py:721
msgid "Create basket"
msgstr "Créer un panier"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
msgid "List of public baskets"
msgstr "Liste des paniers publics"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "%(x_name)s a écrit le %(x_date)s:"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr "Affichage des derniers %i commentaires:"
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr "Discuter ce document"
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr "Commencer la discussion sur n'importe quel aspect de ce document."
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr "Désolé, la notice %s n'existe pas."
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr "Désolé, %s n'est pas un identifiant valide."
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr "Désolé, aucun identifiant de notice n'a été fourni."
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr "Vous pouvez recommencer à chercher depuis %s"
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr "Est-ce que cette évaluation a été utile?"
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr "Écrire une évaluation"
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr "Note moyenne: %(x_nb_score)s basée sur %(x_nb_reviews)s évaluations"
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr "Les lecteurs ont trouvé les %s évaluations suivantes les plus utiles."
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr "Visualiser toutes les %s évaluations"
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr "Évaluer ce document"
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr "Soyez le premier à évaluer ce document."
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
msgid "Report abuse"
msgstr "Signaler un abus"
#: modules/webcomment/lib/webcomment_templates.py:361
#, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "Évalué par %(x_nickname)s le %(x_date)s"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr ""
"%(x_nb_people)i sur %(x_nb_total)i utilisateurs ont trouvé cette évaluation "
"utile"
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
msgid "Reviews"
msgstr "Évaluations"
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr "Précédent"
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr "Suivant"
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr "Il y a un total de %s évaluations"
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr "Il y a un total de %s commentaires"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr "évaluation"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr "commentaire"
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
msgid "Review"
msgstr "Évaluation"
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr "Affichage"
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr "Page:"
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr ""
"Note: Votre pseudonyme, %s, sera affiché en temps qu'auteur de ce "
"commentaire "
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
"Note: Vous n'avez pas %(x_url_open)sdéfini de pseudonyme%(x_url_close)s. "
"%(x_nickname)s sera affiché en temps qu'auteur de ce commentaire."
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
msgid "Article"
msgstr "Article"
#: modules/webcomment/lib/webcomment_templates.py:808
msgid "Add comment"
msgstr "Ajouter un commentaire"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr ""
"Note: Votre pseudonyme, %s, sera affiché en temps qu'auteur de cette "
"évaluation."
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr "Évaluer ce document"
#: modules/webcomment/lib/webcomment_templates.py:901
msgid "Select a score"
msgstr "Choisir une note"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr "Donner un titre à cette évaluation"
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr "Ecrire votre évaluation"
#: modules/webcomment/lib/webcomment_templates.py:908
msgid "Add review"
msgstr "Ajouter une évaluation"
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr "Ajouter une évaluation"
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr "Votre évaluation à été ajoutée."
#: modules/webcomment/lib/webcomment_templates.py:940
msgid "Your comment was successfully added."
msgstr "Votre commentaire à été ajouté."
#: modules/webcomment/lib/webcomment_templates.py:942
msgid "Back to record"
msgstr "Revenir à la notice"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr "Voir tous les commentaires signalés"
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr "Voir toutes les évaluations signalées"
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr "Supprimer un/une commentaire/évaluation (par identifiant)"
#: modules/webcomment/lib/webcomment_templates.py:1029
msgid "View all users who have been reported"
msgstr "Voir tous les utilisateurs qui ont été signalés"
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "Guide"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr "Les commentaires et évaluations sont désactivés"
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr ""
"Veuillez entrer l'identifiant du commentaire ou de l'évaluation pour le voir "
"avant de le supprimer"
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr "Identifiant du commentaire:"
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr "Afficher le commentaire"
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr "Aucun commentaire n'a, jusqu'à maintenant, été signalé."
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr "Afficher tous les %s commentaires signalés"
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr "Afficher toutes les %s évaluations signalées"
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
"Liste des utilisateurs ayant été signalés au moins une fois. Cette liste est "
"triée par nombre de signalement d'abus."
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr "Pseudonyme"
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
msgid "Email"
msgstr "Email"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr "Identifiant d'utilisateur"
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr "Nombre de votes positifs"
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr "Nombre de votes négatifs"
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr "Nombre total de votes"
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr "Nombre total de signalements"
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr "Afficher tous les commentaires/évaluations signalés de cet utilisateur"
#: modules/webcomment/lib/webcomment_templates.py:1179
#, python-format
msgid "This review has been reported %i times"
msgstr "Cette évaluation a été signalée %i fois"
#: modules/webcomment/lib/webcomment_templates.py:1181
#, python-format
msgid "This comment has been reported %i times"
msgstr "Ce commentaire a été signalé %i fois"
#: modules/webcomment/lib/webcomment_templates.py:1258
msgid "Written by"
msgstr "Écrit par"
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr "Informations générales"
#: modules/webcomment/lib/webcomment_templates.py:1260
msgid "Select"
msgstr "Choisir"
#: modules/webcomment/lib/webcomment_templates.py:1274
msgid "Delete selected reviews"
msgstr "Effacer les évaluations sélectionnées"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr "Supprimer les signalements d'abus sélectionnés"
#: modules/webcomment/lib/webcomment_templates.py:1279
msgid "Delete selected comments"
msgstr "Effacer les commentaires sélectionnés"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr "OK"
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr "Évaluations signalées de l'utilisateur %s"
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr "Commentaires signalés de l'utilisateur %s"
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr "Commentaire/Évaluation %s"
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr "Commentaire/Évaluation %(x_cmtID)s écrit par l'utilisateur %(x_user)s"
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr "Toutes les évaluations signalées triées par ordre décroissant"
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr "Tous les commentaires signalés triés par ordre décroissant"
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr "Identifiant du commentaire"
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr "supprimé"
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr "signalement d'abus supprimé"
#: modules/webcomment/lib/webcomment_templates.py:1375
msgid "Not yet reviewed"
msgstr "Pas encore évalué"
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
msgid "Record Not Found"
msgstr "Notice introuvable"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Vous devez vous %(x_url_open)sidentifier%(x_url_close)s avant de d'ajouter "
"un commentaire"
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
msgid "Login"
msgstr "Identification"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr "Administration de WebComment"
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "Erreur interne"
#: modules/webcomment/web/admin/webcommentadmin.py:95
msgid "Delete Comment"
msgstr "Effacer un commentaire"
#: modules/webcomment/web/admin/webcommentadmin.py:168
msgid "View all reported users"
msgstr "Afficher tous les utilisateurs signalés"
#: modules/webcomment/web/admin/webcommentadmin.py:214
msgid "Delete comments"
msgstr "Effacer des commentaires"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr "Supprimer des signalement d'abus"
#: modules/webmessage/lib/webmessage.py:129
msgid "The message could not be deleted."
msgstr "Ce message n'a pas pu être supprimé."
#: modules/webmessage/lib/webmessage.py:131
msgid "The message was successfully deleted."
msgstr "Le message a été supprimé"
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr "Tous les messages de votre boîte de réception ont été supprimés."
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr "La date choisie (%(x_day)i.%(x_month)i.%(x_year)i) n'est pas valide."
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr "Veuillez entrer un nom d'utilisateur ou de groupe."
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr ""
"Votre message est trop long, veuillez l'éditer. La taille maximale est de %i "
"caractères."
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr "Le groupe %s n'existe pas."
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr "L'utilisateur %s n'existe pas."
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr "Écrire un message"
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr ""
"Votre message n'a pas pu être envoyé aux destinataires suivants dont la "
"boîte de réception est pleine:"
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr "Votre message a été envoyé."
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
msgid "Your Messages"
msgstr "Vos Messages"
#: modules/webmessage/lib/webmessage_templates.py:87
msgid "Subject"
msgstr "Sujet"
#: modules/webmessage/lib/webmessage_templates.py:88
msgid "Sender"
msgstr "Expéditeur"
#: modules/webmessage/lib/webmessage_templates.py:97
msgid "No messages"
msgstr "Pas de messages"
#: modules/webmessage/lib/webmessage_templates.py:101
msgid "No subject"
msgstr "Pas de sujet"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr "Écrire un nouveau message"
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr "Effacer tout"
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr "Re:"
#: modules/webmessage/lib/webmessage_templates.py:282
msgid "Send later?"
msgstr "Envoyer plus tard?"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr "À:"
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr "Utilisateurs"
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr "Groupes"
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
msgid "Subject:"
msgstr "Sujet:"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
msgid "Message:"
msgstr "Message:"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr "ENVOYER"
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr "De:"
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr "Envoyé le:"
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr "Reçu le:"
#: modules/webmessage/lib/webmessage_templates.py:451
msgid "Sent to:"
msgstr "Envoyé à:"
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr "Envoyé aux groupes:"
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr "RÉPONDRE"
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr "SUPPRIMER"
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr ""
"Êtes-vous sûr de vouloir effacer tout le contenu de votre boîte de réception?"
#: modules/webmessage/lib/webmessage_templates.py:569
#, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr "Quota utilisé: %(x_nb_used)i messages sur max. %(x_nb_total)i"
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr "Veuillez choisir un ou plusieurs:"
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr "Ajouter aux utilisateurs"
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr "Ajouter aux groupes"
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr "Pas d'utilisateur correspondant"
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr "Pas de groupe correspondant"
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr "Trouver des utilisateurs ou des groupes:"
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr "Trouver un utilisateur"
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr "Trouver un groupe"
#: modules/webmessage/lib/webmessage_templates.py:679
#, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr ""
"Vous avez reçu %(x_nb_new)s nouveaux messages sur un total de\n"
"%(x_nb_total)s messages"
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr "Lire un message"
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "Résultats de la recherche"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "jour quelconque"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "mois quelconque"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "année quelconque"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "toutes les collections"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "ajouter une nouvelle collection"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "ordonner par"
#: modules/websearch/lib/search_engine.py:851
msgid "HTML brief"
msgstr "HTML condensé"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "les plus récents en premier"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr "Pas de résultat"
#: modules/websearch/lib/search_engine.py:1716
#, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr ""
"Aucun résultat précis pour %(x_query1)s n'a été trouvé, remplacement par "
"%(x_query2)s..."
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr "Parenthèses non valides détectées."
#: modules/websearch/lib/search_engine.py:2068
#, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"Aucun résultat n'a été trouvé dans la collection %(x_collection)s. Les "
"autres collections publiques ont donné %(x_url_open)s%(x_nb_hits)d résultats"
"%(x_url_close)s."
#: modules/websearch/lib/search_engine.py:2077
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 recherchez "
"des documents non publics, veuillez d'abord choisir la collection restreinte."
#: modules/websearch/lib/search_engine.py:2190
msgid "No words index available for"
msgstr "Aucun mot indexé n'est disponible pour"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "Aucune phrase indexée n'est disponible pour"
#: modules/websearch/lib/search_engine.py:2226
#, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr ""
"Le terme de recherche %(x_term)s dans l'index %(x_index)s ne se trouve dans "
"aucune notice. Les termes les plus proches parmi toutes les collections sont:"
#: modules/websearch/lib/search_engine.py:2230
#, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr ""
"Le terme de recherche %s ne se trouve dans aucune notice. Les termes les "
"plus proches parmi toutes les collections sont:"
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr ""
"Désolé, le tri n'est pas autorisé sur un ensemble de plus de %d notices. Les "
"notices les plus récentes sont affichées en premier."
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr ""
"Désolé, %s n'est pas une option de tri valide. Le tri par titre est utilisé "
"à la place."
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr "Utiliser différents termes de recherche"
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "La notice a été supprimée."
#: modules/websearch/lib/search_engine.py:3750
msgid "Requested record does not seem to exist."
msgstr "Désolé, cette notice n'existe pas."
#: modules/websearch/lib/search_engine.py:3984
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:4008
msgid "No match within your search limits, discarding this condition..."
msgstr ""
"Pas de résultat pour les limites spécifiées, la condition n'est pas prise en "
"compte..."
#: modules/websearch/lib/websearchadminlib.py:3202
msgid "Information"
msgstr "Informations"
#: modules/websearch/lib/websearchadminlib.py:3203
msgid "References"
msgstr "Références"
#: modules/websearch/lib/websearchadminlib.py:3204
msgid "Citations"
msgstr "Citations"
#: modules/websearch/lib/websearchadminlib.py:3205
msgid "Discussion"
msgstr "Discussion"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr "Statistiques d'utilisation"
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, python-format
msgid "Search %s records for:"
msgstr "Chercher dans %s notices:"
#: modules/websearch/lib/websearch_templates.py:659
msgid "less"
msgstr "moins"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "davantage"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr "Exemple: %(x_sample_search_query)s"
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr "Rechercher dans %(x_collection_name)s"
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
msgid "Search everywhere"
msgstr "Rechercher partout"
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "Recherche avancée"
#: modules/websearch/lib/websearch_templates.py:854
#, python-format
msgid "Search %s records for"
msgstr "Chercher dans %s notices:"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "Recherche simple"
#: modules/websearch/lib/websearch_templates.py:938
msgid "Search options:"
msgstr "Options de recherche:"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
msgid "Added/modified since:"
msgstr "Ajouté/modifié depuis:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
msgid "until:"
msgstr "jusqu'à:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
msgid "Display results:"
msgstr "Afficher:"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
msgid "Output format:"
msgstr "Format de sortie:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "Ajouté depuis:"
#: modules/websearch/lib/websearch_templates.py:1154
msgid "Modified since:"
msgstr "Modifié depuis:"
#: modules/websearch/lib/websearch_templates.py:1191
msgid "Focus on:"
msgstr "Focaliser sur:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "restreint"
#: modules/websearch/lib/websearch_templates.py:1252
msgid "Search also:"
msgstr "Rechercher également dans:"
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr "Cette collection ne contient pas encore de document."
#: modules/websearch/lib/websearch_templates.py:1392
msgid "Latest additions:"
msgstr "Derniers ajouts:"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, python-format
msgid "Cited by %i records"
msgstr "Cité par: %i notices"
#: modules/websearch/lib/websearch_templates.py:1556
#, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr ""
"Les mots les plus proches de %(x_word)s dans %(x_field)s parmi toutes les "
"collections sont:"
#: modules/websearch/lib/websearch_templates.py:1559
#, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr ""
"Les mots les plus proches de %(x_word)s parmi toutes les collections sont:"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr "Résultats"
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr "suivant"
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "collections"
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr "Limiter à:"
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "résultats"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "croissant"
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "décroissant"
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "liste unique"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "regrouper par collection"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr "Champ MARC"
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, python-format
msgid "%s records found"
msgstr "%s notices trouvées"
#: modules/websearch/lib/websearch_templates.py:2343
msgid "begin"
msgstr "début"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr "précédent"
#: modules/websearch/lib/websearch_templates.py:2367
msgid "end"
msgstr "fin"
#: modules/websearch/lib/websearch_templates.py:2387
msgid "jump to record:"
msgstr "aller vers la notice:"
#: modules/websearch/lib/websearch_templates.py:2400
#, python-format
msgid "Search took %s seconds."
msgstr "La recherche a duré %s secondes."
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "AJOUTER AU PANIER"
#: modules/websearch/lib/websearch_templates.py:2589
#, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"%(x_fmt_open)sVue d'ensemble sur les résultats:%(x_fmt_close)s Trouvé "
"%(x_nb_records)s notices en %(x_nb_seconds)s secondes."
#: modules/websearch/lib/websearch_templates.py:2637
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:2669
msgid "See also: similar author names"
msgstr "Voir aussi: noms d'auteurs similaires"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, python-format
msgid "Collection %s Not Found"
msgstr "Collection %s introuvable"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr "Désolé, la collection %s n'existe pas."
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr "Vous pouvez recommencer à chercher depuis %s."
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr "Vous désirez être averti des nouveaux résultats pour cette recherche?"
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
"Abonnez-vous à une %(x_url1_open)salerte email%(x_url1_close)s "
"personnalisée\n"
"ou inscrivez-vous via le %(x_url2_open)sflux RSS%(x_url2_close)s."
#: modules/websearch/lib/websearch_templates.py:3101
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:3117
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:3170
#, python-format
msgid "Cited by: %s records"
msgstr "Cité par: %s notices"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "Co-cité avec: %s notices"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr "parmi lesquelles auto-citations: %s notices"
#: modules/websearch/lib/websearch_templates.py:3310
msgid "Affiliations:"
msgstr "Affiliations:"
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr "Mots clés fréquents:"
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr "Co-auteurs fréquents:"
#: modules/websearch/lib/websearch_templates.py:3346
msgid "Publishes in"
msgstr "Publie dans"
#: modules/websearch/lib/websearch_templates.py:3353
msgid "Papers:"
msgstr "Articles:"
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr "telechargé"
#: modules/websearch/lib/websearch_templates.py:3355
msgid "times"
msgstr "fois"
#: modules/websearch/lib/websearch_templates.py:3383
msgid "Citations:"
msgstr "Citations:"
#: modules/websearch/lib/websearch_templates.py:3413
msgid "Citation summary results"
msgstr "Résultats du résumé des citations"
#: modules/websearch/lib/websearch_templates.py:3418
msgid "Total number of citable papers analyzed:"
msgstr "Nombre d'articles analysés:"
#: modules/websearch/lib/websearch_templates.py:3441
msgid "Total number of citations:"
msgstr "Nombre de citations:"
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr "Moyenne des citations par rapport"
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr "Répartition des documents par citations"
#: modules/websearch/lib/websearch_webinterface.py:420
msgid "You are not authorized to view this area."
msgstr "Vous n'avez pas l'autorisation de voir cette page."
#: modules/websearch/lib/websearch_webinterface.py:755
msgid "Not found"
msgstr "Notice introuvable"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "dans"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
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_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr "Revue des résultats des collections externes:"
#: modules/websearch/lib/websearch_external_collections_templates.py:120
msgid "Search timed out."
msgstr "La recherche a dépassé le délai d'attente."
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr ""
"Le moteur de recherche externe n'a pas répondu dans les délais. Vous pouvez "
"vérifier ses résultats ici:"
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
msgid "No results found."
msgstr "Pas de résultat trouvé."
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, python-format
msgid "%s results found"
msgstr "%s résultats trouvés"
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, python-format
msgid "%s seconds"
msgstr "%s secondes"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "condensé"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
"Vous êtes identifié comme invité. Vous pouvez vous %(x_url_open)sidentifier"
"%(x_url_close)s en tant qu'utilisateur."
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
"Les %(x_fmt_open)sinvités%(x_fmt_close)s doivent d'abord "
"%(x_url_open)s'enregistrer%(x_url_close)s."
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr "Pas de requête trouvée"
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
"Cette collection est restreinte d'accès. Identifiez-vous pour y accéder."
#: modules/websession/lib/websession_templates.py:97
msgid "External account settings"
msgstr "Paramètres de compte externe"
#: modules/websession/lib/websession_templates.py:99
#, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr ""
"Vous pouvez consulter la liste de vos groupes externes directement sur\n"
"la %(x_url_open)spage des groupes%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:103
msgid "External user groups"
msgstr "Groupes utilisateurs externes"
#: modules/websession/lib/websession_templates.py:160
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
"Pour changer votre adresse email ou choisir votre pseudonyme la première "
"fois,\n"
"utilisez les champs ci-dessous."
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr "Modifier les données d'identification"
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr "Exemple"
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr "Nouvelle adresse email"
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
msgid "mandatory"
msgstr "obligatoire"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr "Note"
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr "Enregistrer les nouvelles valeurs"
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
"Puisque ce nom est considéré comme une signature pour les commentaires et "
"les évaluations, il n'est pas possible\n"
"de le changer une fois choisi."
#: modules/websession/lib/websession_templates.py:215
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
"Pour changer votre adresse email ou votre mot de passe, utilisez le\n"
"formulaire ci-dessous."
#: modules/websession/lib/websession_templates.py:217
msgid "Old password"
msgstr "Ancien mot de passe"
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr "Nouveau mot de passe"
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr "optionnel"
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr "Le mot de passe peut contenir de la ponctuation, des espaces, etc."
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr "Vous devez entrer l'ancien mot de passe pour en choisir un nouveau."
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr "Inscrivez à nouveau votre mot de passe"
#: modules/websession/lib/websession_templates.py:224
msgid "Set new password"
msgstr "Enregistrer nouveau mot de passe"
#: modules/websession/lib/websession_templates.py:229
#, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr ""
"Si vous utilisez un compte CERN \"lightweight\", vous pouvez\n"
"%(x_url_open)sréinitialiser le mot de passe%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:235
#, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr ""
"Vous pouvez changer ou réinitialiser votre mot de passe CERN\n"
"directement sur la %(x_url_open)spage de gestion des comptes\n"
"CERN%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:249
msgid "Edit language-related settings"
msgstr "Modifier les préférences de langue"
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr "Choisir la langue de l'interface."
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
msgid "Update settings"
msgstr "Modifier les préférences"
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr "Modifier les préférences de recherche"
#: modules/websession/lib/websession_templates.py:279
msgid "Show the latest additions box"
msgstr "Afficher les listes des derniers ajouts"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr "Afficher les boites d'aide des collections"
#: modules/websession/lib/websession_templates.py:295
msgid "Number of search results per page"
msgstr "Nombre de résultats par page"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr "Éditer la méthode d'identification"
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr "Veuillez sélectionner la méthode utilisée pour vous identifier."
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
msgid "Select method"
msgstr "Choisir la méthode"
#: modules/websession/lib/websession_templates.py:359
#, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
"Si vous avez perdu le mot de passe de votre %(x_fmt_open)scompte\n"
"interne%(x_fmt_close)s %(sitename)s, entrez votre adresse email\n"
"ci-dessous pour recevoir un lien permettant de réinitialiser votre mot\n"
"de passe."
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr "Adresse email"
#: modules/websession/lib/websession_templates.py:382
msgid "Send password reset link"
msgstr "Envoyer le lien de réinitialisation"
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
"Si votre compte utilise le %(x_fmt_open)ssystème d'identification du CERN"
"%(x_fmt_close)s, vous pouvez retrouver votre mot de passe sur la "
"%(x_url_open)spage de gestion des comptes CERN%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:389
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
"Si vous utilisez un système d'identification externe, vous devez vous "
"adresser directement aux responsables de ce système."
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr ""
"Autrement vous pouvez demander à %s de changer le système d'enregistrement "
"de externe à interne."
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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 ""
"%s vous permet de pesonnaliser l'interface, de créer votre propre "
"bibliothèque de documents personnels, ou de créer une alerte automatique "
"tournant périodiquement et vous avertissant lorsque de nouveaux résultats de "
"recherche sont disponibles."
#: modules/websession/lib/websession_templates.py:427
#: modules/websession/lib/websession_webinterface.py:267
msgid "Your Settings"
msgstr "Vos Paramètres"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr ""
"Inscrivez ou modifiez l'adresse email ou le mot de passe de votre compte. "
"Indiquez vos préférences pour l'affichage de l'interface."
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr ""
"Afficher les recherches que vous avez effectuées durant les 30 derniers "
"jours."
#: modules/websession/lib/websession_templates.py:441
msgid ""
"With baskets you can define specific collections of items, store interesting "
"records you want to access later or share with others."
msgstr ""
"Les paniers vous permettent de définir des collections spécifiques de "
"notices, d'enregistrer des notices que vous souhaiteriez revoir plus tard ou "
"partager avec d'autres."
#: modules/websession/lib/websession_templates.py:450
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 ""
"S'abonner à une recherche qui sera effectuée périodiquement par nos "
"services. Les résultats peuvent vous être communiqués par email ou être "
"directement enregistrés dans l'un de vos paniers."
#: modules/websession/lib/websession_templates.py:459
msgid "Your Loans"
msgstr "Vos Prêts"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr ""
"Vérifiez la liste des ouvrages que vous avez en prêt, soumettez des demandes "
"d'emprunt, etc. Nécessite un CERN ID."
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr ""
"Vous êtes actuellement enregistré en tant qu'invité. Vos alertes "
"disparaîtront à la fin de la session."
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
"Vous êtes enregistré comme %(x_user)s. Vous pouvez a) %(x_url1_open)svous "
"déconnecter%(x_url1_close)s; b) modifier vos %(x_url2_open)spréférences de "
"compte%(x_url2_close)s."
#: modules/websession/lib/websession_templates.py:573
msgid "Your Alert Searches"
msgstr "Vos Alertes"
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
"Vous pouvez consulter la liste de %(x_url_open)svos groupes%(x_url_close)s "
"pour lesquels vous êtes administrateur ou membre."
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
msgid "Your Groups"
msgstr "Vos Groupes"
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
"Vous pouvez consulter la liste de %(x_url_open)svos soumissions"
"%(x_url_close)s et vous informer sur leur statut."
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
msgid "Your Submissions"
msgstr "Vos Soumissions"
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
"Vous pouvez consulter la liste de %(x_url_open)svos approbations"
"%(x_url_close)s contenant les références des documents que vous avez "
"approuvés ou relus."
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
msgid "Your Approvals"
msgstr "Vos Approbations"
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr "Vos Activités Administratives"
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr "Réessayer"
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
"Quelqu'un (vous-même?) provenant de %(x_ip_address)s a demandé de "
"réinitialiser le mot de passe %(x_sitename)s pour le compte \"%(x_email)s\"."
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr "Pour réinitialiser le mot de passe de ce compte, allez ici:"
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr "afin de confirmer la validité de cette demande."
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr "Notez que ce lien restera valide seulement %(days)s jours."
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
"Quelqu'un (vous-même?) provenant de %(x_ip_address)s a demandé "
"l'enregistrement d'un nouveau compte %(x_sitename)s pour l'adresse "
"\"%(x_email)s\"."
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr "Pour procéder à l'enregistrement de ce compte, allez ici:"
#: modules/websession/lib/websession_templates.py:707
#, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr "Le lien de réinitialisation du mot de passe a été envoyé à %s."
#: modules/websession/lib/websession_templates.py:722
msgid "Deleting your account"
msgstr "Effacement de votre compte"
#: modules/websession/lib/websession_templates.py:736
msgid "You are no longer recognized by our system."
msgstr "Vous n'êtes plus connecté sur notre système."
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
"Vous êtes par contre toujours reconnu par le %(x_fmt_open)ssystème "
"centralisé SSO%(x_fmt_close)s. Vous pouvez également vous "
"%(x_url_open)sdéconnecter de SSO%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr ""
"Si vous le souhaitez, vous pouvez vous %(x_url_open)sidentifier"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr ""
"Si vous possédez déjà un compte, veuillez utiliser le formulaire ci-dessous "
"pour vous identifier."
#: modules/websession/lib/websession_templates.py:780
#, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
"Si vous ne possédez pas encore de compte CERN, vous pouvez "
"%(x_url_open)scréer un compte CERN \"lightweight\"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
"Si vous ne possédez pas encore de compte, vous pouvez vous "
"%(x_url_open)senregistrer%(x_url_close)s pour créer un compte interne."
#: modules/websession/lib/websession_templates.py:787
#, python-format
msgid ""
"It is not possible to create an account yourself. Contact %s if you want an "
"account."
msgstr ""
"Il n'est pas possible de créer un compte vous-même. Veuillez contacter %s si "
"vous désirez un compte."
#: modules/websession/lib/websession_templates.py:810
msgid "Login method:"
msgstr "Méthode d'identification:"
#: modules/websession/lib/websession_templates.py:837
msgid "Username"
msgstr "Nom d'utilisateur"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr "Mot de passe"
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr "Mémoriser ma session sur cet ordinateur."
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "identification"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr "Vous avez perdu votre mot de passe?"
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr ""
"Vous pouvez utiliser votre pseudonyme ou votre adresse email pour vous "
"identifier."
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
"Votre demande a été vérifiée. Veuillez entrer le nouveau mot de passe désiré "
"dans le formulaire ci-dessous."
#: modules/websession/lib/websession_templates.py:900
msgid "Set a new password for"
msgstr "Enregistrer un nouveau mot de passe pour"
#: modules/websession/lib/websession_templates.py:901
msgid "Type the new password"
msgstr "Indiquez le nouveau mot de passe"
#: modules/websession/lib/websession_templates.py:902
msgid "Type again the new password"
msgstr "Retapez le nouveau mot de passe"
#: modules/websession/lib/websession_templates.py:903
msgid "Set the new password"
msgstr "Appliquer le nouveau mot de passe"
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr ""
"Veuillez entrer votre adresse email, ainsi que le nom d'utilisateur souhaité "
"et le mot de passe:"
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr ""
"Le compte ne pourra pas être utilisé avant qu'il ait été vérifié et activé "
"par nos services."
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr "Réinscrivez votre mot de passe"
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr "s'enregistrer"
#: modules/websession/lib/websession_templates.py:978
#, 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 ""
"Veuillez ne pas utiliser de mot de passe précieux, comme votre mot de passe "
"Unix, AFS ou NICE avec ce service. Votre adresse email restera strictement "
"confidentielle et ne sera en aucun cas donnée ou vendue à un tiers. Elle ne "
"sera utilisée que pour vous identifier sur les services personnalisés de %s. "
"Par exemple, vous pourriez créer une alerte automatique qui cherche des "
"preprints et vous informe quotidiennement par email des nouveautés "
"disponibles."
#: modules/websession/lib/websession_templates.py:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Vous n'êtes pas identifé. Vous devez d'abord vous %(x_url_open)sidentifier"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr "Vous n'êtes pas autorisé à accéder aux fonctions administratives."
#: modules/websession/lib/websession_templates.py:1014
#, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr "Vous avez accès aux rôles suivants: %(x_role)s."
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr "Voici quelques liens administratifs intéressants pour vous:"
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
"Pour plus d'activités administratives, affichez la %(x_url_open)szone "
"d'administration%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "visiteur"
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr "session"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "alertes"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "paniers"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "compte"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr "messages"
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr "groupes"
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr "statistiques"
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr "soumissions"
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr "approbations"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "administration"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "déconnexion"
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr "Vous êtes administrateur des groupes suivants:"
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr "Groupe"
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr "Vous n'êtes administrateur d'aucun groupe."
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr "Éditer le groupe"
#: modules/websession/lib/websession_templates.py:1291
#, python-format
msgid "Edit %s members"
msgstr "Éditer les %s membres du groupe"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
msgid "Create new group"
msgstr "Créer un nouveau groupe"
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr "Vous êtes membre des groupes suivants:"
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr "Vous n'êtes membre d'aucun groupe."
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr "Adhérer à un nouveau groupe"
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr "Quitter un groupe"
#: modules/websession/lib/websession_templates.py:1391
msgid "You are a member of the following external groups:"
msgstr "Vous êtes membre des groupes externes suivants:"
#: modules/websession/lib/websession_templates.py:1414
msgid "You are not a member of any external groups."
msgstr "Vous n'êtes membre d'aucun groupe externe."
#: modules/websession/lib/websession_templates.py:1462
msgid "Update group"
msgstr "Mettre à jour le groupe"
#: modules/websession/lib/websession_templates.py:1464
#, python-format
msgid "Edit group %s"
msgstr "Éditer le groupe %s"
#: modules/websession/lib/websession_templates.py:1466
msgid "Delete group"
msgstr "Effacer le groupe"
#: modules/websession/lib/websession_templates.py:1539
msgid "Group name:"
msgstr "Nom du groupe:"
#: modules/websession/lib/websession_templates.py:1541
msgid "Group description:"
msgstr "Description du groupe:"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr "Politique pour l'adhésion au groupe:"
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
msgid "Please select:"
msgstr "Veuillez choisir:"
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr "Adhérer au groupe"
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr "ou en trouver un"
#: modules/websession/lib/websession_templates.py:1652
msgid "Choose group:"
msgstr "Choisissez un groupe:"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr "Chercher un groupe"
#: modules/websession/lib/websession_templates.py:1802
msgid "Remove member"
msgstr "Supprimer un membre"
#: modules/websession/lib/websession_templates.py:1804
msgid "No members."
msgstr "Aucun membre."
#: modules/websession/lib/websession_templates.py:1814
msgid "Accept member"
msgstr "Accepter un nouveau membre"
#: modules/websession/lib/websession_templates.py:1814
msgid "Reject member"
msgstr "Rejeter l'adhésion du membre"
#: modules/websession/lib/websession_templates.py:1816
msgid "No members awaiting approval."
msgstr "Aucun membre en attente d'approbation"
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
msgid "Current members"
msgstr "Membres actuels"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
msgid "Members awaiting approval"
msgstr "Membres en attente d'approbation"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr "Inviter de nouveaux membres"
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
"Si vous souhaitez inviter de nouveaux membres à rejoindre votre groupe, "
"veuillez utiliser le %(x_url_open)ssystème de messagerie interne"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1827
#, python-format
msgid "Group: %s"
msgstr "Groupe: %s"
#: modules/websession/lib/websession_templates.py:1910
msgid "Group list"
msgstr "Liste des groupes"
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr "Vous n'êtes pas membre de groupe."
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr "Êtes-vous sûr de vouloir supprimer ce groupe?"
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr "Êtes-vous sûr de vouloir quitter ce groupe?"
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr "Visible et ouvert aux nouveaux membres"
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr "Visible mais nécessitant une approbation pour les nouveaux membres"
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr "Groupe %s: Nouvelle demande d'adhésion"
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr "Un utilisateur désire adhérer au groupe %s."
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
"Veuillez %(x_url_open)saccepter ou rejeter%(x_url_close)s la demande de cet "
"utilisateur."
#: modules/websession/lib/websession_templates.py:2124
#, python-format
msgid "Group %s: Join request has been accepted"
msgstr "Groupe %s: la demande d'adhésion a été acceptée"
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr "Votre demande d'adhésion au groupe %s a été acceptée."
#: modules/websession/lib/websession_templates.py:2127
#, python-format
msgid "Group %s: Join request has been rejected"
msgstr "Groupe %s: la demande d'adhésion a été rejetée"
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr "Votre demande d'adhésion au groupe %s a été rejetée."
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr ""
"Vous pouvez consulter la liste de %(x_url_open)svos groupes%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:2145
#, python-format
msgid "Group %s has been deleted"
msgstr "Le groupe %s a été supprimé"
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr "Le groupe %s a été supprimé par son administrateur."
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
"Vous pouvez consulter la liste des %(x_url_open)s%(x_nb_total)i groupes"
"%(x_url_close)s dont vous êtes membre (%(x_nb_member)i) ou administrateur"
"(%(x_nb_admin)i)."
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr "Problème de base de données"
#: modules/websession/lib/webuser.py:299
msgid "user"
msgstr "utilisateur"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr "Enregistrement d'un compte sur %s"
#: modules/websession/lib/webuser.py:713
msgid "New account on"
msgstr "Nouveau compte sur"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr "VEUILLEZ ACTIVER"
#: modules/websession/lib/webuser.py:716
msgid "A new account has been created on"
msgstr "Un nouveau compte a été créé sur"
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr "et est en attente d'activation"
#: modules/websession/lib/webuser.py:720
msgid " Username/Email"
msgstr "Nom d'utilisateur/Email"
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr "Vous pouvez approuver ou rejeter cette demande de compte sur"
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr "Service d'activation par email"
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr "Demande d'autorisation de rôles"
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr "La demande d'autorisation a déjà été acceptée."
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
"L'autorisation pour le rôle %(x_role)s vous a été donnée avec succès! Cette "
"autorisation durera jusqu'au %(x_expiration)s, ou jusqu'à la fermeture de "
"votre navigateur si vous êtes connecté en tant qu'invité."
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr "Vous avez confirmé la validité de votre adresse email!"
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr "Veuillez patienter le temps que l'administrateur active votre compte."
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr ""
"Vous pouvez désormais accéder à %(x_url_open)svotre compte%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
msgid "Email address successfully activated"
msgstr "Adresse email activée avec succès"
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr "Vous avez déjà confirmé la validité de votre adresse email!"
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
"Cette demande de confirmation d'adresse email est invalide ou a expiré."
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr "Cette demande d'autorisation est invalide ou a expiré."
#: modules/websession/lib/websession_webinterface.py:155
msgid "Reset password"
msgstr "Réinitaliser le mot de passe"
#: modules/websession/lib/websession_webinterface.py:161
#, fuzzy
msgid "This request for resetting a password has already been used."
msgstr ""
"Cette demande de réinitialisation de mot de passe est invalide ou a expiré."
#: modules/websession/lib/websession_webinterface.py:164
#, fuzzy
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
"Cette demande de réinitialisation de mot de passe est invalide ou a expiré."
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
"Cette demande de réinitialisation de mot de passe est invalide ou a expiré."
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr "Les mots de passe entrés ne correspondent pas."
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
"Le mot de passe a été appliqué avec succès! Vous pouvez à présent vous "
"identifier."
#: modules/websession/lib/websession_webinterface.py:271
#, python-format
msgid "%s Personalize, Your Settings"
msgstr "%s Personnaliser, Vos Paramètres"
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr "Préférences modifiées"
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
msgid "Show account"
msgstr "Afficher le compte"
#: modules/websession/lib/websession_webinterface.py:323
msgid "Switched to internal login method."
msgstr "Méthode d'identification interne activée."
#: modules/websession/lib/websession_webinterface.py:324
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
"Si vous utilisez ce compte avec la méthode d'identification interne pour la "
"première fois, veuillez noter que le système vous a attribué un mot de passe "
"par défaut. Cliquez sur le bouton ci-dessous pour recevoir un email vous "
"permettant de changer ce mot de passe."
#: modules/websession/lib/websession_webinterface.py:332
msgid "Send Password"
msgstr "Envoyer le mot de passe"
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
"Impossible d'activer la méthode d'identification externe %s, car l'adresse "
"email n'est pas connue."
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
"Impossible d'activer la méthode d'identification externe %s, car votre "
"adresse email est inconnue du système d'identification externe."
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr "Méthode d'identification modifiée."
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr ""
"La méthode d'identification externe %s ne supporte pas l'identification "
"basée sur les adresses emails.\n"
"Veuillez contacter les administrateurs du site."
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr "Préférences modifiées."
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr "Le pseudonyme %s est invalide."
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr "Veuillez réessayer."
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr "Modifier les préférences"
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr "Échec lors de la modification des préférences"
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr "L'adresse email %s n'est pas valide."
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr "L'adresse email %s existe déjà dans la base de données."
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr "Ou réessayez."
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr "Le pseudonyme %s est déjà utilisé."
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr "Mot de passe modifié."
#: modules/websession/lib/websession_webinterface.py:415
msgid "Password edited"
msgstr "Mot de passe modifié"
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr "Les deux mots de passe doivent être identiques."
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
msgid "Editing password failed"
msgstr "Échec lors de la modification du mot de passe"
#: modules/websession/lib/websession_webinterface.py:423
msgid "Wrong old password inserted."
msgstr "L'ancien mot de passe entré est faux."
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr "Préférences sauvegardées."
#: modules/websession/lib/websession_webinterface.py:450
msgid "Unable to update settings."
msgstr "Impossible de modifier les préférences."
#: modules/websession/lib/websession_webinterface.py:507
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr ""
"Impossible d'envoyer un lien de réinitialisation de mot de passe car vous "
"utilisez un système d'authentification externe."
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr "L'adresse email fournie n'existe pas dans la base de données."
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr "Demande de réinitialisation du mot de passe sur %s"
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr ""
"L'adresse email est incorrecte. Veuillez vérifier qu'elle soit correctement "
"écrite (par ex. jean.dupont@exemple.fr)"
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr "Adresse email incorrecte"
#: modules/websession/lib/websession_webinterface.py:552
msgid "Reset password link sent"
msgstr "Lien de réinitialisation de mot de passe envoyé"
#: modules/websession/lib/websession_webinterface.py:597
msgid "Delete Account"
msgstr "Effacer compte"
#: modules/websession/lib/websession_webinterface.py:623
msgid "Logout"
msgstr "Déconnexion"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr "Enregistrement"
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr "%s Personnaliser, Page principale"
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr "Votre compte a été créé."
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr "Compte créé"
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
"Afin de confirmer sa validité, un email contenant une clé d'activation a été "
"envoyée à l'adresse donnée."
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
"Veuillez y suivre les instructions précisées afin de terminer le processus "
"de création du compte."
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr ""
"Un deuxième email sera envoyé dès que le compte sera activé et pourra être "
"utilisé."
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr ""
"Vous pouvez désormais accéder à %(x_url_open)svotre compte%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr "Échec lors de l'enregistrement"
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr "Le pseudonyme %s existe déjà dans la base de données."
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr ""
"Les utilisateurs ne peuvent pas s'enregistrer eux-mêmes; seul "
"l'administrateur peut le faire."
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
"Le site n'arrive pas à vous envoyer l'email de vérification de votre adresse."
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr ""
"L'erreur a été enregistrée et sera prise en considération dès que possible."
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr "Adhérer à un groupe"
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr "Quitter le groupe"
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr "Éditer un groupe"
#: modules/websession/lib/websession_webinterface.py:1157
msgid "Edit group members"
msgstr "Éditer les membres du groupe"
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "Accueil"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "Personnaliser"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "Aide"
#: modules/webstyle/lib/webstyle_templates.py:414
msgid "Last updated"
msgstr "Dernière mise à jour:"
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr "Powered by"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "Maintenu par"
#: modules/webstyle/lib/webstyle_templates.py:500
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:529
msgid "Browser"
msgstr "Navigateur"
#: modules/webstyle/lib/webstyle_templates.py:551
msgid "System Error"
msgstr "Erreur système"
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr "Traceback"
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr "Heure"
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr "Client"
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr "Veuillez envoyer un rapport d'erreur à l'administrateur."
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr "Envoyer un rapport d'erreur"
#: modules/webstyle/lib/webstyle_templates.py:624
#, python-format
msgid "Please contact %s quoting the following information:"
msgstr "Veuillez contacter %s en mentionnant l'information suivante:"
#: modules/webstyle/lib/webstyle_templates.py:772
#, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr ""
"Notice créée le %(x_date_creation)s, modifiée le %(x_date_modification)s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr "Pages \"%(category)s\""
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
msgid "Admin Pages"
msgstr "Pages d'administration"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr "Page d'aides"
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr "Pages développeurs"
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr "Bidouiller CDS Invenio"
#: modules/webstyle/lib/webdoc_webinterface.py:161
msgid "Latest modifications:"
msgstr "Dernières modifications:"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr "Table des matières des pages \"%(x_category)s\"."
#: modules/webstyle/lib/webdoc_webinterface.py:166
msgid "See also"
msgstr "Voir également"
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, python-format
msgid "Page %s Not Found"
msgstr "Page %s introuvable"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr "Désolé, la page %s n'existe pas."
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr ""
"Vous pouvez consulter %(x_url_open)sles page %(x_category)s%(x_url_close)s."
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr ""
"Désolé, vous devez d'abord vous identifier pour effectuer cette action."
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
msgid "Invalid parameter"
msgstr "Paramètre incorrect"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr "Impossible de trouver le répertoire des soumissions."
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr "Type de document inconnu"
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr "Action inconnue"
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr "Impossible de déterminer le nombre de pages de la soumission."
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr "Impossible de créer un répertoire pour cette soumission."
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr "Impossible de créer le répertoire des soumissions"
#: modules/websubmit/lib/websubmit_engine.py:384
msgid "Unknown form field found on submission page."
msgstr "Champ de formulaire inconnu trouvé sur la page de soumission."
#: modules/websubmit/lib/websubmit_engine.py:512
msgid "Unknown form field found on one of the submission pages."
msgstr "Champ de formulaire inconnu trouvé sur une des pages de la soumission."
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr "Impossible de déterminer le type du document."
#: modules/websubmit/lib/websubmit_engine.py:1469
msgid "The chosen action is not supported by the document type."
msgstr "L'action sélectionnée n'est pas supportée par le document."
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr "Attention"
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr "Types de documents disponibles pour la soumission"
#: modules/websubmit/lib/websubmit_templates.py:95
msgid "Please select the type of document you want to submit"
msgstr "Veuillez choisir le type de document que vous souhaitez soumettre"
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr "Aucun type de document disponible."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr "Veuillez d'abord vous identifier."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr "Utilisez le menu en haut à droite pour vous identifier."
#: modules/websubmit/lib/websubmit_templates.py:301
msgid "Please select a category"
msgstr "Veuillez choisir une catégorie"
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr "Note"
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr ""
"Sélectionnez une catégorie, puis cliquez sur le bouton pour effectuer "
"l'action choisie."
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr ""
"Afin de poursuivre une soumission interrompue, entrez le numéro d'accès "
"directement dans le champ ci-dessous:"
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr "ALLER"
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr "RÉSUMÉ"
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr "Page précédente"
#: modules/websubmit/lib/websubmit_templates.py:535
msgid "Submission number"
msgstr "N° de soumission"
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr "Page suivante"
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr "Êtes-vous sûr de vouloir quitter cette soumission?"
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
msgid "Back to main menu"
msgstr "Retourner au menu principal"
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr ""
"Ceci est votre numéro d'accès à la soumission. Il vous permettra de "
"reprendre une soumission interrompue, en cas de problème."
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr ""
"Les champs obligatoires apparaissent en rouge dans le fenêtre de RÉSUMÉ."
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr "Le champ %s est obligatoire."
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr "Veuillez entrer un choix dans le menu sélection"
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr "Veuillez appuyer sur un bouton."
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr "Le champ %s est obligatoire. Veuillez le remplir."
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr "Le champ %(field)s est obligatoire."
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr "Retour à la page"
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr "terminé!"
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr "fin de l'action"
#: modules/websubmit/lib/websubmit_templates.py:957
msgid "Submission no"
msgstr "N° de soumission"
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
"Liste des fonctions %(x_action)s pour les documents de type %(x_doctype)s au "
"niveau %(x_step)s"
#: modules/websubmit/lib/websubmit_templates.py:1032
msgid "Function"
msgstr "Fonction"
#: modules/websubmit/lib/websubmit_templates.py:1033
msgid "Score"
msgstr "Score"
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr "Fonction en cours"
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr "la fonction %s n'existe pas."
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr "Vous devez maintenant"
#: modules/websubmit/lib/websubmit_templates.py:1111
msgid "record"
msgstr "notice"
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr "document"
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
msgid "version"
msgstr "version"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr "fichier(s)"
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr "afficher"
#: modules/websubmit/lib/websubmit_templates.py:1375
msgid "For"
msgstr "Pour"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr "tous les types de documents"
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr "Identifiant"
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr "Référence"
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr "Premier accès"
#: modules/websubmit/lib/websubmit_templates.py:1435
msgid "Last access"
msgstr "Dernier accès"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr "Êtes-vous sûr de vouloir supprimer cette soumission?"
#: modules/websubmit/lib/websubmit_templates.py:1446
#, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "Supprimer la soumission %(x_id)s dans %(x_docname)s"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr "La référence n'a pas encore été fournie"
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr "Documents relus"
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr "Vous êtes le relecteur en chef"
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr "Vous êtes relecteur pour la catégorie:"
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr "Liste des types de documents relus"
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr ""
"Choisissez l'un des types de documents suivants pour vérifier le statut des "
"documents"
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr "Aller au processus d'approbation spécifique"
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr "Aller au processus d'approbation général"
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr "Liste des catégories de relecture"
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr "Veuillez choisir une catégorie"
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
msgid "Pending"
msgstr "En attente"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
msgid "Approved"
msgstr "Approuvé"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
msgid "Rejected"
msgstr "Rejeté"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr "Notation"
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
msgid "Waiting for approval"
msgstr "En attente d'approbation"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
msgid "Already approved"
msgstr "Déjà approuvé"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr "Quelques documents sont en attente."
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr "Liste des approbations spécifiques"
#: modules/websubmit/lib/websubmit_templates.py:1808
msgid "List of refereing categories"
msgstr "Liste des catégories de relecture"
#: modules/websubmit/lib/websubmit_templates.py:1812
msgid "List of publication categories"
msgstr "Liste des catégories de publication"
#: modules/websubmit/lib/websubmit_templates.py:1816
msgid "List of direct approval categories"
msgstr "Liste des catégories d'approbation directe"
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
msgid "Cancelled"
msgstr "Annulé"
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr "Liste des documents relus"
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr "Cliquez sur le numéro de rapport pour obtenir plus d'informations."
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "Numéro de rapport"
#: modules/websubmit/lib/websubmit_templates.py:2073
msgid "List of publication documents"
msgstr "Liste des documents de publication"
#: modules/websubmit/lib/websubmit_templates.py:2075
msgid "List of direct approval documents"
msgstr "Liste des documents approuvés directement"
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr "Votre requête a été envoyée au relecteur."
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr "Titre:"
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr "Auteur:"
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr "Plus d'information:"
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr "Cliquer ici"
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr ""
"Ce document est toujours %(x_fmt_open)sen attente d'approbation"
"%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
msgid "It was first sent for approval on:"
msgstr "Il a été envoyé pour approbation pour la première fois le:"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr "Le dernier email d'approbation a été envoyé le:"
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr ""
"Vous pouvez envoyer un email de requête d'approbation en cliquant sur le "
"bouton suivant:"
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr "Envoyer une nouvelle fois"
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr "ATTENTION! Un email sera envoyé à votre relecteur si vous confirmez."
#: modules/websubmit/lib/websubmit_templates.py:2298
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr ""
"En tant que relecteur de ce document, vous pouvez cliquer sur le bouton pour "
"l'approuver ou le rejeter"
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr "Approuver/Rejeter"
#: modules/websubmit/lib/websubmit_templates.py:2305
#, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "Ce document a été %(x_fmt_open)sapprouvé%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2307
msgid "Its approved reference is:"
msgstr "Sa référence d'approbation est:"
#: modules/websubmit/lib/websubmit_templates.py:2313
msgid "It was approved on:"
msgstr "Ce document a été approuvé le:"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "Ce document a été %(x_fmt_open)srejeté%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2323
msgid "It was rejected on:"
msgstr "Ce document a été rejeté le:"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr "Le processus de relecture a été demandé pour le première fois le "
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
"Le dernière requête a été envoyée par email au responsable du comité de "
"publication le "
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr "Un relecteur a été sélectionné par le comité de publication le "
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
msgid "No referee has been selected yet."
msgstr "Aucun relecteur n'a été sélectionné pour l'instant."
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
msgid "Select a referee"
msgstr "Sélectionner un relecteur"
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
"Le relecteur a envoyé ses recommandations finales au comité de publication "
"le "
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr "Aucune recommandation du relecteur pour l'instant"
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
msgid "Send a recommendation"
msgstr "Envoyer une recommandation"
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
"Le comité de publication a envoyé ses recommandations finales au chef de "
"projet le "
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr "Aucune recommandation du comité de publication pour l'instant."
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr "Annulé par l'auteur le "
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr "Approuvé par le chef de section le "
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr "Rejeté par le chef de section le "
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr "Aucun décision finale pour l'instant"
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr "Prendre une décision"
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr ""
"Un comité rédactionnel a été sélectionné par le comité de publication le "
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr "Ajouter une liste d'auteur"
#: modules/websubmit/lib/websubmit_templates.py:2453
msgid "No editorial board has been selected yet."
msgstr "Aucun comité rédactionnel n'a été sélectionné pour l'instant."
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr "Sélectionner un comité rédactionnel"
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr "Un relecteur a été sélectionné par le comité rédactionnel le "
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
"Le relecteur a envoyé ses recommandations finales au comité rédactionnel le "
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
"Le comité rédactionnel a envoyé ses recommandation finales au comité de "
"publication le "
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr "Aucune recommandation du comité rédactionnel pour l'instant."
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr "La dernière demande a été envoyé par email au chef de projet le "
#: modules/websubmit/lib/websubmit_templates.py:2602
msgid "Comments overview"
msgstr "Aperçu des commentaires"
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr "chercher un utilisateur"
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr "chercher des utilisateurs"
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
msgid "select user"
msgstr "choisir un utilisateur"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr "connecté"
#: modules/websubmit/lib/websubmit_templates.py:2741
msgid "add this user"
msgstr "ajouter cet utilisateur"
#: modules/websubmit/lib/websubmit_templates.py:2791
msgid "remove this user"
msgstr "Enlevez cet utilisateur"
#: modules/websubmit/lib/websubmit_templates.py:2906
msgid "User"
msgstr "Utilisateur"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
"Le système a rencontré une erreur lors de la recherche des fichiers de ce "
"document."
#: modules/websubmit/lib/websubmit_webinterface.py:172
msgid "The collection to which this file belong is restricted: "
msgstr "La collection à laquelle ce fichier appartient est restreinte:"
#: modules/websubmit/lib/websubmit_webinterface.py:178
msgid "This file is restricted: "
msgstr "L'accès à ce fichier est restreint:"
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr "Accès au texte intégral"
#: modules/websubmit/lib/websubmit_webinterface.py:303
msgid "Not enough information to retrieve the document"
msgstr "Il manque des informations pour retrouver le document"
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr "Processus Spécifique d'Approbation et d'Examination"
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr "Processus d'Approbation et d'Examination"
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr "Ce document n'a jamais été soumis pour approbation."
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr "Ce document ne peut pas être affiché."
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
msgid "Action unauthorized for this document."
msgstr "Cette action n'est pas autorisée sur ce document."
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
msgid "Action unavailable for this document."
msgstr "Cette action ne peut pas s'appliquer à ce document."
#: modules/websubmit/web/publiline.py:668
msgid "Adding users to the editorial board"
msgstr "Ajout d'utilisateurs au comité de rédaction"
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr "aucun utilisateur qualifié, tentez une nouvelle recherche."
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "hits"
msgstr "résultats"
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr "trop d'utilisateurs qualifiés, restreignez votre recherche."
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr "limite"
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
"les utilisateurs entre crochets sont déjà assignés à ce rôle, choisissez-en "
"un autre..."
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr "Enlever des utilisateurs du comité rédactionnel"
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr "Valider la sélection du comité rédactionnel"
#: modules/websubmit/web/publiline.py:793
msgid "Referee selection"
msgstr "Sélection des relecteurs"
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
msgid "Come back to the document"
msgstr "Revenir au document"
#: modules/websubmit/web/publiline.py:1068
msgid "Select:"
msgstr "Choisir:"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
msgid "Approve"
msgstr "Approuver"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
msgid "Reject"
msgstr "Rejeter"
#: modules/websubmit/web/publiline.py:1168
msgid "Wrong action for this document."
msgstr "Mauvaise action sur ce document."
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr "Journaux Disponibles"
#: modules/webjournal/lib/webjournal_templates.py:98
#, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr "Envoyer un email %(x_url_open)sà l'administrateur%(x_url_close)s"
#: modules/webjournal/lib/webjournal_templates.py:143
msgid "Regeneration Error"
msgstr "Erreur à la régénération"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
"L'édition n'a pas pu être correctement régénérée. Veuillez contacter votre "
"administrateur."
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr "Ajouter"
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
msgid "Publish"
msgstr "Publier"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
msgid "Refresh"
msgstr "Rafraichir"
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
msgid "Update"
msgstr "Mettre à jour"
#: modules/webjournal/lib/webjournal_templates.py:625
msgid "Apply"
msgstr "Appliquer"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
msgid "Internal configuration error"
msgstr "Erreur de configuration interne"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr "Il n'y a pas de format configuré pour l'index de ces journaux"
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
"Il n'y a pas de format configuré pour la page de recherche de ces journaux"
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr "Il n'y a pas de format configuré pour le \"popup\" de ces journaux"
#: modules/webjournal/lib/webjournal_config.py:194
msgid "No journal articles"
msgstr "Aucun article"
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr "Problème rencontré avec la configuration de ce journal"
#: modules/webjournal/lib/webjournal_config.py:232
msgid "No journal issues"
msgstr "Aucune édition"
#: modules/webjournal/lib/webjournal_config.py:269
msgid "Journal article error"
msgstr "Erreur interne"
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr "Nous n'avons pas pu trouver l'article demandé"
#: modules/webjournal/lib/webjournal_config.py:303
msgid "No journals available"
msgstr "Aucun journal disponible"
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr "Aucun journal trouvé"
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
"Il semble qu'il n'y a pas de journal défini sur ce serveur. Veuillez "
"contacter le support si c'est incorrect."
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr "Sélectionner un journal de ce serveur"
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr "Le journal demandé n'a pas pu être trouvé"
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
"Vous n'avez pas fourni de nom de journal. Veuillez sélectionner un journal "
"dans la liste ci-dessous."
#: modules/webjournal/lib/webjournal_config.py:358
msgid "No current issue"
msgstr "Aucune édition actuelle"
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr "Nous n'avons trouvé aucune information concernant l'édition actuelle"
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
"La configuration pour l'édition actuelle semble vierge. Fournissez le numéro "
"d'une édition ou contactez le support."
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr "Numéro d'édition incorrect"
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr "Impossible de lire le numéro d'édition fourni"
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr "Format de date d'archive incorrect"
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr "Impossible de lire la date d'archive fournie"
#: modules/webjournal/lib/webjournal_config.py:450
msgid "No popup record"
msgstr "Aucune notice pour ce \"popup\""
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr "Impossible de déterminer l'article \"popup\" demandé"
#: modules/webjournal/lib/webjournal_config.py:482
msgid "Update error"
msgstr "Erreur de mise à jour"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr "Erreur interne"
#: modules/webjournal/lib/webjournal_config.py:513
msgid "Journal publishing DB error"
msgstr "Erreur de publication du journal dans la base de données"
#: modules/webjournal/lib/webjournal_config.py:544
msgid "Journal issue error"
msgstr "Erreur d'édition"
#: modules/webjournal/lib/webjournal_config.py:545
msgid "We could not find a current issue in the Database"
msgstr "Impossible de trouver l'édition actuelle dans la base de données"
#: modules/webjournal/lib/webjournal_config.py:575
msgid "Journal ID error"
msgstr "ID du journal incorrect"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr "Impossible de trouver l'identifiant du journal dans la base de données"
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr "La catégorie \"%(category_name)s\" n'a pas été trouvée"
#: modules/webjournal/lib/webjournal_config.py:611
msgid "Sorry, this category does not exist for this journal."
msgstr "Désolé, la catégorie n'existe pas pour ce journal."
#: modules/webjournal/web/admin/webjournaladmin.py:74
msgid "WebJournal Admin"
msgstr "Administration de WebJournal"
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr "Administrer %(journal_name)s"
#: modules/webjournal/web/admin/webjournaladmin.py:148
msgid "Feature a record"
msgstr "Mettre en avant une notice"
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr "Système d'Alerte Email"
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr "Edition régénérée"
#: modules/webjournal/web/admin/webjournaladmin.py:309
msgid "Publishing Interface"
msgstr "Interface de publication"
#: modules/webjournal/web/admin/webjournaladmin.py:335
msgid "Add Journal"
msgstr "Ajouter un Journal"
#: modules/webjournal/web/admin/webjournaladmin.py:337
msgid "Edit Settings"
msgstr "Modifier les réglages"
#~ msgid "link"
#~ msgstr "lien"
#~ msgid "links"
#~ msgstr "liens"
#~ msgid "CERN %(link_or_links)s"
#~ msgstr "%(link_or_links)s CERN"
#~ msgid "External %(link_or_links)s"
#~ msgstr "%(link_or_links)s externes"
#~ msgid "The contents of this collection is restricted."
#~ msgstr "Le contenu de cette collection est restreint."
#~ msgid "Sort:"
#~ msgstr "Trier par:"
#, fuzzy
#~ msgid "Author"
#~ msgstr "Auteur:"
#~ msgid "Author collaborations"
#~ msgstr "Collaborations auters"
#~ msgid "Parameter docid missing"
#~ msgstr "Le paramètre docid n'a pas été fourni"
#~ msgid "Please login to perform this action."
#~ msgstr "Identifiez-vous pour effectuer cette action."
#~ msgid ""
#~ "In order to publish webjournal issues you must be "
#~ "logged in and be authorized for this kind of "
#~ "task. If you have a login, use the "
#~ "link below to login."
#~ msgstr ""
#~ "Afin de publier des éditions WebJournal, vous devez être identifié et "
#~ "autorisé pour cette tâche. Si vous avez un identifiant, utilisez le lien "
#~ "ce-dessous."
#~ msgid "We need you to login"
#~ msgstr "Vous devez vous identifier"
#~ msgid "Alert sent successfully!"
#~ msgstr "L'alerte a été envoyée avec succès."
#~ msgid "Webjournal Administration Interface"
#~ msgstr "Administration de WebJournal"
#~ msgid "No popup type"
#~ msgstr "Pas de type de \"popup\""
#~ msgid "We could not know what kind of popup you requested"
#~ msgstr "Impossible de déterminer le type de \"popup\" demandé"
#~ msgid "Available journals"
#~ msgstr "Journaux disponibles"
#~ msgid "Main file(s)"
#~ msgstr "fichier(s) principal(aux)"
#~ msgid "Display searches"
#~ msgstr "Afficher les recherches"
#~ msgid "Please note that this URL will remain valid for about %s days only."
#~ msgstr "Notez que ce lien restera valide seulement %s jours."
#, fuzzy
#~ msgid " Username/Email: %s\n"
#~ msgstr "Nom d'utilisateur"
#, fuzzy
#~ msgid " Password: %s\n"
#~ msgstr "Mot de passe"
#~ msgid "Migrate BibFormat Settings"
#~ msgstr "Migrer la configuration de BibFormat"
#~ msgid "Migrate Knowledge Bases"
#~ msgstr "Migrer les bases de connaissances"
#~ msgid "Migrate Behaviours"
#~ msgstr "Migrer les comportements"
#~ msgid "Migrate Formats"
#~ msgstr "Migrer les formats"
#, fuzzy
#~ msgid "Your account created on"
#~ msgstr "Compte créé"
#, fuzzy
#~ msgid "You have created a new account on"
#~ msgstr "ou en créer un nouveau"
#~ msgid ""
#~ "You can now go back to %(x_url_open)sBibEdit Admin Interface%(x_url_close)"
#~ "s."
#~ msgstr ""
#~ "Vous pouvez retoruner à %(x_url_open)sl'interface d'administration de "
#~ "BibEdit%(x_url_close)s."
#, fuzzy
#~ msgid "No Articles"
#~ msgstr "Article"
#, fuzzy
#~ msgid "No Issues"
#~ msgstr "Pas de messages"
#, fuzzy
#~ msgid "Article Error"
#~ msgstr "Article"
#, fuzzy
#~ msgid "%s Personalize, Main page"
#~ msgstr "Personnaliser"
#, fuzzy
#~ msgid "%s , personalize"
#~ msgstr "Personnaliser"
#, fuzzy
#~ msgid "Successfully featured record: %s"
#~ msgstr "signalement d'abus supprimé"
#~ msgid "Convert"
#~ msgstr "Convertir"
#~ msgid "Library"
#~ msgstr "Bibliothèque"
#~ msgid "Agenda"
#~ msgstr "Agenda"
#~ msgid "Webcast"
#~ msgstr "Webcast"
#~ msgid "Search Help"
#~ msgstr "Aide de recherche"
#~ msgid "Comment Management"
#~ msgstr "Gestion des commentaires"
#~ msgid "Format:"
#~ msgstr "Format:"
#~ msgid "Send lost password"
#~ msgstr "Envoyer le mot de passe oublié"
#~ msgid "Here are your user credentials for"
#~ msgstr "Voici les informations de votre compte"
#~ msgid "username"
#~ msgstr "nom d'utilisateur"
#~ msgid "password"
#~ msgstr "mot de passe"
#~ msgid "You can login at"
#~ msgstr "Vous pouvez vous identifier sur"
#~ msgid "You seem to be %(x_role)s."
#~ msgstr "Vous semblez être %(x_role)s."
#~ msgid "Credentials for"
#~ msgstr "Informations de compte pour"
#~ msgid ""
#~ "An email has been sent to the given address with the account information."
#~ msgstr ""
#~ "Un courriel a été transmis à l'adresse fournie dans les informations de "
#~ "comnpte."
#~ msgid "Unable to find file."
#~ msgstr "Impossible de trouver le fichier."
#~ msgid "Cannot find submission directory."
#~ msgstr "Impossible de trouver le répertoire des soumissions."
#~ msgid "Unknown type of document"
#~ msgstr "Type de document inconnu"
#~ msgid "Login via:"
#~ msgstr "Identification par:"
#~ msgid "Edit parameters"
#~ msgstr "Editer les paramètres"
#~ msgid "Save"
#~ msgstr "Enregistrer"
#~ msgid "Try your search on..."
#~ msgstr "Essayer votre requête sur..."
#, fuzzy
#~ msgid "Timeout"
#~ msgstr "Delai d'attente expiré"
#, fuzzy
#~ msgid "See results"
#~ msgstr "résultats"
#, fuzzy
#~ msgid "%(num)s results found"
#~ msgstr "%s notices trouvées"
#, fuzzy
#~ msgid "No result found"
#~ msgstr "Pas de requête trouvée"
#, fuzzy
#~ msgid "user #%i"
#~ msgstr "utilisateur"
#, fuzzy
#~ msgid "GROUP_DELETED"
#~ msgstr "SUPPRIMER"
#, fuzzy
#~ msgid "MEMBER_DELETED"
#~ msgstr "SUPPRIMER"
#~ msgid "here"
#~ msgstr "ici"
#~ msgid ""
#~ "If you wish you can %(x_url_open)login or register here%(x_url_close)s."
#~ msgstr ""
#~ "Si vous le souhaitez, vous pouvez vous %(x_url_open)sidentifier ou vous "
#~ "enregistrer ici%(x_url_close)s."
#~ msgid "The %sguest%s users need to %sregister%s first"
#~ msgstr "Les %sinvités%s doivent d'abord %ss'enregistrer%s"
#~ 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 %slogin or register here%s."
#~ msgstr ""
#~ "Vous êtes actuellement enregistré en tant qu'invité. Vos %s disparaîtront "
#~ "à la fin de la session. Si vous le souhaitez, vous pouvez vous "
#~ "%sidentifier ou vous enregister%s."
diff --git a/po/hr.po b/po/hr.po
index 2b0f225a9..b5b922798 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -1,7335 +1,7335 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-02-29 15:34+0100\n"
"Last-Translator: Alen Vodopijevec <alen@irb.hr>\n"
"Language-Team: HR <cds.support@cern.ch>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Croatian\n"
"X-Poedit-Country: CROATIA\n"
"X-Poedit-SourceCharset: utf-8\n"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "AND NOT"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "Administracija"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "Pregledaj"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "Savjeti za pretraživanje"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "sažetak"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "cjeloviti tekst"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "Regularni izraz:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "Sve riječi:"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "broj izvještaja"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "godina"
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr "predmetna odrednica"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "Dio fraze:"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "referenca"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "autor"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
#, fuzzy
msgid "Search Guide"
msgstr "Pogledajte vodič"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "eksperiment"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "Bilo koja riječ:"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "odjel"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "Pretraži"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "bilo koje polje"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "Pomoć"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
#, fuzzy
msgid "Export as"
msgstr "Prijavi zloupotrebu"
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "kolekcija"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "Točna fraza:"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
#, fuzzy
msgid "Submit Guide"
msgstr "Pomoć "
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "OR"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "AND"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "ključna riječ"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "naslov"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
msgid "Narrow by collection:"
msgstr "Suzi izbor:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
#, fuzzy
msgid "Add to personal basket"
msgstr "Dodaj u vlastitu košaricu"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
#, fuzzy
msgid "WebSubmit Admin Guide"
msgstr "Administracija unosa"
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
#, fuzzy
msgid "No fulltext"
msgstr "cjeloviti tekst"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
msgid "or"
msgstr "ili"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr "Dodaj podpolje"
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr "Polje"
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr "Dodaj polje"
#: modules/bibedit/lib/bibedit_templates.py:123
msgid "Verbose"
msgstr "Prikaži"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "Prihvati"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr "Odustani"
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr "Briši"
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
msgid "Action"
msgstr "Akcija"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr "Unos"
#: modules/bibedit/lib/bibedit_templates.py:155
msgid "Display"
msgstr "Prikaži"
#: modules/bibedit/lib/bibedit_templates.py:274
#, fuzzy
msgid "Done"
msgstr "na"
#: modules/bibedit/lib/bibedit_templates.py:275
#, fuzzy
msgid "Add another subfield"
msgstr "Dodaj podpolje"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
#, fuzzy
msgid "Move up"
msgstr "Pomakni stavku gore"
#: modules/bibedit/lib/bibedit_templates.py:369
#, fuzzy
msgid "Move down"
msgstr "Pomakni stavku dolje"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr "Uredi"
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr "Vaše promjene su PRIVREMENE."
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr "Za spremanje unosa molimo pritisnite \"Prihvati\""
#: modules/bibedit/lib/bibedit_templates.py:476
msgid "This record does not exist."
msgstr "Taj unos ne postoji"
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr "Molimo pokušajte drugi ID unosa"
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr "Taj unos trenutno uređuje drugi korisnik."
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr "Molimo pokušajte kasnije iznova."
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr "Nije moguće uređivati izbrisano."
#: modules/bibedit/lib/bibedit_templates.py:500
#, fuzzy
msgid "There are record revisions not yet synchronized with the database."
msgstr "Unesena email adresa ne postoji u bazi podataka."
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
#, fuzzy
msgid "Please try again in a few minutes."
msgstr "Molimo pokušajte kasnije iznova."
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr "Molimo unesite "
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr ""
"Vaše promjene su zaprimljene. Bit će obrađene čim se isprazni red čekanja "
"zadataka."
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
#, fuzzy
msgid "Edit another record"
msgstr "Molimo pokušajte drugi ID unosa"
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr "Želite li stvarno izbrisati ovaj zapis?"
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr "Da"
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr "Ne"
#: modules/bibedit/lib/bibedit_templates.py:563
#, fuzzy, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr "Želite li stvarno izbrisati ovaj zapis?"
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr "Zapis će biti izbrisan čim se isprazni red čekanja zadataka."
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr "Zapis %s - Dodaj polje"
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr "BibEdit Administracijsko sučelje"
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr "Uredi unos %(x_recid)s, polje %(x_field)s"
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr "Uredi unos %(x_recid)s, polje %(x_field)s - Dodaj potpolje"
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, python-format
msgid "Submit and save record %s"
msgstr "Prihvati i spremi zapis %s"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, fuzzy, python-format
msgid "Record #%s"
msgstr "Unos"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, fuzzy, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr "Uredi unos %(x_recid)s, polje %(x_field)s"
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr "Izbornik"
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr "Zatvori uređivač"
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr "Promijeni karakteristike predloška"
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr "Uređivač predložaka"
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr "Provjeri zavisnosti"
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr "Ime"
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
msgid "Description"
msgstr "Opis"
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr "Osvježi atribute oblikovanja"
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
msgid "Show Documentation"
msgstr "Prikaži dokumentaciju"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr "Sakrij dokumentaciju"
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr "Status"
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr "Datum posljednje promjene"
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
msgid "Manage Output Formats"
msgstr "Uredi oblikovanje izlaznih podataka"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr "Predlošci oblikovanja (#)"
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr "Dokumentacija elemenata oblikovanja"
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr "Upravljenje bazama znanja"
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr "Dodaj novi predložak oblikovanja"
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr "Provjeri predloške oblikovanja ekstenzivno"
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr "Kod"
#: modules/bibformat/lib/bibformat_templates.py:1134
msgid "Add New Output Format"
msgstr "Dodaj novi format prikaza"
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr "izbornik"
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
msgid "Close Output Format"
msgstr "Zatvori formatiranje izlaza (#)"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
msgid "Rules"
msgstr "Pravila"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr "Promjeni atribute oblikovanja izlaznih podataka"
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
msgid "Remove Rule"
msgstr "Izbriši pravilo"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr "Dodaj novo pravilo"
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr "Spremi promjene"
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr "Mapiranje baze znanja"
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr "Atributi baze znanja"
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr "Zavisnosti baze znanje"
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr "Oblikovanje je u redu"
#: modules/bibformat/lib/bibformat_templates.py:2266
msgid "An error has been found"
msgstr "Pronađena je greška"
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr "Pronađene su slijedeće greške"
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr "BibFormat Admin"
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
msgid "Test with record:"
msgstr "Testiraj s unosom:"
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr "Ovdje unesite vaš upit."
#: modules/bibformat/lib/elements/bfe_authors.py:120
msgid "Hide"
msgstr "Sakrij"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr "Prikaži svih %i autora"
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
#, fuzzy
msgid "Download fulltext"
msgstr "cjeloviti tekst"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
#, fuzzy
msgid "older versions"
msgstr "verzija"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external links"
msgstr "Postavke"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "Cjeloviti tekst"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
msgid "Restricted Output Format"
msgstr "Ograničeno oblikovanje izlaznih podataka"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr "U redu"
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, python-format
msgid "Output Format %s Rules"
msgstr "Pravila oblikovanja izlaza %s"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr "Karakteristike oblikovanja izlaza %s"
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr "Zavosnosti oblikovanja izlaza %s"
#: modules/bibformat/web/admin/bibformatadmin.py:371
msgid "Delete Output Format"
msgstr "Obriši oblikovanje izlaznih podataka"
#: modules/bibformat/web/admin/bibformatadmin.py:417
#, fuzzy
msgid "Cannot create output format"
msgstr "Uredi oblikovanje izlaznih podataka"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr "Ograničeni predložak oblikovanja"
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr "Predložak oblikovanja %s"
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr "Atributi predlošaka oblikovanja %s"
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, fuzzy, python-format
msgid "Format Template %s Dependencies"
msgstr "Oblikuj datoteke vezane uz predložak %s"
#: modules/bibformat/web/admin/bibformatadmin.py:660
msgid "Delete Format Template"
msgstr "Izbriši predložak oblikovanja"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, fuzzy, python-format
msgid "Format Element %s Dependencies"
msgstr "Oblikuj datoteke vezane uz element %s"
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr "Testiraj element oblikovanja %s"
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr "Nepoznata baza znanja"
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr "Baza znanja %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr "Karakteristike baze znanja %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr "Zavisnosti baze znanja %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1285
msgid "Delete Knowledge Base"
msgstr "Izbriši bazu znanja"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr "Potvrda oblikovanja izlaznih podataka %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr "Potvrda predloška oblikovanja %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr "Ograničeni element oblikovanja"
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr "Potvrda elementa oblikovanja %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr "Potvrda oblikovanja"
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
msgid "See Guide"
msgstr "Pogledajte vodič"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr "OAI izvori prisutni u bazi podataka"
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr "U bazi podataka nema OAI izvora"
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr "Slijedeći oaiharvest zadatak"
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr "zakazano vrijeme:"
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr "trenutno stanje:"
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr "Trenutno nema zakazanih oaiharvest zadataka."
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr "uspješno potvrđeno"
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr "baseURL nije OAI kompatibilan "
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
#, fuzzy
msgid "Citation history:"
msgstr "Povijest citiranosti"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
#, fuzzy
msgid "Download history:"
msgstr "Povijest download-a"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
#, fuzzy
msgid "Download user distribution:"
msgstr "Povijest download-a"
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr "N/A"
#: modules/miscutil/lib/dateutils.py:159
msgid "Sun"
msgstr "Ned"
#: modules/miscutil/lib/dateutils.py:160
msgid "Mon"
msgstr "Pon"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr "Uto"
#: modules/miscutil/lib/dateutils.py:162
msgid "Wed"
msgstr "Sri"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr "Čet"
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr "Pet"
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr "Sub"
#: modules/miscutil/lib/dateutils.py:167
msgid "Sunday"
msgstr "Nedjelja"
#: modules/miscutil/lib/dateutils.py:168
msgid "Monday"
msgstr "Ponedjeljak"
#: modules/miscutil/lib/dateutils.py:169
msgid "Tuesday"
msgstr "Utorak"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr "Srijeda"
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr "Četvrtak"
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr "Petak"
#: modules/miscutil/lib/dateutils.py:173
msgid "Saturday"
msgstr "Subota"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
msgid "Month"
msgstr "Mjesec"
#: modules/miscutil/lib/dateutils.py:188
msgid "Jan"
msgstr "Sij"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr "Velj"
#: modules/miscutil/lib/dateutils.py:190
msgid "Mar"
msgstr "Ožu"
#: modules/miscutil/lib/dateutils.py:191
msgid "Apr"
msgstr "Tra"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "Svi"
#: modules/miscutil/lib/dateutils.py:193
msgid "Jun"
msgstr "Lip"
#: modules/miscutil/lib/dateutils.py:194
msgid "Jul"
msgstr "Srp"
#: modules/miscutil/lib/dateutils.py:195
msgid "Aug"
msgstr "Kol"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr "Ruj"
#: modules/miscutil/lib/dateutils.py:197
msgid "Oct"
msgstr "Lis"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr "Stu"
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr "Pro"
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "Siječanj"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "Veljača"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "Ožujak"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "Travanj"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "Lipanj"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "Srpanj"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "Kolovoz"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "Rujan"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "Listopad"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "Studeni"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "Prosinac"
#: modules/miscutil/lib/dateutils.py:231
msgid "Day"
msgstr "Dan"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "Godina"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
msgid "Sorry"
msgstr "Oprostite"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr "Nije moguće poslati zahtjev za greškom, nedostaje %s parametar(a)."
#: modules/miscutil/lib/errorlib_webinterface.py:100
msgid "The error report has been sent."
msgstr "Izvještaj o grešci je poslan."
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr "Zahvaljujemo što nam pomažete u poboljšanju CDS Invenio aplikacije."
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr ""
"Koristite gumb za vraćanje u vašem browseru kako biste se vratili na "
"prethodnu stranicu."
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr "Hvala!"
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr "ID unosa"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr "sličnost riječi"
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr "faktor utjecaja časopisa"
#: modules/miscutil/lib/inveniocfg.py:412
#, fuzzy
msgid "times cited"
msgstr "Postavke su promijenjene"
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
#, fuzzy
msgid "Hello:"
msgstr "Pozdrav"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr "Srdačno"
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr "Trebate pomoć? Kontaktirajte nas"
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr "Pokreni BibEdit"
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr "Konfiguriraj BibFormat"
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr "Konfiguriraj BibHarvest"
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
#, fuzzy
msgid "Configure OAI Repository"
msgstr "Konfiguriraj BibFormat"
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr "Konfiguriraj BibIndex"
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr "Konfiguriraj BibRank"
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr "Konfiguriraj WebAccess"
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
msgid "Configure WebComment"
msgstr "Konfiguriraj WebComment"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
msgid "Configure WebSearch"
msgstr "Konfiguriraj WebSearch"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr "Konfiguriraj WebSubmit"
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, fuzzy, python-format
msgid "Your account on '%s' has been activated"
msgstr "Vaš korisnički račun je uspješno kreiran."
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, fuzzy, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr "Vaš korisnički račun je uspješno kreiran."
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
#, fuzzy
msgid "Username/Email:"
msgstr "Korisničko ime"
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
#, fuzzy
msgid "Password:"
msgstr "Lozinka"
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, fuzzy, python-format
msgid "Account created on '%s'"
msgstr "Korisnički račun je kreiran"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, fuzzy, python-format
msgid "An account has been created for you on '%s':"
msgstr "Vaš korisnički račun je uspješno kreiran."
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, fuzzy, python-format
msgid "Account rejected on '%s'"
msgstr "Korisnički račun je kreiran"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, fuzzy, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr "Vaš zahtjev za priključenjem grupi %s je odbijen."
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, fuzzy, python-format
msgid "Username/Email: %s"
msgstr "Korisničko ime"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, fuzzy, python-format
msgid "Account deleted on '%s'"
msgstr "Korisnički račun je kreiran"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, fuzzy, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "Grupa %s je obrisana"
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "Detaljnije"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "Slični zapisi"
#: modules/webalert/lib/htmlparser.py:131
#, fuzzy
msgid "Cited by"
msgstr "Naveo/la"
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr "Već imate upozorenje nazvano %s."
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr "nepoznato"
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
#, fuzzy
msgid "You do not have rights for this operation."
msgstr "Nemate ovlaštenja pogledati sadržaj košarice."
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr "Već imate definirano upozorenje za taj upit i košaricu."
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr "Naziv upozorenja ne može biti prazan."
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr "Vi niste vlasnik ove košarice."
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr "Upozorenje %s je dodano vašem profilu."
#: modules/webalert/lib/webalert.py:376
#, python-format
msgid "The alert %s has been successfully updated."
msgstr "Upozorenje %s je uspješno osvježeno. "
#: modules/webalert/lib/webalert.py:428
#, fuzzy, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
"Napravili ste %(x_nb)s upit(a). %(x_url_open)sOpširnija lista%(x_url_close)s "
"je dostupna s mogućnostima (a) pregleda rezultata pretraživanja i (b) "
"predbilježbe na uslugu automatskih email obavijesti za te upite."
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr "Uzorak"
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr "Uzorak 1"
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr "Polje 1"
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr "Uzorak 2"
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr "Polje 2"
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr "Uzorak 3"
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr "Polje 3"
#: modules/webalert/lib/webalert_templates.py:90
msgid "Collections"
msgstr "Kolekcije"
#: modules/webalert/lib/webalert_templates.py:92
msgid "Collection"
msgstr "Kolekcija"
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr "Posjedujete slijedeća upozorenja:"
#: modules/webalert/lib/webalert_templates.py:114
msgid "alert name"
msgstr "naziv upozorenja"
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr "PRIKAŽI"
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr ""
"Ovo upozorenje ćete dobiti svaki puta/samo ako nova stavka zadovoljava "
"slijedeći upit:"
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr "UPIT"
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr "Naziv oznake upozorenja (#):"
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr "Učestalost provjere pretraživanja (#):"
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
msgid "monthly"
msgstr "mjesečno"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr "tjedno"
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
msgid "daily"
msgstr "dnevno"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr "Poslati obavijest mail-om?"
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr "da"
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr "ne"
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr "ako %(x_fmt_open)sne%(x_fmt_close)s, morate odrediti košaricu"
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr "Spremiti rezultate u košaricu?"
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr "POSTAVI UPOZORENJE"
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr "IZBRIŠI PODATKE"
#: modules/webalert/lib/webalert_templates.py:300
#, fuzzy, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
"Postavite novo upozorenje iz %(x_url1_open)svaših pretraga%(x_url1_close)s, "
"%(x_url2_open)spopularnih pretraga%(x_url2_close)s ili putem obrasca za unos."
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr "Učestalost provjera pretraživanjem"
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr "Obavijest email-om"
#: modules/webalert/lib/webalert_templates.py:322
msgid "Result in basket"
msgstr "Rezultati u košaricu"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr "Datum posljednjeg izvođenja"
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr "Datum stvaranja"
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr "Upit"
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
msgid "no basket"
msgstr "nema košarice"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
msgid "Remove"
msgstr "Ukloni"
#: modules/webalert/lib/webalert_templates.py:374
msgid "Modify"
msgstr "Izmijeni"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr "Pretraži"
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr "Definirali ste %s upozorenja."
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
"Još niste izvršili pretraživanje. Molimo otiđite na %(x_url_open)ssučelje za "
"pretraživanje%(x_url_close)s."
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr ""
"Izvršili ste %(x_nb1)s pretraživanja (%(x_nb2)s različitih upita) tijekom "
"poslijednjih 30 dana."
#: modules/webalert/lib/webalert_templates.py:434
#, python-format
msgid "Here are the %s most popular searches."
msgstr "%s najpopularnijih pretraživanja."
#: modules/webalert/lib/webalert_templates.py:445
msgid "Question"
msgstr "Pitanje"
#: modules/webalert/lib/webalert_templates.py:449
msgid "Last Run"
msgstr "Posljednje izvođenje"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr "Postavi novo upozorenje"
#: modules/webalert/lib/webalert_webinterface.py:79
#, fuzzy
msgid "Popular Searches"
msgstr "Vaše pretrage"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
msgid "Your Searches"
msgstr "Vaše pretrage"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
msgid "Your Account"
msgstr "Vaš korisnički račun"
#: modules/webalert/lib/webalert_webinterface.py:90
#, fuzzy, python-format
msgid "%s Personalize, Display searches"
msgstr "Prikaži pretraživanja"
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, fuzzy, python-format
msgid "%s, personalize"
msgstr "Personaliziraj"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr "Greška"
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, fuzzy, python-format
msgid "%s Personalize, Set a new alert"
msgstr "Postavi novo upozorenje"
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr "Postavi novo upozorenje"
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr "Izmijeni postavke upozorenja"
#: modules/webalert/lib/webalert_webinterface.py:227
#, fuzzy, python-format
msgid "%s Personalize, Modify alert settings"
msgstr "Izmijeni postavke upozorenja"
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
msgid "Your Alerts"
msgstr "Vaša upozorenja"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, fuzzy, python-format
msgid "%s Personalize, Display alerts"
msgstr "Prikaži upozorenja"
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
msgid "Display alerts"
msgstr "Prikaži upozorenja"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr "Vaš komentar je uspješno poslan"
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
msgid "Personal baskets"
msgstr "Osobne košarice"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
msgid "Group baskets"
msgstr "Grupne košarice"
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
msgid "Others' baskets"
msgstr "Košarice drugih korisnika"
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
"Imate %(x_nb_perso)s osobnih košarica i predbilježeni ste na %(x_nb_group)s "
"grupnih košarica i %(x_nb_public)s javnih košarica drugih korisnika"
#: modules/webbasket/lib/webbasket_templates.py:198
#, python-format
msgid "There are %i baskets"
msgstr "%i košarica"
#: modules/webbasket/lib/webbasket_templates.py:206
msgid "updated on"
msgstr "osvježeno "
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr "Košarica je prazna"
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
"Ova košarica pripada %(x_name)s. Slobodno se %(x_url_open)spredbilježite"
"%(x_url_close)s na nju."
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
msgid "Public basket"
msgstr "Javna košarica"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
msgid "records"
msgstr "Stavke"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
msgid "last update"
msgstr "posljednja izmjena"
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr "Predbilježi me na ovu košaricu"
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
msgid "Basket's name"
msgstr "Naziv košarice"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr "Broj pregleda"
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr "Vlasnik"
#: modules/webbasket/lib/webbasket_templates.py:355
msgid "View"
msgstr "Pregled (#)"
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr "Predbilježba (#)"
#: modules/webbasket/lib/webbasket_templates.py:377
msgid "There is currently no publicly accessible basket"
msgstr "Trenutno nema javno dostupnih košarica"
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr ""
"Prikaz %(x_nb_begin)i-%(x_nb_end)i košarica od ukupno %(x_nb_total)i "
"košarica."
#: modules/webbasket/lib/webbasket_templates.py:422
msgid "Actions"
msgstr "Akcije"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
msgid "Non-shared basket"
msgstr "Vlastita košarica"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
msgid "Shared basket"
msgstr "Dijelkjena košarica"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
msgid "Group-shared basket"
msgstr "Košarica dijeljena unutar grupe"
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
msgid "Edit basket"
msgstr "Uredi košaricu"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr "Nemate ovlaštenja pogledati sadržaj košarice."
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
#, fuzzy
msgid "Unsubscribe from this basket"
msgstr "Ne želim više predbilježbu za ovu košaricu."
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr "komentari"
#: modules/webbasket/lib/webbasket_templates.py:521
msgid "last comment:"
msgstr "poslijednji komentar:"
#: modules/webbasket/lib/webbasket_templates.py:582
msgid "Move item up"
msgstr "Pomakni stavku gore"
#: modules/webbasket/lib/webbasket_templates.py:590
msgid "Move item down"
msgstr "Pomakni stavku dolje"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr "Kopiraj stavku"
#: modules/webbasket/lib/webbasket_templates.py:606
msgid "Remove item"
msgstr "Ukloni stavku"
#: modules/webbasket/lib/webbasket_templates.py:609
msgid "External record"
msgstr "Vanjski zapis"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr "poslijednji"
#: modules/webbasket/lib/webbasket_templates.py:647
#, fuzzy
msgid "View comments"
msgstr "pogledaj komentare"
#: modules/webbasket/lib/webbasket_templates.py:672
msgid "This basket is publicly accessible at the following address:"
msgstr "Ova košarica je javno dostupna na slijedećoj adresi:"
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "Sortiraj po:"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr "Naslov"
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr "Datum"
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr "Komentari"
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr "Ukupno ima %i komentara"
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr "Unesi komentar"
#: modules/webbasket/lib/webbasket_templates.py:833
msgid "Back to baskets"
msgstr "Natrag u košaricu"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr "po"
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "on"
msgstr "na"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr "Odgovor"
#: modules/webbasket/lib/webbasket_templates.py:876
msgid "Delete comment"
msgstr "Obriši komentar"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr "Dodaj komentar"
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr "Komentar"
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
msgid "Create new basket"
msgstr "Kreiraj novu košaricu"
#: modules/webbasket/lib/webbasket_templates.py:1001
msgid "Select topic"
msgstr "Odaberi temu"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr "Izaberi temu"
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr "ili kreiraj novu"
#: modules/webbasket/lib/webbasket_templates.py:1019
msgid "Create new topic"
msgstr "Kreiraj novu temu"
#: modules/webbasket/lib/webbasket_templates.py:1021
msgid "Create a new basket"
msgstr "Kreiraj novu košaricu"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
msgid "Select basket"
msgstr "Odaberi košaricu"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr "Dodaj u vlastitu košaricu"
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, python-format
msgid "%i baskets"
msgstr "%i košarica"
#: modules/webbasket/lib/webbasket_templates.py:1111
msgid "Add to a group-shared basket"
msgstr "Dodaj u košaricu dijeljenu unutar grupe"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr "Dodaj u javnu košaricu"
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr "Dodaje se %i zapisa u navedene košarice"
#: modules/webbasket/lib/webbasket_templates.py:1167
msgid "Add to baskets"
msgstr "Dodaj u košarice"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr "Odabrani zapisi su uspješno dodani u %i košarice."
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr "Nijedan zapis nije dodan u odabrane košarice."
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr "Jeste li sigurni da želite obrisati košaricu?"
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr "%i korisnika je predbilježeno na ovu košaricu."
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr "%i grupa korisnika je predbilježeno na ovu košaricu."
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr "Postavili ste %i upozorenja za ovu košaricu."
#: modules/webbasket/lib/webbasket_templates.py:1277
msgid "General settings"
msgstr "Postavke"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr "Dodaj grupu"
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr "Uredi ovlaštenja grupe"
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr "Uredi ovlaštenja globalnog dijeljenja"
#: modules/webbasket/lib/webbasket_templates.py:1314
msgid "Delete basket"
msgstr "Obriši košaricu"
#: modules/webbasket/lib/webbasket_templates.py:1338
msgid "Editing basket"
msgstr "Uredi košaricu"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr "Sačuvaj izmjene"
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr "Nema ovlaštenja"
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
msgid "View records"
msgstr "Pogledaj zapise"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "and"
msgstr "i"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr "pogledaj komentare"
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr "dodaj komentare"
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
msgid "add records"
msgstr "dodaj zapise"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
msgid "delete comments"
msgstr "obriši komentare"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
msgid "remove records"
msgstr "ukloni zapise"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr "uredi ovlaštenja za dijeljenje"
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr "Niste član grupe."
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr "Zajednička košarica za novu grupu"
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr "Prijavljeni ste kao gost, pa će vaša košarica nestati kad se odjavite."
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr ""
"Ako želite, možete se %(x_url_open)sprijaviti ili registrirati ovdje"
"%(x_url_close)s."
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr "Ova funkcionalnost nije dostupna za goste."
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
msgid "Back to search results"
msgstr "Natrag na rezultate pretrage"
#: modules/webbasket/lib/webbasket_webinterface.py:98
msgid "Display baskets"
msgstr "Prikaži košarice"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr "Detalji i komentari"
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
msgid "Your Baskets"
msgstr "Vaša košarica"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr "Dodaj zapise u košaricu"
#: modules/webbasket/lib/webbasket_webinterface.py:474
msgid "Delete a basket"
msgstr "Obriši košaricu"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr "Kopiraj zapis u košaricu"
#: modules/webbasket/lib/webbasket_webinterface.py:721
msgid "Create basket"
msgstr "Kreiraj košaricu"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
msgid "List of public baskets"
msgstr "Lista javnih košarica"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "%(x_name)s je napisao/la datuma %(x_date)s:"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr "Prikaz poslijednjih %i komentara:"
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr "Raspravi o ovom dokumentu"
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr "Započni raspravu vezanu uz ovaj dokument."
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr "Nažalost, zapis %s ne postoji."
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr "Nažalost, %s nije ispravan ID."
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr "Nažalost, nije upisan ID zapisa."
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr "Započnite pregledavanje od %s"
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr "Da lije ovo izvješće bilo korisno?"
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr "Napiši izvješće"
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, fuzzy, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr ""
"Prosječna ocjena izvješća: %(x_nb_score)s bazirana na %(x_nb_reviews)s "
"izvješća"
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr "Čitatelji su slijedećih %s izvješća ocijenili kao najkorisnije."
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr "Pogledajte svih %s izvješća"
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr "Ocijeni ovaj dokument"
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr "Prvi izvjestite o ovom dokumentu"
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
msgid "Report abuse"
msgstr "Prijavi zloupotrebu"
#: modules/webcomment/lib/webcomment_templates.py:361
#, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "Pregledao/la %(x_nickname)s datuma %(x_date)s"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr ""
"%(x_nb_people)i od %(x_nb_total)i korisnika smatra ovo izvješće korisnim"
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
msgid "Reviews"
msgstr "Pregledi (#)"
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr "Prethodni"
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr "Slijedeći"
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr "Ukupno ima %s izvješća"
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr "Ukupno ima %s komentara"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr "izvješće"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr "komentar"
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
msgid "Review"
msgstr "Izvješće"
#: modules/webcomment/lib/webcomment_templates.py:662
#, fuzzy
msgid "Viewing"
msgstr "Pregled"
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr "Stranica:"
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr "Napomena: Vaš nadimak, %s, bit će prikazan kao autor ovog komentara"
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
"Napomena: niste %(x_url_open)sdefinirali svoj nadimak%(x_url_close)s. "
"%(x_nickname)s ćebiti prikazano kao autor ovog komentara."
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
msgid "Article"
msgstr "Članak"
#: modules/webcomment/lib/webcomment_templates.py:808
#, fuzzy
msgid "Add comment"
msgstr "Dodaj komentar"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr "Napomena: Vaš nadimak, %s, bit će prikazan kao autor ovog izvješća."
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr "Ocijeni ovaj članak"
#: modules/webcomment/lib/webcomment_templates.py:901
#, fuzzy
msgid "Select a score"
msgstr "Izaberi ocjenu"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr "Unesi naslov svog izvješća"
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr "Upiši svoje izvješće"
#: modules/webcomment/lib/webcomment_templates.py:908
#, fuzzy
msgid "Add review"
msgstr "Dodaj izvješće"
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr "Dodaj izvješće"
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr "Vaše izvješće je uspješno dodano."
#: modules/webcomment/lib/webcomment_templates.py:940
msgid "Your comment was successfully added."
msgstr "Vaš komentar je uspješno dodan."
#: modules/webcomment/lib/webcomment_templates.py:942
msgid "Back to record"
msgstr "Natrag na zapis"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr "Pogledaj sve prijavljene komentare"
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr "Pogledaj sva prijavljena izvješća"
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr "Obriši komentar/izvješće (prema ID-u)"
#: modules/webcomment/lib/webcomment_templates.py:1029
msgid "View all users who have been reported"
msgstr "Pogledaj sve prijavljene korisnike"
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "Vodič"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr "Komentari i izvješća su isključeni"
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr ""
"Unesite ID komentara/izvješća kako biste ih mogli pogledati prije nego što "
"odlučite hoćete li ih obrisati"
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr "ID komentara:"
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr "Pogledaj komentar"
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr "Za sada nema izvještaja."
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr "Pogledaj svih %s komentara"
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr "Pogledaj svih %s izvješća"
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
"Ovdje je lista, sortirana prema ukupnom broju prijava, svih korisnika koji "
"imaju prijavljen barem jedan komentar."
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr "Nadimak"
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
msgid "Email"
msgstr "Email"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr "Korisničko ime"
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr "Broj pozitivnih glasova"
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr "Broj negativnih glasova"
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr "Ukupan broj glasova"
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr "Ukupan broj prijava"
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr "Pogledaj sve korisnikove komentare/izvješća"
#: modules/webcomment/lib/webcomment_templates.py:1179
#, python-format
msgid "This review has been reported %i times"
msgstr "Ovo izvješće je prijavljeno %i puta"
#: modules/webcomment/lib/webcomment_templates.py:1181
#, python-format
msgid "This comment has been reported %i times"
msgstr "Ovaj komentar je prijavljen %i puta"
#: modules/webcomment/lib/webcomment_templates.py:1258
msgid "Written by"
msgstr "Napisao/la"
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr "Opći podaci"
#: modules/webcomment/lib/webcomment_templates.py:1260
msgid "Select"
msgstr "Odaberi"
#: modules/webcomment/lib/webcomment_templates.py:1274
msgid "Delete selected reviews"
msgstr "Obriši odabrana izvješća"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr "Izostavi označene izvještaje o zloupotrebi"
#: modules/webcomment/lib/webcomment_templates.py:1279
msgid "Delete selected comments"
msgstr "Briši označene komentare"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr "OK"
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr "Ovdje su izvješća korisnika %s"
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr "Ovdje su komentari korisnika %s"
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr "Ovdje je komentar/pregled %s"
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr "Ovdje je komentar/pregled koji je %(x_cmtID)s napisao/la %(x_user)s"
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr "Sva prijavljena izvješća sortirana prema učastalosti prijave"
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr "Svi prijavljeni komentari sortirani prema učastalosti prijave"
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr "ID komentara"
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr "uspješno izbrisano"
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr "uspješno onemogućeno izvještavanje o zloupotrebi"
#: modules/webcomment/lib/webcomment_templates.py:1375
#, fuzzy
msgid "Not yet reviewed"
msgstr "Upiši svoje izvješće"
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
msgid "Record Not Found"
msgstr "Zapis nije pronađen"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Prije dodavanja komentara, trebate se %(x_url_open)sprijaviti%(x_url_close)s."
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
msgid "Login"
msgstr "Prijava"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
#, fuzzy
msgid "WebComment Admin"
msgstr "WebComment Admin"
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "Internal Error"
#: modules/webcomment/web/admin/webcommentadmin.py:95
msgid "Delete Comment"
msgstr "Briši komentar"
#: modules/webcomment/web/admin/webcommentadmin.py:168
msgid "View all reported users"
msgstr "Pogledaj sve prijavljene korisnike (#)"
#: modules/webcomment/web/admin/webcommentadmin.py:214
msgid "Delete comments"
msgstr "Briši komentare"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr "Onemogući izvještaje o zlouporabi"
#: modules/webmessage/lib/webmessage.py:129
msgid "The message could not be deleted."
msgstr "Poruka se ne može izbrisati."
#: modules/webmessage/lib/webmessage.py:131
msgid "The message was successfully deleted."
msgstr "Poruka je uspješno obrisana."
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr "Vaš mailbox je ispražnjen."
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr "Izabrani datum (%(x_year)i/%(x_month)i/%(x_day)i) nije valjan."
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr "Molimo unesite korisnično ime ili naziv grupe."
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr ""
"Poruka je predugačka, molimo skratite ju. Dozvoljeno je maksimalno %i "
"znakova."
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr "Ne postoji grupa %s."
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr "Korisnik %s ne postoji."
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr "Unesite poruku"
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr "Poruku nije moguće poslati sljedećim korisnicima zbog njihove quote:"
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr "Poruka je poslana."
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
msgid "Your Messages"
msgstr "Vaše poruke"
#: modules/webmessage/lib/webmessage_templates.py:87
msgid "Subject"
msgstr "Naslov (# tema)"
#: modules/webmessage/lib/webmessage_templates.py:88
msgid "Sender"
msgstr "Pošiljatelj"
#: modules/webmessage/lib/webmessage_templates.py:97
msgid "No messages"
msgstr "Nema poruka"
#: modules/webmessage/lib/webmessage_templates.py:101
msgid "No subject"
msgstr "Nema naslova"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr "Unesi novu poruku"
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr "Sve obriši"
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr "Re:"
#: modules/webmessage/lib/webmessage_templates.py:282
msgid "Send later?"
msgstr "Poslati kasnije?"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr "Prima:"
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr "Korisnici"
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr "Grupe"
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
msgid "Subject:"
msgstr "Naslov:"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
msgid "Message:"
msgstr "Poruka:"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr "ŠALJI"
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr "Od:"
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr "Poslano:"
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr "Primljeno:"
#: modules/webmessage/lib/webmessage_templates.py:451
msgid "Sent to:"
msgstr "Poslano korisniku:"
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr "Poslano grupama:"
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr "ODGOVORI"
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr "BRIŠI"
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr "Jeste li sigurni da želite isprazniti cijeli mailbox?"
#: modules/webmessage/lib/webmessage_templates.py:569
#, fuzzy, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr "Iskorištena quota: %i poruka od max %i"
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr "Molimo odaberite jedan ili više:"
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr "Dodaj u korisnike"
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr "Dodaj grupama"
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr "Nema takvog korisnika"
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr "Nema takve grupe"
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr "Traži korisnike ili grupe:"
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr "Pronađi korisnika"
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr "Pronađi grupu"
#: modules/webmessage/lib/webmessage_templates.py:679
#, fuzzy, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr "Imate %s novih od ukupno %s poruka "
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr "Prikaži poruku"
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "Pretraži rezultate"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "bilo koji dan"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "bilo koji mjesec"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "bilo koja godina"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "bilo koja kolekcija"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "dodaj kolekciju"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "poredaj po"
#: modules/websearch/lib/search_engine.py:851
msgid "HTML brief"
msgstr "sažeti HTML"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "prvo najnovije"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr "Nema pronađenih vrijednosti"
#: modules/websearch/lib/search_engine.py:1716
#, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr ""
"Nema rezultata za %(x_query1)s, umjesto traženog koristi se %(x_query2)s..."
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
#: modules/websearch/lib/search_engine.py:2068
#, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"Nije pronađeno u kolekciji %(x_collection)s. Pretraživanje drugih javnih "
"kolekcija dalo je %(x_url_open)s%(x_nb_hits)d rezultate%(x_url_close)s."
#: modules/websearch/lib/search_engine.py:2077
msgid ""
"No public collection matched your query. If you were looking for a non-"
"public document, please choose the desired restricted collection first."
msgstr ""
"Vaš upit nije pronađen niti u jednoj javnoj kolekciji. Ako ste tražili "
"privatni dokument, molimo prvo odaberite željenu ograničenu kolekciju."
#: modules/websearch/lib/search_engine.py:2190
#, fuzzy
msgid "No words index available for"
msgstr "Indeks riječi nije dostupan za"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "Indeks fraza nije dostupan za"
#: modules/websearch/lib/search_engine.py:2226
#, fuzzy, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr ""
"Traženi pojam %(x_term)s u popisu %(x_index)s nije pronađen. Najsličniji "
"pojmovi u svim kolekcijama su:"
#: modules/websearch/lib/search_engine.py:2230
#, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr ""
"Traženi pojam %s nije pronađen. Najsličniji pojmovi u svim kolekcijama su:"
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr ""
"Nažalost, sortiranje je dozvoljeno samo na skupovima od više od %d zapisa. "
"Koristi se uobičajeno sortiranje."
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr ""
"Nažalost, %s nije valjana opcija za sortiranje. Umjesto toga, izabrano je "
"sortiranje prema naslovu."
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr "Koristite druge pojmove za pretragu."
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "Zapis je obrisan."
#: modules/websearch/lib/search_engine.py:3750
#, fuzzy
msgid "Requested record does not seem to exist."
msgstr "Nažalost, zapis %s ne postoji."
#: modules/websearch/lib/search_engine.py:3984
#, fuzzy
msgid "No match within your time limits, discarding this condition..."
msgstr "Nema rezultata u traženim vremenskim okvirima, zahtjev je odbačen..."
#: modules/websearch/lib/search_engine.py:4008
msgid "No match within your search limits, discarding this condition..."
msgstr "Nema rezultata u traženim okvirima, zahtjev je odbačen..."
#: modules/websearch/lib/websearchadminlib.py:3202
#, fuzzy
msgid "Information"
msgstr "Više informacija:"
#: modules/websearch/lib/websearchadminlib.py:3203
#, fuzzy
msgid "References"
msgstr "Referenca"
#: modules/websearch/lib/websearchadminlib.py:3204
#, fuzzy
msgid "Citations"
msgstr "Povijest citiranosti"
#: modules/websearch/lib/websearchadminlib.py:3205
#, fuzzy
msgid "Discussion"
msgstr "session"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, python-format
msgid "Search %s records for:"
msgstr "Pretražite %s zapise za:"
#: modules/websearch/lib/websearch_templates.py:659
#, fuzzy
msgid "less"
msgstr "Pravila"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "više"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
#, fuzzy
msgid "Search everywhere"
msgstr "Ovdje unesite vaš upit."
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "Napredno pretraživanje"
#: modules/websearch/lib/websearch_templates.py:854
#, python-format
msgid "Search %s records for"
msgstr "Pretražite %s zapise za"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "Jednostavno pretraživanje"
#: modules/websearch/lib/websearch_templates.py:938
msgid "Search options:"
msgstr "Opcije za pretraživanje:"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
#, fuzzy
msgid "Added/modified since:"
msgstr "Dodano od:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
msgid "until:"
msgstr "do:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
msgid "Display results:"
msgstr "Prikaz rezultata:"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
msgid "Output format:"
msgstr "Oblik izlaznih podataka:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "Dodano od:"
#: modules/websearch/lib/websearch_templates.py:1154
#, fuzzy
msgid "Modified since:"
msgstr "Dodano od:"
#: modules/websearch/lib/websearch_templates.py:1191
msgid "Focus on:"
msgstr "Fokus na:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "ograničeno"
#: modules/websearch/lib/websearch_templates.py:1252
msgid "Search also:"
msgstr "Također pretraži:"
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr "Ova kolekcija još ne sadrži nijedan dokument."
#: modules/websearch/lib/websearch_templates.py:1392
msgid "Latest additions:"
msgstr "Najnovije dodano:"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, fuzzy, python-format
msgid "Cited by %i records"
msgstr "Naveo/la: %s zapisa"
#: modules/websearch/lib/websearch_templates.py:1556
#, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr ""
"Riječi najsličnije %(x_word)s unutar %(x_field)s u svim kolekcijama su:"
#: modules/websearch/lib/websearch_templates.py:1559
#, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr "Riječi najsličnije %(x_word)s u svim kolekcijama su:"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr "Upute"
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr "slijedeći"
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "kolekcije"
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr "Ograniči na:"
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "rezultati"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "u rastućem poretku"
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "u padajućem poretku"
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "jednostruka lista"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "razdijeli po kolekciji"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr "MARC tag"
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, python-format
msgid "%s records found"
msgstr "Pronađeno je %s zapisa"
#: modules/websearch/lib/websearch_templates.py:2343
msgid "begin"
msgstr "početak"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr "prethodni"
#: modules/websearch/lib/websearch_templates.py:2367
msgid "end"
msgstr "kraj"
#: modules/websearch/lib/websearch_templates.py:2387
msgid "jump to record:"
msgstr "idi na zapis:"
#: modules/websearch/lib/websearch_templates.py:2400
#, python-format
msgid "Search took %s seconds."
msgstr "Pretraživanje je potrajalo %s sekundi"
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "DODAJ U KOŠARICU"
#: modules/websearch/lib/websearch_templates.py:2589
#, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"%(x_fmt_open)sPrikaz rezultata:%(x_fmt_close)s Pronađeno %(x_nb_records)s "
"zapisa u %(x_nb_seconds)s sekunda."
#: modules/websearch/lib/websearch_templates.py:2637
msgid ""
"Boolean query returned no hits. Please combine your search terms differently."
msgstr ""
"Logički upit nije dao rezultate. Molimo drugačije povežite tražene pojmove."
#: modules/websearch/lib/websearch_templates.py:2669
msgid "See also: similar author names"
msgstr "Također vidi: slična imena autora"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, python-format
msgid "Collection %s Not Found"
msgstr "Kolekcija %s nije pronađena"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr "Nažalost, kolekcija %s ne postoji."
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr "Započni pregledavanje od %s. "
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3101
msgid "People who downloaded this document also downloaded:"
msgstr "Korisnici koji su preuzeli ovaj dokument, također su preuzeli:"
#: modules/websearch/lib/websearch_templates.py:3117
msgid "People who viewed this page also viewed:"
msgstr "Korisnici koji su pogledalii ovaj dokument, također su pogledali:"
#: modules/websearch/lib/websearch_templates.py:3170
#, python-format
msgid "Cited by: %s records"
msgstr "Naveo/la: %s zapisa"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "Citirano zajedno sa: %s zapisa"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3310
#, fuzzy
msgid "Affiliations:"
msgstr "Povijest citiranosti"
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3346
#, fuzzy
msgid "Publishes in"
msgstr "prijave"
#: modules/websearch/lib/websearch_templates.py:3353
#, fuzzy
msgid "Papers:"
msgstr "Stranica:"
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3355
#, fuzzy
msgid "times"
msgstr "Vrijeme"
#: modules/websearch/lib/websearch_templates.py:3383
#, fuzzy
msgid "Citations:"
msgstr "Povijest citiranosti"
#: modules/websearch/lib/websearch_templates.py:3413
#, fuzzy
msgid "Citation summary results"
msgstr "Natrag na rezultate pretrage"
#: modules/websearch/lib/websearch_templates.py:3418
#, fuzzy
msgid "Total number of citable papers analyzed:"
msgstr "Ukupan broj prijava"
#: modules/websearch/lib/websearch_templates.py:3441
#, fuzzy
msgid "Total number of citations:"
msgstr "Ukupan broj prijava"
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:420
#, fuzzy
msgid "You are not authorized to view this area."
msgstr "Vi niste vlasnik ove košarice."
#: modules/websearch/lib/websearch_webinterface.py:755
msgid "Not found"
msgstr "Nije pronađeno"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "u"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
msgid ""
"Haven't found what you were looking for? Try your search on other servers:"
msgstr ""
"Niste pronašli ono što ste htjeli? Pokušajte pretražiti na ovim serverima:"
#: modules/websearch/lib/websearch_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr "Pregled rezultata vanjskih kolekcija:"
#: modules/websearch/lib/websearch_external_collections_templates.py:120
msgid "Search timed out."
msgstr "Isteklo je vrijeme za pretragu."
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr ""
"Vasnjski alat za pretraživanje nije odgovorio u traženom vremenu. Možete "
"provjeriti rezultate ovdje:"
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
msgid "No results found."
msgstr "Nema pronađenih rezultata."
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, python-format
msgid "%s results found"
msgstr "Pronađeno je %s rezultata"
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, python-format
msgid "%s seconds"
msgstr "%s sekundi"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "sažeto"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
"Prijavljeni ste kao gost. Možda se želite %(x_url_open)sprijaviti"
"%(x_url_close)s kao redoviti korisnik."
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
"%(x_fmt_open)sGosti%(x_fmt_close)s se prvo trebaju %(x_url_open)sregistrirati"
"%(x_url_close)s"
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr "Upiti nisu pronađeni"
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
#: modules/websession/lib/websession_templates.py:97
#, fuzzy
msgid "External account settings"
msgstr "Postavke"
#: modules/websession/lib/websession_templates.py:99
#, fuzzy, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr ""
"Možete se konzultirati listom %(x_url_open)sVaših grupa%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:103
#, fuzzy
msgid "External user groups"
msgstr "Traži korisnike ili grupe:"
#: modules/websession/lib/websession_templates.py:160
#, fuzzy
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
"Ako želite promijeniti Vašu email adresu ili lozinku, molimo unesite nove "
"vrijednosti dolje."
#: modules/websession/lib/websession_templates.py:161
#, fuzzy
msgid "Edit login credentials"
msgstr "Uredi način prijave"
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr "Primjer"
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr "Nova email adresa"
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
msgid "mandatory"
msgstr "obavezno"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr "Napomena"
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr "Postavi nove vrijednosti"
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
#: modules/websession/lib/websession_templates.py:215
#, fuzzy
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
"Ako želite promijeniti Vašu email adresu ili lozinku, molimo unesite nove "
"vrijednosti dolje."
#: modules/websession/lib/websession_templates.py:217
#, fuzzy
msgid "Old password"
msgstr "lozinka"
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr "Nova lozinka"
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr "neobavezno"
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr "Lozinka smije sadržavati punktacijske znakove, razmake, itd."
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr ""
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr "Lozinka ponovno"
#: modules/websession/lib/websession_templates.py:224
#, fuzzy
msgid "Set new password"
msgstr "Nova lozinka"
#: modules/websession/lib/websession_templates.py:229
#, fuzzy, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr ""
"Ako želite, možete se %(x_url_open)sprijaviti ili registrirati ovdje"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:235
#, fuzzy, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr ""
"Sada možete pristupiti %(x_url_open)sVašem korisničkom računu%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:249
#, fuzzy
msgid "Edit language-related settings"
msgstr "Uredi postavke"
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr ""
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
#, fuzzy
msgid "Update settings"
msgstr "Uredi postavke"
#: modules/websession/lib/websession_templates.py:278
#, fuzzy
msgid "Edit search-related settings"
msgstr "Uredi postavke"
#: modules/websession/lib/websession_templates.py:279
#, fuzzy
msgid "Show the latest additions box"
msgstr "Prikaz poslijednjih %i komentara:"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr ""
#: modules/websession/lib/websession_templates.py:295
#, fuzzy
msgid "Number of search results per page"
msgstr "Natrag na rezultate pretrage"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr "Uredi način prijave"
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr "Molimo izaberite način prijave"
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
msgid "Select method"
msgstr "Izaberite način"
#: modules/websession/lib/websession_templates.py:359
#, fuzzy, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
"Ako ste zaboravili lozinku za Vaš CDS Invenio korisnički račun, molimo "
"unesite Vašu email adresu ispod. Lozinka će Vam biti poslana."
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr "Email adresa"
#: modules/websession/lib/websession_templates.py:382
#, fuzzy
msgid "Send password reset link"
msgstr "Pošalji izgubljenu lozinku"
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:389
#, fuzzy
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
"Primjetite da ako ste koristili vanjski sistem prijave (kao što je CERN "
"NICE), tamo se morate obratiti sa pitanjima."
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr ""
"Ili, možete zatražiti %s da se Vaš sistem prijave promijeni sa vanjskog u "
"unutarnji."
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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 ""
"%s nudi mogućnost personalizacije sučelja, postavljanja vlastite knjižnice "
"dokumenata, ili postavljanje automatskog upozorenja koje će se pokretati "
"periodički izvještavajući Vas o rezultatima pretrage putem email-a."
#: modules/websession/lib/websession_templates.py:427
#: modules/websession/lib/websession_webinterface.py:267
msgid "Your Settings"
msgstr "Vaše postavke"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr ""
"Postavi ili promijeni svoju email adresu ili lozinku. Specificiraj svoj "
"izbor izgleda sučelja."
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr "Pogledajte sve svoje pretrage obavljene tijekom poslijednjih 30 dana."
#: modules/websession/lib/websession_templates.py:441
msgid ""
"With baskets you can define specific collections of items, store interesting "
"records you want to access later or share with others."
msgstr "Pomoću košarice možete definirati specifične kolekcije stavki"
#: modules/websession/lib/websession_templates.py:450
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 ""
"Predbilježite se na pretraživanja koja će naš servis pokretati periodički. "
"Rezultati će Vam ili biti poslani putem e-maila ili će biti spremljeni u "
"neku od Vaših košarica."
#: modules/websession/lib/websession_templates.py:459
#, fuzzy
msgid "Your Loans"
msgstr "Vaše posudbe"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr ""
"Odjavi posuđenu knjigu, prijevi zahtjev za posudbom, itd. Potreban je CERN "
"ID."
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr ""
"Prijavljeni ste kao gost, pa će Vaša upozorenja nestati nakon što se "
"odjavite."
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
"Prijavljeni ste kao %(x_user)s. Možda želite a) %(x_url1_open)sodjaviti se"
"%(x_url1_close)s; b) urediti %(x_url2_open)spostavke svog korisničkog računa"
"%(x_url2_close)s."
#: modules/websession/lib/websession_templates.py:573
#, fuzzy
msgid "Your Alert Searches"
msgstr "Vaše pretrage s upozorenjem"
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
"Možete se konzultirati listom %(x_url_open)sVaših grupa%(x_url_close)s koje "
"administrirate ili ste im član."
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
msgid "Your Groups"
msgstr "Vaše grupe"
#: modules/websession/lib/websession_templates.py:579
#, fuzzy, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
"Možete se konzultirati listom %(x_url_open)sVaših prijavaka%(x_url_close)sc "
"i informirati se o njihovom statusu."
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
#, fuzzy
msgid "Your Submissions"
msgstr "Vaše prijavke"
#: modules/websession/lib/websession_templates.py:583
#, fuzzy, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
"Možete se konzultirati listom %(x_url_open)sVaših odobrenja%(x_url_close)s "
"sa dokumentima koje ste odobrili ili moderirali."
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
msgid "Your Approvals"
msgstr "Vaša odobrenja"
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr "Vaše administracijske aktivnosti"
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr "pokušajte ponovno"
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr ""
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr ""
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:707
#, fuzzy, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr "ok, lozinka je poslana na %s"
#: modules/websession/lib/websession_templates.py:722
msgid "Deleting your account"
msgstr "Brisanje Vašeg korisničkog računa"
#: modules/websession/lib/websession_templates.py:736
#, fuzzy
msgid "You are no longer recognized by our system."
msgstr "Sustav Vas više ne prepoznaje."
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr "Ako želite možete se prijaviti %(x_url_open)sovdje%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr ""
"Već imate otvoren korisnički račun, molimo prijavite se koristeći formu "
"ispod."
#: modules/websession/lib/websession_templates.py:780
#, fuzzy, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
"Ukoliko već nemate otvoren korisnički račun, molimo "
"%(x_url_open)sregistrirajte se%(x_url_close)s na unutarnji korisnički račun."
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
"Ukoliko već nemate otvoren korisnički račun, molimo "
"%(x_url_open)sregistrirajte se%(x_url_close)s na unutarnji korisnički račun."
#: modules/websession/lib/websession_templates.py:787
#, python-format
msgid ""
"It is not possible to create an account yourself. Contact %s if you want an "
"account."
msgstr ""
"Ne možete sami kreirati korisnički račun. Kontaktirajte %s za otvaranje "
"računa."
#: modules/websession/lib/websession_templates.py:810
#, fuzzy
msgid "Login method:"
msgstr "Uredi način prijave"
#: modules/websession/lib/websession_templates.py:837
msgid "Username"
msgstr "Korisničko ime"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr "Lozinka"
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr ""
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "prijava"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr "Zaboravili ste lozinku?"
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr ""
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
#: modules/websession/lib/websession_templates.py:900
#, fuzzy
msgid "Set a new password for"
msgstr "Nova lozinka"
#: modules/websession/lib/websession_templates.py:901
#, fuzzy
msgid "Type the new password"
msgstr "Nova lozinka"
#: modules/websession/lib/websession_templates.py:902
#, fuzzy
msgid "Type again the new password"
msgstr "Nova lozinka"
#: modules/websession/lib/websession_templates.py:903
#, fuzzy
msgid "Set the new password"
msgstr "Nova lozinka"
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr "Molimo unesite svoju emailadresu i željeni nadimak i lozinku:"
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr ""
"Nećete moći koristiti korisnički račun prije verifikacije i aktivacije."
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr "Lozinka ponovno"
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr "registriraj se"
#: modules/websession/lib/websession_templates.py:978
#, fuzzy, 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 ""
"Molimo da na ovom servisu ne koristite lozinke koje koristite na drugim "
"servisima. Vaša email adresa ostat će tajna i nigdje neće biti objavljena. "
"Bit će korištena samo za Vašu identifikaciju prilikom korištenja servisa %s. "
"Na primjer, možete postaviti da Vam dnevno dolazi email sa rezultatima "
"automatskog pretraživanja novih preprinata."
#: modules/websession/lib/websession_templates.py:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr "Vi ste gost. Morate se prvo %(x_url_open)sprijaviti%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr "Niste ovlašteni za pristup administracijskim funkcijama."
#: modules/websession/lib/websession_templates.py:1014
#, fuzzy, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr "Član ste slijedećih grupa:"
#: modules/websession/lib/websession_templates.py:1017
#, fuzzy
msgid "Here are some interesting web admin links for you:"
msgstr "Neki zanimljivi linkovi za Vas:"
#: modules/websession/lib/websession_templates.py:1042
#, fuzzy, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
"Za još administracijskih aktivnosti, pogledajte %(x_url_open)sAdmin područje"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "gost"
#: modules/websession/lib/websession_templates.py:1079
#, fuzzy
msgid "session"
msgstr "session"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "upozorenja"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "košarice"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "korisnički račun"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr "poruke"
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr "grupe"
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr ""
#: modules/websession/lib/websession_templates.py:1108
#, fuzzy
msgid "submissions"
msgstr "prijave"
#: modules/websession/lib/websession_templates.py:1114
#, fuzzy
msgid "approvals"
msgstr "odobrenja"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "administracija"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "odjava"
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr "Vi ste administrator slijedećih grupa:"
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr "Grupa"
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr "Niste administrator nijedne grupe."
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr "Uredi grupe"
#: modules/websession/lib/websession_templates.py:1291
#, python-format
msgid "Edit %s members"
msgstr "Uredi %s članove"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
msgid "Create new group"
msgstr "Kreiraj novu grupu"
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr "Član ste slijedećih grupa:"
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr "Niste član niti jedne grupe."
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr "Pridruži se novoj grupi"
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr "Napusti grupu"
#: modules/websession/lib/websession_templates.py:1391
#, fuzzy
msgid "You are a member of the following external groups:"
msgstr "Član ste slijedećih grupa:"
#: modules/websession/lib/websession_templates.py:1414
#, fuzzy
msgid "You are not a member of any external groups."
msgstr "Niste član niti jedne grupe."
#: modules/websession/lib/websession_templates.py:1462
msgid "Update group"
msgstr "Ažuriraj grupu"
#: modules/websession/lib/websession_templates.py:1464
#, python-format
msgid "Edit group %s"
msgstr "Uredi grupu %s"
#: modules/websession/lib/websession_templates.py:1466
msgid "Delete group"
msgstr "Obriši grupu"
#: modules/websession/lib/websession_templates.py:1539
msgid "Group name:"
msgstr "Ime grupe:"
#: modules/websession/lib/websession_templates.py:1541
msgid "Group description:"
msgstr "Opis grupe:"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr "Način pridruživanja grupi:"
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
msgid "Please select:"
msgstr "Molimo odaberite:"
#: modules/websession/lib/websession_templates.py:1649
#, fuzzy
msgid "Join group"
msgstr "Pridruži se grupi"
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr "ili pronađi"
#: modules/websession/lib/websession_templates.py:1652
msgid "Choose group:"
msgstr "izaberi grupu:"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr "pronađi grupu"
#: modules/websession/lib/websession_templates.py:1802
msgid "Remove member"
msgstr "Ukloni člana"
#: modules/websession/lib/websession_templates.py:1804
msgid "No members."
msgstr "Nema članova."
#: modules/websession/lib/websession_templates.py:1814
msgid "Accept member"
msgstr "Prihvati člana"
#: modules/websession/lib/websession_templates.py:1814
msgid "Reject member"
msgstr "Odbij člana"
#: modules/websession/lib/websession_templates.py:1816
msgid "No members awaiting approval."
msgstr "Nema članova koji čekaju na dozvolu."
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
msgid "Current members"
msgstr "Trenutni članovi"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
msgid "Members awaiting approval"
msgstr "Članovi koji čekaju dozvolu"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr "Pozovi nove članove"
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
"Ako želite pozvati nove članove u svoju grupu, molimo koristite sistem "
"%(x_url_open)sweb poruka%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1827
#, python-format
msgid "Group: %s"
msgstr "Grupa: %s"
#: modules/websession/lib/websession_templates.py:1910
msgid "Group list"
msgstr "Lista grupa"
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr "Niste član niti jedne grupe."
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr "Jeste li sigurni da želite obrisati grupu?"
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr "jeste li sigurni da želite napustiti grupu?"
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr "Vidljivo i otvoreno za nove članove"
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr "Vidljivo novim članovima, ali za otvaranje trebaju odobrenje"
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr "Grupa %s: Novi zahtjev za članstvom"
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr "Korisnik se želi pridružiti grupi %s."
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
"Molimo %(x_url_open)sprihvatite ili odbijte%(x_url_close)s zahtjev korisnika."
#: modules/websession/lib/websession_templates.py:2124
#, python-format
msgid "Group %s: Join request has been accepted"
msgstr "Grupa %s: Zahtjev za priključenjem grupi je odobren"
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr "Vaš zahtjev za priključenjem grupi %s je prihvaćen."
#: modules/websession/lib/websession_templates.py:2127
#, python-format
msgid "Group %s: Join request has been rejected"
msgstr "Grupa %s: Zahtjev za priključenjem grupi je odbijen"
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr "Vaš zahtjev za priključenjem grupi %s je odbijen."
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr ""
"Možete se konzultirati listom %(x_url_open)sVaših grupa%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:2145
#, python-format
msgid "Group %s has been deleted"
msgstr "Grupa %s je obrisana"
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr "Grupa %s je obrisana od strane administratora."
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
"Možete se konzultirati listom %(x_url_open)s%(x_nb_total)i grupa"
"%(x_url_close)s na koje ste predbilježeni (%(x_nb_member)i) ili ih "
"administrirate (%(x_nb_admin)i)."
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr "Problem sa bazom podataka"
#: modules/websession/lib/webuser.py:299
msgid "user"
msgstr "korisnik"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr ""
#: modules/websession/lib/webuser.py:713
#, fuzzy
msgid "New account on"
msgstr "Prikažikorisnički račun"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr ""
#: modules/websession/lib/webuser.py:716
#, fuzzy
msgid "A new account has been created on"
msgstr "Vaš korisnički račun je uspješno kreiran."
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr ""
#: modules/websession/lib/webuser.py:720
#, fuzzy
msgid " Username/Email"
msgstr "Korisničko ime"
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, fuzzy, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr ""
"Sada možete pristupiti %(x_url_open)sVašem korisničkom računu%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
#, fuzzy
msgid "Email address successfully activated"
msgstr "uspješno potvrđeno"
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:155
#, fuzzy
msgid "Reset password"
msgstr "Lozinka ponovno"
#: modules/websession/lib/websession_webinterface.py:161
msgid "This request for resetting a password has already been used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:164
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:271
#, fuzzy, python-format
msgid "%s Personalize, Your Settings"
msgstr "Vaše postavke"
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr "Postavke su promijenjene"
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
msgid "Show account"
msgstr "Prikažikorisnički račun"
#: modules/websession/lib/websession_webinterface.py:323
#, fuzzy
msgid "Switched to internal login method."
msgstr "Uredi način prijave"
#: modules/websession/lib/websession_webinterface.py:324
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:332
#, fuzzy
msgid "Send Password"
msgstr "Pošalji izgubljenu lozinku"
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr "Uspješno je izabran način prijave."
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr "Postavke su uspješno promijenjene."
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr "Uneseni nadimak %s nije valjan."
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr "Molimo pokušajte ponovno."
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr "Uredi postavke"
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr "Uređivanje postavki nije uspjelo"
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr "Unesena email adresa %s nije važeća."
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr "Unesena email adresa %s već postoji u bazi podataka."
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr "Ili pokušajte ponovno."
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr "Uneseni nadimak %s već je u upotrebi."
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr "Lozinka je uspješno promijenjena."
#: modules/websession/lib/websession_webinterface.py:415
#, fuzzy
msgid "Password edited"
msgstr "Lozinka"
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr "Lozinke se moraju podudarati."
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
#, fuzzy
msgid "Editing password failed"
msgstr "Uređivanje postavki nije uspjelo"
#: modules/websession/lib/websession_webinterface.py:423
#, fuzzy
msgid "Wrong old password inserted."
msgstr "Lozinka je poslana"
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:450
#, fuzzy
msgid "Unable to update settings."
msgstr "Nije moguće ažurirati postavke."
#: modules/websession/lib/websession_webinterface.py:507
#, fuzzy
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr ""
"Nismou mogućnosti poslati lozinku putem email-a jer koristite vanjski sistem "
"autentifikacije."
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr "Unesena email adresa ne postoji u bazi podataka."
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr ""
"Unesena email adresa nije ispravna, molimo provjerite jeste li ju dobro "
"upisali (npr. ivanhorvat@primjer.com)."
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr "Netočna email adresa"
#: modules/websession/lib/websession_webinterface.py:552
#, fuzzy
msgid "Reset password link sent"
msgstr "Lozinka je poslana"
#: modules/websession/lib/websession_webinterface.py:597
msgid "Delete Account"
msgstr "Obriši korisnički račun"
#: modules/websession/lib/websession_webinterface.py:623
msgid "Logout"
msgstr "Odjavi se"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr "Registriraj se"
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr "Vaš korisnički račun je uspješno kreiran."
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr "Korisnički račun je kreiran"
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr ""
"Drugi email biti će poslan kad se korisnički račun aktivira i bude spreman "
"za uporabu."
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr ""
"Sada možete pristupiti %(x_url_open)sVašem korisničkom računu%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr "Registracija nije uspjela"
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr "Uneseni nadimak %s već postoji u bazi podataka."
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr "Korisnici se ne mogu sami registrirati, to mora učiniti administrator."
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr "Pridruži se novoj grupi"
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr "Napusti grupu"
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr "Uredi grupu"
#: modules/websession/lib/websession_webinterface.py:1157
msgid "Edit group members"
msgstr "Uredi članove grupe"
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "Početna stranica"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "Personaliziraj"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "Pomoć"
#: modules/webstyle/lib/webstyle_templates.py:414
msgid "Last updated"
msgstr "Ažurirano"
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr "Powered by"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "Održava"
#: modules/webstyle/lib/webstyle_templates.py:500
msgid "This site is also available in the following languages:"
msgstr "Sadržaj je dostupan i na slijedećim jezicima:"
#: modules/webstyle/lib/webstyle_templates.py:529
msgid "Browser"
msgstr "Preglednik"
#: modules/webstyle/lib/webstyle_templates.py:551
msgid "System Error"
msgstr "Sistemska greška"
#: modules/webstyle/lib/webstyle_templates.py:566
#, fuzzy
msgid "Traceback"
msgstr "Pogledaj unatrag"
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr "Vrijeme"
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr "Klijent"
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr "Molimo pošaljite administratoru izvještaj o greški."
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr "Izvijesti o grešci"
#: modules/webstyle/lib/webstyle_templates.py:624
#, python-format
msgid "Please contact %s quoting the following information:"
msgstr "Molimo kontaktirajte %s navodeći slijedeće informacije:"
#: modules/webstyle/lib/webstyle_templates.py:772
#, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr ""
"Zapis kreiran %(x_date_creation)s, zadnja izmjena %(x_date_modification)s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
#, fuzzy
msgid "Admin Pages"
msgstr "Administracija"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:161
#, fuzzy
msgid "Latest modifications:"
msgstr "Datum posljednje promjene"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:166
#, fuzzy
msgid "See also"
msgstr "Također pretraži:"
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, fuzzy, python-format
msgid "Page %s Not Found"
msgstr "Kolekcija %s nije pronađena"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, fuzzy, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr "Nažalost, zapis %s ne postoji."
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, fuzzy, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr ""
"Sada možete pristupiti %(x_url_open)sVašem korisničkom računu%(x_url_close)s."
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr "Morate se pijaviti da biste izvršili željenu akciju."
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
msgid "Invalid parameter"
msgstr "Nevažeći parametar"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
#, fuzzy
msgid "Unable to find the submission directory."
msgstr "Ne mogu pronaći direktorij."
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr "Nepoznati tip dokumenta"
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr "nepoznata akcija"
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr "Nije moguće odretiti broj prijavljenih stranica."
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr "Nije moguće kreirati direktorij."
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr "Prijavljeni direktorij ne može biti kreiran."
#: modules/websubmit/lib/websubmit_engine.py:384
#, fuzzy
msgid "Unknown form field found on submission page."
msgstr "Nije moguće odretiti broj prijavljenih stranica."
#: modules/websubmit/lib/websubmit_engine.py:512
#, fuzzy
msgid "Unknown form field found on one of the submission pages."
msgstr "Nije moguće odretiti broj prijavljenih stranica."
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr "Tip dokumenta nije pronađen."
#: modules/websubmit/lib/websubmit_engine.py:1469
msgid "The chosen action is not supported by the document type."
msgstr "Tip dokumenta ne podržava izabranu akciju."
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr "Upozorenje"
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr "Tipovi dokumenta dostupni za prijavu"
#: modules/websubmit/lib/websubmit_templates.py:95
#, fuzzy
msgid "Please select the type of document you want to submit"
msgstr "Molimo odaberite tip dokumenta kojeg želite dostaviti."
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr "Nema dostupnih tipova dokumenta."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr "Molimo prvo se prijavite."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr "Za prijavu koristite izbornik gore lijevo."
#: modules/websubmit/lib/websubmit_templates.py:301
msgid "Please select a category"
msgstr "Molimo odaberite kategoriju"
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr "Pažnja"
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr "Odaberite kategoriju i kliknite na gumb"
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr "Za nastavak prekinute prijave, unesite pristupni broj u polje ispod:"
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr "KRENI"
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr "SAŽETAK"
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr "Prethodna stranica"
#: modules/websubmit/lib/websubmit_templates.py:535
msgid "Submission number"
msgstr "Broj prijave"
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr "Slijedeća stranica"
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr "Jeste li sigurni da želite prekinuti prijavu?"
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
msgid "Back to main menu"
msgstr "Natrag na glavni izbornik"
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr ""
"Ovo je Vaš prijavni broj. Koristite ga za nastavak prekinute prijave u "
"slučaju problema."
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr "Obavezna polja označena su crveno u prozoru SAŽETAK."
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr "Polje %s je obavezno."
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr "Molimo odaberite"
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr "Molimo pritisnite gumb."
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr "Polje %s je obavezno. Molimo, popunite ga."
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr "Polje %(field)s je obavezno."
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr "Natrag na stranicu"
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr "završeno!"
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr "kraj akcije"
#: modules/websubmit/lib/websubmit_templates.py:957
msgid "Submission no"
msgstr "Broj prijave"
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
"Ovdje je %(x_action)s lista funkcija %(x_doctype)s za dokumente na razini "
"%(x_step)s"
#: modules/websubmit/lib/websubmit_templates.py:1032
msgid "Function"
msgstr "Funkcija"
#: modules/websubmit/lib/websubmit_templates.py:1033
msgid "Score"
msgstr "Rezultat"
#: modules/websubmit/lib/websubmit_templates.py:1034
#, fuzzy
msgid "Running function"
msgstr "Funkcija se izvršava"
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr "Funkcija %s ne postoji"
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr "Morate znati"
#: modules/websubmit/lib/websubmit_templates.py:1111
msgid "record"
msgstr "zapis"
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr "dokument"
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
msgid "version"
msgstr "verzija"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr "dokument(i)"
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr "vidi"
#: modules/websubmit/lib/websubmit_templates.py:1375
msgid "For"
msgstr "Za"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr "sve vrste dokumenata"
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr "Id"
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr "Referenca"
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr "Prvi prijava"
#: modules/websubmit/lib/websubmit_templates.py:1435
msgid "Last access"
msgstr "Zadnja prijava"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr "Jeste li sigurni da želite obrisati uneseno?"
#: modules/websubmit/lib/websubmit_templates.py:1446
#, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "Obriši upisano %(x_id)s u %(x_docname)s"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr "Referenca još nije dana"
#: modules/websubmit/lib/websubmit_templates.py:1534
#, fuzzy
msgid "Refereed Documents"
msgstr "Referirani dokumenti"
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr "Vi ste glavni moderator"
#: modules/websubmit/lib/websubmit_templates.py:1550
#, fuzzy
msgid "You are a referee for category:"
msgstr "Vi ste moderator za kategoriju:"
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
#, fuzzy
msgid "List of refereed types of documents"
msgstr "Lista moderiranih tipova dokumenata"
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
#, fuzzy
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr ""
"Odaberite jedan od slijedećih tipova dokumenata kako biste provjerili status "
"dokumenta."
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1695
#, fuzzy
msgid "List of refereed categories"
msgstr "Lista referiranih kategorija"
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr "Molimo izaberite kategoriju"
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
msgid "Pending"
msgstr "U tijeku"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
msgid "Approved"
msgstr "Odobreno"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
msgid "Rejected"
msgstr "Odbijeno"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr "Ključ"
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
msgid "Waiting for approval"
msgstr "Pričekajte odobrenje"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
msgid "Already approved"
msgstr "Ranije odobreno"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr "Neki dokumenti nisu izvršeni, izvršavanje je u tijeku."
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1808
#, fuzzy
msgid "List of refereing categories"
msgstr "Lista referiranih kategorija"
#: modules/websubmit/lib/websubmit_templates.py:1812
#, fuzzy
msgid "List of publication categories"
msgstr "Lista javnih košarica"
#: modules/websubmit/lib/websubmit_templates.py:1816
#, fuzzy
msgid "List of direct approval categories"
msgstr "Lista referiranih kategorija"
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
#, fuzzy
msgid "Cancelled"
msgstr "Odustani"
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
#, fuzzy
msgid "List of refereed documents"
msgstr "Lista referiranih dokumenata"
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr "Kliknite na broj izvještaja za više informacija."
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "Broj izvještaja"
#: modules/websubmit/lib/websubmit_templates.py:2073
#, fuzzy
msgid "List of publication documents"
msgstr "Lista javnih košarica"
#: modules/websubmit/lib/websubmit_templates.py:2075
#, fuzzy
msgid "List of direct approval documents"
msgstr "Lista referiranih dokumenata"
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr "Vaš zahtjev je poslan moderatoru."
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr "Naslov:"
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr "Autor:"
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr "Više informacija:"
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr "Klikni ovdje"
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr "Ovaj dokument još %(x_fmt_open)sčeka na odobrenje%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
msgid "It was first sent for approval on:"
msgstr "Poslano na odobrenje:"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr "Email sa odobrenjem je poslan:"
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr ""
"Možete ponovno poslati zahtjev za odobrenjem tako da kliknete na slijedeći "
"gumb:"
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr "Pošalji ponovno"
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr "UPOZORENJE! Prilikom potvrde, email će biti poslan moderatoru."
#: modules/websubmit/lib/websubmit_templates.py:2298
#, fuzzy
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr ""
"Kao moderator ovog dokumenta, možete ga klikom na gumb odobriti ili odbiti."
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr "Odobri/Odbij"
#: modules/websubmit/lib/websubmit_templates.py:2305
#, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "Dokument je %(x_fmt_open)sodobren%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2307
msgid "Its approved reference is:"
msgstr "Odobrena referenca je:"
#: modules/websubmit/lib/websubmit_templates.py:2313
msgid "It was approved on:"
msgstr "Odobreno:"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "Dokument je %(x_fmt_open)sodbijen%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2323
msgid "It was rejected on:"
msgstr "Odbijeno:"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
#, fuzzy
msgid "No referee has been selected yet."
msgstr "Zapis je obrisan."
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
#, fuzzy
msgid "Select a referee"
msgstr "Izaberi ocjenu"
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
#, fuzzy
msgid "Send a recommendation"
msgstr "Unesi komentar"
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2453
#, fuzzy
msgid "No editorial board has been selected yet."
msgstr "Zapis je obrisan."
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2602
#, fuzzy
msgid "Comments overview"
msgstr "Komentari"
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
#, fuzzy
msgid "select user"
msgstr "Odaberi košaricu"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2741
#, fuzzy
msgid "add this user"
msgstr "Dodaj u korisnike"
#: modules/websubmit/lib/websubmit_templates.py:2791
#, fuzzy
msgid "remove this user"
msgstr "Nema takvog korisnika"
#: modules/websubmit/lib/websubmit_templates.py:2906
#, fuzzy
msgid "User"
msgstr "Korisnici"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:172
#, fuzzy
msgid "The collection to which this file belong is restricted: "
msgstr "Sadržaj ove kolekcije je ograničen."
#: modules/websubmit/lib/websubmit_webinterface.py:178
#, fuzzy
msgid "This file is restricted: "
msgstr "Datoteka je ograničena."
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr "Pristup punom tekstu."
#: modules/websubmit/lib/websubmit_webinterface.py:303
#, fuzzy
msgid "Not enough information to retrieve the document"
msgstr "Prvi izvjestite o ovom dokumentu"
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr "Za ovaj dokument nije zatraženo odobrenje."
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr "Dokument se ne može prikazati."
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
#, fuzzy
msgid "Action unauthorized for this document."
msgstr "Za ovaj tip dokumenta nije moguće izvršiti akciju."
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
#, fuzzy
msgid "Action unavailable for this document."
msgstr "Dokument se ne može prikazati."
#: modules/websubmit/web/publiline.py:668
#, fuzzy
msgid "Adding users to the editorial board"
msgstr "Dodaje se %i zapisa u navedene košarice"
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
#, fuzzy
msgid "hits"
msgstr "Upute"
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr ""
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr ""
#: modules/websubmit/web/publiline.py:793
#, fuzzy
msgid "Referee selection"
msgstr "Referenca još nije dana"
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
#, fuzzy
msgid "Come back to the document"
msgstr "Ocijeni ovaj dokument"
#: modules/websubmit/web/publiline.py:1068
#, fuzzy
msgid "Select:"
msgstr "Odaberi"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
#, fuzzy
msgid "Approve"
msgstr "Odobreno"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
#, fuzzy
msgid "Reject"
msgstr "Odbijeno"
#: modules/websubmit/web/publiline.py:1168
#, fuzzy
msgid "Wrong action for this document."
msgstr "Ocijeni ovaj dokument"
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:98
#, fuzzy, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr "Ako želite možete se prijaviti %(x_url_open)sovdje%(x_url_close)s."
#: modules/webjournal/lib/webjournal_templates.py:143
#, fuzzy
msgid "Regeneration Error"
msgstr "Internal Error"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
#, fuzzy
msgid "Publish"
msgstr "prijave"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
#, fuzzy
msgid "Refresh"
msgstr "Referenca"
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
#, fuzzy
msgid "Update"
msgstr "Ažuriraj grupu"
#: modules/webjournal/lib/webjournal_templates.py:625
#, fuzzy
msgid "Apply"
msgstr "Travanj"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
#, fuzzy
msgid "Internal configuration error"
msgstr "Internal Error"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:194
#, fuzzy
msgid "No journal articles"
msgstr "Nema dostupnih tipova dokumenta."
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:232
#, fuzzy
msgid "No journal issues"
msgstr "trenutno stanje:"
#: modules/webjournal/lib/webjournal_config.py:269
#, fuzzy
msgid "Journal article error"
msgstr "Internal Error"
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:303
#, fuzzy
msgid "No journals available"
msgstr "Nema dostupnih tipova dokumenta."
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:358
#, fuzzy
msgid "No current issue"
msgstr "trenutno stanje:"
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:450
#, fuzzy
msgid "No popup record"
msgstr "Natrag na zapis"
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:482
#, fuzzy
msgid "Update error"
msgstr "Ažuriraj grupu"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:513
#, fuzzy
msgid "Journal publishing DB error"
msgstr "Internal Error"
#: modules/webjournal/lib/webjournal_config.py:544
#, fuzzy
msgid "Journal issue error"
msgstr "Internal Error"
#: modules/webjournal/lib/webjournal_config.py:545
#, fuzzy
msgid "We could not find a current issue in the Database"
msgstr "OAI izvori prisutni u bazi podataka"
#: modules/webjournal/lib/webjournal_config.py:575
#, fuzzy
msgid "Journal ID error"
msgstr "Internal Error"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:611
#, fuzzy
msgid "Sorry, this category does not exist for this journal."
msgstr "Nažalost, zapis %s ne postoji."
#: modules/webjournal/web/admin/webjournaladmin.py:74
#, fuzzy
msgid "WebJournal Admin"
msgstr "WebComment Admin"
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:148
#, fuzzy
msgid "Feature a record"
msgstr "Povratak na unos"
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:309
#, fuzzy
msgid "Publishing Interface"
msgstr "Internal Error"
#: modules/webjournal/web/admin/webjournaladmin.py:335
#, fuzzy
msgid "Add Journal"
msgstr "Dodaj u korisnike"
#: modules/webjournal/web/admin/webjournaladmin.py:337
#, fuzzy
msgid "Edit Settings"
msgstr "Uredi postavke"
#, fuzzy
#~ msgid "link"
#~ msgstr "u"
#, fuzzy
#~ msgid "links"
#~ msgstr "prijava"
#~ msgid "The contents of this collection is restricted."
#~ msgstr "Sadržaj ove kolekcije je ograničen."
#, fuzzy
#~ msgid "Sort:"
#~ msgstr "Sortiraj po:"
#, fuzzy
#~ msgid "Author"
#~ msgstr "Autor:"
#~ msgid "Parameter docid missing"
#~ msgstr "Nedostaje parametar docid"
#, fuzzy
#~ msgid "Please login to perform this action."
#~ msgstr "Morate se pijaviti da biste izvršili željenu akciju."
#, fuzzy
#~ msgid "Alert sent successfully!"
#~ msgstr "Upozorenje %s je uspješno osvježeno. "
#, fuzzy
#~ msgid "Webjournal Administration Interface"
#~ msgstr "Administracija unosa"
#, fuzzy
#~ msgid "Main file(s)"
#~ msgstr "dokument(i)"
#~ msgid "Display searches"
#~ msgstr "Prikaži pretraživanja"
#, fuzzy
#~ msgid " Username/Email: %s\n"
#~ msgstr "Korisničko ime"
#, fuzzy
#~ msgid " Password: %s\n"
#~ msgstr "Lozinka"
#~ msgid "Migrate BibFormat Settings"
#~ msgstr "Migriraj BibFormat postavke"
#~ msgid "Migrate Knowledge Bases"
#~ msgstr "Migriraj baze znanja"
#~ msgid "Migrate Behaviours"
#~ msgstr "Migriraj karakteristike"
#~ msgid "Migrate Formats"
#~ msgstr "Migriraj oblikovanja"
#, fuzzy
#~ msgid "Your account created on"
#~ msgstr "Korisnički račun je kreiran"
#, fuzzy
#~ msgid "You have created a new account on"
#~ msgstr "ili kreiraj novu"
#~ msgid ""
#~ "You can now go back to %(x_url_open)sBibEdit Admin Interface%(x_url_close)"
#~ "s."
#~ msgstr ""
#~ "Sada se možete vratiti na %(x_url_open)sadministracijsko sučelje"
#~ "%(x_url_close)s."
#, fuzzy
#~ msgid "No Articles"
#~ msgstr "Članak"
#, fuzzy
#~ msgid "No Issues"
#~ msgstr "Nema poruka"
#, fuzzy
#~ msgid "Article Error"
#~ msgstr "Članak"
#, fuzzy
#~ msgid "%s Personalize, Main page"
#~ msgstr "Personaliziraj"
#, fuzzy
#~ msgid "%s , personalize"
#~ msgstr "Personaliziraj"
#, fuzzy
#~ msgid "Successfully featured record: %s"
#~ msgstr "uspješno onemogućeno izvještavanje o zloupotrebi"
#~ msgid "Convert"
#~ msgstr "Pretvori"
#~ msgid "Library"
#~ msgstr "Knjižnica"
#~ msgid "Agenda"
#~ msgstr "Agenda"
#~ msgid "Webcast"
#~ msgstr "Webcast"
#~ msgid "Search Help"
#~ msgstr "Pomoć kod pretraživanja"
#~ msgid "Comment Management"
#~ msgstr "Upravljanje komentarima"
#~ msgid "Format:"
#~ msgstr "Oblik:"
#~ msgid "Send lost password"
#~ msgstr "Pošalji izgubljenu lozinku"
#, fuzzy
#~ msgid "Here are your user credentials for"
#~ msgstr "Vaši korisnički podaci za"
#~ msgid "username"
#~ msgstr "korisničko ime"
#~ msgid "password"
#~ msgstr "lozinka"
#~ msgid "You can login at"
#~ msgstr "Možete se prijaviti na"
#~ msgid "You seem to be %(x_role)s."
#~ msgstr "Vi ste %(x_role)s."
#~ msgid "Credentials for"
#~ msgstr "Korisnički podaci za"
#~ msgid ""
#~ "An email has been sent to the given address with the account information."
#~ msgstr "Na unesenu adresu je poslan email sa korisničkim podacima."
#~ msgid "Unable to find file."
#~ msgstr "Datoteka nije pronađena."
#~ msgid "Cannot find submission directory."
#~ msgstr "Prijavljeni direktorij nije pronađen."
#~ msgid "Unknown type of document"
#~ msgstr "Nepoznat tip dokumenta"
#~ msgid "Login via:"
#~ msgstr "Prijava preko:"
#~ msgid "Edit parameters"
#~ msgstr "Uredi parametre"
#~ msgid "Save"
#~ msgstr "Spremi"
#~ msgid "Try your search on..."
#~ msgstr "Pokušajte pretražiti..."
diff --git a/po/hu.po b/po/hu.po
index 84293f82a..67c794674 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1,6864 +1,6864 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-07-03 22:58+0200\n"
"Last-Translator: Eva Papp <Eva.Papp@cern.ch>\n"
"Language-Team: HU <cds.support@cern.ch>\n"
"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"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr ""
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr ""
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "Keresési tippek"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr ""
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr ""
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr ""
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
msgid "Search Guide"
msgstr "Keresési Útmutató"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr ""
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "Keresés"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr ""
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "Központi súgó"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
msgid "Export as"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr ""
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr ""
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
msgid "Submit Guide"
msgstr "Feltöltési Útmutató"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr ""
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr ""
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
msgid "Narrow by collection:"
msgstr ""
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
msgid "Add to personal basket"
msgstr ""
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
msgid "WebSubmit Admin Guide"
msgstr ""
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
msgid "No fulltext"
msgstr ""
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
msgid "or"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:123
msgid "Verbose"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "Elküld"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
msgid "Action"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:155
msgid "Display"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:274
msgid "Done"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:275
msgid "Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
msgid "Move up"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:369
msgid "Move down"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:476
msgid "This record does not exist."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:500
msgid "There are record revisions not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
msgid "Please try again in a few minutes."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
msgid "Edit another record"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:563
#, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, python-format
msgid "Submit and save record %s"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, python-format
msgid "Record #%s"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
msgid "Description"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
msgid "Show Documentation"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
msgid "Manage Output Formats"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1134
msgid "Add New Output Format"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
msgid "Close Output Format"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
msgid "Rules"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
msgid "Remove Rule"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:2266
msgid "An error has been found"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr ""
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr ""
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
msgid "Test with record:"
msgstr ""
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr ""
#: modules/bibformat/lib/elements/bfe_authors.py:120
msgid "Hide"
msgstr ""
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
msgid "Download fulltext"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
msgid "older versions"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
msgid "Restricted Output Format"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, python-format
msgid "Output Format %s Rules"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:371
msgid "Delete Output Format"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:417
msgid "Cannot create output format"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:660
msgid "Delete Format Template"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1285
msgid "Delete Knowledge Base"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
msgid "See Guide"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr ""
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
msgid "Citation history:"
msgstr ""
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
msgid "Download history:"
msgstr ""
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
msgid "Download user distribution:"
msgstr ""
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr ""
#: modules/miscutil/lib/dateutils.py:159
msgid "Sun"
msgstr ""
#: modules/miscutil/lib/dateutils.py:160
msgid "Mon"
msgstr ""
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr ""
#: modules/miscutil/lib/dateutils.py:162
msgid "Wed"
msgstr ""
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr ""
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr ""
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr ""
#: modules/miscutil/lib/dateutils.py:167
msgid "Sunday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:168
msgid "Monday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:169
msgid "Tuesday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:173
msgid "Saturday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
msgid "Month"
msgstr ""
#: modules/miscutil/lib/dateutils.py:188
msgid "Jan"
msgstr ""
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr ""
#: modules/miscutil/lib/dateutils.py:190
msgid "Mar"
msgstr ""
#: modules/miscutil/lib/dateutils.py:191
msgid "Apr"
msgstr ""
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr ""
#: modules/miscutil/lib/dateutils.py:193
msgid "Jun"
msgstr ""
#: modules/miscutil/lib/dateutils.py:194
msgid "Jul"
msgstr ""
#: modules/miscutil/lib/dateutils.py:195
msgid "Aug"
msgstr ""
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr ""
#: modules/miscutil/lib/dateutils.py:197
msgid "Oct"
msgstr ""
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr ""
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr ""
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr ""
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr ""
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr ""
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr ""
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr ""
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr ""
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr ""
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr ""
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr ""
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr ""
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr ""
#: modules/miscutil/lib/dateutils.py:231
msgid "Day"
msgstr ""
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
msgid "Sorry"
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:100
msgid "The error report has been sent."
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:412
msgid "times cited"
msgstr ""
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
msgid "Hello:"
msgstr ""
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr ""
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
msgid "Configure OAI Repository"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
msgid "Configure WebComment"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
msgid "Configure WebSearch"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, python-format
msgid "Your account on '%s' has been activated"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
msgid "Username/Email:"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
msgid "Password:"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, python-format
msgid "Account created on '%s'"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, python-format
msgid "An account has been created for you on '%s':"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, python-format
msgid "Account rejected on '%s'"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, python-format
msgid "Username/Email: %s"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, python-format
msgid "Account deleted on '%s'"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, python-format
msgid "Your account on '%s' has been deleted:"
msgstr ""
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr ""
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr ""
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr ""
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr ""
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr ""
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
msgid "You do not have rights for this operation."
msgstr ""
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr ""
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr ""
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr ""
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr ""
#: modules/webalert/lib/webalert.py:376
#, python-format
msgid "The alert %s has been successfully updated."
msgstr ""
#: modules/webalert/lib/webalert.py:428
#, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:90
msgid "Collections"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:92
msgid "Collection"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:114
msgid "alert name"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
msgid "monthly"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
msgid "daily"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:300
#, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:322
msgid "Result in basket"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
msgid "no basket"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
msgid "Remove"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:374
msgid "Modify"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:434
#, python-format
msgid "Here are the %s most popular searches."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:445
msgid "Question"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:449
msgid "Last Run"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:79
msgid "Popular Searches"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
msgid "Your Searches"
msgstr "Keresések"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
msgid "Your Account"
msgstr "Személyes beállítások"
#: modules/webalert/lib/webalert_webinterface.py:90
#, python-format
msgid "%s Personalize, Display searches"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, python-format
msgid "%s, personalize"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, python-format
msgid "%s Personalize, Set a new alert"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:227
#, python-format
msgid "%s Personalize, Modify alert settings"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
msgid "Your Alerts"
msgstr "Emlékeztetők"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, python-format
msgid "%s Personalize, Display alerts"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
msgid "Display alerts"
msgstr ""
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr ""
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
msgid "Personal baskets"
msgstr ""
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
msgid "Group baskets"
msgstr ""
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
msgid "Others' baskets"
msgstr ""
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:198
#, python-format
msgid "There are %i baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:206
msgid "updated on"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
msgid "Public basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
msgid "records"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
msgid "last update"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
msgid "Basket's name"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:355
msgid "View"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:377
msgid "There is currently no publicly accessible basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:422
msgid "Actions"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
msgid "Non-shared basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
msgid "Shared basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
msgid "Group-shared basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
msgid "Edit basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:521
msgid "last comment:"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:582
msgid "Move item up"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:590
msgid "Move item down"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:606
msgid "Remove item"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:609
msgid "External record"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:647
msgid "View comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:672
msgid "This basket is publicly accessible at the following address:"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:833
msgid "Back to baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "on"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:876
msgid "Delete comment"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
msgid "Create new basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1001
msgid "Select topic"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1019
msgid "Create new topic"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1021
msgid "Create a new basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
msgid "Select basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, python-format
msgid "%i baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1111
msgid "Add to a group-shared basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1167
msgid "Add to baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1174
#, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1277
msgid "General settings"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1314
msgid "Delete basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1338
msgid "Editing basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
msgid "View records"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "and"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
msgid "add records"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
msgid "delete comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
msgid "remove records"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
msgid "Back to search results"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:98
msgid "Display baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
msgid "Your Baskets"
msgstr "Kosarak"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:474
msgid "Delete a basket"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:721
msgid "Create basket"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
msgid "List of public baskets"
msgstr ""
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
msgid "Report abuse"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:361
#, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
msgid "Reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
msgid "Review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
msgid "Article"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:808
msgid "Add comment"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:901
msgid "Select a score"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:908
msgid "Add review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:940
msgid "Your comment was successfully added."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:942
msgid "Back to record"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1029
msgid "View all users who have been reported"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
msgid "Email"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1179
#, python-format
msgid "This review has been reported %i times"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1181
#, python-format
msgid "This comment has been reported %i times"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1258
msgid "Written by"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1260
msgid "Select"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1274
msgid "Delete selected reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1279
msgid "Delete selected comments"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1375
msgid "Not yet reviewed"
msgstr ""
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
msgid "Record Not Found"
msgstr ""
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
msgid "Login"
msgstr ""
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr ""
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr ""
#: modules/webcomment/web/admin/webcommentadmin.py:95
msgid "Delete Comment"
msgstr ""
#: modules/webcomment/web/admin/webcommentadmin.py:168
msgid "View all reported users"
msgstr ""
#: modules/webcomment/web/admin/webcommentadmin.py:214
msgid "Delete comments"
msgstr ""
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr ""
#: modules/webmessage/lib/webmessage.py:129
msgid "The message could not be deleted."
msgstr ""
#: modules/webmessage/lib/webmessage.py:131
msgid "The message was successfully deleted."
msgstr ""
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr ""
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr ""
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr ""
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr ""
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr ""
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr ""
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr ""
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr ""
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr ""
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
msgid "Your Messages"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:87
msgid "Subject"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:88
msgid "Sender"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:97
msgid "No messages"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:101
msgid "No subject"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:282
msgid "Send later?"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
msgid "Subject:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
msgid "Message:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:451
msgid "Sent to:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:569
#, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:679
#, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr ""
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr ""
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr ""
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr ""
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr ""
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr ""
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr ""
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr ""
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr ""
#: modules/websearch/lib/search_engine.py:851
msgid "HTML brief"
msgstr ""
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr ""
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr ""
#: modules/websearch/lib/search_engine.py:1716
#, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr ""
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
#: modules/websearch/lib/search_engine.py:2068
#, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
#: modules/websearch/lib/search_engine.py:2077
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:2190
msgid "No words index available for"
msgstr ""
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr ""
#: modules/websearch/lib/search_engine.py:2226
#, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr ""
#: modules/websearch/lib/search_engine.py:2230
#, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr ""
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr ""
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr ""
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr ""
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr ""
#: modules/websearch/lib/search_engine.py:3750
msgid "Requested record does not seem to exist."
msgstr ""
#: modules/websearch/lib/search_engine.py:3984
msgid "No match within your time limits, discarding this condition..."
msgstr ""
#: modules/websearch/lib/search_engine.py:4008
msgid "No match within your search limits, discarding this condition..."
msgstr ""
#: modules/websearch/lib/websearchadminlib.py:3202
msgid "Information"
msgstr ""
#: modules/websearch/lib/websearchadminlib.py:3203
msgid "References"
msgstr ""
#: modules/websearch/lib/websearchadminlib.py:3204
msgid "Citations"
msgstr ""
#: modules/websearch/lib/websearchadminlib.py:3205
msgid "Discussion"
msgstr ""
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, python-format
msgid "Search %s records for:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:659
msgid "less"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
msgid "Search everywhere"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:854
#, python-format
msgid "Search %s records for"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:938
msgid "Search options:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
msgid "Added/modified since:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
msgid "until:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
msgid "Display results:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
msgid "Output format:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1154
msgid "Modified since:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1191
msgid "Focus on:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1252
msgid "Search also:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1392
msgid "Latest additions:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, python-format
msgid "Cited by %i records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1556
#, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1559
#, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, python-format
msgid "%s records found"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2343
msgid "begin"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2367
msgid "end"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2387
msgid "jump to record:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2400
#, python-format
msgid "Search took %s seconds."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2589
#, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2637
msgid ""
"Boolean query returned no hits. Please combine your search terms differently."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2669
msgid "See also: similar author names"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, python-format
msgid "Collection %s Not Found"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3101
msgid "People who downloaded this document also downloaded:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3117
msgid "People who viewed this page also viewed:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3170
#, python-format
msgid "Cited by: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3310
msgid "Affiliations:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3346
msgid "Publishes in"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3353
msgid "Papers:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3355
msgid "times"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3383
msgid "Citations:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3413
msgid "Citation summary results"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3418
msgid "Total number of citable papers analyzed:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3441
msgid "Total number of citations:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:420
msgid "You are not authorized to view this area."
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:755
msgid "Not found"
msgstr ""
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:52
msgid ""
"Haven't found what you were looking for? Try your search on other servers:"
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:120
msgid "Search timed out."
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
msgid "No results found."
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, python-format
msgid "%s results found"
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, python-format
msgid "%s seconds"
msgstr ""
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr ""
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr ""
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
#: modules/websession/lib/websession_templates.py:97
msgid "External account settings"
msgstr ""
#: modules/websession/lib/websession_templates.py:99
#, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:103
msgid "External user groups"
msgstr ""
#: modules/websession/lib/websession_templates.py:160
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr ""
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr ""
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr ""
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
msgid "mandatory"
msgstr ""
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr ""
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr ""
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
#: modules/websession/lib/websession_templates.py:215
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
#: modules/websession/lib/websession_templates.py:217
msgid "Old password"
msgstr ""
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr ""
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr ""
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr ""
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr ""
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr ""
#: modules/websession/lib/websession_templates.py:224
msgid "Set new password"
msgstr ""
#: modules/websession/lib/websession_templates.py:229
#, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:235
#, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:249
msgid "Edit language-related settings"
msgstr ""
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr ""
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
msgid "Update settings"
msgstr ""
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr ""
#: modules/websession/lib/websession_templates.py:279
msgid "Show the latest additions box"
msgstr ""
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr ""
#: modules/websession/lib/websession_templates.py:295
msgid "Number of search results per page"
msgstr ""
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr ""
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr ""
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
msgid "Select method"
msgstr ""
#: modules/websession/lib/websession_templates.py:359
#, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr ""
#: modules/websession/lib/websession_templates.py:382
msgid "Send password reset link"
msgstr ""
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:389
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr ""
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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:427
#: modules/websession/lib/websession_webinterface.py:267
msgid "Your Settings"
msgstr ""
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr ""
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr ""
#: modules/websession/lib/websession_templates.py:441
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:450
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:459
msgid "Your Loans"
msgstr ""
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr ""
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr ""
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:573
msgid "Your Alert Searches"
msgstr ""
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
msgid "Your Groups"
msgstr ""
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
msgid "Your Submissions"
msgstr ""
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
msgid "Your Approvals"
msgstr ""
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr ""
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr ""
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr ""
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr ""
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:707
#, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr ""
#: modules/websession/lib/websession_templates.py:722
msgid "Deleting your account"
msgstr ""
#: modules/websession/lib/websession_templates.py:736
msgid "You are no longer recognized by our system."
msgstr ""
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr ""
#: modules/websession/lib/websession_templates.py:780
#, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
#: modules/websession/lib/websession_templates.py:787
#, 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:810
msgid "Login method:"
msgstr ""
#: modules/websession/lib/websession_templates.py:837
msgid "Username"
msgstr ""
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr ""
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr ""
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr ""
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr ""
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr ""
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
#: modules/websession/lib/websession_templates.py:900
msgid "Set a new password for"
msgstr ""
#: modules/websession/lib/websession_templates.py:901
msgid "Type the new password"
msgstr ""
#: modules/websession/lib/websession_templates.py:902
msgid "Type again the new password"
msgstr ""
#: modules/websession/lib/websession_templates.py:903
msgid "Set the new password"
msgstr ""
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr ""
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr ""
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr ""
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr ""
#: modules/websession/lib/websession_templates.py:978
#, 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:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr ""
#: modules/websession/lib/websession_templates.py:1014
#, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr ""
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr ""
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr ""
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr ""
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr ""
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr ""
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr ""
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr ""
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr ""
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr ""
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr ""
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr ""
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr ""
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1291
#, python-format
msgid "Edit %s members"
msgstr ""
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
msgid "Create new group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr ""
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1391
msgid "You are a member of the following external groups:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1414
msgid "You are not a member of any external groups."
msgstr ""
#: modules/websession/lib/websession_templates.py:1462
msgid "Update group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1464
#, python-format
msgid "Edit group %s"
msgstr ""
#: modules/websession/lib/websession_templates.py:1466
msgid "Delete group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1539
msgid "Group name:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1541
msgid "Group description:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
msgid "Please select:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr ""
#: modules/websession/lib/websession_templates.py:1652
msgid "Choose group:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1802
msgid "Remove member"
msgstr ""
#: modules/websession/lib/websession_templates.py:1804
msgid "No members."
msgstr ""
#: modules/websession/lib/websession_templates.py:1814
msgid "Accept member"
msgstr ""
#: modules/websession/lib/websession_templates.py:1814
msgid "Reject member"
msgstr ""
#: modules/websession/lib/websession_templates.py:1816
msgid "No members awaiting approval."
msgstr ""
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
msgid "Current members"
msgstr ""
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
msgid "Members awaiting approval"
msgstr ""
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr ""
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
#: modules/websession/lib/websession_templates.py:1827
#, python-format
msgid "Group: %s"
msgstr ""
#: modules/websession/lib/websession_templates.py:1910
msgid "Group list"
msgstr ""
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr ""
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr ""
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr ""
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr ""
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr ""
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr ""
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr ""
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
#: modules/websession/lib/websession_templates.py:2124
#, python-format
msgid "Group %s: Join request has been accepted"
msgstr ""
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr ""
#: modules/websession/lib/websession_templates.py:2127
#, python-format
msgid "Group %s: Join request has been rejected"
msgstr ""
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr ""
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:2145
#, python-format
msgid "Group %s has been deleted"
msgstr ""
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr ""
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr ""
#: modules/websession/lib/webuser.py:299
msgid "user"
msgstr ""
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr ""
#: modules/websession/lib/webuser.py:713
msgid "New account on"
msgstr ""
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr ""
#: modules/websession/lib/webuser.py:716
msgid "A new account has been created on"
msgstr ""
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr ""
#: modules/websession/lib/webuser.py:720
msgid " Username/Email"
msgstr ""
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
msgid "Email address successfully activated"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:155
msgid "Reset password"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:161
msgid "This request for resetting a password has already been used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:164
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:271
#, python-format
msgid "%s Personalize, Your Settings"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
msgid "Show account"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:323
msgid "Switched to internal login method."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:324
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:332
msgid "Send Password"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:415
msgid "Password edited"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
msgid "Editing password failed"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:423
msgid "Wrong old password inserted."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:450
msgid "Unable to update settings."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:507
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:552
msgid "Reset password link sent"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:597
msgid "Delete Account"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:623
msgid "Logout"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:1157
msgid "Edit group members"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "Főoldal"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "Beállítások"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "Súgó"
#: modules/webstyle/lib/webstyle_templates.py:414
msgid "Last updated"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:500
msgid "This site is also available in the following languages:"
msgstr "Az oldal az alábbi nyelveken is olvasható:"
#: modules/webstyle/lib/webstyle_templates.py:529
msgid "Browser"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:551
msgid "System Error"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:624
#, python-format
msgid "Please contact %s quoting the following information:"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:772
#, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr ""
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
msgid "Admin Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:161
msgid "Latest modifications:"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:166
msgid "See also"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, python-format
msgid "Page %s Not Found"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
msgid "Invalid parameter"
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:384
msgid "Unknown form field found on submission page."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:512
msgid "Unknown form field found on one of the submission pages."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:1469
msgid "The chosen action is not supported by the document type."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:95
msgid "Please select the type of document you want to submit"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:301
msgid "Please select a category"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:535
msgid "Submission number"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
msgid "Back to main menu"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:957
msgid "Submission no"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1032
msgid "Function"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1033
msgid "Score"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1111
msgid "record"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
msgid "version"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1375
msgid "For"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1435
msgid "Last access"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1446
#, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
msgid "Pending"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
msgid "Approved"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
msgid "Rejected"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
msgid "Waiting for approval"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
msgid "Already approved"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1808
msgid "List of refereing categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1812
msgid "List of publication categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1816
msgid "List of direct approval categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
msgid "Cancelled"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2073
msgid "List of publication documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2075
msgid "List of direct approval documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
msgid "It was first sent for approval on:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2298
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2305
#, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2307
msgid "Its approved reference is:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2313
msgid "It was approved on:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2315
#, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2323
msgid "It was rejected on:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
msgid "No referee has been selected yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
msgid "Select a referee"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
msgid "Send a recommendation"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2453
msgid "No editorial board has been selected yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2602
msgid "Comments overview"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
msgid "select user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2741
msgid "add this user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2791
msgid "remove this user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2906
msgid "User"
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:172
msgid "The collection to which this file belong is restricted: "
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:178
msgid "This file is restricted: "
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:303
msgid "Not enough information to retrieve the document"
msgstr ""
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr ""
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr ""
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
msgid "Action unauthorized for this document."
msgstr ""
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
msgid "Action unavailable for this document."
msgstr ""
#: modules/websubmit/web/publiline.py:668
msgid "Adding users to the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "hits"
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr ""
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr ""
#: modules/websubmit/web/publiline.py:793
msgid "Referee selection"
msgstr ""
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
msgid "Come back to the document"
msgstr ""
#: modules/websubmit/web/publiline.py:1068
msgid "Select:"
msgstr ""
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
msgid "Approve"
msgstr ""
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
msgid "Reject"
msgstr ""
#: modules/websubmit/web/publiline.py:1168
msgid "Wrong action for this document."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:98
#, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:143
msgid "Regeneration Error"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
msgid "Publish"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
msgid "Refresh"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
msgid "Update"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:625
msgid "Apply"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
msgid "Internal configuration error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:194
msgid "No journal articles"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:232
msgid "No journal issues"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:269
msgid "Journal article error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:303
msgid "No journals available"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:358
msgid "No current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:450
msgid "No popup record"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:482
msgid "Update error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:513
msgid "Journal publishing DB error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:544
msgid "Journal issue error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:545
msgid "We could not find a current issue in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:575
msgid "Journal ID error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:611
msgid "Sorry, this category does not exist for this journal."
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:74
msgid "WebJournal Admin"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:148
msgid "Feature a record"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:309
msgid "Publishing Interface"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:335
msgid "Add Journal"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:337
msgid "Edit Settings"
msgstr ""
diff --git a/po/it.po b/po/it.po
index 859c8210c..41a1fe997 100644
--- a/po/it.po
+++ b/po/it.po
@@ -1,7149 +1,7149 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-07-01 19:12+0200\n"
"Last-Translator: Samuele Kaplun <Samuele.Kaplun@cern.ch>\n"
"Language-Team: IT <cds.support@cern.ch>\n"
"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"
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "E NON"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "Area di amministrazione"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "Sfoglia"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "Consigli per la Ricerca"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "riassunto"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "testo completo"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "Espressione regolare:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "Tutte le parole:"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "numero di rapporto"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "anno"
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr "soggetto"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "Parte di frase:"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "referenza"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "autore"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
msgid "Search Guide"
msgstr "Guida di ricerca"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "esperimento"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "Almeno una parola:"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "divisione"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "Cerca"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "tutti i campi"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "Aiuto"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
msgid "Export as"
msgstr "Esporta come"
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "collezione"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr "Guida di Amministrazione di WebSearch"
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "Frase esatta:"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
msgid "Submit Guide"
msgstr "Guida di Sottomissione"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "OPPURE"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "E"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "parola chiave"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "titolo"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
msgid "Narrow by collection:"
msgstr "Restringi a collezione:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
msgid "Add to personal basket"
msgstr "Aggiungi ad un cestino personale"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
msgid "WebSubmit Admin Guide"
msgstr "Guida di Amministrazione di WebSubmit"
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
msgid "No fulltext"
msgstr "Nessun documento integrale"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
msgid "or"
msgstr "o"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr "Aggiungi sotto-campo"
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr "Modifica istituto"
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr "Campo"
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr "Aggiungi campo"
#: modules/bibedit/lib/bibedit_templates.py:123
msgid "Verbose"
msgstr "Prolisso"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "Sottometti"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr "Annulla"
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr "Cancella"
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
msgid "Action"
msgstr "Azione"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr "Record"
#: modules/bibedit/lib/bibedit_templates.py:155
msgid "Display"
msgstr "Visualizza"
#: modules/bibedit/lib/bibedit_templates.py:274
msgid "Done"
msgstr "Fatto"
#: modules/bibedit/lib/bibedit_templates.py:275
#, fuzzy
msgid "Add another subfield"
msgstr "Aggiungi sotto-campo"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
msgid "Move up"
msgstr "Sposta elemento in alto"
#: modules/bibedit/lib/bibedit_templates.py:369
msgid "Move down"
msgstr "Sposta elemento in basso"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr "Modifica"
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr "Le tue modifiche sono TEMPORANEE."
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr "Per memorizzare questo record, fai clic su invia."
#: modules/bibedit/lib/bibedit_templates.py:476
msgid "This record does not exist."
msgstr "Questo record non esiste."
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr "Per favore, prova un altro ID di record."
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr "Al momento, un altro utente sta modificando questo record."
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr "Per favore, riprova più tardi."
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr "Non è possibile modificare record cancellati."
#: modules/bibedit/lib/bibedit_templates.py:500
msgid "There are record revisions not yet synchronized with the database."
msgstr ""
"Alcune revisioni del record non sono ancora state sincronizzate nel database."
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
msgid "Please try again in a few minutes."
msgstr "Per favore, riprova tra qualche minuto."
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
"Una nuova revisione di questo record non è ancora stata sincronizzata con il "
"database."
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr "Per favore, inserisci l'ID del record che desideri modificare"
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr ""
"Le tue modifiche sono state inviate. Verranno elaborate non appena la coda "
"dei processi sarà vuota."
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
msgid "Edit another record"
msgstr "Modifica un altro record"
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr "Sei sicuro di voler cancellare questo record?"
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr "Sì"
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr "No"
#: modules/bibedit/lib/bibedit_templates.py:563
#, fuzzy, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr ""
"Sei veramente sicuro di voler caricare la revisione %(revdate)s del record #"
"%(recid)s?"
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
"La versione attuale verrà sostituita con una copia della versione %(revdate)s"
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr "Perderai inoltre tutte le modifiche non sottomesse di questo record!"
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
"È in corso la sincronizzazione della nuova revisione con il database. La "
"revisione sarà disponibile in breve tempo."
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr "Il record verrà cancellato non appena la coda dei processi sarà vuota."
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr "Record %s - Aggiungi un campo"
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr "Interfaccia di amministrazione di BibEdit"
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr "Modifica record %(x_recid)s, campo %(x_field)s"
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr ""
"Modifica record %(x_recid)s, campo %(x_field)s - Aggiungi un sotto-campo"
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, python-format
msgid "Submit and save record %s"
msgstr "Invia e memorizza record %s"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, python-format
msgid "Record #%s"
msgstr "Record #%s"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr "Record #%(recid)s, revisione %(revdate)s"
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr "Menu"
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr "Chiudi editor"
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr "Modifica gli attributi del modello"
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr "Editor del modello"
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr "Verifica dipendenze"
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr "Nome"
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
msgid "Description"
msgstr "Descrizione"
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr "Aggiorna attributi del formato"
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
msgid "Show Documentation"
msgstr "Visualizza documentazione"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr "Nascondi documentazione"
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr "Stato"
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr "Data ultima modifica"
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
msgid "Manage Output Formats"
msgstr "Gestione formati di output"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr "Gestioni modelli di formato"
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr "Documentazione degli elementi di formato"
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr "Gestisci basi di conoscenza"
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr "Aggiungi nuovo modello di formato"
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr "Verifica in maniera estesa i modelli di formato"
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr "Codice"
#: modules/bibformat/lib/bibformat_templates.py:1134
msgid "Add New Output Format"
msgstr "Aggiungi nuovo formato di output"
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr "menu"
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
msgid "Close Output Format"
msgstr "Chiudi formato di output"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
msgid "Rules"
msgstr "Regole"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr "Modifica attributi formato di output"
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
msgid "Remove Rule"
msgstr "Rimuovi regola"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr "Aggiungi nuova regola"
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr "Memorizza modifiche"
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr "Mappature della base di conoscenza"
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr "Attributi della base di conoscenza"
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr "Dipendenze della base di conoscenza"
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr "Nessun problema riscontrato con il formato"
#: modules/bibformat/lib/bibformat_templates.py:2266
msgid "An error has been found"
msgstr "È stato riscontrato un errore"
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr "Sono stati riscontrati i seguenti errori"
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr "Amministrazione di BibFormat"
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
msgid "Test with record:"
msgstr "Verifica con record:"
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr "Inserisci qui una richiesta di ricerca."
#: modules/bibformat/lib/elements/bfe_authors.py:120
msgid "Hide"
msgstr "Nascondi"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr "Visualizza tutti i %i autori"
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
msgid "Download fulltext"
msgstr "Scarica documento"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr "file aggiuntivi"
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
msgid "older versions"
msgstr "versioni precedenti"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr "collegamento %(x_sitename)s"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr "collegamenti %(x_sitename)s"
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external link"
msgstr "collegamento esterno"
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external links"
msgstr "collegamenti esterni"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "Testo completo"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
msgid "Restricted Output Format"
msgstr "Formato di output con restrizioni"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr "Ok"
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, python-format
msgid "Output Format %s Rules"
msgstr "Regole formato di output %s"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr "Attributi formato di output %s"
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr "Dipendenze formato di output %s"
#: modules/bibformat/web/admin/bibformatadmin.py:371
msgid "Delete Output Format"
msgstr "Cancella formato di output"
#: modules/bibformat/web/admin/bibformatadmin.py:417
msgid "Cannot create output format"
msgstr "Impossibile creare il formato di output"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr "Limita modello di formato"
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr "Modello di formato %s"
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr "Attributi di modello di formato %s"
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr "Dipendenze di modello di formato %s"
#: modules/bibformat/web/admin/bibformatadmin.py:660
msgid "Delete Format Template"
msgstr "Cancella modello di formato"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr "Dipendenze elemento di formato %s"
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr "Verifica elemento di formato %s"
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr "Basi di conoscenza sconosciute"
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr "Basi di conoscenza %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr "Attributi basi di conoscenza %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr "Dipendenze basi di conoscenza %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1285
msgid "Delete Knowledge Base"
msgstr "Cancella basi di conoscenza"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr "Validazione formato di output %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr "Validazione modello di formato %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr "Elemento di formato limitato"
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr "Validazione elemento di formato %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr "Validazione formato"
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
msgid "See Guide"
msgstr "Vedi la documentazione"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr "Sorgenti OAI al momento presenti nel database"
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr "Nessuna sorgente OAI al momento presente nel database"
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr "Prossimo processo oaiharvest"
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr "tempo di schedulazione:"
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr "stato corrente:"
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr "Nessun processo oaiharvest al momento schedulato."
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr "validato con successo"
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr "non sembra essere un URL OAI-compatibile"
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
msgid "Citation history:"
msgstr "Cronologia delle citazioni:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
msgid "Download history:"
msgstr "Cronologia dei download:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
msgid "Download user distribution:"
msgstr "Distribuzione degli utenti/download:"
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr "N.d."
#: modules/miscutil/lib/dateutils.py:159
msgid "Sun"
msgstr "Dom"
#: modules/miscutil/lib/dateutils.py:160
msgid "Mon"
msgstr "Lun"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr "Mar"
#: modules/miscutil/lib/dateutils.py:162
msgid "Wed"
msgstr "Mer"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr "Gio"
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr "Ven"
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr "Sab"
#: modules/miscutil/lib/dateutils.py:167
msgid "Sunday"
msgstr "Domenica"
#: modules/miscutil/lib/dateutils.py:168
msgid "Monday"
msgstr "Lunedì"
#: modules/miscutil/lib/dateutils.py:169
msgid "Tuesday"
msgstr "Martedì"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr "Mercoledì"
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr "Giovedì"
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr "Venerdì"
#: modules/miscutil/lib/dateutils.py:173
msgid "Saturday"
msgstr "Sabato"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
msgid "Month"
msgstr "Mese"
#: modules/miscutil/lib/dateutils.py:188
msgid "Jan"
msgstr "Gen"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr "Feb"
#: modules/miscutil/lib/dateutils.py:190
msgid "Mar"
msgstr "Mar"
#: modules/miscutil/lib/dateutils.py:191
msgid "Apr"
msgstr "Apr"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "Maggio"
#: modules/miscutil/lib/dateutils.py:193
msgid "Jun"
msgstr "Giu"
#: modules/miscutil/lib/dateutils.py:194
msgid "Jul"
msgstr "Lug"
#: modules/miscutil/lib/dateutils.py:195
msgid "Aug"
msgstr "Ago"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr "Set"
#: modules/miscutil/lib/dateutils.py:197
msgid "Oct"
msgstr "Ott"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr "Nov"
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr "Dic"
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "Gennaio"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "Febbraio"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "Marzo"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "Aprile"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "Giugno"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "Luglio"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "Agosto"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "Settembre"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "Ottobre"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "Novembre"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "Dicembre"
#: modules/miscutil/lib/dateutils.py:231
msgid "Day"
msgstr "Giorno"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "Anno"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
msgid "Sorry"
msgstr "Spiacente"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr "Impossibile inviare richiesta di errore, parametro %s mancante."
#: modules/miscutil/lib/errorlib_webinterface.py:100
msgid "The error report has been sent."
msgstr "Il resoconto dell'errore è stato inviato."
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr "Ti ringraziamo per averci aiutato a migliorare CDS Invenio."
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr ""
"Utilizza il pulsante indietro del tuo browser per tornare alla pagina "
"precedente."
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr "Grazie!"
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr "Giornale"
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr "ID della notizia"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr "somiglianza tra parole"
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr "fattore di impatto pubblicazioni"
#: modules/miscutil/lib/inveniocfg.py:412
msgid "times cited"
msgstr "numero citazioni"
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
msgid "Hello:"
msgstr "Benvenuto/a:"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr "Cordiali saluti"
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr "Hai bisogno di intervento umano? Contatta"
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr "Esegui BibEdit"
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr "Configura BibFormat"
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr "Configura BibHarvest"
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
msgid "Configure OAI Repository"
msgstr "Configura Repository OAI"
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr "Configura BibIndex"
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr "Configura BibRank"
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr "Configura WebAccess"
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
msgid "Configure WebComment"
msgstr "Configura WebComment"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
msgid "Configure WebSearch"
msgstr "Configura WebSearch"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr "Configura WebSubmit"
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, python-format
msgid "Your account on '%s' has been activated"
msgstr "Il tuo account su %s è stato attivato"
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr ""
"Il tuo account precedentemente creato su '%s' è stato creato con successo:"
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
msgid "Username/Email:"
msgstr "Nome utente/Indirizzo email:"
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
msgid "Password:"
msgstr "Password:"
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, python-format
msgid "Account created on '%s'"
msgstr "Account creato su '%s'"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, python-format
msgid "An account has been created for you on '%s':"
msgstr "Un nuovo account è stato creato per te su '%s':"
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, python-format
msgid "Account rejected on '%s'"
msgstr "Account rifiutato su '%s'"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr "La tua richiesta di account su '%s' è stata rifiutata:"
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, python-format
msgid "Username/Email: %s"
msgstr "Nome utente/Indirizzo email: %s"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, python-format
msgid "Account deleted on '%s'"
msgstr "Account rimosso su '%s'"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "Il tuo account su '%s' è stato rimosso:"
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "Record dettagliato"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "Record simili"
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr "Citato da"
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr "Possiedi già un avviso chiamato %s."
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr "sconosciuto"
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
#, fuzzy
msgid "You do not have rights for this operation."
msgstr ""
"Non possiedi diritti sufficienti a visualizzare il contenuto del cestino."
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr "Hai già definito un avviso per la ricerca ed il cestino specificati."
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr "Il nome dell'avviso non può essere vuoto."
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr "Non sei il proprietario di questo cestino."
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr "L'avviso %s è stato aggiunto al tuo profilo."
#: modules/webalert/lib/webalert.py:376
#, python-format
msgid "The alert %s has been successfully updated."
msgstr "L'avviso %s è stato aggiornato con successo."
#: modules/webalert/lib/webalert.py:428
#, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
"Hai effettuato %(x_nb)s ricerche. Una %(x_url_open)slista dettagliata"
"%(x_url_close)s è disponibile con la possibilità di (a) visualizzare i "
"risultati delle ricerche e (b) iscriversi ad un servizio automatico di "
"avvisi via email per le stesse."
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr "Schema"
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr "Schema 1"
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr "Campo 1"
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr "Schema 2"
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr "Campo 2"
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr "Schema 3"
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr "Campo 3"
#: modules/webalert/lib/webalert_templates.py:90
msgid "Collections"
msgstr "Collezioni"
#: modules/webalert/lib/webalert_templates.py:92
msgid "Collection"
msgstr "Collezione"
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr "Possiedi i seguenti avvisi:"
#: modules/webalert/lib/webalert_templates.py:114
msgid "alert name"
msgstr "nome avviso"
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr "VISUALIZZA"
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr ""
"Verrai notificato riguardo a questo avviso ogni volta che/solo se un nuovo "
"elemento soddisfa la seguente richiesta:"
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr "RICHIESTA"
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr "Identificativo avviso:"
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr "Frequenza di controllo-ricerca:"
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
msgid "monthly"
msgstr "mensile"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr "settimanale"
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
msgid "daily"
msgstr "giornaliera"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr "Invia email di notifica?"
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr "sì"
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr "no"
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr "se %(x_fmt_open)sno%(x_fmt_close)s dovrai specificare un cestino"
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr "Memorizza risultati in un cestino?"
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr "IMPOSTA AVVISO"
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr "AZZERA DATI"
#: modules/webalert/lib/webalert_templates.py:300
#, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
"Imposta un nuovo avviso a partire dalle %(x_url1_open)stue ricerche"
"%(x_url1_close)s, dalle %(x_url2_open)sricerche comuni%(x_url2_close)s o dal "
"campo di inserimento."
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr "Frequenza controllo della ricerca"
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr "Notifica via email"
#: modules/webalert/lib/webalert_templates.py:322
msgid "Result in basket"
msgstr "Risultati nel cestino"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr "Data ultima esecuzione"
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr "Data creazione"
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr "Richiesta"
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
msgid "no basket"
msgstr "nessun cestino"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
msgid "Remove"
msgstr "Rimuovi"
#: modules/webalert/lib/webalert_templates.py:374
msgid "Modify"
msgstr "Modifica"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr "Esegui ricerca"
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr "Hai definito %s avvisi."
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
"Non hai ancora eseguito alcuna ricerca. Per favore, entra prima "
"nell'%(x_url_open)sinterfaccia di ricerca%(x_url_close)s."
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr ""
"Hai eseguito %(x_nb1)s ricerche (%(x_nb2)s argomenti differenti) durante gli "
"ultimi 30 giorni."
#: modules/webalert/lib/webalert_templates.py:434
#, python-format
msgid "Here are the %s most popular searches."
msgstr "Ecco le %s ricerche più comuni."
#: modules/webalert/lib/webalert_templates.py:445
msgid "Question"
msgstr "Argomento"
#: modules/webalert/lib/webalert_templates.py:449
msgid "Last Run"
msgstr "Ultima esecuzione"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr "Imposta nuovo avviso"
#: modules/webalert/lib/webalert_webinterface.py:79
msgid "Popular Searches"
msgstr "Ricerche popolari"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
msgid "Your Searches"
msgstr "Tue ricerche"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
msgid "Your Account"
msgstr "Tuo account"
#: modules/webalert/lib/webalert_webinterface.py:90
#, python-format
msgid "%s Personalize, Display searches"
msgstr "%s Personalizza, Visualizza ricerche"
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, python-format
msgid "%s, personalize"
msgstr "%s, personalizza"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr "Errore"
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, python-format
msgid "%s Personalize, Set a new alert"
msgstr "%s Personalizza, Imposta un nuovo avviso"
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr "Imposta un nuovo avviso"
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr "Modifica impostazioni d'avviso"
#: modules/webalert/lib/webalert_webinterface.py:227
#, python-format
msgid "%s Personalize, Modify alert settings"
msgstr "%s Personalizza, Modifica impostazioni degli avvisi"
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
msgid "Your Alerts"
msgstr "I tuoi avvisi"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, python-format
msgid "%s Personalize, Display alerts"
msgstr "%s Personalizza, Visualizza avvisi"
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
msgid "Display alerts"
msgstr "Visualizza avvisi"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr "I tuoi commenti sono stati registrati con successo"
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
msgid "Personal baskets"
msgstr "Cestini personali"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
msgid "Group baskets"
msgstr "Cestini di gruppo"
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
msgid "Others' baskets"
msgstr "Cestini altrui"
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
"Possiedi %(x_nb_perso)s cestini personali e sei iscritto a %(x_nb_group)s "
"cestini di gruppo e a %(x_nb_public)s cestini pubblici di altri utenti."
#: modules/webbasket/lib/webbasket_templates.py:198
#, python-format
msgid "There are %i baskets"
msgstr "Ci sono %i cestini"
#: modules/webbasket/lib/webbasket_templates.py:206
msgid "updated on"
msgstr "aggiornato il"
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr "Cestino vuoto"
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
"Questo cestino appartiene a %(x_name)s. Puoi liberamente "
"%(x_url_open)siscriverti%(x_url_close)s"
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
msgid "Public basket"
msgstr "Cestino pubblico"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
msgid "records"
msgstr "record"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
msgid "last update"
msgstr "ultimo aggiornamento"
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr "Iscriviti a questo cestino"
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
msgid "Basket's name"
msgstr "Nome del cestino"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr "Numero di visualizzazioni"
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr "Proprietario"
#: modules/webbasket/lib/webbasket_templates.py:355
msgid "View"
msgstr "Visualizza"
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr "Iscriviti"
#: modules/webbasket/lib/webbasket_templates.py:377
msgid "There is currently no publicly accessible basket"
msgstr "Al momento non esistono cestini pubblicamente accessibili"
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr ""
"Visualizzazione cestini %(x_nb_begin)i-%(x_nb_end)i di %(x_nb_total)i "
"cestini totali."
#: modules/webbasket/lib/webbasket_templates.py:422
msgid "Actions"
msgstr "Azioni"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
msgid "Non-shared basket"
msgstr "Cestino non condiviso"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
msgid "Shared basket"
msgstr "Cestino condiviso"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
msgid "Group-shared basket"
msgstr "Cestino di gruppo"
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
msgid "Edit basket"
msgstr "Modifica cestino"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr ""
"Non possiedi diritti sufficienti a visualizzare il contenuto del cestino."
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr "Disiscriviti da questo cestino"
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr "commenti"
#: modules/webbasket/lib/webbasket_templates.py:521
msgid "last comment:"
msgstr "ultimo commento:"
#: modules/webbasket/lib/webbasket_templates.py:582
msgid "Move item up"
msgstr "Sposta elemento in alto"
#: modules/webbasket/lib/webbasket_templates.py:590
msgid "Move item down"
msgstr "Sposta elemento in basso"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr "Copia elemento"
#: modules/webbasket/lib/webbasket_templates.py:606
msgid "Remove item"
msgstr "Rimuovi elemento"
#: modules/webbasket/lib/webbasket_templates.py:609
msgid "External record"
msgstr "Record esterno"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr "ultimo"
#: modules/webbasket/lib/webbasket_templates.py:647
msgid "View comments"
msgstr "Visualizza commenti"
#: modules/webbasket/lib/webbasket_templates.py:672
msgid "This basket is publicly accessible at the following address:"
msgstr "Questi cestini sono pubblicamente accessibili ai seguenti indirizzi:"
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "Ordinamento per:"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr "Titolo"
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr "Data"
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr "Commenti"
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr "In totale ci sono %i commenti"
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr "Scrivi un commento"
#: modules/webbasket/lib/webbasket_templates.py:833
msgid "Back to baskets"
msgstr "Torna ai cestini"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr "di"
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "on"
msgstr "su"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr "Risposta"
#: modules/webbasket/lib/webbasket_templates.py:876
msgid "Delete comment"
msgstr "Cancella commento"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr "Aggiungi commento"
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr "Commento"
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
msgid "Create new basket"
msgstr "Crea un nuovo cestino"
#: modules/webbasket/lib/webbasket_templates.py:1001
msgid "Select topic"
msgstr "Seleziona argomento"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr "Scegli argomento"
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr "o creane uno nuovo"
#: modules/webbasket/lib/webbasket_templates.py:1019
msgid "Create new topic"
msgstr "Crea un nuovo argomento"
#: modules/webbasket/lib/webbasket_templates.py:1021
msgid "Create a new basket"
msgstr "Crea un nuovo cestino"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
msgid "Select basket"
msgstr "Seleziona cestino"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr "Aggiungi ad un cestino personale"
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, python-format
msgid "%i baskets"
msgstr "%i cestini"
#: modules/webbasket/lib/webbasket_templates.py:1111
msgid "Add to a group-shared basket"
msgstr "Aggiungi ad un cestino di gruppo"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr "Aggiungi ad un cestino pubblico "
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr "Aggiungo %i record a questi cestini"
#: modules/webbasket/lib/webbasket_templates.py:1167
msgid "Add to baskets"
msgstr "Aggiungi ai cestini"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr "I record selezionati sono stati aggiunti con successo a %i cestini."
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr "Nessun record è stato aggiunto ai cestini selezionati."
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr "Sei sicuro di voler cancellare questo cestino?"
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr "%i utenti sono iscritti a questo cestino."
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr "%i gruppi di utenti sono iscritti a questo cestino."
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr "Hai impostato %i avvisi su questo cestino."
#: modules/webbasket/lib/webbasket_templates.py:1277
msgid "General settings"
msgstr "Impostazioni generali"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr "Aggiungi gruppo"
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr "Gestisci permessi dei gruppi"
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr "Gestisci permessi di condivisione globali"
#: modules/webbasket/lib/webbasket_templates.py:1314
msgid "Delete basket"
msgstr "Cancella cestino"
#: modules/webbasket/lib/webbasket_templates.py:1338
msgid "Editing basket"
msgstr "Modifica cestino"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr "Memorizza modifiche"
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr "Nessun permesso"
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
msgid "View records"
msgstr "Visualizza record"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "and"
msgstr "e"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr "visualizza commenti"
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr "aggiungi commenti"
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
msgid "add records"
msgstr "aggiungi record"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
msgid "delete comments"
msgstr "cancella commenti"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
msgid "remove records"
msgstr "rimuovi record"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr "gestisci permessi di condivisione"
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr "Non sei un membro di un gruppo."
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr "Condivisione cestino con un nuovo gruppo"
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr ""
"Sei autenticato come utente ospite, perciò i tuoi cestini scompariranno al "
"termine della sessione corrente."
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr ""
"Se lo desideri puoi %(x_url_open)sautenticarti o registrarti qui"
"%(x_url_close)s."
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr "Questa funzionalità è vietata agli utenti ospiti."
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
msgid "Back to search results"
msgstr "Torna ai risultati della ricerca"
#: modules/webbasket/lib/webbasket_webinterface.py:98
msgid "Display baskets"
msgstr "Visualizza cestini"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr "Dettagli e commenti"
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
msgid "Your Baskets"
msgstr "Tuoi cestini"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr "Aggiungi record ai cestini"
#: modules/webbasket/lib/webbasket_webinterface.py:474
msgid "Delete a basket"
msgstr "Cancella un cestino"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr "Copia record nel cestino"
#: modules/webbasket/lib/webbasket_webinterface.py:721
msgid "Create basket"
msgstr "Crea un cestino"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
msgid "List of public baskets"
msgstr "Lista dei cestini pubblici"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "%(x_name)s ha scritto il %(x_date)s:"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr "Visualizzazione degli ultimi %i commenti:"
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr "Discuti questo documento"
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr "Inizia una discussione riguardo qualche aspetto di questo documento."
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr "Spiacente, il record %s non sembra esistere."
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr "Spiacente, %s non è un ID valido."
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr "Spiacente, non è stato fornito nessun ID di record."
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr "Potresti voler navigare a cominciare da %s"
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr "Questa recensione ti è stata utile?"
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr "Scrivi una recensione"
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr ""
"Punteggio medio recensione: %(x_nb_score)s basato su %(x_nb_reviews)s "
"recensioni"
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr "I lettori hanno trovato le seguenti %s recensioni tra le più utili."
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr "Visualizza tutte le %s recensioni"
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr "Vota questo documento"
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr "Sii il primo a recensire questo documento."
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
msgid "Report abuse"
msgstr "Notifica abuso"
#: modules/webcomment/lib/webcomment_templates.py:361
#, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "Recensito da %(x_nickname)s il %(x_date)s"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr ""
"%(x_nb_people)i persone su %(x_nb_total)i hanno trovato questa recensione "
"utile"
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
msgid "Reviews"
msgstr "Recensioni"
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr "Precedente"
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr "Successiva"
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr "%s recensioni in totale"
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr "%s commenti in totale"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr "recensione"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr "commento"
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
msgid "Review"
msgstr "Recensione"
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr "Visualizzare"
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr "Pagina:"
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr ""
"Nota: il tuo soprannome, %s, sarà visualizzato come autore di questo commento"
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
"Nota: non hai %(x_url_open)sdefinito il tuo soprannome%(x_url_close)s. "
"%(x_nickname)sverrà visualizzato come autore di questo commento."
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
msgid "Article"
msgstr "Articolo"
#: modules/webcomment/lib/webcomment_templates.py:808
msgid "Add comment"
msgstr "Aggiungi commento"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr ""
"Nota: il tuo soprannome, %s, verrà visualizzato come autore di questa "
"recensione."
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr "Dai un voto a questo articolo"
#: modules/webcomment/lib/webcomment_templates.py:901
msgid "Select a score"
msgstr "Seleziona un punteggio"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr "Dai un titolo alla tua recensione"
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr "Scrivi la tua recensione"
#: modules/webcomment/lib/webcomment_templates.py:908
msgid "Add review"
msgstr "Aggiungi recensione"
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr "Aggiungi recensione"
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr "La tua recensione è stata aggiunta con successo."
#: modules/webcomment/lib/webcomment_templates.py:940
msgid "Your comment was successfully added."
msgstr "Il tuo commento è stato aggiunto con successo."
#: modules/webcomment/lib/webcomment_templates.py:942
msgid "Back to record"
msgstr "Torna al record"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr "Visualizza tutti i commenti riportati"
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr "Visualizza tutte le recensioni riportate"
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr "Cancella uno specifico commento/recensione (tramite ID)"
#: modules/webcomment/lib/webcomment_templates.py:1029
msgid "View all users who have been reported"
msgstr "Visualizza tutti gli utenti riportati"
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "Guida"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr "I commenti e le recensioni sono stati disabilitati"
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr ""
"Per favore, inserisci l'ID del commento/recensione per visualizzarlo prima "
"di decidere se cancellarlo o meno"
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr "ID commento:"
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr "Visualizza commento"
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr "Finora non c'è stato alcun commento."
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr "Visualizza tutti i %s commenti riportati"
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr "Visualizza tutte le %s recensioni riportate"
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
"Ecco una lista, ordinata secondo il numero totale di commenti, di tutti gli "
"utenti che hanno riportato un commento almeno una volta."
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr "Soprannome"
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
msgid "Email"
msgstr "Email"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr "ID utente"
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr "Numero di voti positivi"
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr "Numero di voti negativi"
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr "Numero totale di voti"
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr "Numero totale di resoconti"
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr "Visualizza tutti i commenti/recensioni dell'utente"
#: modules/webcomment/lib/webcomment_templates.py:1179
#, python-format
msgid "This review has been reported %i times"
msgstr "Questa recensione è stata valutata %i volte"
#: modules/webcomment/lib/webcomment_templates.py:1181
#, python-format
msgid "This comment has been reported %i times"
msgstr "Questo commento è stato valutato %i volte"
#: modules/webcomment/lib/webcomment_templates.py:1258
msgid "Written by"
msgstr "Scritto da"
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr "Informazioni generali"
#: modules/webcomment/lib/webcomment_templates.py:1260
msgid "Select"
msgstr "Seleziona"
#: modules/webcomment/lib/webcomment_templates.py:1274
msgid "Delete selected reviews"
msgstr "Cancella le recensioni selezionate"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr "Sopprimi il rapporto d'abuso selezionato"
#: modules/webcomment/lib/webcomment_templates.py:1279
msgid "Delete selected comments"
msgstr "Cancella i commenti selezionati"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr "OK"
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr "Ecco le recensioni valutate dell'utente %s"
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr "Ecco i commenti valutati dell'utente %s"
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr "Ecco il commento/recensione %s"
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr "Ecco il commento/recensione %(x_cmtID)s scritto dall'utente %(x_user)s"
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr "Ecco tutte le recensioni valutate ordinate in base alle più valutate"
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr "Ecco tutti i commenti valutati ordinate in base ai più valutati"
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr "ID commento"
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr "cancellato con successo"
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr "rapporto d'abuso soppresso con successo"
#: modules/webcomment/lib/webcomment_templates.py:1375
msgid "Not yet reviewed"
msgstr "Non ancora recensito"
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
msgid "Record Not Found"
msgstr "Record non trovato"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Prima di aggiungere il tuo commento, devi innanzitutto "
"%(x_url_open)sautenticarti%(x_url_close)s."
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
msgid "Login"
msgstr "Accesso"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr "Amministrazione WebComment"
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "Errore Interno"
#: modules/webcomment/web/admin/webcommentadmin.py:95
msgid "Delete Comment"
msgstr "Cancella commento"
#: modules/webcomment/web/admin/webcommentadmin.py:168
msgid "View all reported users"
msgstr "Visualizza tutti gli utenti riportati"
#: modules/webcomment/web/admin/webcommentadmin.py:214
msgid "Delete comments"
msgstr "Cancella commenti"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr "Sopprimi rapporti di abuso"
#: modules/webmessage/lib/webmessage.py:129
msgid "The message could not be deleted."
msgstr "Il messaggio non può essere cancellato."
#: modules/webmessage/lib/webmessage.py:131
msgid "The message was successfully deleted."
msgstr "Il messaggio è stato cancellato con successo."
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr "La tua casella di posta è stata svuotata."
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr "La data scelta (%(x_year)i/%(x_month)i/%(x_day)i) non è valida."
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr "Per favore, inserisce il nome di un utente o il nome di un gruppo."
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr ""
"Il tuo messaggio è troppo lungo, per favore, modificalo. La dimensione "
"massima ammessa è di %i caratteri."
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr "Il gruppo %s non esiste."
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr "L'utente %s non esiste."
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr "Scrivi un messaggio"
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr ""
"Non è stato possibile inviare il tuo messaggio ai seguenti destinatari a "
"causa della loro quota:"
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr "Il tuo messaggio è stato inviato."
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
msgid "Your Messages"
msgstr "I tuoi messaggi"
#: modules/webmessage/lib/webmessage_templates.py:87
msgid "Subject"
msgstr "Oggetto"
#: modules/webmessage/lib/webmessage_templates.py:88
msgid "Sender"
msgstr "Mittente"
#: modules/webmessage/lib/webmessage_templates.py:97
msgid "No messages"
msgstr "Nessun messaggio"
#: modules/webmessage/lib/webmessage_templates.py:101
msgid "No subject"
msgstr "Nessun oggetto"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr "Scrivi un nuovo messaggio"
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr "Cancella tutti"
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr "Re:"
#: modules/webmessage/lib/webmessage_templates.py:282
msgid "Send later?"
msgstr "Spedisci in seguito?"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr "A:"
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr "Utenti"
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr "Gruppi"
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
msgid "Subject:"
msgstr "Oggetto:"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
msgid "Message:"
msgstr "Messaggio:"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr "SPEDISCI"
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr "Da:"
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr "Spedito il:"
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr "Ricevuto il:"
#: modules/webmessage/lib/webmessage_templates.py:451
msgid "Sent to:"
msgstr "Invia a:"
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr "Spedito ai gruppi:"
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr "RISPONDI"
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr "CANCELLA"
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr "Sei sicuro di voler svuotare interamente la tua casella di posta?"
#: modules/webmessage/lib/webmessage_templates.py:569
#, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr ""
"Quota utilizzata: %(x_nb_used)i messaggi su un massimo di %(x_nb_total)i"
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr "Per favore, seleziona uno o più:"
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr "Aggiungi agli utenti"
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr "Aggiungi ai gruppi"
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr "Non corrisponde nessun utente"
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr "Non corrisponde nessun gruppo"
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr "Trova utenti o gruppi:"
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr "Trova un utente"
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr "Trova un gruppo"
#: modules/webmessage/lib/webmessage_templates.py:679
#, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr "Possiedi %(x_nb_new)s nuovi messaggi su %(x_nb_total)s messaggi"
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr "Leggi un messaggio"
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "Risultato della ricerca"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "qualsiasi giorno"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "qualsiasi mese"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "qualsiasi anno"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "tutte le collezioni"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "aggiungere un'altra collezione"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "ordinare per"
#: modules/websearch/lib/search_engine.py:851
msgid "HTML brief"
msgstr "HTML breve"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "Le ultime all'inizio"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr "Nessun valore trovato."
#: modules/websearch/lib/search_engine.py:1716
#, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr ""
"Nessuna corrispondenza esatta trovata con %(x_query1)s, utilizzo invece "
"%(x_query2)s..."
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
"Incontrate parentesi annidate o non appaiate. Ignorate tutte le parentesi "
"nella query..."
#: modules/websearch/lib/search_engine.py:2068
#, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"Nessun risultato trovato nella collezione %(x_collection)s. Le altre "
"collezioni pubbliche hanno dato %(x_url_open)s%(x_nb_hits)d risultati"
"%(x_url_close)s."
#: modules/websearch/lib/search_engine.py:2077
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:2190
msgid "No words index available for"
msgstr "Nessun indice per parola è disponibile per"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "Nessun indice per frase è disponibile per"
#: modules/websearch/lib/search_engine.py:2226
#, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr ""
"Il termine di ricerca %(x_term)s all'interno dell'indice %(x_index)s non "
"corrisponde ad alcun record. I termini più vicini in tutte le collezioni "
"sono:"
#: modules/websearch/lib/search_engine.py:2230
#, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr ""
"Il termine di ricerca %s non corrisponde ad alcun record. I termini più "
"vicini in tutte le collezioni sono:"
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr ""
"Spiacente, è possibile ordinare solo insiemi che contengono fino a %d "
"record. Utilizzato ordinamento predefinito."
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr ""
"Spiacente, %s non sembra essere un'opzione di ordinamento valida. Effettuato "
"ordinamento in base al titolo."
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr "Utilizza diversi termini di ricerca."
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "Il record è stato cancellato."
#: modules/websearch/lib/search_engine.py:3750
msgid "Requested record does not seem to exist."
msgstr "Il record richiesto non sembra esistere."
#: modules/websearch/lib/search_engine.py:3984
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:4008
msgid "No match within your search limits, discarding this condition..."
msgstr ""
"Nessun risultato trovato nei limiti specificati, i criteri vengono "
"ignorati..."
#: modules/websearch/lib/websearchadminlib.py:3202
msgid "Information"
msgstr "Informazioni"
#: modules/websearch/lib/websearchadminlib.py:3203
msgid "References"
msgstr "Riferimenti"
#: modules/websearch/lib/websearchadminlib.py:3204
msgid "Citations"
msgstr "Citazioni"
#: modules/websearch/lib/websearchadminlib.py:3205
msgid "Discussion"
msgstr "Discussioni"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr "Statistiche di utilizzo"
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, python-format
msgid "Search %s records for:"
msgstr "Ricerca record %s per:"
#: modules/websearch/lib/websearch_templates.py:659
msgid "less"
msgstr "di meno"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "ancora"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr "Esempio: %(x_sample_search_query)s"
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr "Cerca in %(x_collection_name)s"
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
msgid "Search everywhere"
msgstr "Cerca ovunque"
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "Ricerca Avanzata"
#: modules/websearch/lib/websearch_templates.py:854
#, python-format
msgid "Search %s records for"
msgstr "Ricerca %s record per"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "Ricerca Semplice"
#: modules/websearch/lib/websearch_templates.py:938
msgid "Search options:"
msgstr "Opzioni di ricerca:"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
msgid "Added/modified since:"
msgstr "Aggiunto/modificato il:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
msgid "until:"
msgstr "fino al:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
msgid "Display results:"
msgstr "Visualizza risultati:"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
msgid "Output format:"
msgstr "Formato di visualizzazione:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "Aggiunto dal:"
#: modules/websearch/lib/websearch_templates.py:1154
msgid "Modified since:"
msgstr "Modificato il:"
#: modules/websearch/lib/websearch_templates.py:1191
msgid "Focus on:"
msgstr "Concentra su:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "riservato"
#: modules/websearch/lib/websearch_templates.py:1252
msgid "Search also:"
msgstr "Cerca anche:"
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr "Questa collezione non contiene ancora alcun documento."
#: modules/websearch/lib/websearch_templates.py:1392
msgid "Latest additions:"
msgstr "Ultimi arrivi:"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, python-format
msgid "Cited by %i records"
msgstr "Citato da %i record"
#: modules/websearch/lib/websearch_templates.py:1556
#, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr ""
"Le parole vicine a %(x_word)s all'interno di %(x_field)s in tutte le "
"collezioni sono:"
#: modules/websearch/lib/websearch_templates.py:1559
#, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr "Le parole vicine a %(x_word)s in tutte le collezioni sono:"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr "Risultati"
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr "successivo"
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "collezioni"
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr "Limita a:"
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "risultati"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "asc."
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "disc."
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "lista unica"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "raggruppati per collezione"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr "Tag MARC"
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, python-format
msgid "%s records found"
msgstr "%s record trovati"
#: modules/websearch/lib/websearch_templates.py:2343
msgid "begin"
msgstr "inizio"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr "precedente"
#: modules/websearch/lib/websearch_templates.py:2367
msgid "end"
msgstr "fine"
#: modules/websearch/lib/websearch_templates.py:2387
msgid "jump to record:"
msgstr "salta al record:"
#: modules/websearch/lib/websearch_templates.py:2400
#, python-format
msgid "Search took %s seconds."
msgstr "La ricerca ha impiegato %s secondi."
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "AGGIUNGERE AL CESTINO"
#: modules/websearch/lib/websearch_templates.py:2589
#, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"%(x_fmt_open)sRiassunto risultati:%(x_fmt_close)s Trovati %(x_nb_records)s "
"record in %(x_nb_seconds)s secondi."
#: modules/websearch/lib/websearch_templates.py:2637
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:2669
msgid "See also: similar author names"
msgstr "Vedi anche: autori con nomi simili"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, python-format
msgid "Collection %s Not Found"
msgstr "Collezione %s non trovata"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr "Spiacente, la collezione %s non sembra esister."
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr "Potresti iniziare a sfogliare cominciando con %s."
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr ""
"Sei interessato ad essere notificato su nuovi risultati di questa ricerca?"
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
"Imposta un %(x_url1_open)savviso via mail%(x_url1_close)s personale\n"
"o iscriviti al %(x_url2_open)sfeed RSS%(x_url2_close)s."
#: modules/websearch/lib/websearch_templates.py:3101
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:3117
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:3170
#, python-format
msgid "Cited by: %s records"
msgstr "Citato da: %s articoli"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "Citato con: %s articoli"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr ".. di cui auto-citazioni: %s record"
#: modules/websearch/lib/websearch_templates.py:3310
msgid "Affiliations:"
msgstr "Affiliazioni:"
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr "Parole chiavi frequenti:"
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr "Co-autori frequenti:"
#: modules/websearch/lib/websearch_templates.py:3346
msgid "Publishes in"
msgstr "Pubblica in"
#: modules/websearch/lib/websearch_templates.py:3353
msgid "Papers:"
msgstr "Articoli:"
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr "scaricati"
#: modules/websearch/lib/websearch_templates.py:3355
msgid "times"
msgstr "volte"
#: modules/websearch/lib/websearch_templates.py:3383
msgid "Citations:"
msgstr "Citazioni:"
#: modules/websearch/lib/websearch_templates.py:3413
msgid "Citation summary results"
msgstr "Resoconto delle citazioni"
#: modules/websearch/lib/websearch_templates.py:3418
msgid "Total number of citable papers analyzed:"
msgstr "Numero totale di articoli citabili analizzati:"
#: modules/websearch/lib/websearch_templates.py:3441
msgid "Total number of citations:"
msgstr "Numero totale di citazioni:"
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr "Numero medio di citazioni per articolo:"
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr "Suddivisione degli articoli in base alle citazioni:"
#: modules/websearch/lib/websearch_webinterface.py:420
msgid "You are not authorized to view this area."
msgstr "Non sei autorizzato a visualizzare quest'area."
#: modules/websearch/lib/websearch_webinterface.py:755
msgid "Not found"
msgstr "Non trovata"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "in"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
msgid ""
"Haven't found what you were looking for? Try your search on other servers:"
msgstr "Non hai trovato quello che cercavi? Prova la ricerca su altri server:"
#: modules/websearch/lib/websearch_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr "Riassunto risultati collezioni esterne:"
#: modules/websearch/lib/websearch_external_collections_templates.py:120
msgid "Search timed out."
msgstr "Ricerca oltre il tempo massimo."
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr ""
"Il motore di ricerca esterno non ha risposto in tempo. Puoi verificare i "
"suoi risultati qui:"
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
msgid "No results found."
msgstr "Nessun risultato trovato."
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, python-format
msgid "%s results found"
msgstr "%s risultati trovati"
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, python-format
msgid "%s seconds"
msgstr "%s secondi"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "breve"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
"Sei autenticato come ospite. Puoi %(x_url_open)sautenticarti%(x_url_close)s "
"come utente regolare."
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
"Gli utenti %(x_fmt_open)sospiti%(x_fmt_close)s devono prima "
"%(x_url_open)sregistrarsi%(x_url_close)s"
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr "Nessuna richiesta trovata"
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
"Questa collezione è riservata. Se pensi di avere diritto ad accedervi, "
"autenticati."
#: modules/websession/lib/websession_templates.py:97
msgid "External account settings"
msgstr "Impostazioni esterne dell'account"
#: modules/websession/lib/websession_templates.py:99
#, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr ""
"Puoi consultare la lista dei tuoi gruppi esterni direttamente nella "
"%(x_url_open)spagina dei gruppi%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:103
msgid "External user groups"
msgstr "Gruppi utenti esterni"
#: modules/websession/lib/websession_templates.py:160
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
"Se desideri modificare il tuo indirizzo email o impostare per la prima volta "
"il tuo soprannome, per favore, inserisci i nuovi valori nei campi "
"sottostanti."
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr "Modifica credenziali di autenticazione"
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr "Esempio"
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr "Nuovo indirizzo email"
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
msgid "mandatory"
msgstr "obbligatorio"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr "Nota"
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr "Imposta nuovi valori"
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
"Dal momento che viene utilizzato come firma per i commenti e le recensioni, "
"una volta impostato non può essere modificato."
#: modules/websession/lib/websession_templates.py:215
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
"Se desideri cambiare la tua password, per favore, inserisci la precedente e "
"imposta il nuovo valore nei campi seguenti."
#: modules/websession/lib/websession_templates.py:217
msgid "Old password"
msgstr "Password precedente"
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr "Nuova password"
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr "facoltativo"
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr "La password può contenere punteggiatura, spazi, ecc."
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr "Devi prima digitare la vecchia password per impostare quella nuova."
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr "Digita nuovamente la password"
#: modules/websession/lib/websession_templates.py:224
msgid "Set new password"
msgstr "Imposta nuova password"
#: modules/websession/lib/websession_templates.py:229
#, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr ""
"Se stai utilizzando un account CERN lightweight puoi\n"
" %(x_url_open)sreimpostarne la password%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:235
#, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr ""
"Puoi modificare o reimpostare la password del tuo account CERN tramite "
"%(x_url_open)sil sistema di autenticazione CERN%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:249
msgid "Edit language-related settings"
msgstr "Modifica impostazioni relative alla lingua"
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr ""
"Seleziona la lingua che desideri veder utilizzata per l'interfaccia web."
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
msgid "Update settings"
msgstr "Aggiorna impostazioni"
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr "Modifica impostazioni relative alla ricerca"
#: modules/websession/lib/websession_templates.py:279
msgid "Show the latest additions box"
msgstr "Visualizza il riquadro degli ultimi arrivi"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr "Visualizza i riquadri di aiuto"
#: modules/websession/lib/websession_templates.py:295
msgid "Number of search results per page"
msgstr "Numero di risultati della ricerca per pagina"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr "Modifica metodo di autenticazione"
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr ""
"Per favore, seleziona quale metodo di autenticazione desideri utilizzare per "
"autenticarti"
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
msgid "Select method"
msgstr "Seleziona metodo"
#: modules/websession/lib/websession_templates.py:359
#, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
"Se hai dimenticato la password del tuo %(x_fmt_open)saccount interno"
"%(x_fmt_close)s a %(sitename)s, allora inserisci, per favore, il tuo "
"indirizzo email nel campo sottostante così da ricevere un link per "
"reimpostarla."
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr "Indirizzo email"
#: modules/websession/lib/websession_templates.py:382
msgid "Send password reset link"
msgstr "Invia link per reimpostare la password"
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
"Se stai utilizzando il %(x_fmt_open)ssistema di login del CERN"
"%(x_fmt_close)s, puoi ricuperare la tua password tramite il "
"%(x_url_open)ssistema di autenticazione CERN%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:389
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
"Nota che se stavi utilizzando un sistema di autenticazione esterno, allora "
"non c'è nulla che possiamo fare e devi fare riferimento al sistema esterno."
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr ""
"In alternativa, puoi chiedere a %s di cambiare il tuo sistema di "
"autenticazione da esterno ad interno."
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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 ""
"%s ti offre la possibilità di personalizzare l'interfaccia, impostare la tua "
"biblioteca di documenti personali o impostare una richiesta con avviso "
"automatico che verrebbe eseguita periodicamente per notificarti i risultati "
"della ricerca via email."
#: modules/websession/lib/websession_templates.py:427
#: modules/websession/lib/websession_webinterface.py:267
msgid "Your Settings"
msgstr "Tue impostazioni"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr ""
"Imposta o modifica l'indirizzo email del tuo account o la tua password. "
"Specifica le preferenze riguardo all'aspetto dell'interfaccia."
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr ""
"Visualizza tutte le ricerche che hai effettuato negli ultimi 30 giorni."
#: modules/websession/lib/websession_templates.py:441
msgid ""
"With baskets you can define specific collections of items, store interesting "
"records you want to access later or share with others."
msgstr ""
"Con i cestini puoi definire le tue collezioni personali di elementi, "
"memorizzare record interessanti che vuoi ricuperare in seguito o condividere "
"con altre persone."
#: modules/websession/lib/websession_templates.py:450
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 ""
"Iscriviti ad una ricerca che verrà effettuata periodicamente dal nostro "
"servizio. I risultati potranno essere inviati via email o memorizzati i uno "
"dei tuoi cestini."
#: modules/websession/lib/websession_templates.py:459
msgid "Your Loans"
msgstr "Tuoi prestiti"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr ""
"Controlla i libri che hai in prestito, sottoponi richieste di prestito, ecc. "
"Richiede un ID CERN."
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr ""
"Sei autenticato come utente ospite, perciò i tuoi avvisi scompariranno alla "
"fine della sessione corrente."
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
"Sei autenticato come %(x_user)s. Puoi a) %(x_url1_open)suscire"
"%(x_url1_close)s; b) modificare le tue %(x_url2_open)simpostazioni "
"dell'account%(x_url2_close)s."
#: modules/websession/lib/websession_templates.py:573
msgid "Your Alert Searches"
msgstr "Tuoi avvisi di ricerche"
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
"Puoi consultare la lista dei %(x_url_open)stuoi gruppi%(x_url_close)s di cui "
"sei amministratore o membro."
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
msgid "Your Groups"
msgstr "Tuoi gruppi"
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
"Puoi consultare la lista delle %(x_url_open)stue sottomissioni"
"%(x_url_close)s e controllarne lo stato."
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
msgid "Your Submissions"
msgstr "Tue sottomissioni"
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
"Puoi consultare la lista delle %(x_url_open)stue approvazioni%(x_url_close)s "
"con i documenti che hai approvato o di cui hai fatto da referee."
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
msgid "Your Approvals"
msgstr "Tue approvazioni"
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr "Tue attività amministrative"
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr "Prova ancora"
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
"Qualcuno (probabilmente tu) dall'indirizzo IP %(x_ip_address)s ha richiesto\n"
"di reimpostare la password di %(x_sitename)s\n"
"per l'account \"%(x_email)s\"."
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr ""
"Se desideri reimpostare la password per questo account, per favore segui il "
"link:"
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr "per confermare la validità di questa richiesta."
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr "Nota che questa URL sarà valida solo per circa %(days)s giorni."
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
"Qualcuno (probabilmente tu) dall'indirizzo IP %(x_ip_address)s ha richiesto\n"
"di registrare un nuovo account presso %(x_sitename)s\n"
"con l'indirizzo email \"%(x_email)s\"."
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr ""
"Se desideri completare la registrazione di questo account, segui il link:"
#: modules/websession/lib/websession_templates.py:707
#, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr "Ok, il link per reimpostare la password è stato inviato a %s."
#: modules/websession/lib/websession_templates.py:722
msgid "Deleting your account"
msgstr "Cancellazione del tuo account"
#: modules/websession/lib/websession_templates.py:736
msgid "You are no longer recognized by our system."
msgstr "Non sei più riconosciuto dal nostro sistema."
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
"Sei tuttora riconosciuto dal sistema centralizzato\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s. Puoi anche\n"
" %(x_url_open)seffettuare il logout da SSO%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr "Se lo desideri, puoi %(x_url_open)sautenticarti qui%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr ""
"Se possiedi già un account, per favore, autentificati utilizzando i campi "
"seguenti."
#: modules/websession/lib/websession_templates.py:780
#, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
"Se non possiedi ancora un account CERN, puoi registrare un "
"%(x_url_open)snuovo CERN lightweight account%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
"Se non possiedi ancora un account, per favore %(x_url_open)sregistra"
"%(x_url_close)s un account interno."
#: modules/websession/lib/websession_templates.py:787
#, python-format
msgid ""
"It is not possible to create an account yourself. Contact %s if you want an "
"account."
msgstr ""
"Non è possibile creare da soli un account.Contatta %s se desideri un account."
#: modules/websession/lib/websession_templates.py:810
msgid "Login method:"
msgstr "Metodo di autenticazione:"
#: modules/websession/lib/websession_templates.py:837
msgid "Username"
msgstr "Nome utente"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr "Password"
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr "Ricorda l'autenticazione su questo computer."
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "login"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr "Password dimenticata?"
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr ""
"Puoi utilizzare il tuo soprannome o il tuo indirizzo email per autenticarti."
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
"La tua richiesta è valida. Per favore, imposta la nuova password nei campi "
"che seguono."
#: modules/websession/lib/websession_templates.py:900
msgid "Set a new password for"
msgstr "Imposta nuova password per"
#: modules/websession/lib/websession_templates.py:901
msgid "Type the new password"
msgstr "Digita la nuova password"
#: modules/websession/lib/websession_templates.py:902
msgid "Type again the new password"
msgstr "Digita nuovamente la nuova password"
#: modules/websession/lib/websession_templates.py:903
msgid "Set the new password"
msgstr "Imposta la nuova password"
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr ""
"Per favore, inserisci il tuo indirizzo email, il soprannome desiderato e la "
"password:"
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr ""
"Non sarà possibile utilizzare l'account prima che venga verificato e "
"attivato."
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr "Digita nuovamente la password"
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr "registra"
#: modules/websession/lib/websession_templates.py:978
#, 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 ""
"Per favore non utilizzare una password di valore quale la tua password Unix, "
"AFS o NICE con questo servizio. Il tuo indirizzo email resterà strettamente "
"confidenziale e non verrà esposto a terze parti. Verrà utilizzato per "
"identificarti per i vari servizi personalizzati di %s. Per esempio, potresti "
"impostare una ricerca con avviso automatico che cercherà nuove prestampe e "
"ti notificherà giornalmente sui nuovi arrivi via email."
#: modules/websession/lib/websession_templates.py:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Sembri essere un utente ospite. Devi prima %(x_url_open)sautenticarti"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr "Non sei autorizzato ad accedere alle funzioni amministrative."
#: modules/websession/lib/websession_templates.py:1014
#, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr "Sei abilitato per i seguenti ruoli: %(x_role)s."
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr ""
"Ecco per te alcuni interessanti collegamenti per l'amministrazione via web:"
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
"Per ulteriori attività di amministrazione, vedi la completa "
"%(x_url_open)sArea di amministrazione%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "ospite"
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr "sessione"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "avvisi"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "cestini"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "account"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr "messaggi"
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr "gruppi"
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr "statistiche"
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr "sottomissioni"
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr "approvazioni"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "amministrazione"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "esci"
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr "Sei amministratore dei seguenti gruppi:"
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr "Gruppo"
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr "Non sei amministratore di alcun gruppo."
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr "Modifica gruppo"
#: modules/websession/lib/websession_templates.py:1291
#, python-format
msgid "Edit %s members"
msgstr "Modifica %s membri"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
msgid "Create new group"
msgstr "Crea nuovo gruppo"
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr "Sei un membro dei seguenti gruppi:"
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr "Non sei membro di alcun gruppo."
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr "Diventa membro di un nuovo gruppo"
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr "Abbandona gruppo"
#: modules/websession/lib/websession_templates.py:1391
msgid "You are a member of the following external groups:"
msgstr "Sei un membro dei seguenti gruppi esterni:"
#: modules/websession/lib/websession_templates.py:1414
msgid "You are not a member of any external groups."
msgstr "Non sei membro di alcun gruppo esterno."
#: modules/websession/lib/websession_templates.py:1462
msgid "Update group"
msgstr "Aggiorna gruppo"
#: modules/websession/lib/websession_templates.py:1464
#, python-format
msgid "Edit group %s"
msgstr "Modifica gruppo %s"
#: modules/websession/lib/websession_templates.py:1466
msgid "Delete group"
msgstr "Cancella gruppo"
#: modules/websession/lib/websession_templates.py:1539
msgid "Group name:"
msgstr "Nome gruppo:"
#: modules/websession/lib/websession_templates.py:1541
msgid "Group description:"
msgstr "Descrizione gruppo:"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr "Modalità di appartenenza al gruppo:"
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
msgid "Please select:"
msgstr "Per favore seleziona:"
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr "Diventa membro di gruppo"
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr "o trovalo"
#: modules/websession/lib/websession_templates.py:1652
msgid "Choose group:"
msgstr "Seleziona gruppo:"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr "Trova gruppo"
#: modules/websession/lib/websession_templates.py:1802
msgid "Remove member"
msgstr "Rimuovi membro"
#: modules/websession/lib/websession_templates.py:1804
msgid "No members."
msgstr "No membri."
#: modules/websession/lib/websession_templates.py:1814
msgid "Accept member"
msgstr "Accetta membro"
#: modules/websession/lib/websession_templates.py:1814
msgid "Reject member"
msgstr "Rifiuta membro"
#: modules/websession/lib/websession_templates.py:1816
msgid "No members awaiting approval."
msgstr "Nessun membro è in attesa di approvazione."
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
msgid "Current members"
msgstr "Membri attuali"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
msgid "Members awaiting approval"
msgstr "Membri in attesa di approvazione"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr "Invita nuovi membri"
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
"Se desideri invitare nuovi membri ad unirsi al tuo gruppo, per favore, "
"utilizza il sistema di %(x_url_open)smessaggi web%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1827
#, python-format
msgid "Group: %s"
msgstr "Gruppo: %s"
#: modules/websession/lib/websession_templates.py:1910
msgid "Group list"
msgstr "Lista gruppi"
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr "Non sei membro di alcun gruppo."
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr "Sei sicuro di voler cancellare questo gruppo?"
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr "Sei sicuro di voler abbandonare questo gruppo?"
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr "Visibile ed aperto a nuovi membri"
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr "Visibile ma i nuovi membri hanno bisogno di approvazione"
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr "Gruppo %s: richiesta nuovo membro"
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr "Un utente desidera unirsi al gruppo %s."
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
"Per favore %(x_url_open)saccetta o rifiuta%(x_url_close)s la richiesta di "
"questo utente."
#: modules/websession/lib/websession_templates.py:2124
#, python-format
msgid "Group %s: Join request has been accepted"
msgstr "Gruppo %s: la richiesta di appartenenza è stata accettata"
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr "La tua richiesta di appartenenza al gruppo %s è stata accettata."
#: modules/websession/lib/websession_templates.py:2127
#, python-format
msgid "Group %s: Join request has been rejected"
msgstr "Gruppo %s: la richiesta di appartenenza è stata rifiutata"
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr "La tua richiesta di appartenenza al gruppo %s è stata rifiutata."
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr ""
"Puoi consultare la lista dei %(x_url_open)stuoi gruppi%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:2145
#, python-format
msgid "Group %s has been deleted"
msgstr "Il gruppo %s è stato cancellato"
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr "Il gruppo %s è stato cancellato dal suo amministratore."
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
"Puoi consultare la lista dei %(x_url_open)s%(x_nb_total)i gruppi"
"%(x_url_close)s di cui sei membro (%(x_nb_member)i) o amministratore "
"(%(x_nb_admin)i)."
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr "Problema nel database"
#: modules/websession/lib/webuser.py:299
msgid "user"
msgstr "utente"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr "Account registrato presso %s"
#: modules/websession/lib/webuser.py:713
msgid "New account on"
msgstr "Nuovo account presso"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr "DA ATTIVARE"
#: modules/websession/lib/webuser.py:716
msgid "A new account has been created on"
msgstr "Un nuovo account è stato creato presso"
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr " ed è in attesa di attivazione"
#: modules/websession/lib/webuser.py:720
msgid " Username/Email"
msgstr " Nome utente/Indirizzo email"
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr "Puoi approvare o rifiutare questa richiesta di account su"
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr "Servizio di Cookie via Email"
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr "Richiesta di autorizzazione ruolo"
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr "Questa richiesta di autorizzazione è stata già accettata."
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
"Hai ottenuto l'autorizzazione al ruolo %(x_role)s! Questa autorizzazione "
"durerà fino a %(x_expiration)s o, se sei un utente ospite, fino a quando "
"chiuderai il tuo browser."
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr "Hai confermato la validità del tuo indirizzo email!"
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr "Per favore, attendi che l'amministratore abiliti il tuo account."
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr ""
"Puoi ora accedere alla %(x_url_open)spagina del tuo account%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
msgid "Email address successfully activated"
msgstr "Indirizzo email attivato con successo"
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr "Hai già confermato la validità del tuo indirizzo email!"
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
"Questa richiesta di conferma di un indirizzo email non è valida od è scaduta."
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr "Questa richiesta di autorizzazione non è valida od è scaduta."
#: modules/websession/lib/websession_webinterface.py:155
msgid "Reset password"
msgstr "Reimposta la password"
#: modules/websession/lib/websession_webinterface.py:161
#, fuzzy
msgid "This request for resetting a password has already been used."
msgstr ""
"Questa richiesta per reimpostare la password non è valida od è scaduta."
#: modules/websession/lib/websession_webinterface.py:164
#, fuzzy
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
"Questa richiesta per reimpostare la password non è valida od è scaduta."
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
"Questa richiesta per reimpostare la password non è valida od è scaduta."
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr "Le due password inserite non coincidono."
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
"La password è stata impostata con successo! Puoi ora procedere con "
"l'autenticarti."
#: modules/websession/lib/websession_webinterface.py:271
#, python-format
msgid "%s Personalize, Your Settings"
msgstr "%s Personalizza, Tue impostazioni"
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr "Impostazioni modificate"
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
msgid "Show account"
msgstr "Visualizza account"
#: modules/websession/lib/websession_webinterface.py:323
msgid "Switched to internal login method."
msgstr "Impostata l'autenticazione tramite login interno."
#: modules/websession/lib/websession_webinterface.py:324
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
"Per favore, nota che se questa è la prima volta che stai utilizzando questo "
"account con il metodo di autenticazione interno allora il sistema ha "
"impostato per te una password generata in maniera casuale. Fai clic sul "
"pulsante che segue perché ti venga inviato via email un link per "
"reimpostarla:"
#: modules/websession/lib/websession_webinterface.py:332
msgid "Send Password"
msgstr "Invia password"
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
"Impossibile passare al metodo di autenticazione interno %s, perché il tuo "
"indirizzo email è sconosciuto."
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
"Impossibile passare al metodo di autenticazione esterno %s, perché il tuo "
"indirizzo email è sconosciuto al sistema di autenticazione esterno."
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr "Metodo di autenticazione selezionato con successo."
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr ""
"Il metodo di autenticazione esterno %s non supporta autenticazione basata su "
"indirizzo email. Per favore, contatta l'amministratore del sito."
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr "Impostazioni modificate con successo."
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr "Il soprannome desiderato %s non è valido."
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr "Per favore, prova ancora."
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr "Modifica impostazioni"
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr "Modifica delle impostazioni fallita"
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr "L'indirizzo email fornito %s non è valido."
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr "L'indirizzo email fornito %s esiste già nel database."
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr "O per favore, prova ancora."
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr "Il soprannome desiderato %s è già utilizzato."
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr "La password è stata modificata con successo."
#: modules/websession/lib/websession_webinterface.py:415
msgid "Password edited"
msgstr "Password modificata"
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr "Entrambe le password devono corrispondere."
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
msgid "Editing password failed"
msgstr "Modifica della password fallita"
#: modules/websession/lib/websession_webinterface.py:423
msgid "Wrong old password inserted."
msgstr "Password precedente inserita non valida."
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr "Impostazioni dell'utente memorizzate correttamente."
#: modules/websession/lib/websession_webinterface.py:450
msgid "Unable to update settings."
msgstr "Impossibile aggiornare le impostazioni."
#: modules/websession/lib/websession_webinterface.py:507
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr ""
"Impossibile inviare via email la richiesta per reimpostare la password "
"perché stai utilizzando un sistema di autenticazione esterno."
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr "L'indirizzo email inserito non esiste nel database."
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr "Richiesta di reimpostazione password per"
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr ""
"L'indirizzo email inserito non è corretto, per favore verifica che sia "
"scritto correttamente (per esempio mariorossi@esempio.it)."
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr "Indirizzo email non valido"
#: modules/websession/lib/websession_webinterface.py:552
msgid "Reset password link sent"
msgstr "Link di reimpostazione password inviato"
#: modules/websession/lib/websession_webinterface.py:597
msgid "Delete Account"
msgstr "Cancella account"
#: modules/websession/lib/websession_webinterface.py:623
msgid "Logout"
msgstr "Esci"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr "Registrati"
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr "%s Personalizza, Pagina principale"
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr "Il tuo account è stato creato con successo."
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr "Account creato"
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
"Per confermarne la validità, è stato inviato all'indirizzo email fornito un "
"messaggio contente una chiave di attivazione per l'account."
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
"Per favore, segui le istruzioni ivi contenute così da completare il processo "
"di registrazione dell'account."
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr ""
"Una seconda email verrà inviata quando l'account sarà attivato e potrà "
"essere utilizzato."
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr "Puoi ora accedere al tuo %(x_url_open)saccount%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr "Fallimento nella registrazione"
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr "Il soprannome desiderato %s esiste già nel database."
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr ""
"Gli utenti non possono registrarsi da soli, solo l'amministratore può "
"registrarli."
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
"Il sito ha incontrato dei problemi nell'inviarti un email di conferma per il "
"tuo indirizzo."
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr ""
"L'errore è stato registrato e verrà preso in considerazione il prima "
"possibile."
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr "Diventa membro di un nuovo gruppo"
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr "Abbandona gruppo"
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr "Modifica gruppo"
#: modules/websession/lib/websession_webinterface.py:1157
msgid "Edit group members"
msgstr "Modifica membri del gruppo"
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "Pagina principale"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "Personalizza"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "Aiuto"
#: modules/webstyle/lib/webstyle_templates.py:414
msgid "Last updated"
msgstr "Ultimo aggiornamento"
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr "Fornita da"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "Mantenuto da"
#: modules/webstyle/lib/webstyle_templates.py:500
msgid "This site is also available in the following languages:"
msgstr "Questo sito è disponibile anche nelle lingue seguenti:"
#: modules/webstyle/lib/webstyle_templates.py:529
msgid "Browser"
msgstr "Browser"
#: modules/webstyle/lib/webstyle_templates.py:551
msgid "System Error"
msgstr "Errore di sistema"
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr "Traccia dell'errore"
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr "Ora"
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr "Client"
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr "Per favore, invia una segnalazione di errore all'Amministratore."
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr "Invia segnalazione d'errore"
#: modules/webstyle/lib/webstyle_templates.py:624
#, python-format
msgid "Please contact %s quoting the following information:"
msgstr "Per favore, contatta %s riportando le seguenti informazioni:"
#: modules/webstyle/lib/webstyle_templates.py:772
#, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr ""
"Record creato %(x_date_creation)s, modificato l'ultima volta il "
"%(x_date_modification)s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr "Pagine %(category)s"
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
msgid "Admin Pages"
msgstr "Pagine di Amministrazione"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr "Guida Utente"
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr "Guida all'Hacking"
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr "Modificare CDS Invenio"
#: modules/webstyle/lib/webdoc_webinterface.py:161
msgid "Latest modifications:"
msgstr "Ultime modifiche:"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr "Questo è l'indice delle pagine %(x_category)s."
#: modules/webstyle/lib/webdoc_webinterface.py:166
msgid "See also"
msgstr "Vedi anche"
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, python-format
msgid "Page %s Not Found"
msgstr "Pagina %s non trovata"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr "Spiacente, la pagina %s non sembra esistere."
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr ""
"Potresti cominciare a consultare %(x_url_open)sl'indice delle pagine "
"%(x_category)s%(x_url_close)s."
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr "Spiacente, devi autenticarti per eseguire questa azione."
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
msgid "Invalid parameter"
msgstr "Parametro non valido"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr "Impossibile trovare la directory di sottomissione."
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr "Tipo di documento sconosciuto"
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr "Azione sconosciuta"
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr "Impossibile determinare il numero di pagine di sottomissione."
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr "Impossibile creare una directory per questa sottomissione."
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr "Impossibile creare una directory di sottomissione."
#: modules/websubmit/lib/websubmit_engine.py:384
msgid "Unknown form field found on submission page."
msgstr "Campo del modulo sconosciuto trovato nella pagina di sottomissione."
#: modules/websubmit/lib/websubmit_engine.py:512
msgid "Unknown form field found on one of the submission pages."
msgstr ""
"Campo del modulo sconosciuto trovato in una delle pagine di sottomissione."
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr "Impossibile trovare il tipo di documento."
#: modules/websubmit/lib/websubmit_engine.py:1469
msgid "The chosen action is not supported by the document type."
msgstr "L'azione scelta non è supportata da questo tipo di documento."
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr "Attenzione"
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr "Tipi di documenti disponibili per la sottomissione"
#: modules/websubmit/lib/websubmit_templates.py:95
msgid "Please select the type of document you want to submit"
msgstr "Per favore, seleziona il tipo di documento che desideri sottomettere"
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr "Nessun tipo di documento disponibile."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr "Per favore, autentificati."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr "Utilizza il menu in alto a destra per autentificarti."
#: modules/websubmit/lib/websubmit_templates.py:301
msgid "Please select a category"
msgstr "Per favore seleziona una categoria"
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr "Nota"
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr "Seleziona una categoria e poi fai clic su un pulsante di azione."
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr ""
"Per continuare con una sottomissione precedentemente interrotta, inserisci "
"un numero di accesso nella casella sottostante:"
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr "VAI"
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr "SOMMARIO"
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr "Pagina precedente"
#: modules/websubmit/lib/websubmit_templates.py:535
msgid "Submission number"
msgstr "Numero sottomissione"
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr "Pagina successiva"
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr "Sei sicuro di volere interrompere questa sottomissione?"
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
msgid "Back to main menu"
msgstr "Torna al menu principale"
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr ""
"Questo è il numero di accesso della tua sottomissione. Può essere utilizzato "
"per continuare una sottomissione interrotta in caso di problemi."
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr "I campi obbligatori appaiono in rosso nella finestra del SOMMARIO."
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr "Il campo %s è obbligatorio."
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr "Per favore effettua una scelta nella casella di selezione"
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr "Per favore premi un pulsante."
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr "Il campo %s è obbligatorio. Per favore compilalo."
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr "Il campo %(field)s è obbligatorio."
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr "Tornare a pagina"
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr "finito!"
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr "fine dell'azione"
#: modules/websubmit/lib/websubmit_templates.py:957
msgid "Submission no"
msgstr "Sottomissione numero"
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
"Ecco la lista delle funzioni %(x_action)s per i documenti %(x_doctype)s al "
"livello %(x_step)s"
#: modules/websubmit/lib/websubmit_templates.py:1032
msgid "Function"
msgstr "Funzione"
#: modules/websubmit/lib/websubmit_templates.py:1033
msgid "Score"
msgstr "Punteggio"
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr "Esecuzione funzione"
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr "La funzione %s non esiste."
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr "Adesso devi"
#: modules/websubmit/lib/websubmit_templates.py:1111
msgid "record"
msgstr "record"
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr "documento"
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
msgid "version"
msgstr "versione"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr "file"
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr "vedi"
#: modules/websubmit/lib/websubmit_templates.py:1375
msgid "For"
msgstr "Per"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr "tutti i tipi di documento"
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr "Id"
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr "Riferimento"
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr "Primo accesso"
#: modules/websubmit/lib/websubmit_templates.py:1435
msgid "Last access"
msgstr "Ultimo accesso"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr "Sei sicuro di voler cancellare la sottomissione?"
#: modules/websubmit/lib/websubmit_templates.py:1446
#, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "Cancella la sottomissione %(x_id)s in %(x_docname)s"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr "Riferimento non ancora fornito"
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr "Documenti con referee"
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr "Sei un referee generale"
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr "Sei un referee per la categoria:"
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr "Lista dei tipi di documento con referee"
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr "Seleziona uno dei seguenti tipi di documento per verificarne lo stato"
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr "Vai allo specifico processo di approvazione"
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr "Vai al processo di approvazione generale"
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr "Lista delle categorie con referee"
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr "Per favore seleziona una categoria"
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
msgid "Pending"
msgstr "In sospeso"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
msgid "Approved"
msgstr "Approvato"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
msgid "Rejected"
msgstr "Rifiutato"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr "Chiave"
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
msgid "Waiting for approval"
msgstr "In attesa di approvazione"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
msgid "Already approved"
msgstr "Già approvato"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr "Alcuni documenti in sospeso."
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr "Elenco di classi di approvazione"
#: modules/websubmit/lib/websubmit_templates.py:1808
msgid "List of refereing categories"
msgstr "Elenco delle categorie con referee"
#: modules/websubmit/lib/websubmit_templates.py:1812
msgid "List of publication categories"
msgstr "Elenco delle categorie di pubblicazioni"
#: modules/websubmit/lib/websubmit_templates.py:1816
msgid "List of direct approval categories"
msgstr "Elenco delle categorie ad approvazione diretta"
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
msgid "Cancelled"
msgstr "Annullato"
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr "Elenco dei documenti con referee"
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr "Fai clic sul numero di rapporto per ulteriori informazioni."
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "Numero di rapporto"
#: modules/websubmit/lib/websubmit_templates.py:2073
msgid "List of publication documents"
msgstr "Elenco delle pubblicazioni"
#: modules/websubmit/lib/websubmit_templates.py:2075
msgid "List of direct approval documents"
msgstr "Elenco dei documenti ad approvazione diretta"
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr "La tua richiesta è stata inviata al referee."
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr "Titolo:"
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr "Autore:"
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr "Ulteriori informazioni:"
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr "Fai clic qui"
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr ""
"Questo documento è ancora %(x_fmt_open)sin attesa di approvazione"
"%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
msgid "It was first sent for approval on:"
msgstr "È stato inizialmente inviato per l'approvazione il:"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr "L'ultima email di approvazione è stata inviata il:"
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr ""
"Puoi nuovamente spedire una richiesta di approvazione facendo clic sul "
"seguente pulsante:"
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr "Invia nuovamente"
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr "ATTENZIONE! Una volta confermato, verrà spedita una email al referee."
#: modules/websubmit/lib/websubmit_templates.py:2298
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr ""
"Come referee di questo documento, puoi fare clic su questo pulsante per "
"approvarlo o rifiutarlo"
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr "Approva/rifiuta"
#: modules/websubmit/lib/websubmit_templates.py:2305
#, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "Questo documento è stato %(x_fmt_open)sapprovato%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2307
msgid "Its approved reference is:"
msgstr "Il suo riferimento di approvazione è:"
#: modules/websubmit/lib/websubmit_templates.py:2313
msgid "It was approved on:"
msgstr "È stato approvato il:"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "Questo documento è stato %(x_fmt_open)srifiutato%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2323
msgid "It was rejected on:"
msgstr "È stato rifiutato il:"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr "La richiesta di referee è stata fatta la prima volta il "
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
"L'ultima email di richiesta spedita alla rappresentanza della commissione "
"per la pubblicazione è stata inviata il "
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr "Un referee è stato scelto dalla commissione della pubblicazione il "
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
msgid "No referee has been selected yet."
msgstr "Non è stato ancora scelto un referee."
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
msgid "Select a referee"
msgstr "Seleziona un referee"
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
"Il referee ha inviato le sue raccomandazioni finali alla commissione della "
"pubblicazione il "
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr "Ancora nessuna raccomandazione dal referee."
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
msgid "Send a recommendation"
msgstr "Spedisci una raccomandazione"
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
"La commissione per la pubblicazione ha spedito le proprie raccomandazioni "
"finali al leader del progetto il "
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr "Ancora nessuna raccomandazione dalla commissione della pubblicazione."
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr "È stata annullata dall'autore il "
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr "È stata approvata dal leader del progetto il "
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr "È stata rifiutata dal leader del progetto il "
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr "Non è stata presa ancora nessuna decisione finale."
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr "Prendi una decisione"
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr ""
"Una editorial board è stata selezionata dalla commissione della "
"pubblicazione il "
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr "Aggiungi una lista di autori"
#: modules/websubmit/lib/websubmit_templates.py:2453
msgid "No editorial board has been selected yet."
msgstr "Non è ancora stata selezionata alcuna editorial board."
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr "Seleziona una editorial board"
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr "L'editorial board ha selezionato un referee il "
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
"Il referee ha inviato le sue raccomandazioni finali alla editorial board il "
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
"L'editorial board ha inviato le sue raccomandazioni finali alla commissione "
"della pubblicazione il "
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr "Ancora nessuna raccomandazione dall'editorial board."
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr "L'ultima email di richiesta al leader del progetto è stata inviata il "
#: modules/websubmit/lib/websubmit_templates.py:2602
msgid "Comments overview"
msgstr "Panoramica dei commenti"
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr "ricerca utente"
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr "ricerca utenti"
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
msgid "select user"
msgstr "seleziona utente"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr "connesso"
#: modules/websubmit/lib/websubmit_templates.py:2741
msgid "add this user"
msgstr "aggiungi questo utente"
#: modules/websubmit/lib/websubmit_templates.py:2791
msgid "remove this user"
msgstr "rimuovi questo utente"
#: modules/websubmit/lib/websubmit_templates.py:2906
msgid "User"
msgstr "Utente"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
"Il sistema ha incontrato un errore nel ricuperare l'elenco dei file di "
"questo documento."
#: modules/websubmit/lib/websubmit_webinterface.py:172
msgid "The collection to which this file belong is restricted: "
msgstr "L'accesso alla collezione a cui appartiene questo file è ristretto: "
#: modules/websubmit/lib/websubmit_webinterface.py:178
msgid "This file is restricted: "
msgstr "Questo file è riservato: "
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr "Accesso al testo completo"
#: modules/websubmit/lib/websubmit_webinterface.py:303
msgid "Not enough information to retrieve the document"
msgstr ""
"Non sono state fornite sufficienti informazioni per recuperare il documento"
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr "Processo specifico di approvazione e refereeing"
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr "Processo di approvazione e refereeing"
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr "Non è mai stata richiesta approvazione per questo documento."
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr "Impossibile visualizzare il documento."
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
msgid "Action unauthorized for this document."
msgstr "Azione non autorizzata per questo documento."
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
msgid "Action unavailable for this document."
msgstr "Azione non disponibile per questo documento."
#: modules/websubmit/web/publiline.py:668
msgid "Adding users to the editorial board"
msgstr "Aggiunta di utenti alla editorial board"
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr "nessun utente corrisponde, prova una nuova ricerca."
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "hits"
msgstr "risultati"
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr "troppi utenti corrispondono, specifica una ricerca più precisa."
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr "limite"
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
"gli utenti tra parentesi sono già stati collegati al ruolo, provane altri..."
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr "Rimozione di utenti dall'editorial board"
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr "Conferma la seleziona dell'editorial board"
#: modules/websubmit/web/publiline.py:793
msgid "Referee selection"
msgstr "Selezione referee"
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
msgid "Come back to the document"
msgstr "Torna al documento"
#: modules/websubmit/web/publiline.py:1068
msgid "Select:"
msgstr "Seleziona:"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
msgid "Approve"
msgstr "Approva"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
msgid "Reject"
msgstr "Rifiuta"
#: modules/websubmit/web/publiline.py:1168
msgid "Wrong action for this document."
msgstr "Azione errata per questo documento."
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr "Journal disponibili"
#: modules/webjournal/lib/webjournal_templates.py:98
#, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr "Scrivi agli %(x_url_open)ssviluppatori%(x_url_close)s"
#: modules/webjournal/lib/webjournal_templates.py:143
msgid "Regeneration Error"
msgstr "Errore nella rigenerazione"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
"Il numero non può essere rigenerato correttamente. Per favore contatta il "
"tuo amministratore."
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr "Aggiungi"
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
msgid "Publish"
msgstr "Pubblica"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
msgid "Refresh"
msgstr "Aggiorna"
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
msgid "Update"
msgstr "Aggiorna"
#: modules/webjournal/lib/webjournal_templates.py:625
msgid "Apply"
msgstr "Applica"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
msgid "Internal configuration error"
msgstr "Errore di configurazione interno"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
"Non è stato configurato alcun formato per questa pagina indice di giornale"
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
"Non è stato configurato alcun formato per questa pagina di ricerca di "
"giornale"
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
"Non è stato configurato alcun formato per questa pagina a comparsa di "
"giornale"
#: modules/webjournal/lib/webjournal_config.py:194
msgid "No journal articles"
msgstr "Nessun articolo di giornale"
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr "Riscontrato un problema nella configurazione di questo giornale"
#: modules/webjournal/lib/webjournal_config.py:232
msgid "No journal issues"
msgstr "Nessun numero di giornale"
#: modules/webjournal/lib/webjournal_config.py:269
msgid "Journal article error"
msgstr "Errore articolo di giornale"
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr "Impossibile determinare l'articolo da te ricercato"
#: modules/webjournal/lib/webjournal_config.py:303
msgid "No journals available"
msgstr "Nessun giornale disponibile"
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr "Impossibile ricuperare alcun giornale"
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
"Non sembrano esserci giornale definiti su questo server. Se pensi che questo "
"non è corretto contatta il servizio di supporto."
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr "Seleziona un giornale su questo server"
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr "Impossibile comprendere il giornale che stai cercando"
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
"Non hai fornito un parametro per il nome del giornale. Per favore seleziona "
"il giornale che desideri leggere dall'elenco sottostante."
#: modules/webjournal/lib/webjournal_config.py:358
msgid "No current issue"
msgstr "Nessun numero corrente"
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr "Impossibile trovare alcuna informazione sul numero corrente"
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
"La configurazione per il numero corrente sembra essere vuota. Prova a "
"fornire il numero o fai riferimento al servizio di supporto."
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr "Numero formattato erroneamente"
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr "Impossibile interpretare il numero da te fornito"
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr "Data di archivio formattata erroneamente"
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr "Impossibile interpretare la data di archivio da te fornita"
#: modules/webjournal/lib/webjournal_config.py:450
msgid "No popup record"
msgstr "Nessun record con finestra a comparsa"
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr "Impossibile comprendere l'articolo a comparsa da te richiesto"
#: modules/webjournal/lib/webjournal_config.py:482
msgid "Update error"
msgstr "Errore di aggiornamento"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr "È avvenuto un errore interno"
#: modules/webjournal/lib/webjournal_config.py:513
msgid "Journal publishing DB error"
msgstr "Errore DB di pubblicazione del giornale"
#: modules/webjournal/lib/webjournal_config.py:544
msgid "Journal issue error"
msgstr "Errore numero Journal"
#: modules/webjournal/lib/webjournal_config.py:545
msgid "We could not find a current issue in the Database"
msgstr "Impossibile trovare un numero corrente nel database"
#: modules/webjournal/lib/webjournal_config.py:575
msgid "Journal ID error"
msgstr "Errore ID del giornale"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr "Impossibile trovare l'id di questo giornale nel database"
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr "Categoria \"%(category_name)s\" non trovata"
#: modules/webjournal/lib/webjournal_config.py:611
msgid "Sorry, this category does not exist for this journal."
msgstr "Spiacente, questa categoria non sembra esistere per questo giornale."
#: modules/webjournal/web/admin/webjournaladmin.py:74
msgid "WebJournal Admin"
msgstr "Amministrazione WebJournal"
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr "Amministra %(journal_name)s"
#: modules/webjournal/web/admin/webjournaladmin.py:148
msgid "Feature a record"
msgstr "Visualizza un record"
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr "Sistema di avviso via email"
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr "Numero rigenerato"
#: modules/webjournal/web/admin/webjournaladmin.py:309
msgid "Publishing Interface"
msgstr "Interfaccia di pubblicazione"
#: modules/webjournal/web/admin/webjournaladmin.py:335
msgid "Add Journal"
msgstr "Aggiungi giornale"
#: modules/webjournal/web/admin/webjournaladmin.py:337
msgid "Edit Settings"
msgstr "Modifica impostazioni"
diff --git a/po/ja.po b/po/ja.po
index 642e65d09..40e8dca6d 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1,7298 +1,7298 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-06-13 13:00+0100\n"
"Last-Translator: Marko Niinimaki <man@cern.ch>\n"
"Language-Team: JA <cds.support@cern.ch>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "そして ない"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "管理者区域"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "ブラウズ"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "検索のヒント"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "概要"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "フルテキスト"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "正規表現:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "すべての単語:"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "レポート数"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "年"
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr "ツ 主題"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "部分的な句:"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "参照"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "著者"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
#, fuzzy
msgid "Search Guide"
msgstr "ガイドを見てください"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "実験"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "どれかの単語:"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "部"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "検索"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "すべての分野"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "ヘルプ"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
#, fuzzy
msgid "Export as"
msgstr "不正使用の報告"
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "コレクション"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "厳密な句:"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
#, fuzzy
msgid "Submit Guide"
msgstr "堤出しなさい助け"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "または"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "そして"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "キーワード"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "タイトル"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
msgid "Narrow by collection:"
msgstr "コレクション:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
#, fuzzy
msgid "Add to personal basket"
msgstr "個人バスケットに追加"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
msgid "WebSubmit Admin Guide"
msgstr ""
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
#, fuzzy
msgid "No fulltext"
msgstr "フルテキスト"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
msgid "or"
msgstr "または"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr "サブフィールドの追加"
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr "編集機関"
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr "フィールド"
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr "フィールドの追加"
#: modules/bibedit/lib/bibedit_templates.py:123
msgid "Verbose"
msgstr "冗長"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "アップロード"
# Probably context dependent
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr "キャンセル"
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr "削除"
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
msgid "Action"
msgstr "アクション"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr "レコード"
#: modules/bibedit/lib/bibedit_templates.py:155
msgid "Display"
msgstr "表示"
#: modules/bibedit/lib/bibedit_templates.py:274
msgid "Done"
msgstr "終了"
#: modules/bibedit/lib/bibedit_templates.py:275
#, fuzzy
msgid "Add another subfield"
msgstr "サブフィールドの追加"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
#, fuzzy
msgid "Move up"
msgstr "アイテムを引き上げる"
#: modules/bibedit/lib/bibedit_templates.py:369
#, fuzzy
msgid "Move down"
msgstr "アイテムを引き下げる"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr "編集"
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr "変更は保存されていません。"
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr "レコードを保存するためには、サブミットをクリックしてください。"
#: modules/bibedit/lib/bibedit_templates.py:476
msgid "This record does not exist."
msgstr "この記録は存在しません。"
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr "別なIDを試してください。"
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr "このレコードは他のユーザーが編集中です。"
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr "後で試してください。"
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr "削除されたレコードは編集できません。"
#: modules/bibedit/lib/bibedit_templates.py:500
#, fuzzy
msgid "There are record revisions not yet synchronized with the database."
msgstr "このメイルアドレスは見つかりません。"
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
#, fuzzy
msgid "Please try again in a few minutes."
msgstr "後で試してください。"
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr "編集したいレコードのIDを入れてください。"
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr "変更はサブミットされました。タスクがあき次第すぐに処理します。"
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
#, fuzzy
msgid "Edit another record"
msgstr "別なIDを試してください。"
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr "このレコードを削除しますか?"
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr "はい"
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr "いいえ"
#: modules/bibedit/lib/bibedit_templates.py:563
#, fuzzy, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr "このレコードを削除しますか?"
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr "タスクがあき次第レコードは削除されます。"
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr "レコード %s - フィールド追加"
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr "レコード %(x_recid)s ・フィールド   の編集 %(x_field)s"
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr ""
"レコード %(x_recid)s ・フィールド  %(x_field)s  にサブフィールド追加"
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, python-format
msgid "Submit and save record %s"
msgstr "サブミットしレコード %s を保存"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, fuzzy, python-format
msgid "Record #%s"
msgstr "レコード 番号 %d"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, fuzzy, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr "レコード %(x_recid)s ・フィールド   の編集 %(x_field)s"
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr "メニュー"
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr "エディターを終了"
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr "テンプレート属性の変更"
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr "テンプレートエディタ"
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr "依存関係のチェック"
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr "名前"
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
msgid "Description"
msgstr "説明"
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr "フォーマット属性の更新"
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
msgid "Show Documentation"
msgstr "ドキュメントを表示"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr "ドキュメントを非表示"
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr "状態"
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr "最終変更日付"
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
msgid "Manage Output Formats"
msgstr "出力フォーマットの操作"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr "フォーマットテンプレートの操作"
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr "フォーマット要素のドキュメント"
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr "知識ベースの操作"
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr "フォーマットテンプレートの追加"
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr "フォーマットテンプレートの精査"
# If this means "Please check format templates extensively" translation must be
# msgstr "フォーマットテンプレートをよくしらべてください。"
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr "コード"
#: modules/bibformat/lib/bibformat_templates.py:1134
msgid "Add New Output Format"
msgstr "出力フォーマットの追加:"
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr "メニュー"
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
msgid "Close Output Format"
msgstr "出力フォーマットを閉じる"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
msgid "Rules"
msgstr "ルール"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr "出力フォーマット属性の変更"
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
msgid "Remove Rule"
msgstr "ルールを削除"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr "ルールを追加"
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr "変更の保存"
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr "知識ベースのマッピング"
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr "知識ベースの属性"
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr "フォーマットは問題ありません。"
#: modules/bibformat/lib/bibformat_templates.py:2266
msgid "An error has been found"
msgstr "エラーが見つかりましたりました。"
# In japanese we do not distinguish error and errors.
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr "次のエラーが見つかりました。"
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr ""
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
msgid "Test with record:"
msgstr "試験 レコード:"
# I assume another string follows.
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr "ここに検索クエリーを入力"
#: modules/bibformat/lib/elements/bfe_authors.py:120
msgid "Hide"
msgstr "隠す"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr "%i 人のオーサーを表示"
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
#, fuzzy
msgid "Download fulltext"
msgstr "フルテキスト"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr "追加ファイル"
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
#, fuzzy
msgid "older versions"
msgstr "バージョン"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external link"
msgstr "外部 %(link_or_links)s"
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external links"
msgstr "外部 %(link_or_links)s"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "フルテキスト"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
msgid "Restricted Output Format"
msgstr "制限された出力フォーマット:"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, python-format
msgid "Output Format %s Rules"
msgstr "出力フォーマットルール: %s"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr "出力フォーマット属性 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr "出力フォーマット依存関係 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:371
msgid "Delete Output Format"
msgstr "出力フォーマットの削除"
#: modules/bibformat/web/admin/bibformatadmin.py:417
#, fuzzy
msgid "Cannot create output format"
msgstr "出力フォーマットの操作"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr "制限付きフォーマットテンプレート"
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr "フォーマットテンプレート %s"
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr "フォーマットテンプレート属性 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr "フォーマットテンプレート依存関係 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:660
msgid "Delete Format Template"
msgstr "フォーマットテンプレートの削除"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr "フォーマット要素依存関係 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr "フォーマット要素の試験 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr "不明な知識ベース"
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr "知識ベース %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr "知識ベース属性 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr "知識ベース依存関係 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1285
msgid "Delete Knowledge Base"
msgstr "知識ベースの削除"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr "正当性の確認:出力フォーマット %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr "正当性の確認:フォーマットテンプレート %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr "制限付きフォーマット要素"
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr "正当性の確認:フォーマット要素 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr "正当性の確認:フォーマット %s"
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
msgid "See Guide"
msgstr "ガイドを見てください"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr "データベースにOAIソースがあります。"
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr "データベースにOAIソースはありせん。"
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr "次の oaiharvest タスク"
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr "スケジュールされた時間:"
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr "現在の状態"
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr "現在スケジュールされた oaiharvest タスクはありません。"
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr "正当性の確認ができました。"
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr "OAI-compliant baseURL ではないようです。"
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
#, fuzzy
msgid "Citation history:"
msgstr "参照された履歴:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
#, fuzzy
msgid "Download history:"
msgstr "ダウンロードの履歴:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
#, fuzzy
msgid "Download user distribution:"
msgstr "ダウンロードの履歴:"
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr "該当なし"
#: modules/miscutil/lib/dateutils.py:159
msgid "Sun"
msgstr "日"
#: modules/miscutil/lib/dateutils.py:160
msgid "Mon"
msgstr "月"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr "火"
#: modules/miscutil/lib/dateutils.py:162
msgid "Wed"
msgstr "水"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr "木"
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr "金"
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr "土"
#: modules/miscutil/lib/dateutils.py:167
msgid "Sunday"
msgstr "日曜日"
#: modules/miscutil/lib/dateutils.py:168
msgid "Monday"
msgstr "月曜日"
#: modules/miscutil/lib/dateutils.py:169
msgid "Tuesday"
msgstr "火曜日"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr "水曜日"
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr "木曜日"
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr "金曜日"
#: modules/miscutil/lib/dateutils.py:173
msgid "Saturday"
msgstr "土曜日"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
msgid "Month"
msgstr "月"
#: modules/miscutil/lib/dateutils.py:188
msgid "Jan"
msgstr "1月"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr "2月"
#: modules/miscutil/lib/dateutils.py:190
msgid "Mar"
msgstr "3月"
#: modules/miscutil/lib/dateutils.py:191
msgid "Apr"
msgstr "4月"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "5月"
#: modules/miscutil/lib/dateutils.py:193
msgid "Jun"
msgstr "6月"
#: modules/miscutil/lib/dateutils.py:194
msgid "Jul"
msgstr "7月"
#: modules/miscutil/lib/dateutils.py:195
msgid "Aug"
msgstr "8月"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr "9月"
#: modules/miscutil/lib/dateutils.py:197
msgid "Oct"
msgstr "10月"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr "11月"
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr "12月"
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "1月"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "2月"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "3月"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "4月"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "6月"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "7月"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "8月"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "9月"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "10月"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "11月"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "12月"
#: modules/miscutil/lib/dateutils.py:231
msgid "Day"
msgstr "日"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "年"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
msgid "Sorry"
msgstr "ごめんなさい"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr "エラーリクエストが送れません。不足したパラメータ:%s"
#: modules/miscutil/lib/errorlib_webinterface.py:100
msgid "The error report has been sent."
msgstr "エラー報告は送信されました。"
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr "CDS 製品の改善に協力をいただいたことに感謝します"
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr "前のページに戻るにはbackボタンを押してください。"
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr "ありがとう!"
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr "ジャーナル"
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr "記録的なID"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:412
#, fuzzy
msgid "times cited"
msgstr "編集された設定"
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
#, fuzzy
msgid "Hello:"
msgstr "ハロー"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr ""
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr "BibFormat 設定"
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr "BibHarvest 設定"
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
msgid "Configure OAI Repository"
msgstr "OAI repository 設定"
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr "BibIndex 設定"
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr "BibRank 設定"
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr "WebAccess 設定"
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
msgid "Configure WebComment"
msgstr "WebComment 設定"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
msgid "Configure WebSearch"
msgstr "WebSearch 設定"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr "WebSubmit 設定"
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, fuzzy, python-format
msgid "Your account on '%s' has been activated"
msgstr "アカウントが作られました。"
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, fuzzy, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr "アカウントが作られました。"
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
msgid "Username/Email:"
msgstr "ユーザー名/Email:"
# Tsuboyama: There are various japanese words against mandatory.
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
#, fuzzy
msgid "Password:"
msgstr "新パスワード"
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, fuzzy, python-format
msgid "Account created on '%s'"
msgstr "アカウントが作られました。"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, fuzzy, python-format
msgid "An account has been created for you on '%s':"
msgstr "アカウントが作られました。"
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, fuzzy, python-format
msgid "Account rejected on '%s'"
msgstr "アカウントが作られました。"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, fuzzy, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr "グループ %s: あなたの参加要求は拒否されました"
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, python-format
msgid "Username/Email: %s"
msgstr "ユーザー名/Email: %s"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, fuzzy, python-format
msgid "Account deleted on '%s'"
msgstr "アカウントが作られました。"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, fuzzy, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "グループ %s は削除されました"
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "レコードの詳細"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "ほとんど同じレコード"
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr "引用される"
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr "すでに %s というアラートが出ています。"
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr "不明"
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
#, fuzzy
msgid "You do not have rights for this operation."
msgstr "このバスケットの内容を編集する権限がありません。"
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr "このクエリーとバスケットにタイするアラートは定義済みです。"
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr "アラートの名前を与えてください"
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr "あなたはこのバスケットの所有者ではありません"
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr "あなたのプロファイルに以下のアラートを追加しました (%s)."
#: modules/webalert/lib/webalert.py:376
#, python-format
msgid "The alert %s has been successfully updated."
msgstr "アラートは更新されました。 %s"
#: modules/webalert/lib/webalert.py:428
#, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr "パターン"
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr "パターン 1"
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr "フィールド 1"
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr "パターン 2"
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr "フィールド 2"
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr "パターン 3"
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr "フィールド 3"
#: modules/webalert/lib/webalert_templates.py:90
msgid "Collections"
msgstr "コレクション"
#: modules/webalert/lib/webalert_templates.py:92
msgid "Collection"
msgstr "コレクション"
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr "あなたのアラート"
#: modules/webalert/lib/webalert_templates.py:114
msgid "alert name"
msgstr "アラート名"
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr "表示"
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr "新しい項目が以下のクエリーを満たしたときに、アラートがあなたに伝えます"
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr "クエリー"
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr "アラートの識別名"
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr "確認の頻度"
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
msgid "monthly"
msgstr "毎月"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr "毎週"
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
msgid "daily"
msgstr "毎日"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr "メイルで知らせますか?"
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr "はい"
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr "いいえ"
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr ""
"もし %(x_fmt_open)sno%(x_fmt_close)s ならば、バスケットを指定してください。"
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr "バスケットに結果を保存しますか?"
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr "アラートのセット"
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr "データクリア"
#: modules/webalert/lib/webalert_templates.py:300
#, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
# ######Tsuboyama gave up.
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr "検索チェック頻度"
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr "Eメイルによる通知"
#: modules/webalert/lib/webalert_templates.py:322
msgid "Result in basket"
msgstr "バスケット内の結果"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr "最後のランの日付"
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr "生成日付"
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr "クエリー"
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
msgid "no basket"
msgstr "バスケットなし"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
msgid "Remove"
msgstr "削除"
#: modules/webalert/lib/webalert_templates.py:374
msgid "Modify"
msgstr "変更"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr "検索実行"
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr "アラートの数 %s"
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
"検索記録がありません。まず %(x_url_open)s検索%(x_url_close)s を実行してくださ"
"い。"
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr "最近30日間に%(x_nb1)s回(%(x_nb2)s回の異なる)検索をしました。"
#: modules/webalert/lib/webalert_templates.py:434
#, python-format
msgid "Here are the %s most popular searches."
msgstr "最も多い検索 %s:"
#: modules/webalert/lib/webalert_templates.py:445
msgid "Question"
msgstr "質問"
#: modules/webalert/lib/webalert_templates.py:449
msgid "Last Run"
msgstr "最後のラン"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr "新しいアラートの設定"
#: modules/webalert/lib/webalert_webinterface.py:79
#, fuzzy
msgid "Popular Searches"
msgstr "検索"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
msgid "Your Searches"
msgstr "検索"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
msgid "Your Account"
msgstr "あなたのアカウント"
#: modules/webalert/lib/webalert_webinterface.py:90
#, fuzzy, python-format
msgid "%s Personalize, Display searches"
msgstr "検索の表示"
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, fuzzy, python-format
msgid "%s, personalize"
msgstr "あなたのページ"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr "エラー"
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, fuzzy, python-format
msgid "%s Personalize, Set a new alert"
msgstr "新しいアラートの設定"
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr "新しいアラートの設定"
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr "アラート設定の変更"
#: modules/webalert/lib/webalert_webinterface.py:227
#, fuzzy, python-format
msgid "%s Personalize, Modify alert settings"
msgstr "アラート設定の変更"
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
msgid "Your Alerts"
msgstr "あなたの通知"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, fuzzy, python-format
msgid "%s Personalize, Display alerts"
msgstr "アラートの表示"
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
msgid "Display alerts"
msgstr "アラートの表示"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr "コメントはポストされました"
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
msgid "Personal baskets"
msgstr "個人のバスケット"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
msgid "Group baskets"
msgstr "グループバスケット"
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
msgid "Others' baskets"
msgstr "他のバスケット"
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
"自分のバスケットの数:%(x_nb_perso)s、購読するバスケットの数:"
"%(x_nb_group)s、他のユーザーのバスケットの数 %(x_nb_public)s"
#: modules/webbasket/lib/webbasket_templates.py:198
#, python-format
msgid "There are %i baskets"
msgstr "バスケットは %i こあります。"
#: modules/webbasket/lib/webbasket_templates.py:206
msgid "updated on"
msgstr "更新日時:"
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr "バスケットは空です。"
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
"%(x_name)sのバスケットです。あなたも %(x_url_open)s購読%(x_url_close)s できま"
"す。"
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
msgid "Public basket"
msgstr "公開バスケット"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
msgid "records"
msgstr "レコード"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
msgid "last update"
msgstr "最近の更新"
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr "このバスケットを購読"
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
msgid "Basket's name"
msgstr "バスケット名"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr "アクセス数"
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr "所有者"
#: modules/webbasket/lib/webbasket_templates.py:355
msgid "View"
msgstr "見る"
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr "購読"
#: modules/webbasket/lib/webbasket_templates.py:377
msgid "There is currently no publicly accessible basket"
msgstr "アクセスできる公開バスケットはありません。"
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr ""
"%(x_nb_total)i このバスケットのうち、%(x_nb_begin)i から %(x_nb_end)i を表示"
"しています。"
#: modules/webbasket/lib/webbasket_templates.py:422
msgid "Actions"
msgstr "アクション"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
msgid "Non-shared basket"
msgstr "バスケット"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
msgid "Shared basket"
msgstr "共有バスケット"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
msgid "Group-shared basket"
msgstr "グループ共有バスケット"
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
msgid "Edit basket"
msgstr "バスケットの編集"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr "このバスケットの内容を編集する権限がありません。"
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr "このバスケットの購読をやめる"
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr "コメント"
#: modules/webbasket/lib/webbasket_templates.py:521
msgid "last comment:"
msgstr "最後のコメント"
#: modules/webbasket/lib/webbasket_templates.py:582
msgid "Move item up"
msgstr "アイテムを引き上げる"
#: modules/webbasket/lib/webbasket_templates.py:590
msgid "Move item down"
msgstr "アイテムを引き下げる"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr "アイテムをコピー"
#: modules/webbasket/lib/webbasket_templates.py:606
msgid "Remove item"
msgstr "アイテムを削除"
#: modules/webbasket/lib/webbasket_templates.py:609
msgid "External record"
msgstr "外部レコード"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr "最後"
#: modules/webbasket/lib/webbasket_templates.py:647
#, fuzzy
msgid "View comments"
msgstr "コメントを見る"
#: modules/webbasket/lib/webbasket_templates.py:672
msgid "This basket is publicly accessible at the following address:"
msgstr "このバスケットは以下のアドレスからアクセスできます:"
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "並べ替え:"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr "タイトル"
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr "日付"
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr "コメント"
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr "コメントの数:%i"
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr "コメントを核"
#: modules/webbasket/lib/webbasket_templates.py:833
msgid "Back to baskets"
msgstr "バスケットに戻る"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr ":"
# Tsuboyama: because of difference of the word order, this
# may not make sense if I give a translation.
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "on"
msgstr ":"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr "リプライ"
#: modules/webbasket/lib/webbasket_templates.py:876
msgid "Delete comment"
msgstr "コメントを削除"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr "コメントを追加"
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr "コメント"
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
msgid "Create new basket"
msgstr "新しいバスケットを作る"
#: modules/webbasket/lib/webbasket_templates.py:1001
msgid "Select topic"
msgstr "トピックを選ぶ"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr "トピックを選ぶ"
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr "または新しいトピックをつくる。"
# I assume "one" stands for "topic".
#: modules/webbasket/lib/webbasket_templates.py:1019
msgid "Create new topic"
msgstr "新しいトピックを作る。"
#: modules/webbasket/lib/webbasket_templates.py:1021
msgid "Create a new basket"
msgstr "新しいバスケットを作る。"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
msgid "Select basket"
msgstr "バスケットを選択"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr "個人バスケットに追加"
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, python-format
msgid "%i baskets"
msgstr "バスケット数 %i"
#: modules/webbasket/lib/webbasket_templates.py:1111
msgid "Add to a group-shared basket"
msgstr "グループ共有バスケットに追加"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr "公開バスケットに追加"
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr "これらのバスケットに %i レコードを追加"
#: modules/webbasket/lib/webbasket_templates.py:1167
msgid "Add to baskets"
msgstr "バスケットに追加"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr "選択されたバスケットは%i のバスケットに追加された。"
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr "選択されたバスケットにレコードの追加はなかった。"
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr "このバスケットを消してよいですか?"
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr "このバスケットは %i 人が購読しています。"
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr "このバスケットは %i グループが購読しています。"
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr "このバスケットには%i このアラートが設定されています。"
#: modules/webbasket/lib/webbasket_templates.py:1277
msgid "General settings"
msgstr "全般的な設定"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr "グループ追加"
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr "グループ権限の管理"
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr "共有権限の管理"
#: modules/webbasket/lib/webbasket_templates.py:1314
msgid "Delete basket"
msgstr "バスケットの削除"
#: modules/webbasket/lib/webbasket_templates.py:1338
msgid "Editing basket"
msgstr "バスケットの編集"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr "変更を保存"
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr "権限なし"
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
msgid "View records"
msgstr "レコードを見る"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "and"
msgstr "および"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr "コメントを見る"
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr "コメントを追加する"
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
msgid "add records"
msgstr "レコードを追加"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
msgid "delete comments"
msgstr "コメントを削除"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
msgid "remove records"
msgstr "レコードを削除"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr "共有権限を管理"
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr "あなたはこのグループのメンバーではありません。"
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr "他のグループにバスケットを共有させる"
# TSUBOYAMA -- I may misunderstand.
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr "ゲストユーザが作ったバスケットはセッションが終わると消されます。"
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr ""
"ひつようなら %(x_url_open)sログインまたは登録%(x_url_close)s をしてください。"
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr "この機能はゲストユーザには使えません。"
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
msgid "Back to search results"
msgstr "検索結果に戻る"
#: modules/webbasket/lib/webbasket_webinterface.py:98
msgid "Display baskets"
msgstr "バスケットの表示"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr "詳細とコメント"
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
msgid "Your Baskets"
msgstr "あなたのバスケット"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr "バスケットにレコードを加える"
#: modules/webbasket/lib/webbasket_webinterface.py:474
msgid "Delete a basket"
msgstr "バスケットを削除"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr "レコードをバスケットにコピー"
#: modules/webbasket/lib/webbasket_webinterface.py:721
msgid "Create basket"
msgstr "バスケットを作る"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
msgid "List of public baskets"
msgstr "公開バスケットのリスト"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "%(x_name)s が %(x_date)s に書いた。"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr "最新の %i このコメントを表示"
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr "この文書のディスカッションをする"
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr "この文書についてのディスカッションを始める"
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr "レコード %s は存在しません。"
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr "%s は有効なIDではありません。"
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr "レコードIDはありません。"
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr "%s を閲覧しますか?"
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr "このレビューは役に立ちましたか?"
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr "レビューを書く。"
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr "レビュー数: %(x_nb_reviews)s 。平均レビュースコアー: %(x_nb_score)s"
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr "読者には次の %s のレビューが役に立った。"
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr "全部で %s のレビューを見る。"
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr "このドキュメントの評価"
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr "このドキュメントの最初のレビューです"
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
msgid "Report abuse"
msgstr "不正使用の報告"
#: modules/webcomment/lib/webcomment_templates.py:361
#, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "%(x_nickname)s が %(x_date)s にレビューしました。"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr "このレビューは %(x_nb_total)i 人中 %(x_nb_people)i 人に役立ちました。"
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
msgid "Reviews"
msgstr "レビュー"
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr "前"
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr "次"
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr "全部で %s のレビューがあります"
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr "全部で %s のコメントがあります"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr "レビュー"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr "コメント"
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
msgid "Review"
msgstr "レビュー"
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr "読む"
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr "ページ"
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr "注:このコメントの著者名はあなたのニックネーム %s になります。"
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
"注: %(x_url_open)sここ%(x_url_close)s でニックネームをとうろくしてください。"
"このコメントの著者名は %(x_nickname)s になります。"
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
msgid "Article"
msgstr "記事"
#: modules/webcomment/lib/webcomment_templates.py:808
#, fuzzy
msgid "Add comment"
msgstr "コメントを追加"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr "注:このレビューの著者名はあなたのニックネーム %s になります。"
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr "この記事の評価"
#: modules/webcomment/lib/webcomment_templates.py:901
msgid "Select a score"
msgstr "評価を選んでください"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr "レビューにタイトルをつけてください。"
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr "レビューを書いてください。"
#: modules/webcomment/lib/webcomment_templates.py:908
#, fuzzy
msgid "Add review"
msgstr "レビューを追加"
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr "レビューを追加"
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr "あなたのレビューは追加されました。"
#: modules/webcomment/lib/webcomment_templates.py:940
msgid "Your comment was successfully added."
msgstr "あなたのコメントは追加されました。"
#: modules/webcomment/lib/webcomment_templates.py:942
msgid "Back to record"
msgstr "レコードにもどる"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr "すべてのコメントを読む。"
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr "すべてのレビューを読む。"
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr "特定のレビュー・コメントを消す(IDで)"
#: modules/webcomment/lib/webcomment_templates.py:1029
msgid "View all users who have been reported"
msgstr "レポートをくれたすべてのユーザーを見る。"
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "ガイド"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr "コメントとレビューは受けられないようになっています。"
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr "レビュー・コメントを読んでから消すかどうかを決める。ID="
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr "コメントID"
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr "コメントを読む"
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr "これまでにレポートはありません。"
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr "全部で %s このコメントを読む。"
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr "全部で %s このレビューを読む。"
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
"これまでレポートをくれたことのあるユーザーの一覧(レポート数の順)です。"
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr "ニックネーム"
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
msgid "Email"
msgstr "Eメイル"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr "ユーザID"
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr "好意的な評価の数"
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr "批判的な評価の数"
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr "全評価数"
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr "全レポート数"
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr "すべてのユーザーのコメントとレビューを読む。"
#: modules/webcomment/lib/webcomment_templates.py:1179
#, python-format
msgid "This review has been reported %i times"
msgstr "このレビューは%i回報告された。"
#: modules/webcomment/lib/webcomment_templates.py:1181
#, python-format
msgid "This comment has been reported %i times"
msgstr "このコメントは%i回報告された。"
#: modules/webcomment/lib/webcomment_templates.py:1258
msgid "Written by"
msgstr "著者"
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr "一般情報"
#: modules/webcomment/lib/webcomment_templates.py:1260
msgid "Select"
msgstr "選択"
#: modules/webcomment/lib/webcomment_templates.py:1274
msgid "Delete selected reviews"
msgstr "選択したレビューを消す"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr "不正なレポートを抑制"
#: modules/webcomment/lib/webcomment_templates.py:1279
msgid "Delete selected comments"
msgstr "選択したコメントを消す"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr "OK"
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr "ユーサー %s のレポート"
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr "ユーサー %s のコメント"
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr "コメント・レビュー %s"
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr "ユーザ %(x_user)s によるコメント(ID=%(x_cmtID)s)"
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr "全レビュー(多い順)のリスト"
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr "全コメント(多い順)のリスト"
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr "コメントID"
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr "消去しました"
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr "不正なレポートを抑制しました。"
#: modules/webcomment/lib/webcomment_templates.py:1375
#, fuzzy
msgid "Not yet reviewed"
msgstr "レビューを書いてください。"
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
msgid "Record Not Found"
msgstr "レコードがみつからない"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"%(x_url_open)sログイン%(x_url_close)s してから、コメントを追加してください。"
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
msgid "Login"
msgstr "ログイン"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr ""
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "内部エラー"
#: modules/webcomment/web/admin/webcommentadmin.py:95
msgid "Delete Comment"
msgstr "コメント削除"
#: modules/webcomment/web/admin/webcommentadmin.py:168
msgid "View all reported users"
msgstr "レポートした全ユーザを見る。"
#: modules/webcomment/web/admin/webcommentadmin.py:214
msgid "Delete comments"
msgstr "コメント削除"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr "不正レポートの抑制"
#: modules/webmessage/lib/webmessage.py:129
msgid "The message could not be deleted."
msgstr "メッセージは消去できなかった。"
#: modules/webmessage/lib/webmessage.py:131
msgid "The message was successfully deleted."
msgstr "記録は削除された"
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr "メイルボックスを空にしました。"
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr "日付 (%(x_year)i/%(x_month)i/%(x_day)i) は間違っています。"
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr "ユーザ名、グループ名を入れてください。"
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr "メッセージが長すぎます(%i字まで)"
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr "グループ %sは存在しません。"
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr "ユーザ %sは存在しません。"
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr "メッセージを書く。"
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr "いかのユーザはクオータ不足でメッセージが送れませんでした。"
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr "メッセージは送られました。"
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
msgid "Your Messages"
msgstr "メッセージ"
#: modules/webmessage/lib/webmessage_templates.py:87
msgid "Subject"
msgstr "題名"
#: modules/webmessage/lib/webmessage_templates.py:88
msgid "Sender"
msgstr "送信者"
#: modules/webmessage/lib/webmessage_templates.py:97
msgid "No messages"
msgstr "メッセージなし"
#: modules/webmessage/lib/webmessage_templates.py:101
msgid "No subject"
msgstr "見出しなし"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr "新しいメッセージを書く。"
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr "すべてを消す"
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:282
msgid "Send later?"
msgstr "後で送りますか?"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr "宛先:"
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr "ユーザー"
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr "グループ"
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
msgid "Subject:"
msgstr "件名:"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
msgid "Message:"
msgstr "メッセージ:"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr "送る"
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr "差出人:"
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr "返信された日付:"
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr "受信された日付:"
#: modules/webmessage/lib/webmessage_templates.py:451
msgid "Sent to:"
msgstr "返信先:"
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr "返信先のグループ:"
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr "返信"
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr "削除"
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr "すべてのメイルボックスが空になります。いいですか?"
#: modules/webmessage/lib/webmessage_templates.py:569
#, fuzzy, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr "クオータ:%i のメッセージ(最大 %i まで)"
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr "一つ以上選んでください"
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr "ユーザーに追加"
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr "グループに追加"
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr "該当ユーザーなし"
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr "外同グループなし"
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr "ユーザ・グループを検索"
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr "ユーザーを検索"
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr "グループを検索"
#: modules/webmessage/lib/webmessage_templates.py:679
#, fuzzy, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr "未読メッセージ %s 、全メッセージ %s。"
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr "メッセージを読む"
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "検索結果"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "すべての日"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "すべての月"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "すべての年"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "すべてのコレクション"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "コレクションを追加"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "ランク"
#: modules/websearch/lib/search_engine.py:851
msgid "HTML brief"
msgstr "HTMLで報告"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "新しいものから"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr "見つかりませんでした"
#: modules/websearch/lib/search_engine.py:1716
#, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr ""
"%(x_query1)sに完全マッチするものはなかった。%(x_query2)s を試してください。"
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
#: modules/websearch/lib/search_engine.py:2068
#, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"コレクション %(x_collection)s ではマッチしませんでした。他の公共コレクション"
"では %(x_nb_hits)dの%(x_url_open)sヒット%(x_url_close)sがありました。"
#: modules/websearch/lib/search_engine.py:2077
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:2190
msgid "No words index available for"
msgstr "以下の単語インデックスは見つからなかった:"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "以下の句インデックスは見つからなかった:"
#: modules/websearch/lib/search_engine.py:2226
#, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr ""
"%(x_index)s を %(x_term)sで検索したが、どのレコードにも合致しませんでした。"
"すべてのコレクションで最も近いものは以下のとおりです:"
#: modules/websearch/lib/search_engine.py:2230
#, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr ""
"%s で検索したが、どのレコードにも合致しませんでした。すべてのコレクションで最"
"も近いものは以下のとおりです:"
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr "レコード数が %d を越えているので、ソートできません。"
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr "%s は正しいソートオプションではありません。タイトルでソートします。"
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr "別の検索をします。"
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "このレコードは削除されました。"
#: modules/websearch/lib/search_engine.py:3750
#, fuzzy
msgid "Requested record does not seem to exist."
msgstr "レコード %s は存在しません。"
#: modules/websearch/lib/search_engine.py:3984
msgid "No match within your time limits, discarding this condition..."
msgstr "制限時間内に一致するものがみつかりませんでした。この条件を除きます。"
#: modules/websearch/lib/search_engine.py:4008
msgid "No match within your search limits, discarding this condition..."
msgstr "制限条件内に一致するものがみつかりませんでした。この条件を除きます。"
#: modules/websearch/lib/websearchadminlib.py:3202
#, fuzzy
msgid "Information"
msgstr "情報"
#: modules/websearch/lib/websearchadminlib.py:3203
#, fuzzy
msgid "References"
msgstr "参照:"
#: modules/websearch/lib/websearchadminlib.py:3204
#, fuzzy
msgid "Citations"
msgstr "参照された履歴:"
#: modules/websearch/lib/websearchadminlib.py:3205
#, fuzzy
msgid "Discussion"
msgstr "会議"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, python-format
msgid "Search %s records for:"
msgstr "%s のレコードを検索:"
#: modules/websearch/lib/websearch_templates.py:659
#, fuzzy
msgid "less"
msgstr "ルール"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "さらに"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr ""
# I assume another string follows.
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
#, fuzzy
msgid "Search everywhere"
msgstr "ここに検索クエリーを入力"
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "高度な検索"
#: modules/websearch/lib/websearch_templates.py:854
#, python-format
msgid "Search %s records for"
msgstr "%s のレコードを検索:"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "シンプルな検索"
#: modules/websearch/lib/websearch_templates.py:938
msgid "Search options:"
msgstr "検索オプション:"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
#, fuzzy
msgid "Added/modified since:"
msgstr "検索期間 から:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
msgid "until:"
msgstr "まで:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
msgid "Display results:"
msgstr "結果の表示"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
msgid "Output format:"
msgstr "出力フォーマット:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "検索期間 から:"
#: modules/websearch/lib/websearch_templates.py:1154
#, fuzzy
msgid "Modified since:"
msgstr "検索期間 から:"
#: modules/websearch/lib/websearch_templates.py:1191
msgid "Focus on:"
msgstr "焦点:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "限られた"
#: modules/websearch/lib/websearch_templates.py:1252
msgid "Search also:"
msgstr "検索対象の追加"
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr "このコレクションはまだ文書を含んでいません"
#: modules/websearch/lib/websearch_templates.py:1392
msgid "Latest additions:"
msgstr "最近の追加:"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, fuzzy, python-format
msgid "Cited by %i records"
msgstr " %s レコードから引用"
#: modules/websearch/lib/websearch_templates.py:1556
#, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr "すべてのコレクションの %(x_field)s で %(x_word)s に最も近いもの:"
#: modules/websearch/lib/websearch_templates.py:1559
#, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr "すべてのコレクションで %(x_word)s に最も近いもの:"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr "ヒット"
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr "次"
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "コレクション"
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr "制限:"
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "結果"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "asc."
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "desc."
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "単一のリスト"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "コレクションにより分離"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, python-format
msgid "%s records found"
msgstr "%s のレコードが見つかりました。"
#: modules/websearch/lib/websearch_templates.py:2343
msgid "begin"
msgstr "開始"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr "直前"
#: modules/websearch/lib/websearch_templates.py:2367
msgid "end"
msgstr "最後"
#: modules/websearch/lib/websearch_templates.py:2387
msgid "jump to record:"
msgstr "レコードへジャンプ:"
#: modules/websearch/lib/websearch_templates.py:2400
#, python-format
msgid "Search took %s seconds."
msgstr "検索にかかった時間: %s 秒"
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "バスケットに追加"
#: modules/websearch/lib/websearch_templates.py:2589
#, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"%(x_fmt_open)s結果の概観:%(x_fmt_close)s %(x_nb_records)s のレコードが "
"%(x_nb_seconds)s 秒で見つかった。"
#: modules/websearch/lib/websearch_templates.py:2637
msgid ""
"Boolean query returned no hits. Please combine your search terms differently."
msgstr ""
"AND/OR/NOTを用いたクエリーがマッチしませんでした。他の組み合わせを試してくだ"
"さい。"
#: modules/websearch/lib/websearch_templates.py:2669
msgid "See also: similar author names"
msgstr "似た著者名:"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, python-format
msgid "Collection %s Not Found"
msgstr "コレクション %s が見つかりません。"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr "%s というコレクションは存在しません。"
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr "%s の閲覧から始めてください。"
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3101
msgid "People who downloaded this document also downloaded:"
msgstr "このドキュメントをダウンロードした人々は次の文書もダウンロードした:"
#: modules/websearch/lib/websearch_templates.py:3117
msgid "People who viewed this page also viewed:"
msgstr "このページを見た人は以下のページも見た:"
#: modules/websearch/lib/websearch_templates.py:3170
#, python-format
msgid "Cited by: %s records"
msgstr " %s レコードから引用"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "%s レコードと相互引用"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3310
#, fuzzy
msgid "Affiliations:"
msgstr "参照された履歴:"
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3346
#, fuzzy
msgid "Publishes in"
msgstr "参加希望"
#: modules/websearch/lib/websearch_templates.py:3353
#, fuzzy
msgid "Papers:"
msgstr "ページ"
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3355
#, fuzzy
msgid "times"
msgstr "時間"
#: modules/websearch/lib/websearch_templates.py:3383
#, fuzzy
msgid "Citations:"
msgstr "参照された履歴:"
#: modules/websearch/lib/websearch_templates.py:3413
#, fuzzy
msgid "Citation summary results"
msgstr "検索結果に戻る"
#: modules/websearch/lib/websearch_templates.py:3418
#, fuzzy
msgid "Total number of citable papers analyzed:"
msgstr "全レポート数"
#: modules/websearch/lib/websearch_templates.py:3441
#, fuzzy
msgid "Total number of citations:"
msgstr "全レポート数"
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:420
#, fuzzy
msgid "You are not authorized to view this area."
msgstr "あなたはこのバスケットの所有者ではありません"
#: modules/websearch/lib/websearch_webinterface.py:755
msgid "Not found"
msgstr "見つかりません"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "中の"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
msgid ""
"Haven't found what you were looking for? Try your search on other servers:"
msgstr "捜していたものを見つけなかったならば、他のサーバーもお試しください:"
#: modules/websearch/lib/websearch_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr "外部コレクションの概要"
#: modules/websearch/lib/websearch_external_collections_templates.py:120
msgid "Search timed out."
msgstr "検索がタイムアウトしました。"
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr "外部検索エンジンが応答しません。ログ:"
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
msgid "No results found."
msgstr "結果はありませんでした。"
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, python-format
msgid "%s results found"
msgstr " %s の結果が見つかりました。"
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, python-format
msgid "%s seconds"
msgstr " %s 秒"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "報告書"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
"%(x_url_open)slogin%(x_url_close)sして、ユーザーとしてログインしてから作業を"
"してください。"
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
"%(x_fmt_open)sユーザー%(x_fmt_close)s %(x_url_open)s登録を%(x_url_close)s し"
"てください。"
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr "クエリーはありません。"
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
#: modules/websession/lib/websession_templates.py:97
msgid "External account settings"
msgstr "外部アカウント設定:"
#: modules/websession/lib/websession_templates.py:99
#, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:103
#, fuzzy
msgid "External user groups"
msgstr "詳しい 記録"
#: modules/websession/lib/websession_templates.py:160
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr "ログイン情報の編集"
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr "例"
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr "新Eメイルアドレス"
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
msgid "mandatory"
msgstr "必須"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr "注意"
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr "新しい値を設定してください"
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
#: modules/websession/lib/websession_templates.py:215
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
"パスワードを変更するには、現在のパスワードを入力し、新しいパスワードを次の"
"フォームに入力してください"
#: modules/websession/lib/websession_templates.py:217
msgid "Old password"
msgstr "現在のパスワード"
# Tsuboyama: There are various japanese words against mandatory.
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr "新パスワード"
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr "オプション"
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr "パスワードにはピリオド、カンマ、空白などを使ってもかまいません。"
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr "新しいパスワードに変更するために、現在のパスワードを入力してください"
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr "パスワードの確認"
#: modules/websession/lib/websession_templates.py:224
msgid "Set new password"
msgstr "新しいパスワード"
#: modules/websession/lib/websession_templates.py:229
#, fuzzy, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr ""
"ひつようなら %(x_url_open)sログインまたは登録%(x_url_close)s をしてください。"
#: modules/websession/lib/websession_templates.py:235
#, fuzzy, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr ""
"いまから%(x_url_open)sアカウントが%(x_url_close)sつかえるようになります。"
#: modules/websession/lib/websession_templates.py:249
#, fuzzy
msgid "Edit language-related settings"
msgstr "検索関連の設定を編集"
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr "web interfaceの言語を選択してください"
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
msgid "Update settings"
msgstr "設定を更新"
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr "検索関連の設定を編集"
#: modules/websession/lib/websession_templates.py:279
msgid "Show the latest additions box"
msgstr "’最近の追加’の表示"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr "ヘルプの表示"
#: modules/websession/lib/websession_templates.py:295
msgid "Number of search results per page"
msgstr "調査は生じる"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr "ログイン方法の編集"
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr "自分を認証するためのログイン方法を選んでください"
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
msgid "Select method"
msgstr ""
#: modules/websession/lib/websession_templates.py:359
#, fuzzy, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
"CDS Indicoのパスワードをお忘れならば、以下にあなたのEメイルアドレスを書いて"
"お送りください。パスワードをお送りします。"
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr "Eメイルアドレス"
#: modules/websession/lib/websession_templates.py:382
#, fuzzy
msgid "Send password reset link"
msgstr "パスワードを送る"
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:389
#, fuzzy
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
"もし外部ログインシステムをおつかいならば、所属機関に問い合わせてください。"
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr "内部ログインシステムにアカウントを変更することも可能です。%s"
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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 ""
"%s のインターフェース設定:個人ライブラリの設定、定期的に検索をおこない結果を"
"Eメイルで送るための自動通知の設定。"
#: modules/websession/lib/websession_templates.py:427
#: modules/websession/lib/websession_webinterface.py:267
msgid "Your Settings"
msgstr "あなたの設定"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr ""
"Eメイルアドレスやパスワードの設定・変更。インターフェースの外観の設定。"
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr "過去30日間にあなたが行った検索を見る。"
#: modules/websession/lib/websession_templates.py:441
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:450
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 ""
"定期的に行う検索を設定します。結果はEメイルでおくったり、自分のバスケットに"
"蓄積します。"
#: modules/websession/lib/websession_templates.py:459
msgid "Your Loans"
msgstr "貸し出し"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr "貸与品などのかんりをします。CERNIDが必要です"
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr "ゲストユーザはログアウトするとアラートが消失します。"
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
"%(x_user)s さん、つぎはa) %(x_url1_open)sログアウト または %(x_url1_close)s"
" b) %(x_url2_open)sアカウント設定の編集 %(x_url2_close)s をしてください。"
#: modules/websession/lib/websession_templates.py:573
msgid "Your Alert Searches"
msgstr "アラートの検索"
# Tsuboyama the following administration related items do not have to translated to Japanese.
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
msgid "Your Groups"
msgstr "あなたのグループ"
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
msgid "Your Submissions"
msgstr ""
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
msgid "Your Approvals"
msgstr ""
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr ""
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr "もう1度試してください"
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr ""
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr ""
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:707
#, fuzzy, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr "パスワードを %s に送りました。"
#: modules/websession/lib/websession_templates.py:722
msgid "Deleting your account"
msgstr "あなたのアカウントを消去します。"
#: modules/websession/lib/websession_templates.py:736
#, fuzzy
msgid "You are no longer recognized by our system."
msgstr "あなたはもう認証されません。"
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr "%(x_url_open)sここにログインしますか%(x_url_close)s?"
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr "すでにアカウントをお持ちなら、以下のフォームをお使いください。"
#: modules/websession/lib/websession_templates.py:780
#, fuzzy, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
"アカウントを持っていないならば、%(x_url_open)s登録%(x_url_close)sをしてくださ"
"い。"
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
"アカウントを持っていないならば、%(x_url_open)s登録%(x_url_close)sをしてくださ"
"い。"
#: modules/websession/lib/websession_templates.py:787
#, python-format
msgid ""
"It is not possible to create an account yourself. Contact %s if you want an "
"account."
msgstr "アカウントを作れません。%sに連絡をしてください。"
#: modules/websession/lib/websession_templates.py:810
msgid "Login method:"
msgstr "ログイン方法"
#: modules/websession/lib/websession_templates.py:837
msgid "Username"
msgstr "ユーザー名"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr "パスワード"
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr "次回から入力を省略"
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "ログイン"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr "パスワードを忘れましたか?"
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr "ログインにはニックネームまたはEメイルアドレスを使います"
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
#: modules/websession/lib/websession_templates.py:900
#, fuzzy
msgid "Set a new password for"
msgstr "新しいアラートの設定"
# Tsuboyama: There are various japanese words against mandatory.
#: modules/websession/lib/websession_templates.py:901
#, fuzzy
msgid "Type the new password"
msgstr "新パスワード"
#: modules/websession/lib/websession_templates.py:902
msgid "Type again the new password"
msgstr ""
# Tsuboyama: There are various japanese words against mandatory.
#: modules/websession/lib/websession_templates.py:903
#, fuzzy
msgid "Set the new password"
msgstr "新パスワード"
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr "自分のEメイルアドレス、ニックネーム、パスワードを入力してください"
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr "アカウントは確認・有効化しないと使えません。"
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr "パスワードの再入力"
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr "登録"
#: modules/websession/lib/websession_templates.py:978
#, 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 ""
"簡単に分かるパスワードは使わないでください。Eメイルアドレスを第三者に譲渡す"
"ることを禁じます。Eメイルアドレスがあなたを同定することにもちいられており "
"%s、新しいプレプリントを検索し通知メイルを送る機能などに用いられます。"
#: modules/websession/lib/websession_templates.py:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr "最初に%(x_url_open)sログイン%(x_url_close)sしてください。"
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr "あなたは管理機能を実行することはできません。"
#: modules/websession/lib/websession_templates.py:1014
#, fuzzy, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr "あなたは以下のグループのメンバーです"
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr "ここを見て下さい。"
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
"%(x_url_open)sAdmin Area%(x_url_close)s には管理者レベルのページがさらにあり"
"ます。"
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "ゲスト"
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr "会議"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "アラート"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "バスケット"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "アカウント"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr "メッセージ"
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr "グループ"
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr ""
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr "参加希望"
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr "承認"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "管理"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "ログアウト"
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr "あなたは以下のグループの管理者です"
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr "グループ"
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr "あなたはどのグループの管理者でもありません"
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr "グループを編集"
#: modules/websession/lib/websession_templates.py:1291
#, python-format
msgid "Edit %s members"
msgstr "%s のメンバーの編集"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
msgid "Create new group"
msgstr "新しいグループを作る"
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr "あなたは以下のグループのメンバーです"
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr "あなたはどのグループのメンバーでもありません"
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr "グループに参加する"
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr "グループを離脱する"
#: modules/websession/lib/websession_templates.py:1391
msgid "You are a member of the following external groups:"
msgstr "あなたは以下の外部グループのメンバーです"
#: modules/websession/lib/websession_templates.py:1414
msgid "You are not a member of any external groups."
msgstr "あなたはどの外部グループのメンバーでもありません"
#: modules/websession/lib/websession_templates.py:1462
msgid "Update group"
msgstr "グループの更新"
#: modules/websession/lib/websession_templates.py:1464
#, python-format
msgid "Edit group %s"
msgstr "グループ%sを編集"
#: modules/websession/lib/websession_templates.py:1466
msgid "Delete group"
msgstr "グループを削除"
#: modules/websession/lib/websession_templates.py:1539
msgid "Group name:"
msgstr "グループ名"
#: modules/websession/lib/websession_templates.py:1541
msgid "Group description:"
msgstr "グループの説明"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr "グループ参加条件"
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
msgid "Please select:"
msgstr "選択してください"
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr "グループに参加"
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr "または検索"
#: modules/websession/lib/websession_templates.py:1652
msgid "Choose group:"
msgstr "グループの選択"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr "または検索"
#: modules/websession/lib/websession_templates.py:1802
msgid "Remove member"
msgstr "メンバーの削除"
#: modules/websession/lib/websession_templates.py:1804
msgid "No members."
msgstr "メンバーなし"
#: modules/websession/lib/websession_templates.py:1814
msgid "Accept member"
msgstr "メンバーを許可"
#: modules/websession/lib/websession_templates.py:1814
msgid "Reject member"
msgstr "メンバーを拒否"
#: modules/websession/lib/websession_templates.py:1816
msgid "No members awaiting approval."
msgstr "承諾を待つ人はいません"
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
msgid "Current members"
msgstr "現行のメンバー"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
msgid "Members awaiting approval"
msgstr "承諾を待つメンバー"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr "新しいメンバーを招待"
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
"新しいメンバーを勧誘するために %(x_url_open)sweb message%(x_url_close)s シス"
"テムを使ってください。"
#: modules/websession/lib/websession_templates.py:1827
#, python-format
msgid "Group: %s"
msgstr "グループ:%s"
#: modules/websession/lib/websession_templates.py:1910
msgid "Group list"
msgstr "グループリスト"
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr "あなたはどこのグループのメンバーでもない。"
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr "本当にこのグループを削除してよいですか?"
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr "本当にこのグループから離脱しますか?"
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr "新メンバから見ることと変更が可能"
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr "見ることは可能だが、新メンバは"
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr "グループ %s:新しいメンバーの条件"
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr "ユーザーがグループ %s に参加しようとしています"
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
"このユーザーの要求を%(x_url_open)s承諾または拒否%(x_url_close)sしてください"
#: modules/websession/lib/websession_templates.py:2124
#, python-format
msgid "Group %s: Join request has been accepted"
msgstr "グループ%s:参加希望を承諾"
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr "あなたのグループ %s への参加希望は承諾されました"
#: modules/websession/lib/websession_templates.py:2127
#, python-format
msgid "Group %s: Join request has been rejected"
msgstr "グループ %s: あなたの参加要求は拒否されました"
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr "グループ %s: あなたの参加要求は拒否されました"
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:2145
#, python-format
msgid "Group %s has been deleted"
msgstr "グループ %s は削除されました"
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr "グループ %s は管理者により削除されました"
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr "データベースに問題があります"
#: modules/websession/lib/webuser.py:299
msgid "user"
msgstr "ユーザー"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr ""
#: modules/websession/lib/webuser.py:713
#, fuzzy
msgid "New account on"
msgstr "アカウントの表示"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr ""
#: modules/websession/lib/webuser.py:716
#, fuzzy
msgid "A new account has been created on"
msgstr "アカウントが作られました。"
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr ""
#: modules/websession/lib/webuser.py:720
msgid " Username/Email"
msgstr "ユーザー名/Email:"
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, fuzzy, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr ""
"いまから%(x_url_open)sアカウントが%(x_url_close)sつかえるようになります。"
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
#, fuzzy
msgid "Email address successfully activated"
msgstr "正当性の確認ができました。"
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:155
#, fuzzy
msgid "Reset password"
msgstr "パスワードの確認"
#: modules/websession/lib/websession_webinterface.py:161
msgid "This request for resetting a password has already been used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:164
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:271
#, fuzzy, python-format
msgid "%s Personalize, Your Settings"
msgstr "あなたの設定"
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr "編集された設定"
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
msgid "Show account"
msgstr "アカウントの表示"
#: modules/websession/lib/websession_webinterface.py:323
msgid "Switched to internal login method."
msgstr "内部ログインに切り替え"
#: modules/websession/lib/websession_webinterface.py:324
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:332
msgid "Send Password"
msgstr "パスワードを送信してください"
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
"あなたのEメイルアドレスが未登録なため %s、内部ログインに切り替えできません"
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
"あなたのEメイルアドレスが外部ログインシステムに未登録なため %s、外部ログイン"
"に切り替えられません"
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr "ログイン方法を変更しました"
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr "外部ログイン方法 %s がEメイルアドレスを用いた ログインでは"
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr "設定変更済み"
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr "ニックネーム %s は使用できません"
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr "やりなおしてください"
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr "設定の編集"
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr "設定の編集の失敗"
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr "Eメイルアドレス %s は不正です。"
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr "Eメイルアドレス %s は登録済みです。"
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr "また後でおためしください。"
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr "ニックネーム %s は登録済みです。"
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr "パスワード変更済み"
#: modules/websession/lib/websession_webinterface.py:415
msgid "Password edited"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr "2つのパスワードが一致していません。"
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
msgid "Editing password failed"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:423
msgid "Wrong old password inserted."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr "正しく保存されました。"
#: modules/websession/lib/websession_webinterface.py:450
msgid "Unable to update settings."
msgstr "保存できません。"
#: modules/websession/lib/websession_webinterface.py:507
#, fuzzy
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr "外部の認証システムを使っているため、パスワードは送れません。"
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr "このメイルアドレスは見つかりません。"
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr "Eメイルアドレスを直して下さい。"
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr "Eメイルアドレスを直して下さい。"
#: modules/websession/lib/websession_webinterface.py:552
#, fuzzy
msgid "Reset password link sent"
msgstr "パスワードをお送りしました。"
#: modules/websession/lib/websession_webinterface.py:597
msgid "Delete Account"
msgstr "削除されたアカウントです。"
#: modules/websession/lib/websession_webinterface.py:623
msgid "Logout"
msgstr "ログアウト"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr "登録"
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr "アカウントが作られました。"
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr "アカウントが作られました。"
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr "アカウントが確認できたら2番目のめいるをおくります。"
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr ""
"いまから%(x_url_open)sアカウントが%(x_url_close)sつかえるようになります。"
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr "登録失敗"
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr "ニックネーム%sは存在します。"
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr "管理者のみユーザーの登録ができます。"
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr "新しいグループに入る。"
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr "グループを離れる"
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr "グループを編集"
#: modules/websession/lib/websession_webinterface.py:1157
msgid "Edit group members"
msgstr "グループメンバーを編集"
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "ホーム"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "あなたのページ"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "ヘルプ"
#: modules/webstyle/lib/webstyle_templates.py:414
msgid "Last updated"
msgstr "最後の更新"
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr "Powered by"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "管理者"
#: modules/webstyle/lib/webstyle_templates.py:500
msgid "This site is also available in the following languages:"
msgstr "この場所は次の言語でまた利用できる:"
#: modules/webstyle/lib/webstyle_templates.py:529
msgid "Browser"
msgstr "ブラウザー"
#: modules/webstyle/lib/webstyle_templates.py:551
msgid "System Error"
msgstr "システムエラー"
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr "トレースバック"
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr "時間"
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr "クライアント"
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr "管理者にエラーレポートを送ってください。"
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr "管理者にエラーレポートを送ってください。"
#: modules/webstyle/lib/webstyle_templates.py:624
#, python-format
msgid "Please contact %s quoting the following information:"
msgstr "次の情報を %s にお送りください。"
#: modules/webstyle/lib/webstyle_templates.py:772
#, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr ""
"レコード 生成: %(x_date_creation)s, 最終変更: %(x_date_modification)s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
#, fuzzy
msgid "Admin Pages"
msgstr "管理者区域"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr "ヘルプページ"
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr "ハッキングページ"
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr "CDS Invenio ハッキング"
#: modules/webstyle/lib/webdoc_webinterface.py:161
#, fuzzy
msgid "Latest modifications:"
msgstr "最終変更日付"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:166
#, fuzzy
msgid "See also"
msgstr "検索対象の追加"
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, fuzzy, python-format
msgid "Page %s Not Found"
msgstr "コレクション %s が見つかりません。"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, fuzzy, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr "レコード %s は存在しません。"
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, fuzzy, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr ""
"いまから%(x_url_open)sアカウントが%(x_url_close)sつかえるようになります。"
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr "ログインしてください。"
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
msgid "Invalid parameter"
msgstr "不正なパラメータ"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr "ディレクトリがありません。"
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr "ドキュメントタイプが不明です。"
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr "アクションが不明です。"
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr "ページ数が不明です。"
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr "ディレクトリーが作れません。"
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr "ディレクトリーが作れません。"
#: modules/websubmit/lib/websubmit_engine.py:384
msgid "Unknown form field found on submission page."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:512
msgid "Unknown form field found on one of the submission pages."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr "ドキュメントタイプが不明です。"
#: modules/websubmit/lib/websubmit_engine.py:1469
msgid "The chosen action is not supported by the document type."
msgstr "このコレクションはまだ文書を含んでいない"
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr "警告"
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr "サブミットできるドキュメントタイプ:"
#: modules/websubmit/lib/websubmit_templates.py:95
#, fuzzy
msgid "Please select the type of document you want to submit"
msgstr "サブミットするドキュメントタイプを指定してください。"
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr "ドキュメントタイプがありません。"
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr "ログインしてください。"
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr "上・右にログインメニューがあります。"
#: modules/websubmit/lib/websubmit_templates.py:301
msgid "Please select a category"
msgstr "カテゴリーを選択して下さい。"
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr "注意:"
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr "カテゴリーを選択してアクションボタンを押してください。"
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr ""
"中断したファイル提出を続行するには提出アクセス番号を下に入れてください。"
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr "実行"
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr "サマリー"
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr "前のページ"
#: modules/websubmit/lib/websubmit_templates.py:535
msgid "Submission number"
msgstr "提出アクセス番号"
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr "次のページ"
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr "提出を中止しますか?"
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
msgid "Back to main menu"
msgstr "メインメニューへ"
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr "提出アクセス番号(提出に失敗したときなどに用います。)"
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr "サマリーウインドウに必須フィールドがあります。"
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr "フィールド %s は必須です。"
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr "選択ボックスから一つ選んでください。"
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr "ボタンを押してください"
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr "フィールド %s は必須です。"
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr "フィールド %(field)s は必須です。"
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr "戻る"
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr "終了!"
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr "終了"
#: modules/websubmit/lib/websubmit_templates.py:957
msgid "Submission no"
msgstr "提出番号"
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
"ドキュメント %(x_doctype)s のレベル%(x_step)s の%(x_action)s の機能のリスト"
#: modules/websubmit/lib/websubmit_templates.py:1032
msgid "Function"
msgstr "機能"
#: modules/websubmit/lib/websubmit_templates.py:1033
msgid "Score"
msgstr "評価"
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr "実行中の機能"
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr "機能%sはありません。"
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr "次にすること:"
#: modules/websubmit/lib/websubmit_templates.py:1111
msgid "record"
msgstr "レコード"
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr "ドキュメント"
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
msgid "version"
msgstr "バージョン"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr "ファイル"
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr "参照:"
#: modules/websubmit/lib/websubmit_templates.py:1375
msgid "For"
msgstr ":"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr "すべてのタイプのドキュメント"
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr "ID"
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr "参照:"
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr "最初のアクセス"
#: modules/websubmit/lib/websubmit_templates.py:1435
msgid "Last access"
msgstr "最後のアクセス"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr "この提出を削除しますか"
#: modules/websubmit/lib/websubmit_templates.py:1446
#, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "%(x_docname)s の %(x_id)s の提出を削除。"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr "参照(番号)がまだ与えられません。"
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr "参照ドキュメント"
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr "あなたはgeneral referee です。"
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr "あなたはレフリーです。カテゴリー:"
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr "参照ドキュメントのリスト"
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
#, fuzzy
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr "ドキュメント状態を調べたいものを選んでください。"
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr "査読 カテゴリーのリスト"
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr "カテゴリーを選択して下さい。"
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
msgid "Pending"
msgstr "ペンディング"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
msgid "Approved"
msgstr "承認"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
msgid "Rejected"
msgstr "却下"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr "キー"
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
msgid "Waiting for approval"
msgstr "承認待ち"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
msgid "Already approved"
msgstr "承認済み"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr "ペンディングのドキュメントあり"
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1808
#, fuzzy
msgid "List of refereing categories"
msgstr "査読 カテゴリーのリスト"
#: modules/websubmit/lib/websubmit_templates.py:1812
#, fuzzy
msgid "List of publication categories"
msgstr "公開バスケットのリスト"
#: modules/websubmit/lib/websubmit_templates.py:1816
#, fuzzy
msgid "List of direct approval categories"
msgstr "査読 カテゴリーのリスト"
# Probably context dependent
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
#, fuzzy
msgid "Cancelled"
msgstr "キャンセル"
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr "査読ドキュメントのリスト"
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr "詳細情報:リポート番号をクリック"
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "リポート番号"
#: modules/websubmit/lib/websubmit_templates.py:2073
#, fuzzy
msgid "List of publication documents"
msgstr "公開バスケットのリスト"
#: modules/websubmit/lib/websubmit_templates.py:2075
#, fuzzy
msgid "List of direct approval documents"
msgstr "査読ドキュメントのリスト"
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr "要求はレフリーに送信されました。"
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr "タイトル"
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr "著者"
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr "情報"
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr "クリック"
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr "ドキュメントは%(x_fmt_open)s承認待ちです%(x_fmt_close)s。"
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
msgid "It was first sent for approval on:"
msgstr "承認の請求日付:"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr "最新の承認メイルが届いた日付:"
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr "次のボタンを押すと、承認請求メイルが再送信されます。"
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr "再送信"
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr "注意:確認するとEメイルがレフリーに送られます。"
#: modules/websubmit/lib/websubmit_templates.py:2298
#, fuzzy
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr "このドキュメントのレフリーとして、承認か却下のボタンを押してください・"
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr "承認/却下"
#: modules/websubmit/lib/websubmit_templates.py:2305
#, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "このドキュメントは%(x_fmt_open)s承認されました%(x_fmt_close)s。"
#: modules/websubmit/lib/websubmit_templates.py:2307
msgid "Its approved reference is:"
msgstr "承認番号:"
#: modules/websubmit/lib/websubmit_templates.py:2313
msgid "It was approved on:"
msgstr "承認日付:"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "このドキュメントは%(x_fmt_open)s却下されました%(x_fmt_close)s。"
#: modules/websubmit/lib/websubmit_templates.py:2323
msgid "It was rejected on:"
msgstr "却下日付:"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
#, fuzzy
msgid "No referee has been selected yet."
msgstr "このレコードは削除されました。"
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
#, fuzzy
msgid "Select a referee"
msgstr "評価を選んでください"
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
#, fuzzy
msgid "Send a recommendation"
msgstr "コメントを核"
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr "決定してください"
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr "著者リストの追加"
#: modules/websubmit/lib/websubmit_templates.py:2453
#, fuzzy
msgid "No editorial board has been selected yet."
msgstr "このレコードは削除されました。"
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2602
#, fuzzy
msgid "Comments overview"
msgstr "コメント"
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr "ユーザーの検索"
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr "ユーザーの検索"
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
#, fuzzy
msgid "select user"
msgstr "バスケットを選択"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2741
#, fuzzy
msgid "add this user"
msgstr "ユーザーに追加"
#: modules/websubmit/lib/websubmit_templates.py:2791
#, fuzzy
msgid "remove this user"
msgstr "該当ユーザーなし"
#: modules/websubmit/lib/websubmit_templates.py:2906
#, fuzzy
msgid "User"
msgstr "ユーザー"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:172
#, fuzzy
msgid "The collection to which this file belong is restricted: "
msgstr "このコレクションの内容の検索は制限されています"
#: modules/websubmit/lib/websubmit_webinterface.py:178
#, fuzzy
msgid "This file is restricted: "
msgstr "このファイルは制限されています。"
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr "フルテキストへのアクセス"
#: modules/websubmit/lib/websubmit_webinterface.py:303
#, fuzzy
msgid "Not enough information to retrieve the document"
msgstr "このドキュメントの最初のレビューです"
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr "承認の要求はありません。"
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr "表示不可能です。"
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
#, fuzzy
msgid "Action unauthorized for this document."
msgstr "このドキュメントタイプにタイするアクションが未定義です。"
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
#, fuzzy
msgid "Action unavailable for this document."
msgstr "表示不可能です。"
#: modules/websubmit/web/publiline.py:668
#, fuzzy
msgid "Adding users to the editorial board"
msgstr "これらのバスケットに %i レコードを追加"
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
#, fuzzy
msgid "hits"
msgstr "ヒット"
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr "絞り込"
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr ""
#: modules/websubmit/web/publiline.py:793
#, fuzzy
msgid "Referee selection"
msgstr "参照(番号)がまだ与えられません。"
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
#, fuzzy
msgid "Come back to the document"
msgstr "このドキュメントの評価"
#: modules/websubmit/web/publiline.py:1068
#, fuzzy
msgid "Select:"
msgstr "選択"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
#, fuzzy
msgid "Approve"
msgstr "承認"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
#, fuzzy
msgid "Reject"
msgstr "却下"
#: modules/websubmit/web/publiline.py:1168
#, fuzzy
msgid "Wrong action for this document."
msgstr "このドキュメントの評価"
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:98
#, fuzzy, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr "%(x_url_open)sここにログインしますか%(x_url_close)s?"
#: modules/webjournal/lib/webjournal_templates.py:143
#, fuzzy
msgid "Regeneration Error"
msgstr "内部エラー"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
#, fuzzy
msgid "Publish"
msgstr "参加希望"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
#, fuzzy
msgid "Refresh"
msgstr "参照:"
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
#, fuzzy
msgid "Update"
msgstr "グループの更新"
#: modules/webjournal/lib/webjournal_templates.py:625
#, fuzzy
msgid "Apply"
msgstr "4月"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
#, fuzzy
msgid "Internal configuration error"
msgstr "内部エラー"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:194
#, fuzzy
msgid "No journal articles"
msgstr "ドキュメントタイプがありません。"
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:232
#, fuzzy
msgid "No journal issues"
msgstr "現在の状態"
#: modules/webjournal/lib/webjournal_config.py:269
#, fuzzy
msgid "Journal article error"
msgstr "内部エラー"
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:303
#, fuzzy
msgid "No journals available"
msgstr "ドキュメントタイプがありません。"
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:358
#, fuzzy
msgid "No current issue"
msgstr "現在の状態"
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:450
#, fuzzy
msgid "No popup record"
msgstr "レコードにもどる"
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:482
#, fuzzy
msgid "Update error"
msgstr "グループの更新"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr "内部エラー"
#: modules/webjournal/lib/webjournal_config.py:513
#, fuzzy
msgid "Journal publishing DB error"
msgstr "内部エラー"
#: modules/webjournal/lib/webjournal_config.py:544
#, fuzzy
msgid "Journal issue error"
msgstr "内部エラー"
#: modules/webjournal/lib/webjournal_config.py:545
#, fuzzy
msgid "We could not find a current issue in the Database"
msgstr "データベースにOAIソースがあります。"
#: modules/webjournal/lib/webjournal_config.py:575
#, fuzzy
msgid "Journal ID error"
msgstr "内部エラー"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:611
#, fuzzy
msgid "Sorry, this category does not exist for this journal."
msgstr "レコード %s は存在しません。"
#: modules/webjournal/web/admin/webjournaladmin.py:74
msgid "WebJournal Admin"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:148
#, fuzzy
msgid "Feature a record"
msgstr "レコードに戻る"
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:309
#, fuzzy
msgid "Publishing Interface"
msgstr "内部エラー"
#: modules/webjournal/web/admin/webjournaladmin.py:335
#, fuzzy
msgid "Add Journal"
msgstr "ジャーナル"
#: modules/webjournal/web/admin/webjournaladmin.py:337
#, fuzzy
msgid "Edit Settings"
msgstr "設定の編集"
#, fuzzy
#~ msgid "link"
#~ msgstr "中の"
#, fuzzy
#~ msgid "links"
#~ msgstr "ログイン"
#~ msgid "External %(link_or_links)s"
#~ msgstr "外部 %(link_or_links)s"
#~ msgid "The contents of this collection is restricted."
#~ msgstr "このコレクションの内容の検索は制限されています"
#, fuzzy
#~ msgid "Sort:"
#~ msgstr "並べ替え:"
#, fuzzy
#~ msgid "Author"
#~ msgstr "著者"
#~ msgid "Parameter docid missing"
#~ msgstr "docimパラメータがありません。"
#, fuzzy
#~ msgid "Please login to perform this action."
#~ msgstr "ログインしてください。"
#~ msgid "We need you to login"
#~ msgstr "ログインしてください"
#, fuzzy
#~ msgid "Alert sent successfully!"
#~ msgstr "アラートは更新されました。 %s"
#, fuzzy
#~ msgid "Main file(s)"
#~ msgstr "ファイル"
#~ msgid "Display searches"
#~ msgstr "検索の表示"
#~ msgid "Migrate BibFormat Settings"
#~ msgstr " BibFormat 設定を取り込む"
# Tsuboyama assumes "migrate" means "Include the format from another"
#~ msgid "Migrate Knowledge Bases"
#~ msgstr "知識ベースを取り込む"
#~ msgid "Migrate Behaviours"
#~ msgstr "ビヘビアを取り込む"
# Tsuboyama assumes "Behaviors" as a technical word.
#~ msgid "Migrate Formats"
#~ msgstr "フォーマットをとりこむ"
#, fuzzy
#~ msgid "Your account created on"
#~ msgstr "アカウントが作られました。"
#, fuzzy
#~ msgid "You have created a new account on"
#~ msgstr "または新しいトピックをつくる。"
#~ msgid ""
#~ "You can now go back to %(x_url_open)sBibEdit Admin Interface%(x_url_close)"
#~ "s."
#~ msgstr ""
#~ "もう %(x_url_open)sBibEdit Admin Interface%(x_url_close)s に戻れます。"
#, fuzzy
#~ msgid "No Articles"
#~ msgstr "記事"
#, fuzzy
#~ msgid "No Issues"
#~ msgstr "メッセージなし"
#, fuzzy
#~ msgid "Article Error"
#~ msgstr "記事"
#, fuzzy
#~ msgid "%s Personalize, Main page"
#~ msgstr "あなたのページ"
#, fuzzy
#~ msgid "%s , personalize"
#~ msgstr "あなたのページ"
#, fuzzy
#~ msgid "Successfully featured record: %s"
#~ msgstr "不正なレポートを抑制しました。"
#~ msgid "Convert"
#~ msgstr "変換"
#~ msgid "Library"
#~ msgstr "ライブラリ"
#~ msgid "Agenda"
#~ msgstr "題目"
#~ msgid "Webcast"
#~ msgstr "ウエブキャスト"
#~ msgid "Search Help"
#~ msgstr "検索のヘルプ"
#~ msgid "Comment Management"
#~ msgstr "コメント管理"
#~ msgid "You seem to be %(x_role)s."
#~ msgstr "あなたは %(x_role)s です。"
#~ msgid "Credentials for"
#~ msgstr "資格"
#~ msgid ""
#~ "An email has been sent to the given address with the account information."
#~ msgstr "アカウント情報を指定されたEメイルアドレスに送りました。"
#~ msgid "Unable to find file."
#~ msgstr "ファイルが見つかりません。"
#~ msgid ""
#~ "If you want to change your email address or password, please set new "
#~ "values in the form below."
#~ msgstr ""
#~ "Eメイルアドレス・パスワードを変更する場合は、次のフォームに新しいものを入"
#~ "力してください。"
#~ msgid "Cannot find submission directory."
#~ msgstr "ディレクトリーが見つかりません。"
#~ msgid "Unknown type of document"
#~ msgstr "ドキュメントタイプが不明です。"
#, fuzzy
#~ msgid "Edit parameters"
#~ msgstr "パラメータの編集。"
#~ msgid "Try your search on..."
#~ msgstr "検索を続けます。"
#, fuzzy
#~ msgid "See results"
#~ msgstr "結果を見る"
#, fuzzy
#~ msgid "%(num)s results found"
#~ msgstr " %s この記録が見つかりました。"
#, fuzzy
#~ msgid "No result found"
#~ msgstr "結果がありません。"
#, fuzzy
#~ msgid "Sort by"
#~ msgstr "ソート"
#, fuzzy
#~ msgid "Waiting members"
#~ msgstr "待っているメンバー"
#, fuzzy
#~ msgid "All of the words"
#~ msgstr "すべての単語"
#, fuzzy
#~ msgid "Any of the words"
#~ msgstr "どれかの単語"
#, fuzzy
#~ msgid "Exact phrase"
#~ msgstr "句全体"
#, fuzzy
#~ msgid "Partial phrase"
#~ msgstr "句の一部"
#, fuzzy
#~ msgid "Regular expression"
#~ msgstr "正規表現:"
#, fuzzy
#~ msgid "Added since"
#~ msgstr "その後加えられた:"
#~ msgid "<strong>%s</strong> records found"
#~ msgstr "<strong>%s</strong> の記録が見つかった。"
#~ msgid ""
#~ "<p>Sorry, collection <strong>%s</strong> does not seem to exist. <p>You "
#~ "may want to start browsing from <a href=\"%s\">%s</a>."
#~ msgstr ""
#~ "<p>コレクション <strong>%s</strong> は存在しません。 \n"
#~ "<p><a href=\"%s\">%s</a> からブラウズしてください。"
#, fuzzy
#~ msgid "Create New Group"
#~ msgstr "新しいグループをつくる"
#, fuzzy
#~ msgid "Detailed record #%s"
#~ msgstr "詳細 レコード数 %d"
#~ msgid "Search term <em>%s</em>"
#~ msgstr "検索語 <em>%s</em>"
#~ msgid "inside <em>%s</em> index"
#~ msgstr "<em>%s</em> 中の索引"
#, fuzzy
#~ msgid "Article:"
#~ msgstr "論文"
#, fuzzy
#~ msgid "Editing basket \"%s\""
#~ msgstr "バスケットの編集"
#~ msgid "detailed list"
#~ msgstr "詳しいリスト"
#, fuzzy
#~ msgid "%i group baskets"
#~ msgstr "グループ バスケット"
#, fuzzy
#~ msgid "%i others' baskets"
#~ msgstr "他に属するバスケット %i"
diff --git a/po/no.po b/po/no.po
index 0a3b4bd01..d20988aeb 100644
--- a/po/no.po
+++ b/po/no.po
@@ -1,7314 +1,7314 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-07-10 13:15+0200\n"
"Last-Translator: Lars Christian Raae <lars.christian.raae@cern.ch>\n"
"Language-Team: NO <cds.support@cern.ch>\n"
"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"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "OG IKKE"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "Administratorområde"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "Bla gjennom"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "Søketips"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "sammendrag"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "fulltekst"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "Regulært uttrykk:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "Alle ordene:"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "rapportnummer"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "år"
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr "emne"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "Delvis uttrykk:"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "referanse"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "forfatter"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
msgid "Search Guide"
msgstr "Søkeguide"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "eksperiment"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "Minst ett av ordene:"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "divisjon"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "Søk"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "alle felt"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "Hjelpesentral"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
msgid "Export as"
msgstr "Eksporter som"
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "samling"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr "WebSearch Administrator Guide"
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "Nøyaktig uttrykk:"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
msgid "Submit Guide"
msgstr "Innsendingshjelp"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "ELLER"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "OG"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "nøkkelord"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "tittel"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
msgid "Narrow by collection:"
msgstr "Begrens til samling:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
msgid "Add to personal basket"
msgstr "Legg i egen kurv"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
msgid "WebSubmit Admin Guide"
msgstr "WebSubmit Administrator Guide"
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
msgid "No fulltext"
msgstr "Ingen fulltekst"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
msgid "or"
msgstr "eller"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr "Legg til underfelt"
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr "Endre institutt"
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr "Felt"
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr "Legg til felt"
#: modules/bibedit/lib/bibedit_templates.py:123
msgid "Verbose"
msgstr "Tekst"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "Send inn"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr "Avbryt"
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr "Slett"
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
msgid "Action"
msgstr "Handling"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr "Element"
#: modules/bibedit/lib/bibedit_templates.py:155
msgid "Display"
msgstr "Vis"
#: modules/bibedit/lib/bibedit_templates.py:274
msgid "Done"
msgstr "Ferdig"
#: modules/bibedit/lib/bibedit_templates.py:275
msgid "Add another subfield"
msgstr "Legg til underfelt"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
"Felt og verdier må være fylt ut før du klikker Ferdig eller Legg til "
"underfelt"
#: modules/bibedit/lib/bibedit_templates.py:356
msgid "Move up"
msgstr "Flytt opp"
#: modules/bibedit/lib/bibedit_templates.py:369
msgid "Move down"
msgstr "Flytt ned"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr "Endre"
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr "Endringene dine er MIDLERTIDIGE."
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr "Klikk på Send inn for å lagre denne oppføringen."
#: modules/bibedit/lib/bibedit_templates.py:476
msgid "This record does not exist."
msgstr "Elementet finnes ikke."
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr "Forsøk et annet ID-nummer."
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr "Dette elementet blir for øyeblikket endret av en annen bruker."
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr "Prøv igjen senere."
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr "Kan ikke endre slettet element."
#: modules/bibedit/lib/bibedit_templates.py:500
msgid "There are record revisions not yet synchronized with the database."
msgstr "Det finnes revisjoner som ikke er synkronisert med databasen enda."
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
msgid "Please try again in a few minutes."
msgstr "Forsøk igjen om et par minutter."
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
"En ny revisjon av dette elementet er ikke synkronisert med databasen enda."
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr "Skriv inn ID-nummeret til elementet du ønsker å endre"
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr ""
"Dine endringer er nå blitt sendt inn. De vil bli behandlet så snart jobbkøen "
"er tom."
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
msgid "Edit another record"
msgstr "Endre et annet element"
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr "Er du sikker på at du vil slette dette elementet?"
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr "Ja"
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr "Nei"
#: modules/bibedit/lib/bibedit_templates.py:563
#, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr ""
"Er du sikker på at du vil gjenopprette revisjon %(revdate)s av element #"
"%(recid)s?"
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
"Den nåværende versjonen vil bli erstattet med en kopi av revisjon %(revdate)s"
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr "Du vil miste alle ulagrede endringer av dette elementet!"
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
"Den nye revisjonen synkroniseres nå med databasen og vil være klar om litt."
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr "Elementet vil bli slettet så snart jobbkøen er tom."
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr "Element %s - Legg til felt"
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr "BibEdit Administratorgrensesnitt"
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr "Endre element %(x_recid)s, felt %(x_field)s"
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr "Endre element %(x_recid)s, felt %(x_field)s - Legg til underfelt"
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, python-format
msgid "Submit and save record %s"
msgstr "Send inn og lagre element %s"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, python-format
msgid "Record #%s"
msgstr "Element #%s"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr "Element #%(recid)s, revisjon %(revdate)s"
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr "Meny"
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr "Avslutt redigering"
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr "Endre malattributter"
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr "Malredigering"
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr "Sjekk avhengigheter"
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr "Navn"
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
msgid "Description"
msgstr "Beskrivelse"
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr "Oppdater formatattributter"
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
msgid "Show Documentation"
msgstr "Vis dokumentasjon"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr "Skjul dokumentasjon"
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr "Status"
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr "Endret dato"
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
msgid "Manage Output Formats"
msgstr "Administrer visningsformater"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr "Administrer visningsmaler"
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr "Dokumentasjon av formatelementer"
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr "Administrer kunnskapsbaser"
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr "Ny visningsmal"
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr "Sjekk visningsmaler nøye"
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr "Kode"
#: modules/bibformat/lib/bibformat_templates.py:1134
msgid "Add New Output Format"
msgstr "Nytt visningsformat"
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr "meny"
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
msgid "Close Output Format"
msgstr "Lukk visningsformat"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
msgid "Rules"
msgstr "Regler"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr "Endre visningsformatattributter"
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
msgid "Remove Rule"
msgstr "Fjern regel"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr "Ny regel"
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr "Lagre endringer"
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr "Kunnskapsbase koblinger"
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr "Kunnskapsbase attributter"
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr "Kunnskapsbase avhengigheter"
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr "Fant ingen problemer med format"
#: modules/bibformat/lib/bibformat_templates.py:2266
msgid "An error has been found"
msgstr "Fant én feil"
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr "Følgende feil ble funnet"
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr "BibFormat Administrator"
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
msgid "Test with record:"
msgstr "Test på element:"
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr "Skriv søkespørring her."
#: modules/bibformat/lib/elements/bfe_authors.py:120
msgid "Hide"
msgstr "Skjul"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr "Vis alle %i forfattere"
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
msgid "Download fulltext"
msgstr "Last ned fulltekst"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr "tilleggsfiler"
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
msgid "older versions"
msgstr "eldre versjoner"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr "%(x_sitename)s lenke"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr "%(x_sitename)s lenker"
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external link"
msgstr "ekstern lenke"
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external links"
msgstr "eksterne lenker"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "Fulltekst"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
msgid "Restricted Output Format"
msgstr "Adgangsbegrenset visningsformat"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr "OK"
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, python-format
msgid "Output Format %s Rules"
msgstr "Visningsformat %s regler"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr "Visningsformat %s attributter"
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr "Visningsformat %s avhengigheter"
#: modules/bibformat/web/admin/bibformatadmin.py:371
msgid "Delete Output Format"
msgstr "Slett visningsformat"
#: modules/bibformat/web/admin/bibformatadmin.py:417
msgid "Cannot create output format"
msgstr "Kan ikke lage visningsformat"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr "Adgangsbegrenset visningsmal"
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr "Visningsmal %s"
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr "Visningsmal %s attributter"
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr "Visningsmal %s avhengigheter"
#: modules/bibformat/web/admin/bibformatadmin.py:660
msgid "Delete Format Template"
msgstr "Slett visningsmal"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr "Formatelement %s avhengigheter"
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr "Test formatelement %s"
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr "Ukjent kunnskapsbase"
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr "Kunnskapsbase %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr "Kunnskapsbase %s Attributter"
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr "Kunnskapsbase %s Avhengigheter"
#: modules/bibformat/web/admin/bibformatadmin.py:1285
msgid "Delete Knowledge Base"
msgstr "Slett kunnskapsbase"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr "Validering av visningsformat %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr "Validering av visningsmal %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr "Adgangsbegrenset formatelement"
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr "Validering av formatelement %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr "Formatvalidering"
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
msgid "See Guide"
msgstr "Se guide"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr "Nåværende OAI-kilder i databasen"
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr "Ingen nåværende OAI-kilder i databasen"
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr "Neste oaiharvest-jobb"
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr "planlagt tid:"
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr "status:"
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr "Ingen planlagte oaiharvest-jobber."
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr "validering vellykket"
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr "er ikke en OAI-støttet baseURL"
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
msgid "Citation history:"
msgstr "Siteringshistorikk:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
msgid "Download history:"
msgstr "Nedlastingshistorikk:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
msgid "Download user distribution:"
msgstr "Fordeling av nedlastinger:"
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr "I/T"
#: modules/miscutil/lib/dateutils.py:159
msgid "Sun"
msgstr "søn"
#: modules/miscutil/lib/dateutils.py:160
msgid "Mon"
msgstr "man"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr "tir"
#: modules/miscutil/lib/dateutils.py:162
msgid "Wed"
msgstr "ons"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr "tor"
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr "fre"
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr "lør"
#: modules/miscutil/lib/dateutils.py:167
msgid "Sunday"
msgstr "søndag"
#: modules/miscutil/lib/dateutils.py:168
msgid "Monday"
msgstr "mandag"
#: modules/miscutil/lib/dateutils.py:169
msgid "Tuesday"
msgstr "tirsdag"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr "onsdag"
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr "torsdag"
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr "fredag"
#: modules/miscutil/lib/dateutils.py:173
msgid "Saturday"
msgstr "lørdag"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
msgid "Month"
msgstr "Måned"
#: modules/miscutil/lib/dateutils.py:188
msgid "Jan"
msgstr "jan"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr "feb"
#: modules/miscutil/lib/dateutils.py:190
msgid "Mar"
msgstr "mar"
#: modules/miscutil/lib/dateutils.py:191
msgid "Apr"
msgstr "apr"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "mai"
#: modules/miscutil/lib/dateutils.py:193
msgid "Jun"
msgstr "jun"
#: modules/miscutil/lib/dateutils.py:194
msgid "Jul"
msgstr "jul"
#: modules/miscutil/lib/dateutils.py:195
msgid "Aug"
msgstr "aug"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr "sep"
#: modules/miscutil/lib/dateutils.py:197
msgid "Oct"
msgstr "okt"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr "nov"
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr "des"
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "januar"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "februar"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "mars"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "april"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "juni"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "juli"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "august"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "september"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "oktober"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "november"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "desember"
#: modules/miscutil/lib/dateutils.py:231
msgid "Day"
msgstr "Dag"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "År"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
msgid "Sorry"
msgstr "Beklager"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr "Kan ikke sende feilrapport, %s parameter mangler."
#: modules/miscutil/lib/errorlib_webinterface.py:100
msgid "The error report has been sent."
msgstr "Feilrapporten er sendt."
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr "Tusen takk for at du hjelper oss å forbedre CDS Invenio."
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr "Bruk nettleserens tilbakeknapp for å gå tilbake til forrige side."
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr "Takk!"
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr "journal"
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr "element-ID"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr "ordlikhet"
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr "journalens impact factor"
#: modules/miscutil/lib/inveniocfg.py:412
msgid "times cited"
msgstr "antall siteringer"
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
msgid "Hello:"
msgstr "Hallo:"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr "Vennlig hilsen"
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr "Trengs menneskelig intervensjon? Kontakt"
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr "Kjør BibEdit"
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr "Konfigurer BibFormat"
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr "Konfigurer BibHarvest"
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
msgid "Configure OAI Repository"
msgstr "Konfigurer OAI-arkiv"
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr "Konfigurer BibIndex"
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr "Konfigurer BibRank"
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr "Konfigurer WebAccess"
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
msgid "Configure WebComment"
msgstr "Konfigurer WebComment"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
msgid "Configure WebSearch"
msgstr "Konfigurer WebSøk"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr "Konfigurer WebSubmit"
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, python-format
msgid "Your account on '%s' has been activated"
msgstr "Din konto på '%s' er aktivert"
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr "Din konto opprettet på '%s' er nå aktivert:"
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
msgid "Username/Email:"
msgstr "Brukernavn/E-post:"
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
msgid "Password:"
msgstr "Passord:"
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, python-format
msgid "Account created on '%s'"
msgstr "Konto opprettet på '%s'"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, python-format
msgid "An account has been created for you on '%s':"
msgstr "En konto er opprettet for deg på '%s':"
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, python-format
msgid "Account rejected on '%s'"
msgstr "Konto avslått på '%s'"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr "Din forespørsel om en konto på '%s' ble avslått:"
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, python-format
msgid "Username/Email: %s"
msgstr "Brukernavn/E-post: %s"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, python-format
msgid "Account deleted on '%s'"
msgstr "Konto slettet på '%s'"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "Din konto på '%s' er slettet:"
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "Detaljert visning"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "Lignende elementer"
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr "Sitert av"
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr "Du har allerede et varsel med navnet %s."
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr "ukjent"
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
#, fuzzy
msgid "You do not have rights for this operation."
msgstr ""
"Du har ikke tilstrekkelige rettigheter til å se innholdet i denne kurven."
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr "Du har allerede varsling for angitt spørring og kurv."
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr "Du må gi varselet et navn."
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr "Du er ikke denne kurvens eier."
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr "Varselet %s er lagt til i profilen din."
#: modules/webalert/lib/webalert.py:376
#, python-format
msgid "The alert %s has been successfully updated."
msgstr "Varselet %s er oppdatert."
#: modules/webalert/lib/webalert.py:428
#, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
"Du har gjort %(x_nb)s spørringer. En %(x_url_open)sdetaljert liste"
"%(x_url_close)s er tilgjengelig med mulighet for å (a) se søkeresultatene og "
"(b) abonnere på en automatisk e-postvarsling for disse spørringene."
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr "Søkestreng"
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr "Søkestreng 1"
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr "Felt 1"
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr "Søkestreng 2"
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr "Felt 2"
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr "Søkestreng 3"
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr "Felt 3"
#: modules/webalert/lib/webalert_templates.py:90
msgid "Collections"
msgstr "Samlinger"
#: modules/webalert/lib/webalert_templates.py:92
msgid "Collection"
msgstr "Samling"
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr "Du har følgende varsler:"
#: modules/webalert/lib/webalert_templates.py:114
msgid "alert name"
msgstr "navn på varsel"
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr "VIS"
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr ""
"Dette varselet vil gi deg beskjed hver gang/kun hvis et nytt element "
"oppfyller følgende spørring:"
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr "SPØRRING"
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr "Varsel identifikasjonsnavn:"
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr "Søkefrekvens:"
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
msgid "monthly"
msgstr "månedlig"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr "ukentlig"
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
msgid "daily"
msgstr "daglig"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr "Send e-postvarsel?"
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr "ja"
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr "nei"
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr "hvis %(x_fmt_open)snei%(x_fmt_close)s må du angi en kurv"
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr "Lagre resultater i kurv?"
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr "SETT VARSEL"
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr "TØM SKJEMA"
#: modules/webalert/lib/webalert_templates.py:300
#, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
"Sett et nytt varsel fra %(x_url1_open)sdine søk%(x_url1_close)s, "
"%(x_url2_open)spopulære søk%(x_url2_close)s, eller webskjemaet."
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr "Søkefrekvens"
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr "E-postvarsel"
#: modules/webalert/lib/webalert_templates.py:322
msgid "Result in basket"
msgstr "Resultater i kurv"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr "Sist kjørt"
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr "Opprettet dato"
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr "Spørring"
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
msgid "no basket"
msgstr "ingen kurv"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
msgid "Remove"
msgstr "Slett"
#: modules/webalert/lib/webalert_templates.py:374
msgid "Modify"
msgstr "Endre"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr "Utfør søk"
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr "Du har angitt %s varsler."
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
"Du har ikke utført noe søk ennå. Gå til %(x_url_open)ssøkesiden"
"%(x_url_close)s først."
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr ""
"Du har utført %(x_nb1)s søk (%(x_nb2)s ulike spørsmål) i løpet av de siste "
"30 dagene eller så."
#: modules/webalert/lib/webalert_templates.py:434
#, python-format
msgid "Here are the %s most popular searches."
msgstr "Viser de %s mest populære søkene."
#: modules/webalert/lib/webalert_templates.py:445
msgid "Question"
msgstr "Spørsmål"
#: modules/webalert/lib/webalert_templates.py:449
msgid "Last Run"
msgstr "Sist kjøring"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr "Sett nytt varsel"
#: modules/webalert/lib/webalert_webinterface.py:79
msgid "Popular Searches"
msgstr "Søk"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
msgid "Your Searches"
msgstr "Dine søk"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
msgid "Your Account"
msgstr "Din konto"
#: modules/webalert/lib/webalert_webinterface.py:90
#, python-format
msgid "%s Personalize, Display searches"
msgstr "%s Brukerinnstillinger, Vis søk"
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, python-format
msgid "%s, personalize"
msgstr "%s, brukerinnstillinger"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr "Feil"
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, python-format
msgid "%s Personalize, Set a new alert"
msgstr "%s Brukerinnstillinger, Sett nytt varsel"
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr "Sett nytt varsel"
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr "Endre innstillinger for varsling"
#: modules/webalert/lib/webalert_webinterface.py:227
#, python-format
msgid "%s Personalize, Modify alert settings"
msgstr "%s Brukerinnstillinger, Endring innstillinger for varsling"
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
msgid "Your Alerts"
msgstr "Dine varsler"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, python-format
msgid "%s Personalize, Display alerts"
msgstr "%s Brukerinnstillinger, Vis varsler"
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
msgid "Display alerts"
msgstr "Vis varsler"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr "Kommentaren din ble postet"
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
msgid "Personal baskets"
msgstr "Egne kurver"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
msgid "Group baskets"
msgstr "Gruppekurver"
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
msgid "Others' baskets"
msgstr "Andres kurver"
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
"Du har %(x_nb_perso)s egne kurver og abonnerer på %(x_nb_group)s "
"gruppekurver og %(x_nb_public)s av andre brukeres offentlige kurver."
#: modules/webbasket/lib/webbasket_templates.py:198
#, python-format
msgid "There are %i baskets"
msgstr "Det finnes %i kurver"
#: modules/webbasket/lib/webbasket_templates.py:206
msgid "updated on"
msgstr "oppdatert den"
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr "Kurven er tom"
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
"Denne kurven tilhører %(x_name)s. Du kan fritt %(x_url_open)sabonnere"
"%(x_url_close)s på den"
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
msgid "Public basket"
msgstr "Offentlig kurv"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
msgid "records"
msgstr "elementer"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
msgid "last update"
msgstr "sist oppdatert"
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr "Abonner på denne kurven"
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
msgid "Basket's name"
msgstr "Kurvens navn"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr "Antall visninger"
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr "Eier"
#: modules/webbasket/lib/webbasket_templates.py:355
msgid "View"
msgstr "Vis"
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr "Abonner"
#: modules/webbasket/lib/webbasket_templates.py:377
msgid "There is currently no publicly accessible basket"
msgstr "Det er for tiden ingen offentlig tilgjengelig kurv."
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr ""
"Viser kurv %(x_nb_begin)i-%(x_nb_end)i av totalt %(x_nb_total)i kurver."
#: modules/webbasket/lib/webbasket_templates.py:422
msgid "Actions"
msgstr "Handlinger"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
msgid "Non-shared basket"
msgstr "Ikke-delt kurv"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
msgid "Shared basket"
msgstr "Delt kurv"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
msgid "Group-shared basket"
msgstr "Gruppe-delt kurv"
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
msgid "Edit basket"
msgstr "Endre kurv"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr ""
"Du har ikke tilstrekkelige rettigheter til å se innholdet i denne kurven."
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr "Kanseller abonnementet på denne kurven"
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr "kommentarer"
#: modules/webbasket/lib/webbasket_templates.py:521
msgid "last comment:"
msgstr "siste kommentar:"
#: modules/webbasket/lib/webbasket_templates.py:582
msgid "Move item up"
msgstr "Flytt element opp"
#: modules/webbasket/lib/webbasket_templates.py:590
msgid "Move item down"
msgstr "Flytt element ned"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr "Kopier element"
#: modules/webbasket/lib/webbasket_templates.py:606
msgid "Remove item"
msgstr "Fjern element"
#: modules/webbasket/lib/webbasket_templates.py:609
msgid "External record"
msgstr "Eksternt element"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr "siste"
#: modules/webbasket/lib/webbasket_templates.py:647
msgid "View comments"
msgstr "Se kommentarer"
#: modules/webbasket/lib/webbasket_templates.py:672
msgid "This basket is publicly accessible at the following address:"
msgstr "Denne kurven er offentlig tilgjengelig på følgende adresse:"
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "Sorter etter:"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr "Tittel"
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr "Dato"
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr "Kommentarer"
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr "Det er totalt %i kommentarer"
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr "Skriv en kommentar"
#: modules/webbasket/lib/webbasket_templates.py:833
msgid "Back to baskets"
msgstr "Tilbake til kurver"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr "av"
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "on"
msgstr "den"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr "Svar"
#: modules/webbasket/lib/webbasket_templates.py:876
msgid "Delete comment"
msgstr "Slett kommentar"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr "Legg til kommentar"
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr "Kommentar"
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
msgid "Create new basket"
msgstr "Opprett ny kurv"
#: modules/webbasket/lib/webbasket_templates.py:1001
msgid "Select topic"
msgstr "Velg emne"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr "Velg emne"
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr "eller opprett nytt"
#: modules/webbasket/lib/webbasket_templates.py:1019
msgid "Create new topic"
msgstr "Opprett nytt emne"
#: modules/webbasket/lib/webbasket_templates.py:1021
msgid "Create a new basket"
msgstr "Opprett ny kurv"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
msgid "Select basket"
msgstr "Velg kurv"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr "Legg i egen kurv"
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, python-format
msgid "%i baskets"
msgstr "%i kurver"
#: modules/webbasket/lib/webbasket_templates.py:1111
msgid "Add to a group-shared basket"
msgstr "Legg i gruppe-delt kurv"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr "Legg i offentlig kurv"
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr "Legger %i elementer i disse kurvene"
#: modules/webbasket/lib/webbasket_templates.py:1167
msgid "Add to baskets"
msgstr "Legg i kurver"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr "De valgte elementene ble lagt i %i kurver."
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr "Ingen elementer ble lagt i de valgte kurvene."
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr "Er du sikker på at du vil slette denne kurven?"
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr "%i brukere abonnerer på denne kurven."
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr "%i brukergrupper abonnerer på denne kurven."
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr "Du har satt %i varsler på denne kurven."
#: modules/webbasket/lib/webbasket_templates.py:1277
msgid "General settings"
msgstr "Generelle innstillinger"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr "Legg til gruppe"
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr "Administrer grupperettigheter"
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr "Administrer globale delingsrettigheter"
#: modules/webbasket/lib/webbasket_templates.py:1314
msgid "Delete basket"
msgstr "Slett kurv"
#: modules/webbasket/lib/webbasket_templates.py:1338
msgid "Editing basket"
msgstr "Endrer kurv"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr "Lagre endringer"
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr "Ingen tillatelser"
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
msgid "View records"
msgstr "Se elementer"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "and"
msgstr "og"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr "se kommentarer"
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr "legge til kommentarer"
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
msgid "add records"
msgstr "legge til elementer"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
msgid "delete comments"
msgstr "slette kommentarer"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
msgid "remove records"
msgstr "fjerne elementer"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr "administrere delingsrettigheter"
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr "Du er ikke medlem av noen gruppe."
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr "Deler kurv til ny gruppe."
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr ""
"Du er logget inn som gjestebruker, dine kurver vil forsvinne når sesjonen "
"avsluttes."
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr ""
"Hvis du ønsker kan du %(x_url_open)slogge inn eller registrere deg her"
"%(x_url_close)s."
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr "Denne funksjonaliteten er ikke tilgjengelig for gjestebrukere."
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
msgid "Back to search results"
msgstr "Tilbake til søkeresultatene"
#: modules/webbasket/lib/webbasket_webinterface.py:98
msgid "Display baskets"
msgstr "Vis kurver"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr "Detaljer og kommentarer"
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
msgid "Your Baskets"
msgstr "Dine kurver"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr "Legg elementer i kurver"
#: modules/webbasket/lib/webbasket_webinterface.py:474
msgid "Delete a basket"
msgstr "Slett en kurv"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr "Kopier element til kurv"
#: modules/webbasket/lib/webbasket_webinterface.py:721
msgid "Create basket"
msgstr "Opprett kurv"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
msgid "List of public baskets"
msgstr "Oversikt over offentlige kurver"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "%(x_name)s skrev den %(x_date)s:"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr "Viser siste %i kommentarer:"
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr "Diskuter dette dokumentet"
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr "Start en diskusjon om dette dokumentet."
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr "Beklager, elementet %s finnes ikke."
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr "Beklager, %s er ikke et gyldig ID-nummer."
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr "Beklager, ingen ID-nummer ble angitt."
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr "Du bør muligens begynne å bla fra %s"
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr "Var denne vurderingen nyttig?"
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr "Skriv en vurdering"
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr ""
"Gjennomsnittlig rangering: %(x_nb_score)s basert på %(x_nb_reviews)s "
"vurderinger"
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr "Lesere syntes de følgende %s vurderingene var nyttigst."
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr "Vis alle %s vurderinger"
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr "Ranger dette dokumentet"
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr "Bli den første til å vurdere dette dokumentet."
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
msgid "Report abuse"
msgstr "Rapporter misbruk"
#: modules/webcomment/lib/webcomment_templates.py:361
#, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "Vurdert av %(x_nickname)s den %(x_date)s"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr ""
"%(x_nb_people)i av %(x_nb_total)i lesere syntes denne vurderingen var nyttig"
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
msgid "Reviews"
msgstr "Vurderinger"
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr "Forrige"
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr "Neste"
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr "Det er totalt %s vurderinger"
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr "Det er totalt %s kommentarer"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr "vurdering"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr "kommentar"
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
msgid "Review"
msgstr "Vurdering"
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr "Viser"
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr "Side:"
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr ""
"Merk: Ditt brukernavn, %s, vil vises som forfatter av denne kommentarer"
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
"Merk: Du har ikke %(x_url_open)sangitt et brukernavn%(x_url_close)s. "
"%(x_nickname)s vil vises som forfatter av denne kommentaren."
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
msgid "Article"
msgstr "Artikkel"
#: modules/webcomment/lib/webcomment_templates.py:808
msgid "Add comment"
msgstr "Legg til kommentar"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr ""
"Merk: Ditt brukernavn, %s, vil vises som forfatter av denne vurderingen."
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr "Ranger denne artikkelen"
#: modules/webcomment/lib/webcomment_templates.py:901
msgid "Select a score"
msgstr "Velg en rangering"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr "Gi vurderingen din en tittel"
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr "Skriv vurderingen din"
#: modules/webcomment/lib/webcomment_templates.py:908
msgid "Add review"
msgstr "Legg til vurdering"
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr "Legg til vurdering"
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr "Din vurdering er lagt til."
#: modules/webcomment/lib/webcomment_templates.py:940
msgid "Your comment was successfully added."
msgstr "Din kommentar er lagt til."
#: modules/webcomment/lib/webcomment_templates.py:942
msgid "Back to record"
msgstr "Tilbake til element"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr "Vis alle rapporterte kommentarer"
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr "Vis alle rapporterte vurderinger"
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr "Slett en spesifikk kommentar/vurdering (etter ID)"
#: modules/webcomment/lib/webcomment_templates.py:1029
msgid "View all users who have been reported"
msgstr "Vis alle rapporterte brukere"
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "Guide"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr "Kommentarer og vurderinger er slått av"
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr ""
"Oppgi kommentaren/vurderingens ID for å vise den, før du avgjør om den skal "
"slettes eller ikke."
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr "Kommentar-ID:"
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr "Vis kommentar"
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr "Ingen rapporteringer hittil."
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr "Vis alle %s rapporterte kommentarer"
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr "Vis alle %s rapporterte vurderinger"
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
"Viser brukere som har fått minst én kommentar rapportert, sortert på antall "
"rapporteringer."
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr "Brukernavn"
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
msgid "Email"
msgstr "E-post"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr "Bruker-ID"
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr "Antall positive stemmer"
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr "Antall negative stemmer"
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr "Totalt antall stemmer"
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr "Totalt antall rapporteringer"
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr "Se alle rapporterte kommentarer/vurderinger fra denne brukeren"
#: modules/webcomment/lib/webcomment_templates.py:1179
#, python-format
msgid "This review has been reported %i times"
msgstr "Denne vurderingen er rapportert %i ganger."
#: modules/webcomment/lib/webcomment_templates.py:1181
#, python-format
msgid "This comment has been reported %i times"
msgstr "Denne kommentaren er rapportert %i ganger."
#: modules/webcomment/lib/webcomment_templates.py:1258
msgid "Written by"
msgstr "Skrevet av"
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr "Generell informasjon"
#: modules/webcomment/lib/webcomment_templates.py:1260
msgid "Select"
msgstr "Merk"
#: modules/webcomment/lib/webcomment_templates.py:1274
msgid "Delete selected reviews"
msgstr "Slett merkede vurderinger"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr "Ignorer merket misbruksrapport"
#: modules/webcomment/lib/webcomment_templates.py:1279
msgid "Delete selected comments"
msgstr "Slett merkede kommentarer"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr "OK"
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr "Rapporterte vurderinger fra bruker %s"
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr "Rapporterte kommentarer fra bruker %s"
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr "Kommentar/vurdering %s"
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr "Kommentar/vurdering %(x_cmtID)s skrevet av bruker %(x_user)s"
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr "Alle rapporterte vurderinger sortert på antall rapporteringer"
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr "Alle rapporterte kommentarer sortert på antall rapporteringer"
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr "kommentar-ID"
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr "ble slettet"
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr "misbruksrapport ble ignorert"
#: modules/webcomment/lib/webcomment_templates.py:1375
msgid "Not yet reviewed"
msgstr "Ingen vurderinger ennå"
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
msgid "Record Not Found"
msgstr "Fant ikke element"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Du må %(x_url_open)slogge inn%(x_url_close)s før du kan legge inn "
"kommentaren din."
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
msgid "Login"
msgstr "Logg inn"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr "WebComment Administrator"
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "Intern Feil"
#: modules/webcomment/web/admin/webcommentadmin.py:95
msgid "Delete Comment"
msgstr "Slett kommentar"
#: modules/webcomment/web/admin/webcommentadmin.py:168
msgid "View all reported users"
msgstr "Vis alle rapporterte brukere"
#: modules/webcomment/web/admin/webcommentadmin.py:214
msgid "Delete comments"
msgstr "Slett kommentarer"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr "Ignorer misbruksrapporter"
#: modules/webmessage/lib/webmessage.py:129
msgid "The message could not be deleted."
msgstr "Klarte ikke å slette melding."
#: modules/webmessage/lib/webmessage.py:131
msgid "The message was successfully deleted."
msgstr "Meldingen ble slettet."
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr "Postboksen din ble tømt."
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr "Valgt dato (%(x_year)i/%(x_month)i/%(x_day)i) er ugyldig."
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr "Oppgi bruker- eller gruppenavn."
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr ""
"Meldingen er for lang, vennligst rediger den. Maksimal tillatt størrelse er "
"%i tegn."
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr "Gruppen %s finnes ikke."
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr "Brukeren %s finnes ikke."
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr "Skriv melding"
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr ""
"Meldingen kunne ikke sendes til følgende mottakere grunnet deres kvote:"
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr "Meldingen er sendt."
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
msgid "Your Messages"
msgstr "Dine meldinger"
#: modules/webmessage/lib/webmessage_templates.py:87
msgid "Subject"
msgstr "Emne"
#: modules/webmessage/lib/webmessage_templates.py:88
msgid "Sender"
msgstr "Avsender"
#: modules/webmessage/lib/webmessage_templates.py:97
msgid "No messages"
msgstr "Ingen meldinger"
#: modules/webmessage/lib/webmessage_templates.py:101
msgid "No subject"
msgstr "Intet emne"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr "Skriv ny melding"
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr "Slett alle"
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr "Re:"
#: modules/webmessage/lib/webmessage_templates.py:282
msgid "Send later?"
msgstr "Send senere?"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr "Til:"
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr "Brukere"
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr "Grupper"
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
msgid "Subject:"
msgstr "Emne:"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
msgid "Message:"
msgstr "Melding:"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr "SEND"
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr "Fra:"
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr "Sendt:"
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr "Mottatt:"
#: modules/webmessage/lib/webmessage_templates.py:451
msgid "Sent to:"
msgstr "Sendt til:"
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr "Sendt til grupper:"
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr "SVAR"
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr "SLETT"
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr "Er du sikker på at du vil tømme postboksen?"
#: modules/webmessage/lib/webmessage_templates.py:569
#, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr "Brukt kvote: %(x_nb_used)i meldinger av maksimalt %(x_nb_total)i"
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr "Velg én eller flere:"
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr "Legg til brukere"
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr "Legg til grupper"
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr "Ingen passende bruker"
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr "Ingen passende gruppe"
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr "Finn brukere eller grupper:"
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr "Finn bruker"
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr "Finn gruppe"
#: modules/webmessage/lib/webmessage_templates.py:679
#, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr "Du har %(x_nb_new)s nye meldinger av totalt %(x_nb_total)s meldinger"
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr "Les melding"
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "Søkeresultater"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "alle dager"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "alle måneder"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "alle år"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "alle samlinger"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "legg til ny samling"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "ranger etter"
#: modules/websearch/lib/search_engine.py:851
msgid "HTML brief"
msgstr "HTML sammendrag"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "siste først"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr "Fant ingen verdier."
#: modules/websearch/lib/search_engine.py:1716
#, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr ""
"Fikk ingen nøyaktige treff for %(x_query1)s, bruker %(x_query2)s i stedet..."
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
"Oppdaget nøstede eller umatchede paranteser. Ignorerer alle paranteser i "
"spørringen..."
#: modules/websearch/lib/search_engine.py:2068
#, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"Fikk ingen treff i samling %(x_collection)s. Andre offentlige samlinger gav "
"%(x_url_open)s%(x_nb_hits)d treff%(x_url_close)s."
#: modules/websearch/lib/search_engine.py:2077
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, velg den ønskede adgangsbegrensede samlingen først."
#: modules/websearch/lib/search_engine.py:2190
msgid "No words index available for"
msgstr "Ingen ordindeks tilgjengelig for"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "Ingen uttrykksindeks tilgjengelig for"
#: modules/websearch/lib/search_engine.py:2226
#, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr ""
"Søkeuttrykk %(x_term)s i indeks %(x_index)s passet ingen elementer. Nærmeste "
"uttrykk i noen samling er:"
#: modules/websearch/lib/search_engine.py:2230
#, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr ""
"Søkeuttrykk %s passet ingen elementer. Nærmeste uttrykk i noen samling er:"
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr ""
"Beklager, sortering er kun tillatt på sett av opp til %d elementer. Bruker "
"standard sorteringsorden."
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr ""
"Beklager, %s er ikke et gyldig sorteringsvalg. Bruker tittelsortering i "
"stedet."
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr "Bruk et annet søkeuttrykk."
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "Elementer har blitt slettet."
#: modules/websearch/lib/search_engine.py:3750
msgid "Requested record does not seem to exist."
msgstr "Element eksisterer ikke."
#: modules/websearch/lib/search_engine.py:3984
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:4008
msgid "No match within your search limits, discarding this condition..."
msgstr ""
"Ingen treff innen angitte søkebegrensninger, forkaster dette kriteriet..."
#: modules/websearch/lib/websearchadminlib.py:3202
msgid "Information"
msgstr "Informasjon"
#: modules/websearch/lib/websearchadminlib.py:3203
msgid "References"
msgstr "Referanser"
#: modules/websearch/lib/websearchadminlib.py:3204
msgid "Citations"
msgstr "Siteringer"
#: modules/websearch/lib/websearchadminlib.py:3205
msgid "Discussion"
msgstr "Diskusjoner"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr "Bruksstatistikk"
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, python-format
msgid "Search %s records for:"
msgstr "Søk blant %s elementer etter:"
#: modules/websearch/lib/websearch_templates.py:659
msgid "less"
msgstr "mindre"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "mer"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr "Eksempel: %(x_sample_search_query)s"
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr "Søk i %(x_collection_name)s"
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
msgid "Search everywhere"
msgstr "Søk i alt"
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "Avansert søk"
#: modules/websearch/lib/websearch_templates.py:854
#, python-format
msgid "Search %s records for"
msgstr "Søk blant %s elementer etter"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "Enkelt søk"
#: modules/websearch/lib/websearch_templates.py:938
msgid "Search options:"
msgstr "Søkevalg:"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
msgid "Added/modified since:"
msgstr "Nye/endrede siden:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
msgid "until:"
msgstr "til:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
msgid "Display results:"
msgstr "Vis resultater:"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
msgid "Output format:"
msgstr "Visningsformat:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "Nye siden:"
#: modules/websearch/lib/websearch_templates.py:1154
msgid "Modified since:"
msgstr "Endret siden:"
#: modules/websearch/lib/websearch_templates.py:1191
msgid "Focus on:"
msgstr "Fokuser på:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "adgangsbegrenset"
#: modules/websearch/lib/websearch_templates.py:1252
msgid "Search also:"
msgstr "Søk også i:"
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr "Denne samlingen inneholder ingen dokumenter ennå."
#: modules/websearch/lib/websearch_templates.py:1392
msgid "Latest additions:"
msgstr "Nyeste elementer:"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, python-format
msgid "Cited by %i records"
msgstr "Sitert i %i elementer"
#: modules/websearch/lib/websearch_templates.py:1556
#, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr "Ord som ligner mest på %(x_word)s i %(x_field)s i noen samling er:"
#: modules/websearch/lib/websearch_templates.py:1559
#, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr "Ord som ligner mest på %(x_word)s i noen samling er:"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr "Treff"
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr "neste"
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "samlinger"
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr "Begrens til:"
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "resultater"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "stigende"
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "synkende"
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "enkel liste"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "inndelt etter samling"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr "MARC-tagg"
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, python-format
msgid "%s records found"
msgstr "%s elementer funnet"
#: modules/websearch/lib/websearch_templates.py:2343
msgid "begin"
msgstr "begynnelse"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr "forrige"
#: modules/websearch/lib/websearch_templates.py:2367
msgid "end"
msgstr "slutt"
#: modules/websearch/lib/websearch_templates.py:2387
msgid "jump to record:"
msgstr "gå til element:"
#: modules/websearch/lib/websearch_templates.py:2400
#, python-format
msgid "Search took %s seconds."
msgstr "Søket tok %s sekunder."
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "LEGG I KURV"
#: modules/websearch/lib/websearch_templates.py:2589
#, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"%(x_fmt_open)sResultatoversikt:%(x_fmt_close)s Fant %(x_nb_records)s "
"elementer på %(x_nb_seconds)s sekunder."
#: modules/websearch/lib/websearch_templates.py:2637
msgid ""
"Boolean query returned no hits. Please combine your search terms differently."
msgstr ""
"Bolsk spørring ga ingen treff. Forsøk å kombinere søkeuttrykkene dine "
"annerledes."
#: modules/websearch/lib/websearch_templates.py:2669
msgid "See also: similar author names"
msgstr "Se også: lignende forfatternavn"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, python-format
msgid "Collection %s Not Found"
msgstr "Samling %s ikke funnet"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr "Beklager, samling %s eksisterer ikke."
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr "Du bør muligens begynne å bla fra %s."
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr "Ønsker du å bli varslet om nye resultater fra denne spørringen?"
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
"Sett opp ditt eget %(x_url1_open)se-postvarsel%(x_url1_close)s\n"
" eller abonner på %(x_url2_open)sRSS"
"%(x_url2_close)s."
#: modules/websearch/lib/websearch_templates.py:3101
msgid "People who downloaded this document also downloaded:"
msgstr "Andre som lastet ned dette dokumentet lastet også ned:"
#: modules/websearch/lib/websearch_templates.py:3117
msgid "People who viewed this page also viewed:"
msgstr "Andre som så på denne siden så også på:"
#: modules/websearch/lib/websearch_templates.py:3170
#, python-format
msgid "Cited by: %s records"
msgstr "Sitert av: %s elementer"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "Co-sitert med: %s elementer"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr ".. hvor av selvsitering utgjorde: %s elementer"
#: modules/websearch/lib/websearch_templates.py:3310
msgid "Affiliations:"
msgstr "Tilhørigheter:"
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr "Vanlige nøkkelord:"
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr "Vanlige medforfattere:"
#: modules/websearch/lib/websearch_templates.py:3346
msgid "Publishes in"
msgstr "Publiserer i"
#: modules/websearch/lib/websearch_templates.py:3353
msgid "Papers:"
msgstr "Tekster:"
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr "lastet ned"
#: modules/websearch/lib/websearch_templates.py:3355
msgid "times"
msgstr "ganger"
#: modules/websearch/lib/websearch_templates.py:3383
msgid "Citations:"
msgstr "Siteringer:"
#: modules/websearch/lib/websearch_templates.py:3413
msgid "Citation summary results"
msgstr "Resultatsammendrag siteringer"
#: modules/websearch/lib/websearch_templates.py:3418
msgid "Total number of citable papers analyzed:"
msgstr "Totalt antall analyserte siterbare tekster:"
#: modules/websearch/lib/websearch_templates.py:3441
msgid "Total number of citations:"
msgstr "Totalt antall siteringer:"
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr "Gjennomsnittlig siteringer per tekst:"
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr "Tekster etter antall siteringer:"
#: modules/websearch/lib/websearch_webinterface.py:420
msgid "You are not authorized to view this area."
msgstr "Du har ikke tilgang til å se dette området."
#: modules/websearch/lib/websearch_webinterface.py:755
msgid "Not found"
msgstr "Ikke funnet"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "i"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
msgid ""
"Haven't found what you were looking for? Try your search on other servers:"
msgstr "Fant du ikke det du lette etter? Gjenta søket på andre tjenere:"
#: modules/websearch/lib/websearch_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr "Oversikt over resultater fra eksterne samligner:"
#: modules/websearch/lib/websearch_external_collections_templates.py:120
msgid "Search timed out."
msgstr "Søket fikk tidsavbrudd."
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr ""
"Den eksterne søkemotoren svarte ikke i tide. Du kan se dens resultater her:"
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
msgid "No results found."
msgstr "Ingen resultater funnet."
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, python-format
msgid "%s results found"
msgstr "%s resultater funnet"
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, python-format
msgid "%s seconds"
msgstr "%s sekunder"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "sammendrag"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
"Du er logget inn som gjest. Du bør muligens %(x_url_open)slogge inn"
"%(x_url_close)s som vanlig bruker."
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
"%(x_fmt_open)sGjestebrukere%(x_fmt_close)s må %(x_url_open)sregistrere"
"%(x_url_close)s seg først"
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr "Fant ingen spørringer"
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
"Denne samlingen er adgangsbegrenset. Vennligst autentiser deg hvis du mener "
"at du har rettigheter til den."
#: modules/websession/lib/websession_templates.py:97
msgid "External account settings"
msgstr "Innstillinger for ekstern konto"
#: modules/websession/lib/websession_templates.py:99
#, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr ""
"Du kan se dine eksterne grupper direkte på %(x_url_open)sgruppesiden"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:103
msgid "External user groups"
msgstr "Eksterne brukergrupper"
#: modules/websession/lib/websession_templates.py:160
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
"Bruk skjemaet under hvis du ønsker å endre e-postadresse eller sette "
"brukernavn for første gang."
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr "Endre innloggingsdata"
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr "Eksempel"
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr "Ny e-postadresse"
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
msgid "mandatory"
msgstr "obligatorisk"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr "Kommentar"
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr "Lagre innstillinger"
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
"Dette er din signatur ved kommentarer eller vurderinger, den kan derfor ikke "
"endres etter den er valgt."
#: modules/websession/lib/websession_templates.py:215
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
"Hvis du ønsker å endre passord, skriv inn det gamle og angi et nytt i "
"skjemaet under."
#: modules/websession/lib/websession_templates.py:217
msgid "Old password"
msgstr "Gammelt passord"
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr "Nytt passord"
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr "valgfritt"
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr "Passordet kan inneholde punktsetting, mellomrom, etc."
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr "Du må skrive inn det gamle passordet for å kunne angi et nytt."
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr "Skriv passordet igjen"
#: modules/websession/lib/websession_templates.py:224
msgid "Set new password"
msgstr "Sett nytt passord"
#: modules/websession/lib/websession_templates.py:229
#, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr ""
"Hvis du bruker en lettvekts CERN-konto kan du\n"
" %(x_url_open)stilbakestille passordet%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:235
#, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr ""
"Du kan endre eller tilbakestille passordet til din CERN-konto ved hjelp av "
"%(x_url_open)sCERNs kontosystem%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:249
msgid "Edit language-related settings"
msgstr "Endre språkrelaterte innstillinger"
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr "Velg ønsket språk for webgrensesnittet."
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
msgid "Update settings"
msgstr "Oppdater innstillinger"
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr "Endre søkerelaterte innstillinger"
#: modules/websession/lib/websession_templates.py:279
msgid "Show the latest additions box"
msgstr "Vis boks med nyeste elementer"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr "Vis hjelpebokser for samlinger"
#: modules/websession/lib/websession_templates.py:295
msgid "Number of search results per page"
msgstr "Antall søkeresultat på hver side"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr "Endre innloggingsmetode"
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr "Velg hvilken innloggingsmetode du vil benytte for å autentisere deg"
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
msgid "Select method"
msgstr "Velg metode"
#: modules/websession/lib/websession_templates.py:359
#, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
"Hvis du har mistet passordet til din interne %(sitename)s %(x_fmt_open)skonto"
"%(x_fmt_close)s, oppgi din e-postadresse i det følgende skjemaet for å få "
"tilsendt en lenke for å tilbakestille passordet."
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr "E-postadresse"
#: modules/websession/lib/websession_templates.py:382
msgid "Send password reset link"
msgstr "Send lenke for tilbakestilling av passord"
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
"Hvis du har brukt %(x_fmt_open)sCERNs innloggingssystem%(x_fmt_close)s kan "
"du gjenopprette passordet ved hjelp av %(x_url_open)sCERNs "
"autentiseringssystem%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:389
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
"Merk at hvis du har bruk et eksternt innloggingssystem er det ikke noe vi "
"kan gjøre, du må i stedet henvende deg dit."
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr ""
"Alternativt, kan du be %s om å bytte ditt innloggingssystem fra eksternt til "
"internt."
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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 ""
"%s gir deg muligheten til å tilpasse grensesnittet, sette opp ditt eget "
"personlige bibliotekt eller sette opp en automatisk varslingsspørring som "
"kjører periodisk og varsler deg om søkeresultater per e-post."
#: modules/websession/lib/websession_templates.py:427
#: modules/websession/lib/websession_webinterface.py:267
msgid "Your Settings"
msgstr "Dine innstillinger"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr ""
"Angi eller endre din kontos e-postadresse eller passord. Spesifiser dine "
"preferanser for grensesnittets utseende og oppførsel."
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr "Vis alle søk du har utført i løpet av de siste 30 dagene."
#: modules/websession/lib/websession_templates.py:441
msgid ""
"With baskets you can define specific collections of items, store interesting "
"records you want to access later or share with others."
msgstr ""
"Ved hjelp av kurver kan du spesifisere samlinger av elementer og lagre "
"interessante elementer du ønsker å finne igjen senere eller dele med andre."
#: modules/websession/lib/websession_templates.py:450
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 ""
"Abonner på et søk som vil utføres periodisk av vår tjeneste. Resultatene kan "
"du få tilsendt via e-post eller lagret i en av dine kurver."
#: modules/websession/lib/websession_templates.py:459
msgid "Your Loans"
msgstr "Dine lån"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr ""
"Sjekk ut bok du har lånt, legg inn lånereservasjoner, etc. Krever CERN-ID."
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr ""
"Du er logget inn som gjestebruker, dine varsler vil forsvinne når sesjonen "
"avsluttes."
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
"Du er logget inn som %(x_user)s. Du bør muligens a) %(x_url1_open)slogge ut"
"%(x_url1_close)s; b) endre dine %(x_url2_open)skontoinnstillinger"
"%(x_url2_close)s."
#: modules/websession/lib/websession_templates.py:573
msgid "Your Alert Searches"
msgstr "Dine varslingssøk"
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
"Du kan se oversikten over %(x_url_open)sgrupper%(x_url_close)s du "
"administrerer eller er medlem av."
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
msgid "Your Groups"
msgstr "Dine grupper"
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
"Du kan se oversikten over %(x_url_open)sdine innsendinger%(x_url_close)s og "
"be om status på dem."
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
msgid "Your Submissions"
msgstr "Dine innsendinger"
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
"Du kan se oversikten over %(x_url_open)sdine godkjenninger%(x_url_close)s "
"med dokumenter du godkjente eller vurderte."
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
msgid "Your Approvals"
msgstr "Dine godkjenninger"
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr "Dine administrative aktiviteter"
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr "Forsøk igjen"
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
"Noen (muligens deg) fra %(x_ip_address)s har bedt\n"
"om tilbakestilling av passord på %(x_sitename)s\n"
"for kontoen \"%(x_email)s\"."
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr "Hvis du ønsker å tilbakestille passordet for denne kontoen, gå til:"
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr "for å bekrefte ektheten av denne forespørselen."
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr "Merk at denne adressen kun vil være gyldig i omkring %(days)s dager."
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
"Noen (muligens deg) fra %(x_ip_address)s har bedt\n"
"om registrering av en ny konto på %(x_sitename)s\n"
"for e-postadressen \"%(x_email)s\"."
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr "Hvis du ønsker å fullføre registreringen av denne kontoen, gå til:"
#: modules/websession/lib/websession_templates.py:707
#, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr ""
"OK, en e-post med lenke for tilbakestilling av passord er sendt til %s."
#: modules/websession/lib/websession_templates.py:722
msgid "Deleting your account"
msgstr "Sletter din konto"
#: modules/websession/lib/websession_templates.py:736
msgid "You are no longer recognized by our system."
msgstr "Du godtaes ikke lenger av vårt system."
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
"Du godtaes fortsatt av det sentrale\n"
" %(x_fmt_open)sSSO-systemet%(x_fmt_close)s. Du kan\n"
" %(x_url_open)slogge ut fra SSO%(x_url_close)s også."
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr "Hvis du ønsker kan du %(x_url_open)slogge inn her%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr "Vennligst bruk skjemaet under dersom du allerede har en konto."
#: modules/websession/lib/websession_templates.py:780
#, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
"Hvis du ikke har en CERN-konto enda, kan du registrere en %(x_url_open)sny "
"lettvekts CERN-konto%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
"Hvis du ikke har en konto ennå, vennligst %(x_url_open)sregistrer"
"%(x_url_close)s en intern konto."
#: modules/websession/lib/websession_templates.py:787
#, python-format
msgid ""
"It is not possible to create an account yourself. Contact %s if you want an "
"account."
msgstr ""
"Du kan ikke opprette en konto selv. Kontakt %s dersom du ønsker en konto."
#: modules/websession/lib/websession_templates.py:810
msgid "Login method:"
msgstr "Innloggingsmetode:"
#: modules/websession/lib/websession_templates.py:837
msgid "Username"
msgstr "Brukernavn"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr "Passord"
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr "Husk innlogging på denne datamaskinen."
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "logg inn"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr "Glemt passordet?"
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr "Du kan logge inn med brukernavn eller e-postadresse."
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
"Din forespørsel er godkjent. Vennligst angi ønsket nytt passord i følgende "
"skjema."
#: modules/websession/lib/websession_templates.py:900
msgid "Set a new password for"
msgstr "Angi nytt passord for"
#: modules/websession/lib/websession_templates.py:901
msgid "Type the new password"
msgstr "Skriv det nye passordet"
#: modules/websession/lib/websession_templates.py:902
msgid "Type again the new password"
msgstr "Skriv det nye passordet igjen"
#: modules/websession/lib/websession_templates.py:903
msgid "Set the new password"
msgstr "Angi nytt passord"
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr "Oppgi e-postadresse og ønsket brukernavn eller passord:"
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr "Kontoen kan ikke benyttes før den er verifisert og aktivert."
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr "Gjenta passord"
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr "registrer"
#: modules/websession/lib/websession_templates.py:978
#, 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 ""
"Ikke bruk verdifulle passord som ditt Unix, AFS eller NICE-passord til denne "
"tjenesten. E-postadressen din vil behandles strengt konfidensielt og vil "
"ikke oppgies til noen tredjepart. Den vil brukes til å identifisere deg for "
"personlige tjenester på %s. For eksempel kan du sette opp et automatisk søk "
"etter nye førtrykk og få daglig e-postvarsel om nye ankomster."
#: modules/websession/lib/websession_templates.py:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Du ser ut til å være en gjestebruker. Du må %(x_url_open)slogge inn"
"%(x_url_close)s først."
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr "Du har ikke tilgang til å bruke administrative funksjoner."
#: modules/websession/lib/websession_templates.py:1014
#, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr "Du er tildelt følgende roller: %(x_role)s."
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr "Her er noen interessante lenker for webadministratorer:"
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
"For flere aktiviteter på administratornivå, se det fullstendige "
"%(x_url_open)sadministratorområdet%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "gjest"
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr "økt"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "varsler"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "kurver"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "konto"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr "meldinger"
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr "grupper"
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr "statistikk"
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr "innsendinger"
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr "godkjenninger"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "administrasjon"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "logg ut"
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr "Du administrerer følgende grupper:"
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr "Gruppe"
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr "Du administrerer ingen grupper."
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr "Endre gruppe"
#: modules/websession/lib/websession_templates.py:1291
#, python-format
msgid "Edit %s members"
msgstr "Endre %s medlemmer"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
msgid "Create new group"
msgstr "Opprett gruppe"
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr "Du er medlem av følgende grupper:"
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr "Du er ikke medlem av noen grupper."
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr "Bli med i gruppe"
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr "Forlat gruppe"
#: modules/websession/lib/websession_templates.py:1391
msgid "You are a member of the following external groups:"
msgstr "Du er medlem av følgende eksterne grupper:"
#: modules/websession/lib/websession_templates.py:1414
msgid "You are not a member of any external groups."
msgstr "Du er ikke medlem av noen eksterne grupper."
#: modules/websession/lib/websession_templates.py:1462
msgid "Update group"
msgstr "Oppdater gruppe"
#: modules/websession/lib/websession_templates.py:1464
#, python-format
msgid "Edit group %s"
msgstr "Endre gruppe %s"
#: modules/websession/lib/websession_templates.py:1466
msgid "Delete group"
msgstr "Slett gruppe"
#: modules/websession/lib/websession_templates.py:1539
msgid "Group name:"
msgstr "Gruppenavn:"
#: modules/websession/lib/websession_templates.py:1541
msgid "Group description:"
msgstr "Gruppebeskrivelse:"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr "Praksis for medlemsskap."
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
msgid "Please select:"
msgstr "Velg:"
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr "Bli med i gruppe"
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr "eller finn den"
#: modules/websession/lib/websession_templates.py:1652
msgid "Choose group:"
msgstr "Velg gruppe:"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr "Finn gruppe"
#: modules/websession/lib/websession_templates.py:1802
msgid "Remove member"
msgstr "Fjern medlem"
#: modules/websession/lib/websession_templates.py:1804
msgid "No members."
msgstr "Ingen medlemmer"
#: modules/websession/lib/websession_templates.py:1814
msgid "Accept member"
msgstr "Godkjenn medlem"
#: modules/websession/lib/websession_templates.py:1814
msgid "Reject member"
msgstr "Avslå medlem"
#: modules/websession/lib/websession_templates.py:1816
msgid "No members awaiting approval."
msgstr "Ingen medlemmer avventer godkjenning"
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
msgid "Current members"
msgstr "Nåværende medlemmer"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
msgid "Members awaiting approval"
msgstr "Medlemmer som avventer godkjenning"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr "Inviter nye medlemmer"
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
"Bruk %(x_url_open)smeldingssystemet%(x_url_close)s hvis du ønsker å invitere "
"nye medlemmer til å bli med i gruppen."
#: modules/websession/lib/websession_templates.py:1827
#, python-format
msgid "Group: %s"
msgstr "Gruppe: %s"
#: modules/websession/lib/websession_templates.py:1910
msgid "Group list"
msgstr "Gruppeliste"
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr "Du er ikke medlem av noen grupper."
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr "Er du sikker på at du vil slette denne gruppen?"
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr "Er du sikker på at du vil forlate denne gruppen?"
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr "Synlig og åpen for nye medlemmer"
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr "Synlig, men nye medlemmer må godkjennes"
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr "Group %s: Ny forespørsel om medlemsskap"
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr "En bruker ønsker å bli med i gruppen %s."
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
"Vennligst %(x_url_open)sgodkjenn eller avslå%(x_url_close)s brukerens "
"forespørsel."
#: modules/websession/lib/websession_templates.py:2124
#, python-format
msgid "Group %s: Join request has been accepted"
msgstr "Gruppe %s: Forespørsel om medlemsskap ble godkjent."
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr "Din forespørsel om å bli med i gruppen %s ble godkjent."
#: modules/websession/lib/websession_templates.py:2127
#, python-format
msgid "Group %s: Join request has been rejected"
msgstr "Gruppe %s: Forespørsel om medlemsskap ble avslått"
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr "Din forespørsel om å bli med i gruppen %s ble avslått."
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr "Se oversikten over %(x_url_open)sdine grupper%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:2145
#, python-format
msgid "Group %s has been deleted"
msgstr "Gruppen %s ble slettet."
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr "Gruppen %s ble slettet av sin administrator."
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
"Se oversikten over %(x_url_open)s%(x_nb_total)i grupper%(x_url_close)s du "
"abonnerer på (%(x_nb_member)i) eller administrerer (%(x_nb_admin)i)."
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr "Databaseproblem"
#: modules/websession/lib/webuser.py:299
msgid "user"
msgstr "bruker"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr "Kontoregistrering på %s"
#: modules/websession/lib/webuser.py:713
msgid "New account on"
msgstr "Ny konto på"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr "VENNLIGST AKTIVER"
#: modules/websession/lib/webuser.py:716
msgid "A new account has been created on"
msgstr "En ny konto er opprettet på"
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr " og avventer aktivering"
#: modules/websession/lib/webuser.py:720
msgid " Username/Email"
msgstr " Brukernavn/E-post"
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr "Du kan godkjenne eller avslå denne kontoforespørselen på"
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr "E-post Cookie Tjeneste"
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr "Forespørsel om godkjenning av rolle"
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr "Denne forespørselen om godkjenning har allerede blitt godkjent."
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
"Du er godkjent som %(x_role)s! Denne godkjenningen varer inntil "
"%(x_expiration)s og inntil du lukker nettleseren din hvis du er gjestebruker."
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr "Du har bekreftet gyldigheten av e-postadressen din."
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr "Vennligst vent til administrator har aktivert kontoen din."
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr "Du kan nå gå til %(x_url_open)skontosiden din%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
msgid "Email address successfully activated"
msgstr "E-postadressen ble aktivert."
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr "Du har allerede bekreftet gyldigheten av e-postadressen din!"
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
"Denne forespørselen om bekreftelse av en e-postadresse er ugyldig eller "
"utgått."
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr "Denne forespørselen om godkjenning er ugyldig eller utgått."
#: modules/websession/lib/websession_webinterface.py:155
msgid "Reset password"
msgstr "Tilbakestill passord"
#: modules/websession/lib/websession_webinterface.py:161
#, fuzzy
msgid "This request for resetting a password has already been used."
msgstr ""
"Denne forespørselen for tilbakestilling av passord er ugyldig eller utgått."
#: modules/websession/lib/websession_webinterface.py:164
#, fuzzy
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
"Denne forespørselen for tilbakestilling av passord er ugyldig eller utgått."
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
"Denne forespørselen for tilbakestilling av passord er ugyldig eller utgått."
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr "De to angitte passordene er ikke like."
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr "Passordet ble angitt! Du kan nå fortsette med innloggingen."
#: modules/websession/lib/websession_webinterface.py:271
#, python-format
msgid "%s Personalize, Your Settings"
msgstr "%s Brukerinnstillinger, Dine innstillinger"
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr "Innstillinger endret"
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
msgid "Show account"
msgstr "Vis konto"
#: modules/websession/lib/websession_webinterface.py:323
msgid "Switched to internal login method."
msgstr "Byttet til intern innloggingsmetode."
#: modules/websession/lib/websession_webinterface.py:324
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
"Merk at hvis dette er første gang du bruker denne kontoen med den interne "
"innloggingsmetoden, vil systemet ha satt et tilfeldig generert passord for "
"deg. Klikk på denne knappen for å motta en e-post med lenke for "
"tilbakestilling av passord:"
#: modules/websession/lib/websession_webinterface.py:332
msgid "Send Password"
msgstr "Send passord"
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
"Klarte ikke å bytte til ekstern innloggingsmetode %s, fordi e-postadressen "
"din er ukjent."
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
"Klarte ikke å bytte til ekstern innloggingsmetode %s, fordi e-postadressen "
"din er ukjent for det eksterne innloggingssystemet."
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr "Valg av innloggingsmetode var vellykket."
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr ""
"Den eksterne innloggingsmetoden %s støtter ikke e-postbaserte innlogginger. "
"Kontakt tjenestens administratorer."
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr "Innstillingene ble endret."
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr "Ønsket brukernavn %s er ugyldig."
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr "Vennligst forsøk igjen."
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr "Endre innstillinger"
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr "Endring av innstillinger mislyktes"
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr "Oppgitt e-postadresse %s er ugyldig."
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr "Oppgitt e-postadresse %s finnes i databasen fra før."
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr "Eller vennligst forsøk igjen."
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr "Ønsker brukernavn %s er i bruk fra før."
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr "Passordet ble endret."
#: modules/websession/lib/websession_webinterface.py:415
msgid "Password edited"
msgstr "Passord endret"
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr "Passordene må være like."
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
msgid "Editing password failed"
msgstr "Endring av passord mislyktes"
#: modules/websession/lib/websession_webinterface.py:423
msgid "Wrong old password inserted."
msgstr "Feil passord oppgitt."
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr "Brukerinnstillingene ble lagret."
#: modules/websession/lib/websession_webinterface.py:450
msgid "Unable to update settings."
msgstr "Klarte ikke å oppdatere innstillinger."
#: modules/websession/lib/websession_webinterface.py:507
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr ""
"Kan ikke sende forespørsel om tilbakestilling av passord fordi du bruker et "
"eksternt autentiseringssystem."
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr "Den oppgitte e-postadressen finnes ikke i databasen."
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr "Forespørsel om tilbakestilling av passord for"
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr ""
"Den oppgitte e-postadressen er feil, vennligst sjekk at den er skrevet "
"korrekt (f.eks. johndoe@example.com)."
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr "Feil e-postadresse"
#: modules/websession/lib/websession_webinterface.py:552
msgid "Reset password link sent"
msgstr "Lenke for tilbakestilling av passord sendt"
#: modules/websession/lib/websession_webinterface.py:597
msgid "Delete Account"
msgstr "Slett konto"
#: modules/websession/lib/websession_webinterface.py:623
msgid "Logout"
msgstr "Logg ut"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr "Registrer"
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr "%s Brukerinnstillinger, Hovedside"
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr "Kontoen din ble opprettet."
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr "Konto opprettet"
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
"En e-post med kontoaktiveringsnøkkel er sendt til oppgitt e-postadresse for "
"å bekrefte dens gyldighet."
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr "Følg instruksjonene i den for å fullføre kontoregistreringen."
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr "Det sendes en e-post til når kontoen er aktivert og klar til bruk."
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr "Du kan nå bruke %(x_url_open)skontoen%(x_url_close)s din."
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr "Registrering mislyktes"
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr "Ønsket brukernavn %s finnes i databasen fra før."
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr ""
"Brukere kan ikke registrere seg selv, kun en administrator kan registrere "
"dem."
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
"Denne tjenesten har problemer med å sende deg en e-post for å få bekreftet e-"
"postadressen din."
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr "Feilen er logget og vil bli utbedret så snart som mulig."
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr "Bli med i gruppe"
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr "Forlat gruppe"
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr "Endre gruppe"
#: modules/websession/lib/websession_webinterface.py:1157
msgid "Edit group members"
msgstr "Endre gruppemedlemmer"
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "Hovedsiden"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "Brukerinnstillinger"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "Hjelp"
#: modules/webstyle/lib/webstyle_templates.py:414
msgid "Last updated"
msgstr "Sist oppdatert"
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr "Powered by"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "Vedlikeholdt av"
#: modules/webstyle/lib/webstyle_templates.py:500
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:529
msgid "Browser"
msgstr "Nettleser"
#: modules/webstyle/lib/webstyle_templates.py:551
msgid "System Error"
msgstr "Systemfeil"
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr "Traceback"
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr "Tidspunkt"
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr "Klient"
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr "Vennligst send en feilrapport til administratoren."
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr "Send feilrapport"
#: modules/webstyle/lib/webstyle_templates.py:624
#, python-format
msgid "Please contact %s quoting the following information:"
msgstr "Vennligst kontakt %s med følgende informasjon:"
#: modules/webstyle/lib/webstyle_templates.py:772
#, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr ""
"Element opprettet %(x_date_creation)s, sist endret %(x_date_modification)s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr "\"%(category)s\"-sider"
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
msgid "Admin Pages"
msgstr "Administratorsider"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr "Hjelpesider"
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr "Hackingsider"
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr "Hacking CDS Invenio"
#: modules/webstyle/lib/webdoc_webinterface.py:161
msgid "Latest modifications:"
msgstr "Siste endringer:"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr "Dette er \" %(x_category)s\"-sidenes innholdsregister."
#: modules/webstyle/lib/webdoc_webinterface.py:166
msgid "See also"
msgstr "Se også"
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, python-format
msgid "Page %s Not Found"
msgstr "Fant ikke siden %s"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr "Beklager, siden %s finnes ikke."
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr ""
"Du bør kanskje ta en kikk på %(x_url_open)s\"%(x_category)s\"-sidene"
"%(x_url_close)s."
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr "Beklager, du må logge inn for å utføre denne handlingen."
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
msgid "Invalid parameter"
msgstr "Ugyldig parameter"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr "Klarte ikke å finne innsendingssmappen."
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr "Ukjent dokumenttype"
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr "Ukjent handling"
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr "Klarte ikke å fastslå antall sider i innsendingen."
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr "Klarte ikke å opprette en mappe for denne innsendingen."
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr "Klarte ikke å opprette innsendingsmappe."
#: modules/websubmit/lib/websubmit_engine.py:384
msgid "Unknown form field found on submission page."
msgstr "Ukjent skjemafelt funnet på innsendingssiden."
#: modules/websubmit/lib/websubmit_engine.py:512
msgid "Unknown form field found on one of the submission pages."
msgstr "Ukjent skjemafelt funnet på en av innsendingssidene."
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr "Klarte ikke å finne dokumenttype."
#: modules/websubmit/lib/websubmit_engine.py:1469
msgid "The chosen action is not supported by the document type."
msgstr "Valgt handling støttes ikke av denne dokumenttypen."
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr "Advarsel"
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr "Tilgjengelige dokumenttyper for innsendinger"
#: modules/websubmit/lib/websubmit_templates.py:95
msgid "Please select the type of document you want to submit"
msgstr "Velg dokumenttypen du ønsker å sende inn"
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr "Ingen tilgjengelige dokumenttyper."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr "Vennligst logg inn først."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr "Bruker menyen øverst til høyre for å logge inn."
#: modules/websubmit/lib/websubmit_templates.py:301
msgid "Please select a category"
msgstr "Velg en kategori."
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr "Melding"
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr "Velg kategori og knapp for ønsket handling."
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr ""
"For å fortsette med en tidligere avbrutt innsending, angi et tilgangsnummer "
"i boksen under:"
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr "OK"
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr "SAMMENDRAG"
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr "Forrige side"
#: modules/websubmit/lib/websubmit_templates.py:535
msgid "Submission number"
msgstr "Bidragsnummer"
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr "Neste side"
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr "Er du sikker på at du vil avslutte denne innsendingen?"
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
msgid "Back to main menu"
msgstr "Tilbake til hovedmeny"
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr ""
"Dette er tilgangsnummeret for denne innsendingen. Det kan brukes for å "
"fortsette på en avbrutt innsending hvis det oppstår problemer."
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr "Obligatoriske felter vises i rødt i SAMMENDRAG-vinduet."
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr "Feltet %s er obligatorisk."
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr "Vennligst bruk valgboksen"
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr "Vennligst trykk på en knapp."
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr "Feltet %s er obligatorisk. Vennligst fyll det ut."
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr "Feltet %(field)s er obligatorisk."
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr "Går tilbake til side"
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr "ferdig!"
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr "handling fullført"
#: modules/websubmit/lib/websubmit_templates.py:957
msgid "Submission no"
msgstr "Innsendingsnummer"
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
"Her er %(x_action)s funksjonslisten for %(x_doctype)sdokumenter på nivå "
"%(x_step)s"
#: modules/websubmit/lib/websubmit_templates.py:1032
msgid "Function"
msgstr "Funksjon"
#: modules/websubmit/lib/websubmit_templates.py:1033
msgid "Score"
msgstr "Rating"
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr "Kjører funksjon"
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr "Funksjon %s finnes ikke."
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr "Du må nå"
#: modules/websubmit/lib/websubmit_templates.py:1111
msgid "record"
msgstr "element"
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr "dokument"
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
msgid "version"
msgstr "versjon"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr "fil(er)"
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr "se"
#: modules/websubmit/lib/websubmit_templates.py:1375
msgid "For"
msgstr "For"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr "alle typer dokumenter"
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr "ID"
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr "Referanse"
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr "Først brukt"
#: modules/websubmit/lib/websubmit_templates.py:1435
msgid "Last access"
msgstr "Sist brukt"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr "Er du sikker på at du vil slette denne innsendingen?"
#: modules/websubmit/lib/websubmit_templates.py:1446
#, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "Slett innsending %(x_id)s i %(x_docname)s"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr "Referanse ikke gitt"
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr "Vurderte dokumenter"
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr "Du er en generell fagkonsulent"
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr "Du er fagkonsulent for kategorien:"
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr "Oversikt over vurderte dokumenttyper"
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr "Velg en av følgende dokumenttyper for å sjekke dokumentets status"
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr "Gå til spesifikk arbeidsflyt for godkjenning"
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr "Gå til generell arbeidsflyt for godkjenning"
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr "Oversikt over vurderte kategorier"
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr "Vennligst velg en kategori"
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
msgid "Pending"
msgstr "Avventer"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
msgid "Approved"
msgstr "Godkjent"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
msgid "Rejected"
msgstr "Avslått"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr "Nøkkel"
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
msgid "Waiting for approval"
msgstr "Avventer godkjenning"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
msgid "Already approved"
msgstr "Allerede godkjent"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr "Noen dokumenter avventer."
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr "Oversikt over spesifikke godkjenninger"
#: modules/websubmit/lib/websubmit_templates.py:1808
msgid "List of refereing categories"
msgstr "Oversikt over vurderte kategorier"
#: modules/websubmit/lib/websubmit_templates.py:1812
msgid "List of publication categories"
msgstr "Oversikt over publikasjonskategorier"
#: modules/websubmit/lib/websubmit_templates.py:1816
msgid "List of direct approval categories"
msgstr "Oversikt over kategorier med direkte godkjenning"
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
msgid "Cancelled"
msgstr "Kansellert"
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr "Oversikt over vurderte dokumenter"
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr "Klikk på et rapportnummer for mer informasjon."
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "Rapportnummer"
#: modules/websubmit/lib/websubmit_templates.py:2073
msgid "List of publication documents"
msgstr "Oversikt over publikasjonsdokumenter"
#: modules/websubmit/lib/websubmit_templates.py:2075
msgid "List of direct approval documents"
msgstr "Oversikt over dokumenter med direkte godkjenning"
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr "Din forespørsel er sendt til en fagkonsulent."
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr "Tittel:"
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr "Forfatter:"
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr "Mer informasjon:"
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr "Klikk her"
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr ""
"Dette dokumentet %(x_fmt_open)sventer fortsatt på godkjenning%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
msgid "It was first sent for approval on:"
msgstr "Det ble først sendt til godkjenning:"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr "Siste e-post om godkjenning ble sendt:"
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr ""
"Du kan sende en ny e-post med forespørsel om godkjenning ved å klikke på "
"følgende knapp:"
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr "Send på ny"
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr "ADVARSEL! Ved bekreftelse vil en e-post bli sendt til fagkonsulent."
#: modules/websubmit/lib/websubmit_templates.py:2298
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr ""
"Som fagkonsulent for dette dokumentet, kan du klikke på denne knappen for å "
"godkjenne eller avslå det"
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr "Godkjenn/Avslå"
#: modules/websubmit/lib/websubmit_templates.py:2305
#, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "Dette dokumentet har blitt %(x_fmt_open)sgodkjent%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2307
msgid "Its approved reference is:"
msgstr "Dets godkjente referanse er:"
#: modules/websubmit/lib/websubmit_templates.py:2313
msgid "It was approved on:"
msgstr "Det ble godkjent:"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "Dette dokumentet har blitt %(x_fmt_open)savslått%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2323
msgid "It was rejected on:"
msgstr "Det ble avslått:"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr "Det ble først bedt om vurderingsprosess "
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr "Siste e-postforespørsel ble sendt til publikasjonskomitéens formann "
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr "En fagkonsulent ble valgt av pulikasjonskomitéen "
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
msgid "No referee has been selected yet."
msgstr "Ingen fagkonsulent er valgt ennå."
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
msgid "Select a referee"
msgstr "Velg en fagkonsulent"
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr "Fagkonsulenten sendte sin endelige anbefaling til pulikasjonskomitéen "
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr "Ingen anbefaling fra fagkonsulenten ennå."
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
msgid "Send a recommendation"
msgstr "Send en anbefaling"
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
"Publikasjonskomitéen har sendt sin endelige anbefaling til prosjektleder "
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr "Ingen anbefaling fra publikasjonskomitéen ennå."
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr "Den har blitt kansellert av forfatteren "
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr "Den har blitt godkjent av prosjektleder "
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr "Den har blitt avslått av prosjektleder "
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr "Ingen endelig avgjørelse er tatt ennå."
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr "Ta en avgjørelse"
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr "Et redaksjonsutvalg board er valgt av publikasjonskomitéen "
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr "Ny forfatterliste"
#: modules/websubmit/lib/websubmit_templates.py:2453
msgid "No editorial board has been selected yet."
msgstr "Et redaksjonsutvalg er ikke valgt ennå."
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr "Velg et redaksjonsutvalg"
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr "En fagkonsulent er valgt av redaksjonsutvalget "
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr "Fagkonsulent har sendt sin endelige anbefaling til redaksjonsutvalget "
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
"Redaksjonsutvalget har sendt sin endelige anbefaling til "
"publikasjonskomitéen "
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr "Ingen anbefaling fra redaksjonsutvalget ennå."
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr "Siste e-postforespørsel ble sendt til prosjektleder "
#: modules/websubmit/lib/websubmit_templates.py:2602
msgid "Comments overview"
msgstr "Kommentaroversikt"
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr "søk etter bruker"
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr "søk etter brukere"
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
msgid "select user"
msgstr "velg bruker"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr "tilkoblet"
#: modules/websubmit/lib/websubmit_templates.py:2741
msgid "add this user"
msgstr "legg til denne brukeren"
#: modules/websubmit/lib/websubmit_templates.py:2791
msgid "remove this user"
msgstr "fjern denne brukeren"
#: modules/websubmit/lib/websubmit_templates.py:2906
msgid "User"
msgstr "Bruker"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
"Det har oppstått en systemfeil under henting av dette dokumentets filliste."
#: modules/websubmit/lib/websubmit_webinterface.py:172
msgid "The collection to which this file belong is restricted: "
msgstr "Samlingen som inneholder denne filen er adgangsbegrenset: "
#: modules/websubmit/lib/websubmit_webinterface.py:178
msgid "This file is restricted: "
msgstr "Denne filen er adgangsbegrenset: "
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr "Tilgang til fulltekst"
#: modules/websubmit/lib/websubmit_webinterface.py:303
msgid "Not enough information to retrieve the document"
msgstr "Ikke nok informasjon til å hente dette dokumentet"
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr "Spesifikk arbeidsflyt for godkjenning og vurdering"
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr "Arbeidsflyt for godkjenning og vurdering"
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr "Godkjenning har aldri blitt forespurt for dette dokumentet."
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr "Kan ikke vise dokument."
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
msgid "Action unauthorized for this document."
msgstr "Handling ikke tillatt for dette dokumentet."
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
msgid "Action unavailable for this document."
msgstr "Handling ikke tilgjengelig for dette dokumentet."
#: modules/websubmit/web/publiline.py:668
msgid "Adding users to the editorial board"
msgstr "Legger brukere til i redaksjonsutvalget."
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr "ingen kvalifiserte brukere, prøv et nytt søk."
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "hits"
msgstr "treff"
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr "for mange kvalifiserte brukere, spesifiser smalere søk."
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr "grense"
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr "brukere i klammer er allerede tilknyttet rollen, forsøk en annen..."
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr "Fjerner brukere fra redaksjonsutvalget"
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr "Valider valg av redaksjonsutvalg"
#: modules/websubmit/web/publiline.py:793
msgid "Referee selection"
msgstr "Fagkonsulentvalg"
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
msgid "Come back to the document"
msgstr "Kom tilbake til dokumentet"
#: modules/websubmit/web/publiline.py:1068
msgid "Select:"
msgstr "Velg:"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
msgid "Approve"
msgstr "Godkjenne"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
msgid "Reject"
msgstr "Avslå"
#: modules/websubmit/web/publiline.py:1168
msgid "Wrong action for this document."
msgstr "Feil handling for dette dokumentet."
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr "Tilgjengelige journaler"
#: modules/webjournal/lib/webjournal_templates.py:98
#, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr "Send e-post til %(x_url_open)sutviklerne%(x_url_close)s"
#: modules/webjournal/lib/webjournal_templates.py:143
msgid "Regeneration Error"
msgstr "Rekonstrueringsfeil"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
"Utgangen kunne ikke rekonstrueres korrekt. Vennligst kontakt din "
"administrator."
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr "Legg til"
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
msgid "Publish"
msgstr "Publiser"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
msgid "Refresh"
msgstr "Oppdater"
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
msgid "Update"
msgstr "Oppdater"
#: modules/webjournal/lib/webjournal_templates.py:625
msgid "Apply"
msgstr "Bruk"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
msgid "Internal configuration error"
msgstr "Intern konfigurasjonsfeil"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr "Denne journalens indeksside har ikke et konfigurert format"
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr "Denne journalens søkeside har ikke et konfigurert format"
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr "Denne journalens popup-side har ikke et konfigurert format"
#: modules/webjournal/lib/webjournal_config.py:194
msgid "No journal articles"
msgstr "Ingen journalartikler"
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr "Problem med denne journalens konfigurasjon"
#: modules/webjournal/lib/webjournal_config.py:232
msgid "No journal issues"
msgstr "Ingen journalutgave"
#: modules/webjournal/lib/webjournal_config.py:269
msgid "Journal article error"
msgstr "Feil i journalartikkel"
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr "Klarte ikke å fastslå hvilken artikkel du leter etter"
#: modules/webjournal/lib/webjournal_config.py:303
msgid "No journals available"
msgstr "Ingen tilgjengelige journaler"
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr "Vi kunne ikke tilveiebringe noen journaler"
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
"Det ser ikke ut til å finnes noen journaler på denne tjeneren. Vennligst "
"kontakt brukerstøtte dersom du mener at dette er feil."
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr "Velg en journal på denne tjeneren"
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr "Klarte ikke å gjette hvilken journal du leter etter"
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
"Du oppga ikke noe journalnavn. Velg journalen du ønsker å se på fra listen "
"under."
#: modules/webjournal/lib/webjournal_config.py:358
msgid "No current issue"
msgstr "Ingen aktuell utgave"
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr "Klarte ikke å finne informasjon om aktuell utgave"
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
"Konfigurasjonen for aktuell utgave er tom. Forsøk å angi et utgavenummer "
"eller sjekk med brukerstøtte."
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr "Ugyldig utgavenummer"
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr "Klarte ikke å lese utgavenummeret du oppga"
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr "Ugyldig arkivdato"
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr "Klarte ikke å lese arkivdatoen du oppga"
#: modules/webjournal/lib/webjournal_config.py:450
msgid "No popup record"
msgstr "Ikke et popup-element"
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr "Klarte ikke å fastslå hvilken popup-artikkel du forespurte"
#: modules/webjournal/lib/webjournal_config.py:482
msgid "Update error"
msgstr "Oppdateringsfeil"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr "Det oppsto en intern feil"
#: modules/webjournal/lib/webjournal_config.py:513
msgid "Journal publishing DB error"
msgstr "DB-feil under journalpublisering"
#: modules/webjournal/lib/webjournal_config.py:544
msgid "Journal issue error"
msgstr "Feil i journalutgave"
#: modules/webjournal/lib/webjournal_config.py:545
msgid "We could not find a current issue in the Database"
msgstr "Fant ikke en aktuell utgave i databasen"
#: modules/webjournal/lib/webjournal_config.py:575
msgid "Journal ID error"
msgstr "Feil i journal-ID"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr "Klarte ikke å finne denne journalens ID i databasen"
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr "Fant ikke kategori \"%(category_name)s\""
#: modules/webjournal/lib/webjournal_config.py:611
msgid "Sorry, this category does not exist for this journal."
msgstr "Beklager, denne kategorien eksisterer ikke for denne journalen."
#: modules/webjournal/web/admin/webjournaladmin.py:74
msgid "WebJournal Admin"
msgstr "WebJournal Administrator"
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr "Administrer %(journal_name)s"
#: modules/webjournal/web/admin/webjournaladmin.py:148
msgid "Feature a record"
msgstr "Presentere et element"
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr "E-postvarslingssystem"
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr "Utgave rekonstruert"
#: modules/webjournal/web/admin/webjournaladmin.py:309
msgid "Publishing Interface"
msgstr "Publiseringsgrensesnitt"
#: modules/webjournal/web/admin/webjournaladmin.py:335
msgid "Add Journal"
msgstr "Legg til journal"
#: modules/webjournal/web/admin/webjournaladmin.py:337
msgid "Edit Settings"
msgstr "Endre innstillinger"
#~ msgid "link"
#~ msgstr "lenke"
#~ msgid "links"
#~ msgstr "lenker"
#~ msgid "CERN %(link_or_links)s"
#~ msgstr "CERN %(link_or_links)s"
#~ msgid "External %(link_or_links)s"
#~ msgstr "Ekstern(e) %(link_or_links)s"
#~ msgid "The contents of this collection is restricted."
#~ msgstr "Innholdet i denne samlingen er adgangsbegrenset."
#~ msgid "Sort:"
#~ msgstr "Sorter etter:"
#~ msgid "Author"
#~ msgstr "Forfatter"
#~ msgid "Author collaborations"
#~ msgstr "Forfattersamarbeid"
#~ msgid "Parameter docid missing"
#~ msgstr "Parameter docid mangler"
#~ msgid "Please login to perform this action."
#~ msgstr "Du må logge inn for å utføre denne handlingen."
#~ msgid ""
#~ "In order to publish webjournal issues you must be "
#~ "logged in and be authorized for this kind of "
#~ "task. If you have a login, use the "
#~ "link below to login."
#~ msgstr ""
#~ "For å publisere webjournalutgaver må du være "
#~ "logget inn ha tillatelse til å utføre dette. Hvis "
#~ "du har en innlogging, bruk "
#~ "lenken under for å logge inn."
#~ msgid "We need you to login"
#~ msgstr "Du er nødt til å logge inn"
#~ msgid "Alert sent successfully!"
#~ msgstr "Varsling er sendt!"
#~ msgid "Webjournal Administration Interface"
#~ msgstr "Webjournal administrasjonsgrensesnitt"
#~ msgid "No popup type"
#~ msgstr "Ingen popup-type"
#~ msgid "We could not know what kind of popup you requested"
#~ msgstr "Klarte ikke å fastslå hvilken type popup du forespurte"
#~ msgid "Available journals"
#~ msgstr "Tilgjengelige journaler"
#~ msgid "Main file(s)"
#~ msgstr "Hovedfil(er)"
#~ msgid "Display searches"
#~ msgstr "Vis søk"
#, fuzzy
#~ msgid " Username/Email: %s\n"
#~ msgstr "varsler"
#, fuzzy
#~ msgid "No Articles"
#~ msgstr "april"
#, fuzzy
#~ msgid "No Issues"
#~ msgstr "Søk"
#, fuzzy
#~ msgid "Article Error"
#~ msgstr "april"
#, fuzzy
#~ msgid "%s Personalize, Main page"
#~ msgstr "Brukerinnstillinger"
#, fuzzy
#~ msgid "%s , personalize"
#~ msgstr "Brukerinnstillinger"
#, fuzzy
#~ msgid "Library"
#~ msgstr "februar"
#, fuzzy
#~ msgid "Agenda"
#~ msgstr "Agenda"
#~ msgid "Search Help"
#~ msgstr "Søkehjelp"
#, fuzzy
#~ msgid "Format:"
#~ msgstr "mer"
#, fuzzy
#~ msgid "username"
#~ msgstr "varsler"
#, fuzzy
#~ msgid "You seem to be %(x_role)s."
#~ msgstr "Søketerm <em>%s</em>"
#, fuzzy
#~ msgid "Edit parameters"
#~ msgstr "kurver"
#~ msgid "Try your search on..."
#~ msgstr "Prøv søket på..."
#, fuzzy
#~ msgid "See results"
#~ msgstr "resultater"
#, fuzzy
#~ msgid "%(num)s results found"
#~ msgstr "Søk i %s poster etter:"
#, fuzzy
#~ msgid "No result found"
#~ msgstr "Samling %s ikke funnet"
#, fuzzy
#~ msgid "user #%i"
#~ msgstr "varsler"
#, fuzzy
#~ msgid "Sort by"
#~ msgstr "Sorter etter:"
#, fuzzy
#~ msgid "Waiting members"
#~ msgstr "kurver"
#, fuzzy
#~ msgid "Please Select:"
#~ msgstr "kurver"
#, fuzzy
#~ msgid "All of the words"
#~ msgstr "Alle ordene:"
#, fuzzy
#~ msgid "Any of the words"
#~ msgstr "Minst ett av ordene:"
#, fuzzy
#~ msgid "Exact phrase"
#~ msgstr "Nøyaktig uttrykk:"
#, fuzzy
#~ msgid "Partial phrase"
#~ msgstr "Delvis uttrykk:"
#, fuzzy
#~ msgid "Regular expression"
#~ msgstr "Regulært uttrykk:"
#, fuzzy
#~ msgid "Added since"
#~ msgstr "Lagt til fra:"
#~ msgid "<strong>%s</strong> records found"
#~ msgstr "<strong>%s</strong> poster funnet"
#~ msgid ""
#~ "<p>Sorry, collection <strong>%s</strong> does not seem to exist. <p>You "
#~ "may want to start browsing from <a href=\"%s\">%s</a>."
#~ msgstr ""
#~ "<p>Beklager, samlingen <strong>%s</strong> ser ikke ut til å finnes. "
#~ "<p>Du ønsker kanskje å starte å søket fra <a href=\"%s\">%s</a>."
#, fuzzy
#~ msgid "your submissions"
#~ msgstr "innsendte"
#, fuzzy
#~ msgid "your approvals"
#~ msgstr "godkjente"
#, fuzzy
#~ msgid "Create New Group"
#~ msgstr "kurver"
#, fuzzy
#~ msgid "Submission no(1)"
#~ msgstr "innsendte"
#, fuzzy
#~ msgid "pending"
#~ msgstr "Agenda"
#, fuzzy
#~ msgid "Detailed record #%s"
#~ msgstr "Full post"
#~ msgid "Search term <em>%s</em>"
#~ msgstr "Søketerm <em>%s</em>"
#~ msgid "inside <em>%s</em> index"
#~ msgstr "innen <em>%s</em>indeks"
#, fuzzy
#~ msgid "Article:"
#~ msgstr "april"
#, fuzzy
#~ msgid "email"
#~ msgstr "detaljert"
#, fuzzy
#~ msgid "Editing basket \"%s\""
#~ msgstr "kurver"
#, fuzzy
#~ msgid "(Report abuse)"
#~ msgstr "september"
#, fuzzy
#~ msgid "detailed list"
#~ msgstr "detaljert"
#, fuzzy
#~ msgid "your searches"
#~ msgstr "Prøv søket på..."
#, fuzzy
#~ msgid "%i group baskets"
#~ msgstr "kurver"
#, fuzzy
#~ msgid "%i others' baskets"
#~ msgstr "kurver"
diff --git a/po/pl.po b/po/pl.po
index 01e52c500..8b61ca7b4 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1,7340 +1,7340 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-02-29 13:54+0100\n"
"Last-Translator: Zbigniew Leonowicz <leonowicz@ieee.org>\n"
"Language-Team: PL <cds.support@cern.ch>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "I NIE"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "Administracja"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "Przeglądaj"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "Pomoc"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "abstrakt"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "pełny tekst"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "Wyrażenie regularne:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "Wszystkie słowa"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "numer Raportu"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "rok"
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr "temat"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "Fraza częściowa:"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "odnośnik"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "autor"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
#, fuzzy
msgid "Search Guide"
msgstr "Zobacz Przewodnik"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "eksperyment"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "Dowolne słowo:"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "podział"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "Szukaj"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "dowolne pole"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "Centrum Pomocy"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
#, fuzzy
msgid "Export as"
msgstr "Zgłoś nadużycie"
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "zbiór"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "Dokładne zdanie"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
#, fuzzy
msgid "Submit Guide"
msgstr "Wyślij - Pomoc"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "LUB"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "I"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "słowo kluczowe"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "tytuł"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
msgid "Narrow by collection:"
msgstr "Ogranicz wyniki do kolekcji:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
#, fuzzy
msgid "Add to personal basket"
msgstr "Dodaj do koszyka osobistego"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
#, fuzzy
msgid "WebSubmit Admin Guide"
msgstr "Administracja WebSubmit"
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
#, fuzzy
msgid "No fulltext"
msgstr "pełny tekst"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
msgid "or"
msgstr "lub"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr "Dodaj pole podrzędne"
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr "Pole"
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr "Dodaj pole"
#: modules/bibedit/lib/bibedit_templates.py:123
msgid "Verbose"
msgstr "Rozwlekle"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "Dodaj"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr "Anuluj"
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr "Usuń"
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
msgid "Action"
msgstr "Działanie"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr "Rekord"
#: modules/bibedit/lib/bibedit_templates.py:155
msgid "Display"
msgstr "Pokaż"
#: modules/bibedit/lib/bibedit_templates.py:274
msgid "Done"
msgstr "Wykonane"
#: modules/bibedit/lib/bibedit_templates.py:275
#, fuzzy
msgid "Add another subfield"
msgstr "Dodaj pole podrzędne"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
#, fuzzy
msgid "Move up"
msgstr "Przesuń do góry"
#: modules/bibedit/lib/bibedit_templates.py:369
#, fuzzy
msgid "Move down"
msgstr "Przesuń do dołu"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr "Edytuj"
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr "Twoje zmiany są TYMCZASOWE."
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr "Aby zapisać rekord, kliknij Dodaj."
#: modules/bibedit/lib/bibedit_templates.py:476
msgid "This record does not exist."
msgstr "Ten rekord nie istnieje."
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr "Spróbuj z innym ID rekordu."
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr "Ten rekord jest właśnie edytowany przez innego użytkownika."
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr "Spróbuj ponownie później."
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr "Nie można edytować usuniętego rekordu."
#: modules/bibedit/lib/bibedit_templates.py:500
#, fuzzy
msgid "There are record revisions not yet synchronized with the database."
msgstr "Wprowadzony adres email nie istnieje w bazie danych."
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
#, fuzzy
msgid "Please try again in a few minutes."
msgstr "Spróbuj ponownie później."
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr "Wprowadź ID rekordu, który chcesz edytować"
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr ""
"Twoje zmiany zostały przyjęte. Zostaną przetworzone gdy kolejka zadań "
"zostanie zwolniona."
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
#, fuzzy
msgid "Edit another record"
msgstr "Spróbuj z innym ID rekordu."
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr "Czy potwierdzasz usunięcie tego rekordu?"
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr "Tak"
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr "Nie"
#: modules/bibedit/lib/bibedit_templates.py:563
#, fuzzy, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr "Czy potwierdzasz usunięcie tego rekordu?"
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr "Ten rekord zostanie usunięty gdy zwolni się kolejka zadań"
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr "Rekord %s - Dodaj pole"
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr "Interfejs administracji BibEdit"
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr "Edycja rekordu %(x_recid)s, pola %(x_field)s"
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr "Edycja rekordu %(x_recid)s, pola %(x_field)s - Dodaj pole podrzędne"
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, python-format
msgid "Submit and save record %s"
msgstr "Dodaj i zapisz rekord %s"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, fuzzy, python-format
msgid "Record #%s"
msgstr "Rekord"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, fuzzy, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr "Edycja rekordu %(x_recid)s, pola %(x_field)s"
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr "Menu"
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr "Zamknij Edytor"
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr "Zmień atrybuty szablonu"
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr "Edytor szablonu"
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr "Sprawdź zależności"
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr "Nazwa"
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
msgid "Description"
msgstr "Opis"
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr "Aktualizuj atrybuty formatowania"
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
msgid "Show Documentation"
msgstr "Pokaż Dokumentację"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr "Schowaj Dokumentację"
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr "Status"
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr "Data ostatniej modyfikacji"
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
msgid "Manage Output Formats"
msgstr "Zarządzaj formatami wyjściowymi"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr "Zarządzanie szablonami formatowania"
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr "Formatowanie elementów dokumentacji"
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr "Zarządzanie Bazami Wiedzy"
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr "Dodaj nowy szablon formatowania"
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr "Sprawdź dokładnie rozmiar szablonu formatowania"
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr "Kod"
#: modules/bibformat/lib/bibformat_templates.py:1134
msgid "Add New Output Format"
msgstr "Dodaj Nowy Format Wyjściowy"
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr "menu"
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
msgid "Close Output Format"
msgstr "Zamknij formatowanie wyjściowe"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
msgid "Rules"
msgstr "Reguły"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr "Modyfikuj atrybuty formatu wyjściowego"
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
msgid "Remove Rule"
msgstr "Usuń regułę"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr "Dodaj nową regułę"
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr "Zapisz Zmiany"
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr "Mapowanie bazy wiedzy"
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr "Atrybuty bazy wiedzy"
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr "Zależności bazy wiedzy"
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr "Format poprawny"
#: modules/bibformat/lib/bibformat_templates.py:2266
msgid "An error has been found"
msgstr "Znaleziono błąd"
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr "Znaleziono następujące błędy"
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr "Administracja BibFormat"
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
msgid "Test with record:"
msgstr "Testuj z rekordem:"
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr "Wprowadź zapytanie tutaj."
#: modules/bibformat/lib/elements/bfe_authors.py:120
msgid "Hide"
msgstr "Ukryj"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr "Pokaż wszystkich %i autorów"
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
#, fuzzy
msgid "Download fulltext"
msgstr "pełny tekst"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
#, fuzzy
msgid "older versions"
msgstr "wersja"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external links"
msgstr "Ustawienia ogólne"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "Pełny tekst"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
msgid "Restricted Output Format"
msgstr "Format wyjściowy zastrzeżony"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr "Ok"
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, python-format
msgid "Output Format %s Rules"
msgstr "Reguły Formatu wyjściowego %s"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr "Atrybuty formatu wyjściowego %s"
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr "Zależności formatu wyjściowego %s"
#: modules/bibformat/web/admin/bibformatadmin.py:371
msgid "Delete Output Format"
msgstr "Usuń format wyjściowy"
#: modules/bibformat/web/admin/bibformatadmin.py:417
#, fuzzy
msgid "Cannot create output format"
msgstr "Zarządzaj formatami wyjściowymi"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr "Szablon formatu zastrzeżonego"
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr "Szablon formatu %s"
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr "Atrybuty szablonu formatowania %s"
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr "Zależności szablonu formatowania %s"
#: modules/bibformat/web/admin/bibformatadmin.py:660
msgid "Delete Format Template"
msgstr "Usuń szablon formatu"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr "Zależności elementu formatowania %s"
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr "Test Formatu Elementu %s"
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr "Nieznana baza wiedzy"
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr "Baza wiedzy %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr "Atrybuty bazy wiedzy %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr "Zależności bazy wiedzy %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1285
msgid "Delete Knowledge Base"
msgstr "Usuń bazę wiedzy"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr "Sprawdzenie formatu wujściowego %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr "Sprawdzenie szablonu formatowania %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr "Element formatu zastrzeżonego"
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr "Sprawdzenie elementu formatowania %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr "Sprawdzenie formatu"
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
msgid "See Guide"
msgstr "Sprawdź w dokumentacji"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr "Źródła OAI obecne w bazie danych"
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr "Brak źródeł OAI obecnych w bazie danych"
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr "Następne zadanie OAI harvest"
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr "Czas wykonywania:"
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr "bieżący status:"
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr "W tej chwili brak następnych zadań OAI harvest."
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr "Sprawdzono poprawność"
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr "nie wydaje się poprawnym baseURL zgodnym z OAI"
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
msgid "Citation history:"
msgstr ""
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
#, fuzzy
msgid "Download history:"
msgstr "Pobierz historię"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
#, fuzzy
msgid "Download user distribution:"
msgstr "Pobierz historię"
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr "BRAK"
#: modules/miscutil/lib/dateutils.py:159
msgid "Sun"
msgstr "Nie"
#: modules/miscutil/lib/dateutils.py:160
msgid "Mon"
msgstr "Pon"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr "Wto"
#: modules/miscutil/lib/dateutils.py:162
msgid "Wed"
msgstr "Śro"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr "Czw"
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr "Pią"
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr "Sob"
#: modules/miscutil/lib/dateutils.py:167
msgid "Sunday"
msgstr "Niedziela"
#: modules/miscutil/lib/dateutils.py:168
msgid "Monday"
msgstr "Poniedziałek"
#: modules/miscutil/lib/dateutils.py:169
msgid "Tuesday"
msgstr "Wtorek"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr "Środa"
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr "Czwartek"
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr "Piątek"
#: modules/miscutil/lib/dateutils.py:173
msgid "Saturday"
msgstr "Sobota"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
msgid "Month"
msgstr "Miesiąc"
#: modules/miscutil/lib/dateutils.py:188
msgid "Jan"
msgstr "Sty"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr "Lut"
#: modules/miscutil/lib/dateutils.py:190
msgid "Mar"
msgstr "Mar"
#: modules/miscutil/lib/dateutils.py:191
msgid "Apr"
msgstr "Kwi"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "Maj"
#: modules/miscutil/lib/dateutils.py:193
msgid "Jun"
msgstr "Cze"
#: modules/miscutil/lib/dateutils.py:194
msgid "Jul"
msgstr "Lip"
#: modules/miscutil/lib/dateutils.py:195
msgid "Aug"
msgstr "Sie"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr "Wrz"
#: modules/miscutil/lib/dateutils.py:197
msgid "Oct"
msgstr "Paź"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr "Lis"
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr "Gru"
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "Styczeń"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "Luty"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "Marzec"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "Kwiecień"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "Czerwiec"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "Lipiec"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "Sierpień"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "Wrzesień"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "Październik"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "Listopad"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "Grudzień"
#: modules/miscutil/lib/dateutils.py:231
msgid "Day"
msgstr "Dzień"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "Rok"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
msgid "Sorry"
msgstr "Przepraszam"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr "Nie mogę wysłać zgłoszenia błędu, brak parametru %s."
#: modules/miscutil/lib/errorlib_webinterface.py:100
msgid "The error report has been sent."
msgstr "Raport błędu został wysłany."
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr "Dziękujemy za pomoc w rozwoju systemu."
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr "Użyj przycisku Powrót przeglądarki aby wrócić do poprzedniej strony."
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr "Dziękujemy!"
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr "ID rekordu"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:412
#, fuzzy
msgid "times cited"
msgstr "Ustawienia zmienione"
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
#, fuzzy
msgid "Hello:"
msgstr "Witaj"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr "Pozdrowienia"
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr "Potrzebujesz dodatkowej pomocy? Napisz"
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr "Uruchom BibEdit"
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr "Konfiguruj BibFormat"
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr "Konfiguruj BibHarvest"
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
#, fuzzy
msgid "Configure OAI Repository"
msgstr "Konfiguruj BibFormat"
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr "Konfiguruj BibIndex"
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr "Konfiguruj BibRank"
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr "Konfiguruj WebAccess"
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
msgid "Configure WebComment"
msgstr "Konfiguruj WebComment"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
msgid "Configure WebSearch"
msgstr "Konfiguruj WebSearch"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr "Konfiguruj WebSubmit"
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, fuzzy, python-format
msgid "Your account on '%s' has been activated"
msgstr "Twoje konto zostało utworzone poprawnie."
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, fuzzy, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr "Twoje konto zostało utworzone poprawnie."
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
#, fuzzy
msgid "Username/Email:"
msgstr "Nazwa użytkownika"
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
#, fuzzy
msgid "Password:"
msgstr "Hasło"
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, fuzzy, python-format
msgid "Account created on '%s'"
msgstr "Konto utworzone"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, fuzzy, python-format
msgid "An account has been created for you on '%s':"
msgstr "twoje konto zostało utworzone."
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, fuzzy, python-format
msgid "Account rejected on '%s'"
msgstr "Konto utworzone"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, fuzzy, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr "Twój wniosek o dołączenie do grupy %s został odrzucony."
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, fuzzy, python-format
msgid "Username/Email: %s"
msgstr "Nazwa użytkownika"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, fuzzy, python-format
msgid "Account deleted on '%s'"
msgstr "Konto utworzone"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, fuzzy, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "Grupa %s została usunięta."
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "Rekord szczegółowy"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "Podobne rekordy"
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr "Cytowane przez"
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr "Masz już taki alert o nazwie %s."
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr "nieznany"
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
#, fuzzy
msgid "You do not have rights for this operation."
msgstr "Nie masz uprawnień do przeglądania zawartości tego koszyka."
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr "Masz już taki alert zdefiniowany dla tej kwerendy i koszyka."
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr "Nazwa alertu nie może być pusta."
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr "Nie jesteś właścicielem tego koszyka."
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr "Alert %s został dodany do Twojego profilu."
#: modules/webalert/lib/webalert.py:376
#, python-format
msgid "The alert %s has been successfully updated."
msgstr "Alert %s został zmieniony."
#: modules/webalert/lib/webalert.py:428
#, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr "Wzorzec"
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr "Wzorzec 1"
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr "Pole 1"
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr "Wzorzec 2"
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr "Pole 2"
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr "Wzorzec 3"
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr "Pole 3"
#: modules/webalert/lib/webalert_templates.py:90
msgid "Collections"
msgstr "Kolekcje"
#: modules/webalert/lib/webalert_templates.py:92
msgid "Collection"
msgstr "Kolekcja"
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr "Masz następujące alerty:"
#: modules/webalert/lib/webalert_templates.py:114
msgid "alert name"
msgstr "nazwa alertu"
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr "POKAŻ"
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr ""
"Ten alert wyśle wiadomość gdy tylko nowy dokument będzie pasował do tego "
"zapytania:"
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr "ZAPYTANIE"
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr "Identyfikator alertu:"
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr "Częstotliwość wyszukiwania:"
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
msgid "monthly"
msgstr "raz w miesiącu"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr "co tydzień"
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
msgid "daily"
msgstr "codziennie"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr "Czy wysyłać powiadomienie e-mail?"
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr "tak"
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr "nie"
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr "jeśli %(x_fmt_open)sno%(x_fmt_close)s musisz wybrać koszyk"
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr "Zapisać wyniki w koszyku?"
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr "USTAW ALERT"
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr "WYCZYŚĆ DANE"
#: modules/webalert/lib/webalert_templates.py:300
#, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr "Częstotliwość wyszukiwania"
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr "Wiadomość e-mailem"
#: modules/webalert/lib/webalert_templates.py:322
msgid "Result in basket"
msgstr "Wyniki w koszyku"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr "Data ostatniego działania"
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr "Data utworzenia"
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr "Wyszukiwania"
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
msgid "no basket"
msgstr "brak koszyka"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
msgid "Remove"
msgstr "Usuń"
#: modules/webalert/lib/webalert_templates.py:374
msgid "Modify"
msgstr "Zmień"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr "Wykonaj wyszukiwanie"
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr "Zdefiniowano %s alertów."
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
"Jeszcze nie wykonałeś wyszukiwań. Proszę przejdź najpierw do "
"%(x_url_open)ssearch interface%(x_url_close)s."
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr ""
"Wykonałeś %(x_nb1)s wyszukiwań (%(x_nb2)s różnych pytań) podczas około 30 "
"ostatnich dni."
#: modules/webalert/lib/webalert_templates.py:434
#, python-format
msgid "Here are the %s most popular searches."
msgstr "Najczęściej wyszukiwane %s."
#: modules/webalert/lib/webalert_templates.py:445
msgid "Question"
msgstr "Pytanie"
#: modules/webalert/lib/webalert_templates.py:449
msgid "Last Run"
msgstr "Ostatnie Uruchamianie"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr "Ustaw nowy alert"
#: modules/webalert/lib/webalert_webinterface.py:79
#, fuzzy
msgid "Popular Searches"
msgstr "Twoje Wyszukiwania"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
msgid "Your Searches"
msgstr "Twoje Wyszukiwania"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
msgid "Your Account"
msgstr "Twoje konto"
#: modules/webalert/lib/webalert_webinterface.py:90
#, fuzzy, python-format
msgid "%s Personalize, Display searches"
msgstr "Wyświetl szukanie"
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, fuzzy, python-format
msgid "%s, personalize"
msgstr "Personalne"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr "Błąd"
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, fuzzy, python-format
msgid "%s Personalize, Set a new alert"
msgstr "Ustaw nowy alert"
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr "Ustaw nowy alert"
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr "Zmień ustawienia alertu"
#: modules/webalert/lib/webalert_webinterface.py:227
#, fuzzy, python-format
msgid "%s Personalize, Modify alert settings"
msgstr "Zmień ustawienia alertu"
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
msgid "Your Alerts"
msgstr "Twoje Alerty"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, fuzzy, python-format
msgid "%s Personalize, Display alerts"
msgstr "Wyświetl alerty"
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
msgid "Display alerts"
msgstr "Pokaż alerty"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr "Zapisano Twój komentarz"
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
msgid "Personal baskets"
msgstr "Osobiste koszyki"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
msgid "Group baskets"
msgstr "Koszyki grupy"
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
msgid "Others' baskets"
msgstr "Cudze koszyki"
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
"Masz %(x_nb_perso)s osobistych koszyków i jesteś zapisany do %(x_nb_group)s "
"koszyków grupy i %(x_nb_public)s innych koszyków publicznych."
#: modules/webbasket/lib/webbasket_templates.py:198
#, python-format
msgid "There are %i baskets"
msgstr "Mamy %i koszyków"
#: modules/webbasket/lib/webbasket_templates.py:206
msgid "updated on"
msgstr "aktualizowano"
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr "Koszyk jest pusty"
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
"Ten koszyk należy do %(x_name)s. Możesz %(x_url_open)ssubscribe"
"%(x_url_close)s zapisać się do niego"
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
msgid "Public basket"
msgstr "Koszyk publiczny"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
msgid "records"
msgstr "rekordy"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
msgid "last update"
msgstr "aktualizowano"
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr "Zapisz się do tego koszyka"
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
msgid "Basket's name"
msgstr "Nazwa koszyka"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr "Wyświetlono"
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr "Właściciel"
#: modules/webbasket/lib/webbasket_templates.py:355
msgid "View"
msgstr "Widok"
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr "Zapisz się"
#: modules/webbasket/lib/webbasket_templates.py:377
msgid "There is currently no publicly accessible basket"
msgstr "Aktualnie brak koszyków dostępnych publicznie"
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr ""
"Pokazuję koszyki %(x_nb_begin)i-%(x_nb_end)i z %(x_nb_total)i koszyków w "
"sumie."
#: modules/webbasket/lib/webbasket_templates.py:422
msgid "Actions"
msgstr "Działania"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
msgid "Non-shared basket"
msgstr "Koszyki nie udostępnione"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
msgid "Shared basket"
msgstr "Koszyk udostępniony"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
msgid "Group-shared basket"
msgstr "Koszyk grupy"
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
msgid "Edit basket"
msgstr "Edycja koszyka"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr "Nie masz uprawnień do przeglądania zawartości tego koszyka."
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr "Wypisz się z tego koszyka"
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr "komentarze"
#: modules/webbasket/lib/webbasket_templates.py:521
msgid "last comment:"
msgstr "ostatni komentarz:"
#: modules/webbasket/lib/webbasket_templates.py:582
msgid "Move item up"
msgstr "Przesuń do góry"
#: modules/webbasket/lib/webbasket_templates.py:590
msgid "Move item down"
msgstr "Przesuń do dołu"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr "Kopiuj"
#: modules/webbasket/lib/webbasket_templates.py:606
msgid "Remove item"
msgstr "Usuń"
#: modules/webbasket/lib/webbasket_templates.py:609
msgid "External record"
msgstr "Rekord zewnętrzny"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr "ostatni"
#: modules/webbasket/lib/webbasket_templates.py:647
#, fuzzy
msgid "View comments"
msgstr "pokaż komentarze"
#: modules/webbasket/lib/webbasket_templates.py:672
msgid "This basket is publicly accessible at the following address:"
msgstr "Ten koszyk jest również udostępniony pod adresem:"
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "Sortuj według:"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr "Tytuł"
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr "Data"
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr "Komentarze"
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr "Jest w sumie %i komentarzy"
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr "Napisz komentarz"
#: modules/webbasket/lib/webbasket_templates.py:833
msgid "Back to baskets"
msgstr "Wróć do listy koszyków"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr "przez"
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "on"
msgstr "w dniu"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr "Odpowiedz"
#: modules/webbasket/lib/webbasket_templates.py:876
msgid "Delete comment"
msgstr "Usuń komentarz"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr "Dodaj komentarz"
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr "Komentarz"
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
msgid "Create new basket"
msgstr "Utwórz nowy koszyk"
#: modules/webbasket/lib/webbasket_templates.py:1001
msgid "Select topic"
msgstr "Wybierz temat"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr "Wybierz temat"
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr "albo utwórz inny"
#: modules/webbasket/lib/webbasket_templates.py:1019
msgid "Create new topic"
msgstr "Utwórz nowy temat"
#: modules/webbasket/lib/webbasket_templates.py:1021
msgid "Create a new basket"
msgstr "Utwórz nowy koszyk"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
msgid "Select basket"
msgstr "Wybierz koszyk"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr "Dodaj do koszyka osobistego"
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, python-format
msgid "%i baskets"
msgstr "%i koszyki"
#: modules/webbasket/lib/webbasket_templates.py:1111
msgid "Add to a group-shared basket"
msgstr "Dodaj do koszyka grupy"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr "Dodaj do koszyka udostępnionego"
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr "Dodawanie %i rekordów do tych koszyków"
#: modules/webbasket/lib/webbasket_templates.py:1167
msgid "Add to baskets"
msgstr "Dodaj do koszyków"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr "Wybrane rekordy zostały dodane do %i koszyków."
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr "Nie dodano rekordów do wybranych koszyków."
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr "Czy potwierdzasz usunięcie tego koszyka?"
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr "%i użytkowników jest zapisanych do tego koszyka."
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr "%i grup użytkowników korzysta z tego koszyka."
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr "Ustawiłeś %i alertów zmian tego koszyka."
#: modules/webbasket/lib/webbasket_templates.py:1277
msgid "General settings"
msgstr "Ustawienia ogólne"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr "Dodaj grupę"
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr "Ustaw uprawnienia grupy"
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr "Ustaw główne ustawienia udostępniania"
#: modules/webbasket/lib/webbasket_templates.py:1314
msgid "Delete basket"
msgstr "Kasuj koszyk"
#: modules/webbasket/lib/webbasket_templates.py:1338
msgid "Editing basket"
msgstr "Edycja koszyka"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr "Zapisz zmiany"
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr "Brak uprawnień"
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
msgid "View records"
msgstr "Pokaż rekordy"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "and"
msgstr "i"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr "pokaż komentarze"
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr "dodaj komentarze"
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
msgid "add records"
msgstr "dodaj rekordy"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
msgid "delete comments"
msgstr "usuń komentarze"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
msgid "remove records"
msgstr "usuń rekordy"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr "zarządzaj uprawnieniami udostępniania"
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr "Nie jesteś członkiem grupy."
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr "Udostępnienie koszyka innej grupie"
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr ""
"Jesteś zalogowany jako Gość, dlatego twój kosz zniknie po zakończeniu "
"bieżącej sesji."
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr ""
"Jeżeli chcesz, możesz się %(x_url_open)s zalogować lub zarejestrować tutaj"
"%(x_url_close)s."
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr "Jako Gość nie możesz korzystać z tej funkcji."
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
msgid "Back to search results"
msgstr "Powrót do wyników wyszukiwania"
#: modules/webbasket/lib/webbasket_webinterface.py:98
msgid "Display baskets"
msgstr "Pokaż koszyki"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr "Szczegóły i komentarze"
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
msgid "Your Baskets"
msgstr "Twoje Koszyki"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr "Dodaj rekordy do koszyków"
#: modules/webbasket/lib/webbasket_webinterface.py:474
msgid "Delete a basket"
msgstr "Usuń koszyk"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr "Kopiuj rekord do koszyka"
#: modules/webbasket/lib/webbasket_webinterface.py:721
msgid "Create basket"
msgstr "Utwórz koszyk"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
msgid "List of public baskets"
msgstr "Lista koszyków udostępnionych"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "%(x_name)s napisał %(x_date)s:"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr "Pokaż ostatnich %i komentarzy:"
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr "Dyskusja nad tym dokumentem"
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr "Rozpocznij dyskusję o tym dokumencie."
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr "Przepraszam, rekord %s prawdopodobnie nie istnieje."
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr "Przepraszam, %s nie jest prawidłową wartością ID rekordu."
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr "Przepraszam, nie podano ID rekordu."
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr "Może zechcesz rozpocząć przeszukiwanie od %s"
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr "Czy ta recezja była dla Ciebie pomocna?"
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr "Napisz recenzję"
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr "Średnia ocena: %(x_nb_score)s na podstawie %(x_nb_reviews)s recenzji"
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr "Czytelnicy uważają następujące %s recenzje za najlepsze."
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr "Zobacz wszystkie %s recenzji"
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr "Oceń ten dokument"
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr "Bądź pierwszy i oceń ten dokument."
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
msgid "Report abuse"
msgstr "Zgłoś nadużycie"
#: modules/webcomment/lib/webcomment_templates.py:361
#, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "Recenzowane przez %(x_nickname)s dnia %(x_date)s"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr ""
"%(x_nb_people)i z of %(x_nb_total)i czytelników dobrze oceniło tę recenzję"
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
msgid "Reviews"
msgstr "Recenzje"
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr "Poprzedni"
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr "Następny"
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr "Jest w sumie %s recenzji"
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr "Jest w sumie %s komentarzy"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr "recenzja"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr "komentarz"
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
msgid "Review"
msgstr "Recenzja"
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr "Wyświetlam"
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr "Strona:"
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr "Uwaga, Twój identyfikator, %s, będzie widoczny na stronie komentarza"
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
"Uwaga: Twój nickname %(x_url_open)s nie jest zdefiniowany%(x_url_close)s. "
"%(x_nickname)s będzie wyświetlony jako autora tego komentarza."
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
msgid "Article"
msgstr "Artykuł"
#: modules/webcomment/lib/webcomment_templates.py:808
#, fuzzy
msgid "Add comment"
msgstr "Dodaj komentarz"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr "Uwaga: Twój nickname, %s będzie wyświetlony jako autora tej recenzji."
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr "Oceń ten artykuł"
#: modules/webcomment/lib/webcomment_templates.py:901
msgid "Select a score"
msgstr "Wybierz ocenę"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr "Dodaj tytuł swojej recenzji"
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr "Napisz recenzję"
#: modules/webcomment/lib/webcomment_templates.py:908
#, fuzzy
msgid "Add review"
msgstr "Dodaj recenzję"
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr "Dodaj recenzję"
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr "Twoja recenzja została zapisana."
#: modules/webcomment/lib/webcomment_templates.py:940
msgid "Your comment was successfully added."
msgstr "Twój komentarz został dodany."
#: modules/webcomment/lib/webcomment_templates.py:942
msgid "Back to record"
msgstr "Powrót do rekordu"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr "Zobacz wszystkie komentarze"
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr "Zobacz wszystkie recenzje"
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr "Usuń wybrany komentarz/recenzję (ID)"
#: modules/webcomment/lib/webcomment_templates.py:1029
msgid "View all users who have been reported"
msgstr "Zobacz wszystkich użytkowników, których podano"
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "Przewodnik"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr "Komentarze i recenzje zostały wyłączone"
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr ""
"Wprowadź ID komentarza/recenzji aby go zobaczyć zanim zdecydujesz czy go "
"usunąć czy nie"
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr "ID Komentarza:"
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr "Zobacz Komentarz"
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr "Nie było dotychczas raportów."
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr "Zobacz wszystkie %s raportowane komentarze"
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr "Zobacz wszystkie %s raportowanych recenzji"
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
"To jest lista, sortowana względem liczby raportów, wszystkich użytkowników, "
"których komentarze były raportowane co najmniej raz."
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr "Identyfikator"
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
msgid "Email"
msgstr "Email"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr "ID użytkownika"
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr "Liczba głosów pozytywnych"
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr "Liczba negatywnych głosów"
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr "Całkowita liczba głosów"
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr "Całkowita liczba raportów"
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr "Zobacz wszystkie raportowane komentarze/recenzje"
#: modules/webcomment/lib/webcomment_templates.py:1179
#, python-format
msgid "This review has been reported %i times"
msgstr "Ta recenzja była raportowana %i razy"
#: modules/webcomment/lib/webcomment_templates.py:1181
#, python-format
msgid "This comment has been reported %i times"
msgstr "Ten komentarz był raportowany %i razy"
#: modules/webcomment/lib/webcomment_templates.py:1258
msgid "Written by"
msgstr "Napisane przez"
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr "Informacje ogólne"
#: modules/webcomment/lib/webcomment_templates.py:1260
msgid "Select"
msgstr "Wybierz"
#: modules/webcomment/lib/webcomment_templates.py:1274
msgid "Delete selected reviews"
msgstr "Usuń zaznaczone recenzje"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr "Usuń wybrane raporty nadużyć"
#: modules/webcomment/lib/webcomment_templates.py:1279
msgid "Delete selected comments"
msgstr "Usuń wybrane komentarze"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr "OK"
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr "Lista raportowanych recenzji użytkownika %s"
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr "Lista raportowanych komentarzy użytkownika %s"
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr "Komentarz/recenzja %s"
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr "Komentarz/recenzja %(x_cmtID)s napisany przez %(x_user)s"
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr ""
"Lista wszystkich raportowanych recenzji, sortowana według liczby raportów"
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr ""
"Lista wszystkich raportowanych komentarzy, sortowana według liczby raportów"
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr "ID komentarza"
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr "Usunięto"
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr "usunięto raport nadużycia"
#: modules/webcomment/lib/webcomment_templates.py:1375
#, fuzzy
msgid "Not yet reviewed"
msgstr "Napisz recenzję"
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
msgid "Record Not Found"
msgstr "Nie można odnaleźć rekordu"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Zanim dodasz komentarz, musisz%(x_url_open)s się zalogować%(x_url_close)s."
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
msgid "Login"
msgstr "Login"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr "Administracja WebComment"
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "Błąd wewnętrzny"
#: modules/webcomment/web/admin/webcommentadmin.py:95
msgid "Delete Comment"
msgstr "Usuń Komentarz"
#: modules/webcomment/web/admin/webcommentadmin.py:168
msgid "View all reported users"
msgstr "Zobacz wszystkich raportowanych użytkowników"
#: modules/webcomment/web/admin/webcommentadmin.py:214
msgid "Delete comments"
msgstr "Usuń komentarze"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr "Usuń raporty nadużyć"
#: modules/webmessage/lib/webmessage.py:129
msgid "The message could not be deleted."
msgstr "Wiadomość nie mogła zostać usunięta."
#: modules/webmessage/lib/webmessage.py:131
msgid "The message was successfully deleted."
msgstr "Wiadomość została usunięta."
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr "Twoja skrzynka została opróżniona."
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr "Wybrana data (%(x_year)i/%(x_month)i/%(x_day)i) jest nieprawidłowa."
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr "Proszę wprowadzić nazwę użytkownika lub grupy."
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr ""
"Twoja wiadomość jest za długa, edytuj ją. Maksymalna dozwolona ilość znaków "
"- %i."
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr "Grupa %s nie istnieje."
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr "Użytkownik %s nie istnieje."
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr "Napisz wiadomość."
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr ""
"Wiadomość nie mogła zostać wysłana do następujących użytkowników z powodu "
"przekroczenia quot:"
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr "Twoja wiadomość została wysłana."
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
msgid "Your Messages"
msgstr "Twoje wiadomości"
#: modules/webmessage/lib/webmessage_templates.py:87
msgid "Subject"
msgstr "Temat"
#: modules/webmessage/lib/webmessage_templates.py:88
msgid "Sender"
msgstr "Nadawca"
#: modules/webmessage/lib/webmessage_templates.py:97
msgid "No messages"
msgstr "Brak wiadomości"
#: modules/webmessage/lib/webmessage_templates.py:101
msgid "No subject"
msgstr "Brak tematu"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr "Napisz nową wiadomość."
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr "Usuń wszystko."
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr "Re:"
#: modules/webmessage/lib/webmessage_templates.py:282
msgid "Send later?"
msgstr "Wyślij później?"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr "Do:"
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr "Użytkownicy"
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr "Grupy"
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
msgid "Subject:"
msgstr "Temat:"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
msgid "Message:"
msgstr "Wiadomość:"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr "WYŚLIJ"
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr "Od:"
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr "Wysłane:"
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr "Otrzymane:"
#: modules/webmessage/lib/webmessage_templates.py:451
msgid "Sent to:"
msgstr "Wysłane do:"
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr "Wysłane do grup:"
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr "ODPOWIEDZ"
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr "USUŃ"
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr "Czy jesteś pewna/y, że chcesz opóżnić całą skrzynkę?"
#: modules/webmessage/lib/webmessage_templates.py:569
#, fuzzy, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr "Wykorzystana pojemność: %i wiadomości z maks. %i"
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr "Proszę wybrać jeden lub więcej:"
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr "Dodaj do użytkowników"
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr "Dodaj do grup"
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr "Nie znaleziono użytkownika"
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr "Nie znaleziono grupy"
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr "Znajdź użytkowników lub grupy:"
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr "Znajdź użytkownika"
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr "Znajdź grupę"
#: modules/webmessage/lib/webmessage_templates.py:679
#, fuzzy, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr "Masz %s nowych wiadomości ze wszystkich %s"
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr "Przeczytaj wiadomość"
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "Wyniki wyszukiwania"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "dowolny dzień"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "dowolny miesiąc"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "dowolny rok"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "dowolna kolekcja"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "dodaj następną kolekcję"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "poszeregowano względem"
#: modules/websearch/lib/search_engine.py:851
msgid "HTML brief"
msgstr "HTML zwięzły"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "najnowsze jako pierwsze"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr "Nie znaleziono wartości."
#: modules/websearch/lib/search_engine.py:1716
#, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr ""
"Nie znaleziono dokładnego dopasowania dla %(x_query1)s, zastosowano w zamian "
"%(x_query2)s ..."
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
#: modules/websearch/lib/search_engine.py:2068
#, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"Nie znaleziono dopasowania w kolekcji %(x_collection)s. Inne publiczne "
"kolekcje zwróciły %(x_url_open)s%(x_nb_hits)d wyników%(x_url_close)s."
#: modules/websearch/lib/search_engine.py:2077
msgid ""
"No public collection matched your query. If you were looking for a non-"
"public document, please choose the desired restricted collection first."
msgstr ""
"Nie znaleziono dopasowania w żadnej publicznej kolekcji. Jeśli szukałeś "
"dokumentuzastrzeżonego, wybierz najpierw odpowiednią kolekcję zastrzeżoną."
#: modules/websearch/lib/search_engine.py:2190
msgid "No words index available for"
msgstr "Brak indeksu słów dla"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "Brak indeksu fraz dla"
#: modules/websearch/lib/search_engine.py:2226
#, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr ""
"Szukany termin %(x_term)s w indeksie %(x_index)s nie odpowiada żadnemu "
"rekordowi. Najbliższe wyrażenia:"
#: modules/websearch/lib/search_engine.py:2230
#, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr ""
"Szukane wyrażenie %s nie odpowiada żadnemu rekordowi. Najbliższe wyrażenia:"
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr ""
"Przepraszamy, sortowanie dozwolone dla zbiorów o najwyżej %d rekordach. Użyj "
"sortowania domyślnego."
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr ""
"Przepraszam, %s nie wydaje się dozwoloną opcją sortowania. Wybieram "
"sortowanie według tytułów zamiast wybranego."
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr "Użyj innych słów do wyszukiwania."
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "Rekord został usunięty."
#: modules/websearch/lib/search_engine.py:3750
#, fuzzy
msgid "Requested record does not seem to exist."
msgstr "Przepraszam, rekord %s prawdopodobnie nie istnieje."
#: modules/websearch/lib/search_engine.py:3984
msgid "No match within your time limits, discarding this condition..."
msgstr ""
"Brak wyniku podczas dozwolonego czasu wyszukiwania, usuwam ten warunek..."
#: modules/websearch/lib/search_engine.py:4008
msgid "No match within your search limits, discarding this condition..."
msgstr "Brak wyniku dla Twoich ograniczeń, usuwam ten warunek..."
#: modules/websearch/lib/websearchadminlib.py:3202
#, fuzzy
msgid "Information"
msgstr "Więcej informacji:"
#: modules/websearch/lib/websearchadminlib.py:3203
#, fuzzy
msgid "References"
msgstr "Bibliografia"
#: modules/websearch/lib/websearchadminlib.py:3204
#, fuzzy
msgid "Citations"
msgstr "administracja"
#: modules/websearch/lib/websearchadminlib.py:3205
#, fuzzy
msgid "Discussion"
msgstr "sesja"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, python-format
msgid "Search %s records for:"
msgstr "Wyszukaj w %s rekordach wyrażenia:"
#: modules/websearch/lib/websearch_templates.py:659
#, fuzzy
msgid "less"
msgstr "Reguły"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "więcej"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
#, fuzzy
msgid "Search everywhere"
msgstr "Wprowadź zapytanie tutaj."
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "Wyszukiwanie zaawansowane"
#: modules/websearch/lib/websearch_templates.py:854
#, python-format
msgid "Search %s records for"
msgstr "Wyszukaj w %s rekordach wyrażenia"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "Proste wyszukiwanie"
#: modules/websearch/lib/websearch_templates.py:938
msgid "Search options:"
msgstr "Opcje wyszukiwania:"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
#, fuzzy
msgid "Added/modified since:"
msgstr "Dodany od:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
msgid "until:"
msgstr "do:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
msgid "Display results:"
msgstr "Wyświetl rezultaty:"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
msgid "Output format:"
msgstr "Format wyjściowy:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "Dodany od:"
#: modules/websearch/lib/websearch_templates.py:1154
#, fuzzy
msgid "Modified since:"
msgstr "Dodany od:"
#: modules/websearch/lib/websearch_templates.py:1191
msgid "Focus on:"
msgstr "Skoncentruj się na:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "zastrzeżone"
#: modules/websearch/lib/websearch_templates.py:1252
msgid "Search also:"
msgstr "Szukaj również:"
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr "Ta kolekcja nie zawiera jeszcze żadnego dokumentu."
#: modules/websearch/lib/websearch_templates.py:1392
msgid "Latest additions:"
msgstr "Ostatnio dodane"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, fuzzy, python-format
msgid "Cited by %i records"
msgstr "Cytowane przez: %s rekordów"
#: modules/websearch/lib/websearch_templates.py:1556
#, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr "Najbliższe słowu %(x_word)s w %(x_field)s we wszystkich kolekcjach:"
#: modules/websearch/lib/websearch_templates.py:1559
#, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr "Najbliższe wyrażenie słowu %(x_word)s w dowolnej kolekcji:"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr "Wyniki"
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr "następny"
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "kolekcje"
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr "Ograniczenie do:"
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "rezultaty"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "rosn."
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "malej."
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "pojedyncza lista"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "rozdziel względem kolekcji"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr "tag MARC"
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, python-format
msgid "%s records found"
msgstr "Znaleziono %s rekordów"
#: modules/websearch/lib/websearch_templates.py:2343
msgid "begin"
msgstr "początek"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr "poprzedni"
#: modules/websearch/lib/websearch_templates.py:2367
msgid "end"
msgstr "koniec"
#: modules/websearch/lib/websearch_templates.py:2387
msgid "jump to record:"
msgstr "skocz do rekordu:"
#: modules/websearch/lib/websearch_templates.py:2400
#, python-format
msgid "Search took %s seconds."
msgstr "Szukanie trwało %s sekund."
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "DODAJ DO KOSZYKA"
#: modules/websearch/lib/websearch_templates.py:2589
#, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"%(x_fmt_open)sRezultaty:%(x_fmt_close)s Znaleziono %(x_nb_records)s rekordów "
"w %(x_nb_seconds)s sekund."
#: modules/websearch/lib/websearch_templates.py:2637
msgid ""
"Boolean query returned no hits. Please combine your search terms differently."
msgstr ""
"Wyszukiwanie logiczne nie dało wyników. Powiąż wyrażenia wyszukiwania "
"inaczej."
#: modules/websearch/lib/websearch_templates.py:2669
msgid "See also: similar author names"
msgstr "Zobacz też: podobne nazwiska autorów"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, python-format
msgid "Collection %s Not Found"
msgstr "Kolekcja %s nie odnaleziona"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr "Przepraszamy, kolekcja %s może nie istnieć."
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr "Możesz zacząć przeglądanie od %s."
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr "Czy powiadomiono zainteresowanego o nowych wynikach wyszukiwania?"
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
"Ustaw własny %(x_url1_open)salert email%(x_url1_close)s\n"
" lub zaprenumeruj %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
#: modules/websearch/lib/websearch_templates.py:3101
msgid "People who downloaded this document also downloaded:"
msgstr "Osoby, które pobrały ten dokument, pobrały również:"
#: modules/websearch/lib/websearch_templates.py:3117
msgid "People who viewed this page also viewed:"
msgstr "Osoby, które oglądały tę stronę, oglądały również:"
#: modules/websearch/lib/websearch_templates.py:3170
#, python-format
msgid "Cited by: %s records"
msgstr "Cytowane przez: %s rekordów"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "Cytowane wspólnie w: %s rekordach"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3310
#, fuzzy
msgid "Affiliations:"
msgstr "administracja"
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3346
#, fuzzy
msgid "Publishes in"
msgstr "dodane"
#: modules/websearch/lib/websearch_templates.py:3353
#, fuzzy
msgid "Papers:"
msgstr "Strona:"
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3355
#, fuzzy
msgid "times"
msgstr "Czas"
#: modules/websearch/lib/websearch_templates.py:3383
#, fuzzy
msgid "Citations:"
msgstr "administracja"
#: modules/websearch/lib/websearch_templates.py:3413
#, fuzzy
msgid "Citation summary results"
msgstr "Powrót do wyników wyszukiwania"
#: modules/websearch/lib/websearch_templates.py:3418
#, fuzzy
msgid "Total number of citable papers analyzed:"
msgstr "Całkowita liczba raportów"
#: modules/websearch/lib/websearch_templates.py:3441
#, fuzzy
msgid "Total number of citations:"
msgstr "Całkowita liczba raportów"
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:420
#, fuzzy
msgid "You are not authorized to view this area."
msgstr "Nie jesteś właścicielem tego kosza."
#: modules/websearch/lib/websearch_webinterface.py:755
msgid "Not found"
msgstr "Nie znaleziono"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "w"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
msgid ""
"Haven't found what you were looking for? Try your search on other servers:"
msgstr ""
"Jeżeli nie znaleziono tego czego szukasz, spróbuj szukać na innych serwerach:"
#: modules/websearch/lib/websearch_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr "Wyniki wyszukiwania w zewnętrznych kolekcjach:"
#: modules/websearch/lib/websearch_external_collections_templates.py:120
msgid "Search timed out."
msgstr "Czas wyszukiwania upłynął"
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr ""
"Zewnętrzna wyszukiwarka nie odpowiedziała w określonym czasie. Sprawdź jej "
"wyniki tutaj:"
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
msgid "No results found."
msgstr "Nie znaleziono wyników"
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, python-format
msgid "%s results found"
msgstr "Znaleziono %s wyników"
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, python-format
msgid "%s seconds"
msgstr "%s sekund"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "skrócony"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
"Jesteś zalogowany jako Gość. Możesz %(x_url_open)s się zalogować "
"%(x_url_close)s jako zarejestrowany użytkownik."
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
"Goście %(x_fmt_open)sguest%(x_fmt_close)s powinni się "
"%(x_url_open)szarejestrować%(x_url_close)s najpierw"
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr "Nie znaleziono wyszukiwań"
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
#: modules/websession/lib/websession_templates.py:97
msgid "External account settings"
msgstr "Ustawienia konta zewnętrznego"
#: modules/websession/lib/websession_templates.py:99
#, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr ""
"Możesz sprawdzić listę Twoich grup zewnętrnych na %(x_url_open)sstronie grup"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:103
msgid "External user groups"
msgstr "Zewnętrzne grupy użytkowników."
#: modules/websession/lib/websession_templates.py:160
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
"Jeżeli chcesz zmienić email lub ustawić po raz pierwszy nazwę użytkownika, "
"wprowadź nowe dane w formularzu poniżej."
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr "Edytuj dane logowania"
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr "Przykład"
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr "Nowy adres email"
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
msgid "mandatory"
msgstr "wymagane"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr "Notatka"
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr "Ustaw nowe wartości"
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
#: modules/websession/lib/websession_templates.py:215
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
"Jeżeli chcesz zmienić hasło, wprowadź poprzednie hasło i wpisz nowe hasło "
"poniżej."
#: modules/websession/lib/websession_templates.py:217
msgid "Old password"
msgstr "Poprzednie hasło"
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr "Nowe hasło"
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr "opcjonalny"
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr "Hasło może zawierać znaki przestankowe, spacje, itp."
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr "Musisz wpisać poprzednie hasło aby ustawić nowe."
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr "Wpisz ponownie hasło"
#: modules/websession/lib/websession_templates.py:224
msgid "Set new password"
msgstr "Wprowadź nowe hasło"
#: modules/websession/lib/websession_templates.py:229
#, fuzzy, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr ""
"Jeżeli chcesz możesz się %(x_url_open)s zalogować lub zarejestrować tutaj"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:235
#, fuzzy, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr "Teraz masz dostęp %(x_url_open)s do konta%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:249
#, fuzzy
msgid "Edit language-related settings"
msgstr "Edytuj ustawienia wyszukiwania"
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr ""
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
msgid "Update settings"
msgstr "Aktualizuj ustawienia"
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr "Edytuj ustawienia wyszukiwania"
#: modules/websession/lib/websession_templates.py:279
msgid "Show the latest additions box"
msgstr "Pokaż ostatnio dodane"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr "Pokaż pomoc dla kolekcji"
#: modules/websession/lib/websession_templates.py:295
msgid "Number of search results per page"
msgstr "Ilość wyników wyszukiwania na stronie"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr "Edytuj metodę logowania"
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr "Proszę wybrać metodę logowania, którą chciałbyś użyć do zalogowania."
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
msgid "Select method"
msgstr "Wybierz metodę"
#: modules/websession/lib/websession_templates.py:359
#, fuzzy, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
"Jeżeli zapomnisz hasło konta CDSInvenio, wprowadź poniżej Twój adres email. "
"Utracone hasło zostanie wysłane."
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr "Adres email"
#: modules/websession/lib/websession_templates.py:382
#, fuzzy
msgid "Send password reset link"
msgstr "Wyślij Hasło"
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:389
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr ""
"Możesz także uzyskać u %s zamianę zewnętrznego systemu logowania na "
"wewnętrzny."
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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 ""
"%s umożliwia zmianę ustawień osobistych interfejsu, ustawienie osobistych "
"bibliotek dokumentów albo ustawienie automatycznych alertów, które będą "
"okresowo wysyłać powiadomienia emailem o nowych wynikach wyszukiwania."
#: modules/websession/lib/websession_templates.py:427
#: modules/websession/lib/websession_webinterface.py:267
msgid "Your Settings"
msgstr "Twoje ustawienia"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr "Wprowadź lub zmień adres email lub hasło. Ustaw wygląd interfejsu."
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr "Historia wyszukiwania (ostatnie 30 dni)."
#: modules/websession/lib/websession_templates.py:441
msgid ""
"With baskets you can define specific collections of items, store interesting "
"records you want to access later or share with others."
msgstr ""
"W koszykach możesz zdefiniować określone kolekcje dokumentów, zachować "
"interesujące wyniki, które chcesz zapamiętać lub udostępnić innym "
"użytkownikom."
#: modules/websession/lib/websession_templates.py:450
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 ""
"Zachowaj Twoje wyszukiwanie, które będzie wykonywane automatycznie przez "
"system. Rezultaty mogą być wysyłane emailem lub zapisywane w jednym z Twoich "
"koszyków."
#: modules/websession/lib/websession_templates.py:459
msgid "Your Loans"
msgstr "Twoje wypożyczenia"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr ""
"Sprawdź Twoje wypożyczenia, zarezerwuj książki, etc. Wymaga podania numeru "
"czytelnika."
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr ""
"Jesteś zalogowany jako Gość, więc Twoje alerty znikną po zamknięciu bieżącej "
"sesji."
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
"Jesteś zalogowany jako %(x_user)s. Możesz: a) %(x_url1_open)s wylogować się"
"%(x_url1_close)s; b) edytować %(x_url2_open)s ustawienia konta"
"%(x_url2_close)s."
#: modules/websession/lib/websession_templates.py:573
msgid "Your Alert Searches"
msgstr "Twoje wyszukiwania zapisane w alertach"
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
"To jest Twoja lista %(x_url_open)sgrup%(x_url_close)s, w których jesteś "
"administratorem lub członkiem."
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
msgid "Your Groups"
msgstr "Twoje grupy"
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
"To jest lista twoich %(x_url_open)sdodanych dokumentów%(x_url_close)s możesz "
"tu sprawdzić ich status."
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
msgid "Your Submissions"
msgstr "Twoje dodane dokumenty"
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
"To jest lista %(x_url_open)sTwoich akceptacji%(x_url_close)s dla dokumentów "
"akceptowanych lub referowanych przez Ciebie."
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
msgid "Your Approvals"
msgstr "Twoje akceptacje"
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr "Twoje czynności administracyjne"
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr "Spróbuj ponownie"
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr ""
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr ""
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:707
#, fuzzy, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr "OK, hasło zostanie wysłane na adres %s."
#: modules/websession/lib/websession_templates.py:722
msgid "Deleting your account"
msgstr "Usuwanie Twojego konta"
#: modules/websession/lib/websession_templates.py:736
msgid "You are no longer recognized by our system."
msgstr ""
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr ""
"Jeżeli sobie życzysz możesz %(x_url_open)szalogować się tutaj%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr "Jeżeli masz już założone konto, zaloguj się poniżej."
#: modules/websession/lib/websession_templates.py:780
#, fuzzy, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
"Jeżeli nie posiadasz jeszcze konta, proszę %(x_url_open)s zarejestrować się "
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
"Jeżeli nie posiadasz jeszcze konta, proszę %(x_url_open)s zarejestrować się "
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:787
#, python-format
msgid ""
"It is not possible to create an account yourself. Contact %s if you want an "
"account."
msgstr ""
"Nie możesz utworzyć konta. Skontaktuj sie z %s jeżeli chcesz posiadać konto."
#: modules/websession/lib/websession_templates.py:810
msgid "Login method:"
msgstr "Metoda logowania:"
#: modules/websession/lib/websession_templates.py:837
msgid "Username"
msgstr "Nazwa użytkownika"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr "Hasło"
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr ""
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "login"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr "Utraciłeś hasło?"
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr ""
"Możesz użyć Twojej nazwy użytkownika lub adresu email aby się zalogować."
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
#: modules/websession/lib/websession_templates.py:900
#, fuzzy
msgid "Set a new password for"
msgstr "Wprowadź nowe hasło"
#: modules/websession/lib/websession_templates.py:901
#, fuzzy
msgid "Type the new password"
msgstr "Wprowadź nowe hasło"
#: modules/websession/lib/websession_templates.py:902
#, fuzzy
msgid "Type again the new password"
msgstr "Wprowadź nowe hasło"
#: modules/websession/lib/websession_templates.py:903
#, fuzzy
msgid "Set the new password"
msgstr "Wprowadź nowe hasło"
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr "Wpisz Twój adres email, wybraną nazwę użytkownika i hasło:"
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr ""
"Nie będzie można używać konta, zanim nie zostanie zweryfikowane i aktywowane "
"przez administratora."
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr "Wprowadź hasło ponownie"
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr "rejestracja"
#: modules/websession/lib/websession_templates.py:978
#, 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 ""
"Nie używaj ważnych dla Ciebie haseł, takich jak hasła do systemu UNIX, banku "
"w tym systemie. Twój adres email jest traktowany jako poufny i nie będzie "
"nikomu przekazywany. Będzie używany wyłącznie do identyfikacji usług "
"personalizowanych %s. Możesz np. ustawić automatyczne powiadomienia o nowych "
"publikacjach, artykułach."
#: modules/websession/lib/websession_templates.py:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Nie jesteś zalogowany. Musisz najpierw się %(x_url_open)szalogować"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr "Nie masz dostępu do czynności administracyjnych."
#: modules/websession/lib/websession_templates.py:1014
#, fuzzy, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr "Jesteś członkiem następującej grupy:"
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr "Kilka ciekawych linków dla Ciebie:"
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
"Aby wykonać więcej czynności administracyjnych, przejdź do "
"%(x_url_open)sAdministracji%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "gość"
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr "sesja"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "alerty"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "koszyki"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "konto"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr "wiadomości"
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr "grupy"
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr ""
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr "dodane"
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr "akceptacje"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "administracja"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "wyloguj"
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr "Jesteś administratorem tych grup:"
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr "Grupa"
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr "Nie jesteś administratorem żadnej grupy."
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr "Edytuj grupę"
#: modules/websession/lib/websession_templates.py:1291
#, python-format
msgid "Edit %s members"
msgstr "Edytuj %s członków"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
msgid "Create new group"
msgstr "Utwórz nową grupę"
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr "Jesteś członkiem następujących grup:"
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr "Nie jesteś członkiem żadnej grupy."
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr "Dołącz do nowej grupy"
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr "Opuść grupę"
#: modules/websession/lib/websession_templates.py:1391
msgid "You are a member of the following external groups:"
msgstr "Jesteś członkiem następujących zewnętrznych grup:"
#: modules/websession/lib/websession_templates.py:1414
msgid "You are not a member of any external groups."
msgstr "Nie jesteś członkiem żadnej zewnętrznej grupy."
#: modules/websession/lib/websession_templates.py:1462
msgid "Update group"
msgstr "Aktualizuj grupę"
#: modules/websession/lib/websession_templates.py:1464
#, python-format
msgid "Edit group %s"
msgstr "Edytuj grupę %s"
#: modules/websession/lib/websession_templates.py:1466
msgid "Delete group"
msgstr "Usuń grupę"
#: modules/websession/lib/websession_templates.py:1539
msgid "Group name:"
msgstr "Nazwa grupy:"
#: modules/websession/lib/websession_templates.py:1541
msgid "Group description:"
msgstr "Opis grupy:"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr "Warunki dołączenia do grupy:"
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
msgid "Please select:"
msgstr "Proszę wybrać:"
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr "Dołącz do grupy"
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr "lub znajdź"
#: modules/websession/lib/websession_templates.py:1652
msgid "Choose group:"
msgstr "Wybierz grupę:"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr "Znajdź grupę"
#: modules/websession/lib/websession_templates.py:1802
msgid "Remove member"
msgstr "Usuń członka"
#: modules/websession/lib/websession_templates.py:1804
msgid "No members."
msgstr "Brak członków."
#: modules/websession/lib/websession_templates.py:1814
msgid "Accept member"
msgstr "Zaakceptuj członka"
#: modules/websession/lib/websession_templates.py:1814
msgid "Reject member"
msgstr "Odrzuć członka"
#: modules/websession/lib/websession_templates.py:1816
msgid "No members awaiting approval."
msgstr "Brak kandydatów oczekujących na akceptację."
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
msgid "Current members"
msgstr "Obecni członkowie:"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
msgid "Members awaiting approval"
msgstr "członkowie oczekujący akceptacji"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr "Zaproś nowych członków"
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
"Jeżeli chcesz zaprosić nowych członków do grupy, użyj %(x_url_open)s web "
"message %(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1827
#, python-format
msgid "Group: %s"
msgstr "Grupa: %s"
#: modules/websession/lib/websession_templates.py:1910
msgid "Group list"
msgstr "Lista grup"
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr "Nie jesteś członkiem żadnej grupy."
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr "Jesteś pewny, że chcesz usunąć tą grupę?"
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr "Jesteś pewny, że chcesz opuścić tę grupę? "
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr "Widoczna i otwarta dla nowych członków"
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr "Widoczna ale nowi członkowie wymagają akceptacji"
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr "Grupa %s: Prośba o przyjęcie"
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr "Użytkownik chce dołączyć do grupy %s."
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
"Zaakceptuj %(x_url_open)s lub odrzuć %(x_url_close)s wniosek użytkownika."
#: modules/websession/lib/websession_templates.py:2124
#, python-format
msgid "Group %s: Join request has been accepted"
msgstr "Grupa %s: Wniosek zaakceptowany"
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr "Twój wniosek o dołączenie do grupy %s został przyjęty."
#: modules/websession/lib/websession_templates.py:2127
#, python-format
msgid "Group %s: Join request has been rejected"
msgstr "Grupa %s: Wniosek o przyjęcie odrzucony"
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr "Twój wniosek o dołączenie do grupy %s został odrzucony."
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr "To jest lista %(x_url_open)sTwoich grup%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:2145
#, python-format
msgid "Group %s has been deleted"
msgstr "Grupa %s została usunięta."
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr "Grupa %s została usunięta przez jej administratora."
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
"To jest lista %(x_url_open)s%(x_nb_total)i grup%(x_url_close)s których "
"jesteś członkiem (%(x_nb_member)i) lub administratorem (%(x_nb_admin)i)."
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr "Błąd bazy danych"
#: modules/websession/lib/webuser.py:299
msgid "user"
msgstr "użytkownik"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr ""
#: modules/websession/lib/webuser.py:713
#, fuzzy
msgid "New account on"
msgstr "Pokaż konto"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr ""
#: modules/websession/lib/webuser.py:716
#, fuzzy
msgid "A new account has been created on"
msgstr "twoje konto zostało utworzone."
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr ""
#: modules/websession/lib/webuser.py:720
msgid " Username/Email"
msgstr ""
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, fuzzy, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr "Teraz masz dostęp %(x_url_open)s do konta%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
#, fuzzy
msgid "Email address successfully activated"
msgstr "zatwierdzone"
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:155
#, fuzzy
msgid "Reset password"
msgstr "Nowe hasło"
#: modules/websession/lib/websession_webinterface.py:161
msgid "This request for resetting a password has already been used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:164
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:271
#, fuzzy, python-format
msgid "%s Personalize, Your Settings"
msgstr "Twoje ustawienia"
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr "Ustawienia zmienione"
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
msgid "Show account"
msgstr "Pokaż konto"
#: modules/websession/lib/websession_webinterface.py:323
msgid "Switched to internal login method."
msgstr "Zmieniono tryb logowania na wewnętrzny."
#: modules/websession/lib/websession_webinterface.py:324
#, fuzzy
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
"Uwaga, jeśli po raz pierwszy\n"
" Używasz tego konta po zmianie trybu logowania "
"wewnętrznego\n"
" to system sam ustawił losowe hasło dla Ciebie \n"
" które zostanie wysłane emailem do Ciebie po "
"kliknięciu tego\n"
" przycisku:</p>"
#: modules/websession/lib/websession_webinterface.py:332
msgid "Send Password"
msgstr "Wyślij Hasło"
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
"Nie można zmienić trybu logowania %s na wewnętrzny, ponieważ adres email "
"jest nieznany."
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
"Nie można przełączyć na zewnętrzny tryb logowania %s, ponieważ Twój email "
"nie został uznany przez zewnętrzny system."
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr "Wybrano poprawnie tryb logowania."
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr ""
"Metoda zewnętrznego systemu logowania %s nie używa adresu email jako login. "
"Skontaktuj się z administratorem."
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr "Ustawienia zmienione."
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr "Wybrana nazwa uzytkownika %s nie jest poprawna."
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr "Proszę spróbować ponownie."
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr "Edycja ustawień"
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr "Edycja ustawień zakończona niepowodzeniem"
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr "Podany adres email %s jest nieprawidłowy."
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr "Podany adres email %s już istnieje w bazie danych."
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr "Lub proszę spróbować ponownie."
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr "Żądana nazwa użytkownika %s jest zajęta."
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr "Zmieniono poprawnie hasło."
#: modules/websession/lib/websession_webinterface.py:415
msgid "Password edited"
msgstr "Hasło zmienione"
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr "Oba hasła muszą byś takie same."
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
msgid "Editing password failed"
msgstr "Edycja hasła zakończona niepowodzeniem"
#: modules/websession/lib/websession_webinterface.py:423
msgid "Wrong old password inserted."
msgstr "Błędne poprzednie hasło."
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr "Ustawienia użytkownika zapisane poprawnie."
#: modules/websession/lib/websession_webinterface.py:450
msgid "Unable to update settings."
msgstr "Nie można zaktualizować ustawień."
#: modules/websession/lib/websession_webinterface.py:507
#, fuzzy
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr ""
"Nie można wysłać hasła, ponieważ używasz zewnętrznego systemu logowania."
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr "Wprowadzony adres email nie istnieje w bazie danych."
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr ""
"Wprowadzony adres email jest nieprawidłowy. Sprawdź ponownie czy jest w "
"postaci np. johndoe@example.com ."
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr "Błędny adres email"
#: modules/websession/lib/websession_webinterface.py:552
#, fuzzy
msgid "Reset password link sent"
msgstr "Utracone hasło wysłane"
#: modules/websession/lib/websession_webinterface.py:597
msgid "Delete Account"
msgstr "Usuń Konto"
#: modules/websession/lib/websession_webinterface.py:623
msgid "Logout"
msgstr "Wyloguj"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr "Rejestruj"
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr "Twoje konto zostało utworzone poprawnie."
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr "Konto utworzone"
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr ""
"Email zostanie wysłany ponownie gdy konto zostanie aktywowane i gotowe do "
"użytku."
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr "Teraz masz dostęp %(x_url_open)s do konta%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr "Rejestracja zakończona niepowodzeniem"
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr "Wybrana nazwa użytkownika %s już istnieje w bazie danych."
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr ""
"Użytkownicy nie mogą się zarejestrować sami, tylko administrator może to "
"zrobić."
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr "Dołącz do nowej grupy"
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr "Opuść Grupę"
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr "Edytuj Grupę"
#: modules/websession/lib/websession_webinterface.py:1157
msgid "Edit group members"
msgstr "Edytuj członków grupy."
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "Główna"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "Ustawienia"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "Pomoc"
#: modules/webstyle/lib/webstyle_templates.py:414
msgid "Last updated"
msgstr "Zmieniono"
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr "System"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "Administracja"
#: modules/webstyle/lib/webstyle_templates.py:500
msgid "This site is also available in the following languages:"
msgstr "Ta strona jest również dostępna w następujących językach:"
#: modules/webstyle/lib/webstyle_templates.py:529
msgid "Browser"
msgstr "Przeglądarka"
#: modules/webstyle/lib/webstyle_templates.py:551
msgid "System Error"
msgstr "Błąd Systemu"
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr "Ścieżka wstecz"
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr "Czas"
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr "Klient"
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr "Wyslij raport o błędach do Administratora."
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr "Wyślij raport błędu."
#: modules/webstyle/lib/webstyle_templates.py:624
#, python-format
msgid "Please contact %s quoting the following information:"
msgstr "Napisz do %s cytując tę informację:"
#: modules/webstyle/lib/webstyle_templates.py:772
#, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr ""
"Rekord stworzony %(x_date_creation)s, ostatnia modyfikacja "
"%(x_date_modification)s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
#, fuzzy
msgid "Admin Pages"
msgstr "Administracja"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:161
#, fuzzy
msgid "Latest modifications:"
msgstr "Data ostatniej modyfikacji"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:166
#, fuzzy
msgid "See also"
msgstr "Szukaj również:"
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, fuzzy, python-format
msgid "Page %s Not Found"
msgstr "Kolekcja %s Nie Odnaleziona"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, fuzzy, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr "Przepraszamy, rekord %s nie istnieje."
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, fuzzy, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr "Teraz masz dostęp %(x_url_open)s do konta%(x_url_close)s."
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr "Przepraszamy, musisz być zalogowany aby wykonać tę operację."
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
msgid "Invalid parameter"
msgstr "Nieprawidłowy parametr"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr "Nie mogę znaleźć katalogu do zapisu."
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr "Nieznany typ dokumentu"
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr "Nieznana operacja"
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr "Nie mogę wykryć liczby stron dokumentu."
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr "Nie mogę utworzyć katalogu dla tego dokumentu."
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr "Nie mogę utworzyć katalogu."
#: modules/websubmit/lib/websubmit_engine.py:384
msgid "Unknown form field found on submission page."
msgstr "Nieznane pole formularza na stronie dodania dokumentu"
#: modules/websubmit/lib/websubmit_engine.py:512
msgid "Unknown form field found on one of the submission pages."
msgstr ""
"Nieznane pole formularza znalezione na jednej ze stron dodawania dokumentów."
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr "Nie odnaleziono typu dokumentu."
#: modules/websubmit/lib/websubmit_engine.py:1469
msgid "The chosen action is not supported by the document type."
msgstr "Wybrana akcja jest niewykonalna dla tego typu dokumentu."
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr "Ostrzeżenie"
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr "Typy dokumentów możliwych do złożenia"
#: modules/websubmit/lib/websubmit_templates.py:95
#, fuzzy
msgid "Please select the type of document you want to submit"
msgstr "Proszę wybrać typ dokumentu jaki chcesz złożyć."
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr "Brak typów dokumentów."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr "Proszę się najpierw zalogować."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr "Użyj menu w prawym górnym rogu aby się zalogować."
#: modules/websubmit/lib/websubmit_templates.py:301
msgid "Please select a category"
msgstr "Proszę wybrać kategorię"
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr "Uwaga"
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr "Wybierz kategorię a następnie kliknij wybrany przycisk."
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr ""
"Aby kontynuować przerwane dodawanie, wprowadź numer dostępu w pole poniżej:"
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr "IDŹ"
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr "STRESZCZENIE"
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr "Poprzednia strona"
#: modules/websubmit/lib/websubmit_templates.py:535
msgid "Submission number"
msgstr "Numer propozycji"
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr "Następna strona"
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr "Jesteś pewny, że chcesz zakończyć?"
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
msgid "Back to main menu"
msgstr "Wróć do głównego menu"
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr ""
"To jest numer dokumentu. Możesz go użyć do kontynuacji przerwanej operacji "
"dodawania dokumentu."
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr "Pola wymagane są w kolorze czerwonym w oknie STRESZCZENIE."
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr "Pole %s jest wymagane."
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr "Proszę dokonać wyboru"
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr "Naciśnij przycisk."
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr "Pole %s jest wymagane. Wypełnij je."
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr "Pole %(field)s jest wymagane."
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr "Wróć do strony"
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr "zakończone!"
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr "koniec przetwarzania"
#: modules/websubmit/lib/websubmit_templates.py:957
msgid "Submission no"
msgstr "Nr dodanego dokumentu"
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
"To jest %(x_action)s lista funkcji dla %(x_doctype)s dokumentów at na "
"poziomie %(x_step)s"
#: modules/websubmit/lib/websubmit_templates.py:1032
msgid "Function"
msgstr "Funkcja"
#: modules/websubmit/lib/websubmit_templates.py:1033
msgid "Score"
msgstr "Wynik"
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr "Działająca funkcja"
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr "Funkcja %s nie istnieje."
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr "Teraz musisz"
#: modules/websubmit/lib/websubmit_templates.py:1111
msgid "record"
msgstr "rekord"
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr "dokument"
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
msgid "version"
msgstr "wersja"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr "plik(i)"
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr "patrz"
#: modules/websubmit/lib/websubmit_templates.py:1375
msgid "For"
msgstr "Dla"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr "wszystkie typy dokumentów"
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr "ID"
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr "Bibliografia"
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr "Pierwszy dostęp"
#: modules/websubmit/lib/websubmit_templates.py:1435
msgid "Last access"
msgstr "Ostatni dostęp"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr "czy jesteś pewny, że chcesz usunąć dodany dokument?"
#: modules/websubmit/lib/websubmit_templates.py:1446
#, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "Usuń %(x_id)s w %(x_docname)s"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr "Brak nr ref."
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr "Recenzowane dokumenty"
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr "Jesteś recenzentem głównym"
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr "Jesteś recenzentem kategorii:"
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr "Lista recenzowanych typów dokumentów"
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
#, fuzzy
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr ""
"wybierz jeden typ dokumentu z poniższych aby sprawdzić status dokumentu."
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr "Lista recenzowanych kategorii"
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr "Proszę wybrać kategorię"
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
msgid "Pending"
msgstr "Oczekuje"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
msgid "Approved"
msgstr "Zatwierdzone"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
msgid "Rejected"
msgstr "Odrzucone"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr "Klucz"
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
msgid "Waiting for approval"
msgstr "Oczekiwanie na akceptację"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
msgid "Already approved"
msgstr "Już zatwierdzony"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr "Niektóre dokumenty oczekują."
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1808
msgid "List of refereing categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1812
#, fuzzy
msgid "List of publication categories"
msgstr "Lista publicznych koszów"
#: modules/websubmit/lib/websubmit_templates.py:1816
msgid "List of direct approval categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
#, fuzzy
msgid "Cancelled"
msgstr "Anuluj"
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr "Lista recenzowanych dokumentów"
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr "Kliknij na numer raportu po więcej informacji."
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "Numer raportu"
#: modules/websubmit/lib/websubmit_templates.py:2073
#, fuzzy
msgid "List of publication documents"
msgstr "Lista publicznych koszów"
#: modules/websubmit/lib/websubmit_templates.py:2075
msgid "List of direct approval documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr "Wysłano prośbę do recenzenta."
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr "Tytuł:"
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr "Autor:"
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr "Więcej informacji:"
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr "Kliknij tutaj"
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr ""
"Ten dokument wciąż czeka %(x_fmt_open)s na zatwierdzenie %(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
msgid "It was first sent for approval on:"
msgstr "Wysłano do recenzji:"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr "Ostatni email został wysłany:"
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr "Możesz wysłać ponownie prośbę o zatwierdzenie, klikając ten przycisk:"
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr "Wyślij ponownie"
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr "UWAGA! Jeśli potwierdzisz, zostanie wysłany email do recenzenta."
#: modules/websubmit/lib/websubmit_templates.py:2298
#, fuzzy
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr ""
"Jako recenzent tego dokumentu, możesz go zatwierdzić lub odrzucić klikając "
"ten przycisk."
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr "Zatwierdź/Odrzuć"
#: modules/websubmit/lib/websubmit_templates.py:2305
#, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "Ten dokument %(x_fmt_open)s został zatwierdzony %(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2307
msgid "Its approved reference is:"
msgstr "Jego zatwierdzona recenzja:"
#: modules/websubmit/lib/websubmit_templates.py:2313
msgid "It was approved on:"
msgstr "Zatwierdzono:"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "Ten dokument %(x_fmt_open)s został odrzucony %(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2323
msgid "It was rejected on:"
msgstr "Odrzucono:"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
#, fuzzy
msgid "No referee has been selected yet."
msgstr "Rekord został usunięty."
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
#, fuzzy
msgid "Select a referee"
msgstr "Wybierz ilość punktów"
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
#, fuzzy
msgid "Send a recommendation"
msgstr "Napisz komentarz"
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2453
#, fuzzy
msgid "No editorial board has been selected yet."
msgstr "Rekord został usunięty."
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2602
#, fuzzy
msgid "Comments overview"
msgstr "Komentarze"
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
#, fuzzy
msgid "select user"
msgstr "Wybierz kosz"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2741
#, fuzzy
msgid "add this user"
msgstr "Dodaj do użytkowników"
#: modules/websubmit/lib/websubmit_templates.py:2791
#, fuzzy
msgid "remove this user"
msgstr "usuń rekordy"
#: modules/websubmit/lib/websubmit_templates.py:2906
#, fuzzy
msgid "User"
msgstr "Użytkownicy"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:172
msgid "The collection to which this file belong is restricted: "
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:178
#, fuzzy
msgid "This file is restricted: "
msgstr "Ten plik jest ograniczony."
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr "Pełny tekst"
#: modules/websubmit/lib/websubmit_webinterface.py:303
#, fuzzy
msgid "Not enough information to retrieve the document"
msgstr "Bądź pierwszy i oceń ten dokument."
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr "Nie zgłoszono jeszcze tego dokumentu do recenzji."
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr "Wyświetlenie dokumentu jest niemożliwe."
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
#, fuzzy
msgid "Action unauthorized for this document."
msgstr "Oceń ten dokument"
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
#, fuzzy
msgid "Action unavailable for this document."
msgstr "Wyświetlenie dokumentu jest niemożliwe."
#: modules/websubmit/web/publiline.py:668
#, fuzzy
msgid "Adding users to the editorial board"
msgstr "Dodawanie %i rekordów do koszów"
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "hits"
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr ""
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr ""
#: modules/websubmit/web/publiline.py:793
msgid "Referee selection"
msgstr ""
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
#, fuzzy
msgid "Come back to the document"
msgstr "Oceń ten dokument"
#: modules/websubmit/web/publiline.py:1068
#, fuzzy
msgid "Select:"
msgstr "Wybierz"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
#, fuzzy
msgid "Approve"
msgstr "Zatwierdzone"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
#, fuzzy
msgid "Reject"
msgstr "Odrzucono"
#: modules/websubmit/web/publiline.py:1168
#, fuzzy
msgid "Wrong action for this document."
msgstr "Oceń ten dokument"
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:98
#, fuzzy, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr ""
"Jeżeli sobie życzysz możesz %(x_url_open)s zalogować się tutaj"
"%(x_url_close)s."
#: modules/webjournal/lib/webjournal_templates.py:143
#, fuzzy
msgid "Regeneration Error"
msgstr "Błąd wewnętrzny"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
#, fuzzy
msgid "Publish"
msgstr "dodane"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
#, fuzzy
msgid "Refresh"
msgstr "Bibliografia"
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
#, fuzzy
msgid "Update"
msgstr "Aktualizuj grupę"
#: modules/webjournal/lib/webjournal_templates.py:625
#, fuzzy
msgid "Apply"
msgstr "Kwiecień"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
#, fuzzy
msgid "Internal configuration error"
msgstr "Błąd wewnętrzny"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:194
#, fuzzy
msgid "No journal articles"
msgstr "Artykuł"
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:232
#, fuzzy
msgid "No journal issues"
msgstr "bieżący status:"
#: modules/webjournal/lib/webjournal_config.py:269
#, fuzzy
msgid "Journal article error"
msgstr "Błąd wewnętrzny"
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:303
msgid "No journals available"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:358
#, fuzzy
msgid "No current issue"
msgstr "bieżący status:"
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:450
#, fuzzy
msgid "No popup record"
msgstr "Wróć do rekordu"
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:482
#, fuzzy
msgid "Update error"
msgstr "Aktualizuj grupę"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:513
#, fuzzy
msgid "Journal publishing DB error"
msgstr "Błąd wewnętrzny"
#: modules/webjournal/lib/webjournal_config.py:544
#, fuzzy
msgid "Journal issue error"
msgstr "Błąd wewnętrzny"
#: modules/webjournal/lib/webjournal_config.py:545
msgid "We could not find a current issue in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:575
#, fuzzy
msgid "Journal ID error"
msgstr "Błąd wewnętrzny"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:611
#, fuzzy
msgid "Sorry, this category does not exist for this journal."
msgstr "Nie można tego wykonać dla danego typu dokumentu."
#: modules/webjournal/web/admin/webjournaladmin.py:74
#, fuzzy
msgid "WebJournal Admin"
msgstr "Administracja WebComment"
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:148
#, fuzzy
msgid "Feature a record"
msgstr "Zewnętrzny rekord"
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:309
#, fuzzy
msgid "Publishing Interface"
msgstr "Błąd wewnętrzny"
#: modules/webjournal/web/admin/webjournaladmin.py:335
#, fuzzy
msgid "Add Journal"
msgstr "Dodaj do użytkowników"
#: modules/webjournal/web/admin/webjournaladmin.py:337
#, fuzzy
msgid "Edit Settings"
msgstr "Edycja ustawień"
#, fuzzy
#~ msgid "link"
#~ msgstr "w"
#, fuzzy
#~ msgid "links"
#~ msgstr "login"
#~ msgid "The contents of this collection is restricted."
#~ msgstr "Zawartość tej kolekcji jest zastrzeżona."
#, fuzzy
#~ msgid "Sort:"
#~ msgstr "Format:"
#, fuzzy
#~ msgid "Author"
#~ msgstr "Autor:"
#~ msgid "Parameter docid missing"
#~ msgstr "Brak parametru docid"
#, fuzzy
#~ msgid "Please login to perform this action."
#~ msgstr "Przepraszamy, musisz być zalogowany aby wykonać operację."
#, fuzzy
#~ msgid "Alert sent successfully!"
#~ msgstr "Alert %s został zauktalizowany."
#, fuzzy
#~ msgid "Webjournal Administration Interface"
#~ msgstr "Administracja WebSubmit"
#, fuzzy
#~ msgid "Main file(s)"
#~ msgstr "plik(i)"
#~ msgid "Display searches"
#~ msgstr "Pokaż zapytania"
#, fuzzy
#~ msgid " Password: %s\n"
#~ msgstr "Wyślij Hasło"
#~ msgid "Migrate BibFormat Settings"
#~ msgstr "Migruj ustawienia BibFormat"
#~ msgid "Migrate Knowledge Bases"
#~ msgstr "Migruj bazy wiedzy"
#~ msgid "Migrate Behaviours"
#~ msgstr "Migruj zachowania"
#~ msgid "Migrate Formats"
#~ msgstr "Migruj Formaty"
#, fuzzy
#~ msgid "Your account created on"
#~ msgstr "Konto utworzone"
#, fuzzy
#~ msgid "You have created a new account on"
#~ msgstr "lub utwórz nowy"
#~ msgid ""
#~ "You can now go back to %(x_url_open)sBibEdit Admin Interface%(x_url_close)"
#~ "s."
#~ msgstr "Możesz teraz wrócić do %(x_url_open)sBibEdit Admin%(x_url_close)s"
#~ msgid "WebSubmit Administration"
#~ msgstr "WebSubmit Administracja"
#~ msgid "Convert"
#~ msgstr "Konwerter"
#~ msgid "Submit Help"
#~ msgstr "Dodaj Pomoc"
#~ msgid "Library"
#~ msgstr "Biblioteka"
#~ msgid "Agenda"
#~ msgstr "Terminarz"
#~ msgid "Webcast"
#~ msgstr "Transmisja"
#~ msgid "Bulletin"
#~ msgstr "Biuletyn"
#~ msgid "Search Help"
#~ msgstr "Szukaj w Pomocy"
#~ msgid "Citation history"
#~ msgstr "Historia cytowań"
#~ msgid "Downloads history"
#~ msgstr "Historia pobierania"
#~ msgid ""
#~ "You have made %(x_nb)s queries. A %(x_url_open)sdetailed list"
#~ "%(x_url_close)s is available with a posibility to (a) view search results "
#~ "and (b) subscribe to an automatic email alerting service for these "
#~ "queries."
#~ msgstr ""
#~ "Wykonałeś %(x_nb)s zapytań. %(x_url_open)sdetailed list%(x_url_close)s "
#~ "jest dostępna z możliwością (a) wyświetlania wyników i (b) prenumeraty "
#~ "automatycznego alertu e-mail dla tych zapytań."
#~ msgid ""
#~ "Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
#~ "%(x_url2_open)spopular_searches%(x_url2_close)s, or the input form."
#~ msgstr ""
#~ "Ustaw nowy alert z %(x_url1_open)sTwoich wyszukiwań%(x_url1_close)s, "
#~ "%(x_url2_open)spopularnych_zapytań%(x_url2_close)s, lub formularza."
#~ msgid "Comment Management"
#~ msgstr "Zarządzanie komentarzami"
#~ msgid "Format:"
#~ msgstr "Format:"
#~ msgid ""
#~ "If you have lost password for your CDS Invenio internal account, then "
#~ "please enter your email address below and the lost password will be "
#~ "emailed to you."
#~ msgstr ""
#~ "Jeżeli zapomnisz hasło konta CDSInvenio, wprowadź poniżej Twój adres "
#~ "email. Utracone hasło zostanie wysłane emailem."
#~ 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 ""
#~ "Jeśli używasz zewnętrznego systemu logowania wtedy nie możemy odzyskać "
#~ "dla Ciebie hasła. Musisz to sam zrobić w zewn. systemie."
#~ msgid ""
#~ "If you want to change your email address or password, please set new "
#~ "values in the form below."
#~ msgstr ""
#~ "Jeśli chcesz zmienić adres email lub hasło, wprowadź w formularzu poniżej "
#~ "nowe dane."
#~ msgid "Send lost password"
#~ msgstr "Wyślij utracone hasło"
#~ msgid "Hello"
#~ msgstr "Witaj"
#~ msgid "Here are your user credentials for"
#~ msgstr "To są Twoje dane logowania dla"
#~ msgid "username"
#~ msgstr "nazwa użytkownika"
#~ msgid "password"
#~ msgstr "hasło"
#~ msgid "You can login at"
#~ msgstr "Możesz się zalogować tu"
#~ msgid "Okay, password has been emailed to %s."
#~ msgstr "OK, hasło zostanie wysłane pod adres %s."
#~ msgid "You are no longer recognized."
#~ msgstr "Nie jesteś zalogowany."
#~ msgid "You seem to be %(x_role)s."
#~ msgstr "Jesteś %(x_role)s."
#~ msgid "Credentials for"
#~ msgstr "Dane logowania dla"
#~ msgid "Lost password sent"
#~ msgstr "Utracone hasło zostało wysłane"
#~ msgid ""
#~ "An email has been sent to the given address with the account information."
#~ msgstr "Wysłano email pod adres podany w ustawieniach konta."
#~ msgid "Cannot find submission directory."
#~ msgstr "Nie mogę znaleźć katalogu."
#~ msgid "Unknown type of document"
#~ msgstr "Nieznany typ dokumentu"
#~ msgid "Unable to find file."
#~ msgstr "Odnalezienie pliku było niemożliwe."
#~ msgid "This file is restricted!"
#~ msgstr "Ten plik jest zastrzeżony!"
#~ msgid "<p>Switched to internal login method. "
#~ msgstr "<p>Zmieniono tryb logowania na wewnętrzny. "
#, fuzzy
#~ msgid "No Issues"
#~ msgstr "Brak wiadomości."
#, fuzzy
#~ msgid "Article Error"
#~ msgstr "Artykuł"
#, fuzzy
#~ msgid "%s Personalize, Main page"
#~ msgstr "Personalne"
#, fuzzy
#~ msgid "%s , personalize"
#~ msgstr "Personalne"
#, fuzzy
#~ msgid "Successfully featured record: %s"
#~ msgstr "Usunięto"
diff --git a/po/pt.po b/po/pt.po
index ee8509989..49eb1276f 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -1,7818 +1,7818 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-03-26 15:56+0100\n"
"Last-Translator: Joaquim Silvestre <joaquim.rodrigues.silvestre@cern.ch>\n"
"Language-Team: PT <cds.support@cern.ch>\n"
"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"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "E NÃO"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "Área do Administrador"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "Explorar"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "Sugestões de pesquisa"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "resumo"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "texto completo"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "Expressão regular:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "Todas as palavras:"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "número de relatorio"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "ano"
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr "assunto"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "Frase aproximada:"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "referência"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "autor"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
msgid "Search Guide"
msgstr "Guia de pesquisas"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "experimente"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "Qualquer das palavras:"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "divisão"
# msgstr "Esta sita também está disponível nos seguintes idiomas:"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "Pesquisar"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "qualquer campo"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "Central de Ajuda"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
#, fuzzy
msgid "Export as"
msgstr "Exportar como"
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "colecção"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr "Guia de Administracao WebSearch"
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "Frase exacta:"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
#, fuzzy
msgid "Submit Guide"
msgstr "Ajuda sobre Submissao"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "OU"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "E"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "palavra chave"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "título"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
#, fuzzy
msgid "Narrow by collection:"
msgstr "Filtrar por colecção:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
#, fuzzy
msgid "Add to personal basket"
msgstr "Adicionar ao cesto pessoal"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
#, fuzzy
msgid "WebSubmit Admin Guide"
msgstr "Guia de Administração WebSubmit"
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
#, fuzzy
msgid "No fulltext"
msgstr "No fulltext"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
#, fuzzy
msgid "or"
msgstr "ou"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr "Adicionar Sub-campo"
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr "Editar Instituto"
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr "Campo"
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr "Adicionar Campo"
#: modules/bibedit/lib/bibedit_templates.py:123
#, fuzzy
msgid "Verbose"
msgstr "Visionar"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "Submeter"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr "Cancelar"
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr "Apagar"
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
#, fuzzy
msgid "Action"
msgstr "Acção"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr "Registo"
#: modules/bibedit/lib/bibedit_templates.py:155
#, fuzzy
msgid "Display"
msgstr "Mostrar"
# msgstr "Mostrar resultados:"
#: modules/bibedit/lib/bibedit_templates.py:274
#, fuzzy
msgid "Done"
msgstr "Feito"
#: modules/bibedit/lib/bibedit_templates.py:275
#, fuzzy
msgid "Add another subfield"
msgstr "Adicionar Sub-campo"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
#, fuzzy
msgid "Move up"
msgstr "Mover item para cima"
#: modules/bibedit/lib/bibedit_templates.py:369
#, fuzzy
msgid "Move down"
msgstr "Mover item para baixo"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr "Editar"
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr "As suas alterações são TEMPORÁRIAS"
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr "Para guardar este registo, por favor escolha submeter"
#: modules/bibedit/lib/bibedit_templates.py:476
#, fuzzy
msgid "This record does not exist."
msgstr "O registo não existe."
# msgstr "O registro foi apagado."
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr "Por favor tente outro ID de registo"
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr "Este registo encontra-se de momento a ser editado por outro utilizador"
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr "Por favor tente mais tarde"
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr "Não é possível editar um registo apagado"
#: modules/bibedit/lib/bibedit_templates.py:500
#, fuzzy
msgid "There are record revisions not yet synchronized with the database."
msgstr "O endereço de email indicado não existe na base de dados."
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
#, fuzzy
msgid "Please try again in a few minutes."
msgstr "Por favor tente mais tarde"
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr "Por favor indique o ID do registo que pretende editar"
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr ""
"As suas alterações foram agora submetidas. Elas serão processadas assim que "
"a fila de tarefas esteja vazia"
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
#, fuzzy
msgid "Edit another record"
msgstr "Editar outro registo"
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr "Deseja realmente apagar este registo?"
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr "Sim"
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr "Não"
#: modules/bibedit/lib/bibedit_templates.py:563
#, fuzzy, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr "Deseja realmente apagar este registo?"
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr "O registo será apagado assim que a fila de tarefas esteja vazia"
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr "Registo %s - Adicione um campo"
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr "Interface de Administração BibEdit"
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr "Editar registo %(x_recid)s, campo %(x_field)s"
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr "Editar registo %(x_recid)s, campo %(x_field)s - Adicionar subcampo"
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, fuzzy, python-format
msgid "Submit and save record %s"
msgstr "Submeter e guardar o registo %s"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, fuzzy, python-format
msgid "Record #%s"
msgstr "A coleção %s não foi encontrada"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, fuzzy, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr "Editar registo %(x_recid)s, campo %(x_field)s"
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr "Menu"
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr "Fechar Editor"
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr "Modificar Atributos do Template"
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr "Editor de Template"
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr "Verificar Depedências"
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr "Nome"
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#, fuzzy
msgid "Description"
msgstr "Descrição"
# msgstr "sessão"
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr "Actualizar Atributos do Formato"
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
#, fuzzy
msgid "Show Documentation"
msgstr "Mostrar Documentação"
# msgstr "conta"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr "Ocultar Documentação"
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr "Estado"
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr "Data da Última Modificação"
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
#, fuzzy
msgid "Manage Output Formats"
msgstr "Gerir Saída dos Formatos"
# msgstr "Formato de saída:"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr "Gerir Formato dos Templates"
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr "Documentação dos Elementos do Formato"
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr "Gerir Bases de Conhecimento"
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr "Adicionar um novo Formato de Template"
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr "Verificar Formato dos Templates Exaustivamente"
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr "Código"
#: modules/bibformat/lib/bibformat_templates.py:1134
#, fuzzy
msgid "Add New Output Format"
msgstr "Adicionar Novo Formato de Saída"
# msgstr "Formato de saída:"
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr "menu"
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
#, fuzzy
msgid "Close Output Format"
msgstr "Fechar Formato de Saída"
# msgstr "Formato de saída:"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
#, fuzzy
msgid "Rules"
msgstr "Regras"
# msgstr "visitante"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr "Alterar Atributos do Formato de Saída"
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
#, fuzzy
msgid "Remove Rule"
msgstr "Remover Regras"
# msgstr "mais"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr "Adicionar Nova Regra"
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr "Guardar Alterações"
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr "Mapeamento da Base de Conhecimento"
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr "Atributos da Base de Conhecimento"
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr "Dependências da Base de Conhecimento"
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr "Nenhum problema encontrado relativo ao formato"
#: modules/bibformat/lib/bibformat_templates.py:2266
#, fuzzy
msgid "An error has been found"
msgstr "Foi encontrado um erro."
# msgstr "O registro foi apagado."
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr "Foram encontrados os seguintes erros"
# msgstr "Registros similares"
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr "Administração BibFormat"
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
#, fuzzy
msgid "Test with record:"
msgstr "Testar com o registo:"
# msgstr "Registro detalhado"
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr "Introduza aqui o termo a pesquisar"
#: modules/bibformat/lib/elements/bfe_authors.py:120
#, fuzzy
msgid "Hide"
msgstr "Ocultar"
# msgstr "Guia"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr "Mostrar todos os %i autores"
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
#, fuzzy
msgid "Download fulltext"
msgstr "Baixar fulltext"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr "ficheiros adicionais"
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
#, fuzzy
msgid "older versions"
msgstr "versoes antigas"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external link"
msgstr "%(link_or_links)s externo(s)"
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external links"
msgstr "%(link_or_links)s externo(s)"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "Fulltext"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
#, fuzzy
msgid "Restricted Output Format"
msgstr "Formato de Saída Restricto "
# msgstr "Formato de saída:"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr "Ok"
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, fuzzy, python-format
msgid "Output Format %s Rules"
msgstr "Regras %s do Formato de Saída"
# msgstr "Formato de saída:"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr "Atributos %s do Formato de Saída"
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr "Dependências %s do Formato de Saída "
#: modules/bibformat/web/admin/bibformatadmin.py:371
#, fuzzy
msgid "Delete Output Format"
msgstr "Apagar Formato de Saída"
#: modules/bibformat/web/admin/bibformatadmin.py:417
#, fuzzy
msgid "Cannot create output format"
msgstr "Gerir Saída dos Formatos"
# msgstr "Formato de saída:"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr "Formato do Template Restricto"
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr "Formato do Template %s"
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr "Atributos %s do Formato do Template"
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr "Dependências %s do Formato do Template"
#: modules/bibformat/web/admin/bibformatadmin.py:660
#, fuzzy
msgid "Delete Format Template"
msgstr "Apagar Formato do Template"
# msgstr "conta"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr "Dependências %s do Formato do Elemento"
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr "Testar Formato do Elemento %s"
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr "Base de Conhecimento Desconhecida"
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr "Base de Conhecimento %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr "Atributos %s da Base de Conhecimento"
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr "Dependências %s da Base de Conhecimento"
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#, fuzzy
msgid "Delete Knowledge Base"
msgstr "Apagar Base de Conhecimento"
# msgstr "cestas"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr "Validação do Formato de Saída %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr "Validação do Formato do Template %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr "Formato do Elemento Restricto"
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr "Validação do Formato do Elemento %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr "Validação do Formato"
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
#, fuzzy
msgid "See Guide"
msgstr "Ver Guia"
# msgstr "Guia"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr "Fontes OAI actualmente presentes da base de dados"
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr "Fontes OAI não estão actualmente presentes da base de dados"
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr "Próxima Tarefa oaiharvest"
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr "Tempo previsto:"
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr "estado actual"
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr "Não existe nenhuma tarefa oaiharvest prevista"
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr "Validado com sucesso"
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr "não parece ser um OAI-compliant baseURL"
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
#, fuzzy
msgid "Citation history:"
msgstr "Histórico de citações:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
#, fuzzy
msgid "Download history:"
msgstr "Históricos de downloads:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
#, fuzzy
msgid "Download user distribution:"
msgstr "Download user distribution:"
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr "N/A"
#: modules/miscutil/lib/dateutils.py:159
#, fuzzy
msgid "Sun"
msgstr "Dom"
# msgstr "Junho"
#: modules/miscutil/lib/dateutils.py:160
#, fuzzy
msgid "Mon"
msgstr "Seg"
# msgstr "Maio"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr "Ter"
#: modules/miscutil/lib/dateutils.py:162
#, fuzzy
msgid "Wed"
msgstr "Qua"
# msgstr "Agenda"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr "Qui"
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr "Sex"
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr "Sab"
#: modules/miscutil/lib/dateutils.py:167
#, fuzzy
msgid "Sunday"
msgstr "Domnigo"
# msgstr "qualquer dia"
#: modules/miscutil/lib/dateutils.py:168
#, fuzzy
msgid "Monday"
msgstr "Segunda-feira"
# msgstr "Maio"
#: modules/miscutil/lib/dateutils.py:169
#, fuzzy
msgid "Tuesday"
msgstr "Terça-feira"
# msgstr "qualquer dia"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr "Quarta-feira"
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr "Quinta-feira"
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr "Sexta-feira"
#: modules/miscutil/lib/dateutils.py:173
#, fuzzy
msgid "Saturday"
msgstr "Sábado"
# msgstr "qualquer dia"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
#, fuzzy
msgid "Month"
msgstr "Mês"
# msgstr "qualquer mês"
#: modules/miscutil/lib/dateutils.py:188
#, fuzzy
msgid "Jan"
msgstr "Janeiro"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr "Fevereiro"
#: modules/miscutil/lib/dateutils.py:190
#, fuzzy
msgid "Mar"
msgstr "Março"
#: modules/miscutil/lib/dateutils.py:191
#, fuzzy
msgid "Apr"
msgstr "Abril"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "Maio"
#: modules/miscutil/lib/dateutils.py:193
#, fuzzy
msgid "Jun"
msgstr "Junho"
#: modules/miscutil/lib/dateutils.py:194
#, fuzzy
msgid "Jul"
msgstr "Julho"
#: modules/miscutil/lib/dateutils.py:195
#, fuzzy
msgid "Aug"
msgstr "Agosto"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr "Setembro"
#: modules/miscutil/lib/dateutils.py:197
#, fuzzy
msgid "Oct"
msgstr "Outubro"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr "Novembro"
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr "Dezembro"
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "Janeiro"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "Fevereiro"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "Março"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "Abril"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "Junho"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "Julho"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "Agosto"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "Setembro"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "Outubro"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "Novembro"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "Dezembro"
#: modules/miscutil/lib/dateutils.py:231
#, fuzzy
msgid "Day"
msgstr "Dia"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "Ano"
# msgstr "pesquisar"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
#, fuzzy
msgid "Sorry"
msgstr "Desculpe"
# msgstr "Ordenar por:"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr "Não pode enviar pedido de erro, falta o parâmetro %s"
#: modules/miscutil/lib/errorlib_webinterface.py:100
#, fuzzy
msgid "The error report has been sent."
msgstr "O relatório de erro foi enviado."
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr "Muito obrigado por nos ajudar a tornar o CDS Invenio melhor"
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr "Use o botaõ de retroceder do seu browser para voltar à página anterior"
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr "Obrigado!"
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr "ID do registo"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr "similaridade por palavra"
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr "journal impact factor"
#: modules/miscutil/lib/inveniocfg.py:412
msgid "times cited"
msgstr "tempos citados"
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
#, fuzzy
msgid "Hello:"
msgstr "Ola:"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr "Os melhores cumprimentos"
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr "Precisa de ajuda? Contactar"
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr "Executar BibEdit"
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr "Configurar Bibformat"
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr "Cofigurar BibHarvest"
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
msgid "Configure OAI Repository"
msgstr "Configurar Repositorio OAI"
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr "Configurar BibIndex"
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr "Configurar BibRank"
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr "Configurar WebAccess"
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
#, fuzzy
msgid "Configure WebComment"
msgstr "Configurar WebComment"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
#, fuzzy
msgid "Configure WebSearch"
msgstr "Configurar WebSearch"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr "Configurar WebSubmit"
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, python-format
msgid "Your account on '%s' has been activated"
msgstr "A sua conta em '%s' foi activada"
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, fuzzy, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr "A sua conta criada anteriormente em '%s' fia activada:"
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
#, fuzzy
msgid "Username/Email:"
msgstr "Nome de utilizador/Email:"
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
msgid "Password:"
msgstr "Palavra-passe"
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, fuzzy, python-format
msgid "Account created on '%s'"
msgstr "Conta criada em '%s'"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, fuzzy, python-format
msgid "An account has been created for you on '%s':"
msgstr "Uma conta foi criada para si em '%s'"
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, fuzzy, python-format
msgid "Account rejected on '%s'"
msgstr "Conta rejeitada em '%s'"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr "O seu pedido para uma conta foi rejeitado '%s':"
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, fuzzy, python-format
msgid "Username/Email: %s"
msgstr "Nome de utilizador/Email: %s"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, fuzzy, python-format
msgid "Account deleted on '%s'"
msgstr "Conta apagada em '%s'"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, fuzzy, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "A sua conta em '%s' foi apagada:"
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "Registo detalhado"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "Registos similares"
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr "Citado por"
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr "Já possui actualmente um aviso designado %s."
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr "desconhecido"
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
#, fuzzy
msgid "You do not have rights for this operation."
msgstr "Voce não possui direitos suficientes para ver o conteudo deste cesto."
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr ""
"Já possui actualmente um aviso definido para um termo e cesto específicos"
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr "O nome do aviso não poder ser vazio."
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr "Você não é o dono deste cesto."
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr "O aviso %s foi adicionado ao seu perfil."
#: modules/webalert/lib/webalert.py:376
#, fuzzy, python-format
msgid "The alert %s has been successfully updated."
msgstr "O aviso %s foi actualizado com sucesso."
#: modules/webalert/lib/webalert.py:428
#, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
"Voce criou %(x_nb)s termos de pesquisa. A %(x_url_open)slista detalhada"
"%(x_url_close)s esta disponivel com a possibilidade de (a) ver os resultados "
"das pesquisas e (b) subscrever um aviso automatico via email para todos "
"estes termos de pesquisa."
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr "Padrão"
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr "Padrão 1"
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr "Campo 1"
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr "Padrão 2"
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr "Campo 2"
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr "Padrão 3"
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr "Campo 3"
#: modules/webalert/lib/webalert_templates.py:90
#, fuzzy
msgid "Collections"
msgstr "Colecções"
#: modules/webalert/lib/webalert_templates.py:92
#, fuzzy
msgid "Collection"
msgstr "Colecção"
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr "Você possui os seguintes avisos"
#: modules/webalert/lib/webalert_templates.py:114
#, fuzzy
msgid "alert name"
msgstr "nome do aviso"
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr "MOSTRAR"
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr ""
"Este aviso irá notificá-lo cada vez/apenas que um novo item satisfaça o "
"seguinte termo:"
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr "TERMO"
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr "Aviso acerca do nome de identificação:"
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr "Frequência de Pesquisa-Verificação:"
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
#, fuzzy
msgid "monthly"
msgstr "mensalmente"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr "semanalmente"
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
#, fuzzy
msgid "daily"
msgstr "diáriamente"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr "Enviar email de notificação?"
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr "sim"
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr "não"
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr "se %(x_fmt_open)sno%(x_fmt_close)s você deve especificar o cesto."
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr "Guardar resultados no cesto?"
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr "DEFINIR AVISO"
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr "LIMPAR DADOS"
#: modules/webalert/lib/webalert_templates.py:300
#, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
"Defina um novo aviso para %(x_url1_open)sas suas pesquisas%(x_url1_close)s, "
"as %(x_url2_open)spesquisas mais efectuadas%(x_url2_close)s, ou o formato de "
"entrada."
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr "Pesquisar frequência de verificação"
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr "Notificação por email"
#: modules/webalert/lib/webalert_templates.py:322
#, fuzzy
msgid "Result in basket"
msgstr "Resultados no cesto"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr "Data da última execução"
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr "Data de criação"
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr "Termo"
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
#, fuzzy
msgid "no basket"
msgstr "sem cesto"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
#, fuzzy
msgid "Remove"
msgstr "Remover"
#: modules/webalert/lib/webalert_templates.py:374
#, fuzzy
msgid "Modify"
msgstr "Modificar"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr "Executar pesquisa"
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr "Você definiu %s avisos."
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
"Você ainda não realizou qualquer pesquisa até agora. Por favor vá à "
"%(x_url_open)s interface de pesquisa %(x_url_close)s primeiro."
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr ""
"Você efectuou %(x_nb1)s pesquisas (%(x_nb2)s diferentes perguntas) durante "
"os últimos 30 dias ou mais."
#: modules/webalert/lib/webalert_templates.py:434
#, fuzzy, python-format
msgid "Here are the %s most popular searches."
msgstr "Aqui estão as %s pesquisas mais populares."
#: modules/webalert/lib/webalert_templates.py:445
#, fuzzy
msgid "Question"
msgstr "Pergunta"
#: modules/webalert/lib/webalert_templates.py:449
#, fuzzy
msgid "Last Run"
msgstr "Última Execução"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr "Definir novo aviso"
#: modules/webalert/lib/webalert_webinterface.py:79
#, fuzzy
msgid "Popular Searches"
msgstr "As suas pesquisas"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
#, fuzzy
msgid "Your Searches"
msgstr "As suas pesquisas"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
#, fuzzy
msgid "Your Account"
msgstr "A sua conta"
#: modules/webalert/lib/webalert_webinterface.py:90
#, fuzzy, python-format
msgid "%s Personalize, Display searches"
msgstr "%s Personalizar, Mostrar resultados de pesquisa"
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, fuzzy, python-format
msgid "%s, personalize"
msgstr "%s, personalizar"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr "Erro"
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, python-format
msgid "%s Personalize, Set a new alert"
msgstr "%s Personalizar, definir novo aviso"
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr "Definir um novo aviso"
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr "Modificar parâmetros de aviso"
#: modules/webalert/lib/webalert_webinterface.py:227
#, python-format
msgid "%s Personalize, Modify alert settings"
msgstr "%s Personalizr, Modificar definições de aviso"
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
#, fuzzy
msgid "Your Alerts"
msgstr "Os seus avisos"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, fuzzy, python-format
msgid "%s Personalize, Display alerts"
msgstr "%s Personalizar, Mostrat avisos"
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
#, fuzzy
msgid "Display alerts"
msgstr "Mostrar avisos"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr "O seu comentário foi colocado com sucesso"
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
#, fuzzy
msgid "Personal baskets"
msgstr "Cestos Pessoais"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
#, fuzzy
msgid "Group baskets"
msgstr "Grupos de cestos"
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
#, fuzzy
msgid "Others' baskets"
msgstr "Outros cestos"
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
"Você tem %(x_nb_perso)s cestos pessoais e está registada em %(x_nb_group)s "
"grupos de cestos e noutros %(x_nb_public)s cestos públicos."
#: modules/webbasket/lib/webbasket_templates.py:198
#, fuzzy, python-format
msgid "There are %i baskets"
msgstr "Existem %i cestos"
#: modules/webbasket/lib/webbasket_templates.py:206
#, fuzzy
msgid "updated on"
msgstr "Última atualização"
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr "O Cesto está vazio"
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
"Este cesto pertence a %(x_name)s. Você pode livremente "
"%(x_url_open)sregistar-se%(x_url_close)s nele"
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
#, fuzzy
msgid "Public basket"
msgstr "Cesto Público"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
#, fuzzy
msgid "records"
msgstr "Registos"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
#, fuzzy
msgid "last update"
msgstr "Última actualização"
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr "Registar-se neste cesto"
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
#, fuzzy
msgid "Basket's name"
msgstr "Nome do Cesto"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr "Número de vistas"
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr "Dono"
#: modules/webbasket/lib/webbasket_templates.py:355
#, fuzzy
msgid "View"
msgstr "Vista"
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr "Subscrever"
#: modules/webbasket/lib/webbasket_templates.py:377
#, fuzzy
msgid "There is currently no publicly accessible basket"
msgstr "Não existem actualmente nenhum cesto disponível."
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr ""
"Mostrando Cestos %(x_nb_begin)i-%(x_nb_end)i de %(x_nb_total)i cestos no "
"total."
#: modules/webbasket/lib/webbasket_templates.py:422
#, fuzzy
msgid "Actions"
msgstr "Acções"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
#, fuzzy
msgid "Non-shared basket"
msgstr "Cesto não-partilhado"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
#, fuzzy
msgid "Shared basket"
msgstr "Cesto partilhado"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
#, fuzzy
msgid "Group-shared basket"
msgstr "Grupo de cestos partilhados"
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
#, fuzzy
msgid "Edit basket"
msgstr "Editar Cesto"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr "Voce não possui direitos suficientes para ver o conteudo deste cesto."
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr "Cancelar inscrição neste cesto"
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr "comentários"
#: modules/webbasket/lib/webbasket_templates.py:521
#, fuzzy
msgid "last comment:"
msgstr "último comentário"
#: modules/webbasket/lib/webbasket_templates.py:582
#, fuzzy
msgid "Move item up"
msgstr "Mover item para cima"
#: modules/webbasket/lib/webbasket_templates.py:590
#, fuzzy
msgid "Move item down"
msgstr "Mover item para baixo"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr "Copiar item"
#: modules/webbasket/lib/webbasket_templates.py:606
#, fuzzy
msgid "Remove item"
msgstr "Remover item"
#: modules/webbasket/lib/webbasket_templates.py:609
#, fuzzy
msgid "External record"
msgstr "Registo Externo"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr "último"
#: modules/webbasket/lib/webbasket_templates.py:647
#, fuzzy
msgid "View comments"
msgstr "ver comentários"
#: modules/webbasket/lib/webbasket_templates.py:672
#, fuzzy
msgid "This basket is publicly accessible at the following address:"
msgstr "Este cesto encontra-se acessível no seguinte endereço:."
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "Ordenar por:"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr "Título"
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr "Data"
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr "Comentários"
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr "Existe(m) no total %i comentários"
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr "Escrever um comentário"
#: modules/webbasket/lib/webbasket_templates.py:833
#, fuzzy
msgid "Back to baskets"
msgstr "Voltar aos cestos"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr "por"
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
#, fuzzy
msgid "on"
msgstr "em"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr "Responder"
#: modules/webbasket/lib/webbasket_templates.py:876
#, fuzzy
msgid "Delete comment"
msgstr "Apagar comentário"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr "Adicionar comentário"
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr "Comentário"
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
#, fuzzy
msgid "Create new basket"
msgstr "Criar um novo cesto"
#: modules/webbasket/lib/webbasket_templates.py:1001
#, fuzzy
msgid "Select topic"
msgstr "Seleccionar tópico"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr "Escolher tópico"
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr "ou criar um novo"
#: modules/webbasket/lib/webbasket_templates.py:1019
#, fuzzy
msgid "Create new topic"
msgstr "Criar um novo tópico"
#: modules/webbasket/lib/webbasket_templates.py:1021
#, fuzzy
msgid "Create a new basket"
msgstr "Criar um novo cesto"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
#, fuzzy
msgid "Select basket"
msgstr "Seleccionar cesto"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr "Adicionar ao cesto pessoal"
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, fuzzy, python-format
msgid "%i baskets"
msgstr "%i cestos"
#: modules/webbasket/lib/webbasket_templates.py:1111
#, fuzzy
msgid "Add to a group-shared basket"
msgstr "Adicionar a um grupo de cestos partilhado"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr "Adicionar a um cesto público"
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr "Adicionando %i registos aos seguintes cestos"
#: modules/webbasket/lib/webbasket_templates.py:1167
#, fuzzy
msgid "Add to baskets"
msgstr "Adicionar aos cestos"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, fuzzy, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr "Os registos selecionados foram adicionados com sucesso aos %i cestos."
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr "Nenhum registo foi adicionado aos cestos seleccionados"
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr "Tem a certeza que deseja apagar este cesto?"
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr "%i utilizadores subscreveram este cesto."
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr "%i grupos de utilizadores subscreveram este cesto."
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr "Você definiu %i avisos para este cesto."
#: modules/webbasket/lib/webbasket_templates.py:1277
#, fuzzy
msgid "General settings"
msgstr "Definições Gerais"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr "Adicionar grupo"
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr "Gerir direitos do grupo"
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr "Gerir direitos globais de partilha"
#: modules/webbasket/lib/webbasket_templates.py:1314
#, fuzzy
msgid "Delete basket"
msgstr "Apagar cesto"
#: modules/webbasket/lib/webbasket_templates.py:1338
#, fuzzy
msgid "Editing basket"
msgstr "Editar cesto"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr "Guardar alterações"
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr "Sem direitos"
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
#, fuzzy
msgid "View records"
msgstr "Ver registos"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
#, fuzzy
msgid "and"
msgstr "e"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr "ver comentários"
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr "adicionar comentários"
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
#, fuzzy
msgid "add records"
msgstr "Adicionar registos"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
#, fuzzy
msgid "delete comments"
msgstr "apagar comentários"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
#, fuzzy
msgid "remove records"
msgstr "remover registos"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr "gerir direitos de partilha"
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr "Você não é membro de nenhum grupo"
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr "Partilhar cesto a um novo grupo"
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr ""
"Você está autênticado como visitante, os seus cestos irão desaparecer no fim "
"da actual sessão."
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr ""
"Se desejar você pode %(x_url_open)sautênticar-se or registar-se aqui"
"%(x_url_close)s."
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr "Esta funcionalidade é interdita a visitantes."
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
#, fuzzy
msgid "Back to search results"
msgstr "Regressar aos resultados da pesquisa"
#: modules/webbasket/lib/webbasket_webinterface.py:98
#, fuzzy
msgid "Display baskets"
msgstr "Mostrar cestos"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr "Detalhes e comentários"
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
#, fuzzy
msgid "Your Baskets"
msgstr "Os seus cestos"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr "Adicionar registos aos cestos"
#: modules/webbasket/lib/webbasket_webinterface.py:474
#, fuzzy
msgid "Delete a basket"
msgstr "Apagar um cesto"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr "Copiar registo para o cesto"
#: modules/webbasket/lib/webbasket_webinterface.py:721
#, fuzzy
msgid "Create basket"
msgstr "Criar cesto"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
#, fuzzy
msgid "List of public baskets"
msgstr "Lista de cestos públicos"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, fuzzy, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "%(x_name)s escreveu em %(x_date)s:"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr "Mostrando os %i últimos comentários:"
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr "Discutir este comentário"
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr "Iniciar discussão acerca de um aspecto deste document."
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr "Desculpe, o registo %s parece não existir."
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr "Desculpe, %s não é um ID válido."
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr "Desculpe, nenhum Id foi fornecido."
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr "Você poderá começar a explorar a partir de %s"
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr "Esta analise critica foi uma ajuda útil?"
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr "Escrever uma analise critica"
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr ""
"Media do resultado da analise critica: %(x_nb_score)s baseados em "
"%(x_nb_reviews)s analises criticas"
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr ""
"Leitores acharam que as seguintes %s analises criticas são uma boa ajuda"
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr "Ver todas %s as analises criticas"
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr "Classifique este documento"
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr "Seja o primeiro a fazer a analise critica deste documento."
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
#, fuzzy
msgid "Report abuse"
msgstr "Reportar abuso"
#: modules/webcomment/lib/webcomment_templates.py:361
#, fuzzy, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "Revisto por %(x_nickname)s em %(x_date)s"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr "%(x_nb_people)i de %(x_nb_total)i pessoas acharam esta review útil"
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#, fuzzy
msgid "Reviews"
msgstr "análises criticas"
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr "Anterior"
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr "Próximo"
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr "Existem no total %s análises criticas"
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr "Existem no total %s comentários"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr "análise critica"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr "comentaŕio"
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
#, fuzzy
msgid "Review"
msgstr "análise critica"
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr "Vendo"
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr "Página:"
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr ""
"Nota: O seu nome de utilizador, %s, será apresentado como autor deste "
"comentário"
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
"Nota: Você não %(x_url_open)sdefiniu o seu nome de utilizador"
"%(x_url_close)s. %(x_nickname)s será apresentado como autor deste comentário."
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
#, fuzzy
msgid "Article"
msgstr "Artigo"
#: modules/webcomment/lib/webcomment_templates.py:808
#, fuzzy
msgid "Add comment"
msgstr "Adicionar comentario"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr ""
"Nota: O seu nome de utilizador, %s, será apresentado como autor desta "
"analise critica."
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr "Classifique este artigo"
#: modules/webcomment/lib/webcomment_templates.py:901
#, fuzzy
msgid "Select a score"
msgstr "Seleccione um resultado"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr "Dê um título à sua análise critica"
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr "Escreva a sua análise critica"
#: modules/webcomment/lib/webcomment_templates.py:908
#, fuzzy
msgid "Add review"
msgstr "Adicionar analise critica"
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr "Adicionar análise critica"
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr "A sua análise critica foi adicionada com sucesso."
#: modules/webcomment/lib/webcomment_templates.py:940
#, fuzzy
msgid "Your comment was successfully added."
msgstr "O seu comentário foi adicionado com sucesso."
#: modules/webcomment/lib/webcomment_templates.py:942
#, fuzzy
msgid "Back to record"
msgstr "Voltar para o registo"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr "Ver todos os comentários reportados"
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr "Ver todas as análises criticas reportadas"
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr "Apagar um(a) comentário/análise critica especifico(a) (por ID)"
#: modules/webcomment/lib/webcomment_templates.py:1029
#, fuzzy
msgid "View all users who have been reported"
msgstr "Ver todos os utilizadores que foram reportados."
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "Guia"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr "Comentários e análise critica estão indisponíveis"
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr ""
"Por favor indique o ID do(a) comentário/analise critica que viu "
"anteriormente escolhendo se deseja ou não apagá-lo."
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr "ID comentário:"
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr "Ver comentário"
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr "Não houve nenhum relatório até agora."
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr "Ver todos os %s comentários reportados"
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr "Ver todas as %s análises criticas reportadas"
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
"Aqui está uma lista, ordenada pelo numero total de relatórios, de todos os "
"utilizadores que tenham um comentário reportado, pelo menos uma vez."
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr "Nome de Utilizador"
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
#, fuzzy
msgid "Email"
msgstr "Email"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr "ID de Utilizador"
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr "Número de votos positivos"
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr "Número de votos negativos"
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr "Número total de votos"
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr "Número total de relatórios"
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr ""
"Ver todos os comentários/análises criticas reportados pelos utilizadores"
#: modules/webcomment/lib/webcomment_templates.py:1179
#, fuzzy, python-format
msgid "This review has been reported %i times"
msgstr "Esta análise critica foi reportada %i vezes."
#: modules/webcomment/lib/webcomment_templates.py:1181
#, fuzzy, python-format
msgid "This comment has been reported %i times"
msgstr "Este comentário foi reportado %i vezes."
#: modules/webcomment/lib/webcomment_templates.py:1258
#, fuzzy
msgid "Written by"
msgstr "Escrito por"
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr "Informações Gerais"
#: modules/webcomment/lib/webcomment_templates.py:1260
#, fuzzy
msgid "Select"
msgstr "Seleccionar"
#: modules/webcomment/lib/webcomment_templates.py:1274
#, fuzzy
msgid "Delete selected reviews"
msgstr "Apagar as análises criticas seleccionadas"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr "Suprimir relatorio de abuso seleccionado"
#: modules/webcomment/lib/webcomment_templates.py:1279
#, fuzzy
msgid "Delete selected comments"
msgstr "Apagar comentários seleccionados"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr "OK"
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr "Aqui estão as análises criticas reportadas pelo utilizador %s"
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr "Aqui estão os comentários reportados pelo utilizador %s"
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr "Aqui está um(a) comentário/análise critica %s"
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr ""
"Aqui está um(a) comentário/análise critica %(x_cmtID)s escrito(a) pelo "
"utilizador %(x_user)s"
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr ""
"Aqui estão as análises criticas reportadas ordenadas pelo o maior número"
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr "Aqui estão comentários reportados ordenados pelo maior número"
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr "ID do comentário"
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr "apagado com sucesso"
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr "relatório de abuso suprimido com sucesso"
#: modules/webcomment/lib/webcomment_templates.py:1375
msgid "Not yet reviewed"
msgstr "Not yet reviewed"
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
#, fuzzy
msgid "Record Not Found"
msgstr "Registo não encontrado"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Antes de adicionar um comentário, precisa de se %(x_url_open)sautenticar"
"%(x_url_close)s primeiro."
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
#, fuzzy
msgid "Login"
msgstr "Autenticação"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr "Administração ComentárioWeb"
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "Erro Interno"
#: modules/webcomment/web/admin/webcommentadmin.py:95
#, fuzzy
msgid "Delete Comment"
msgstr "Apagar comentário"
#: modules/webcomment/web/admin/webcommentadmin.py:168
#, fuzzy
msgid "View all reported users"
msgstr "Ver todos os utilizadores reportados"
#: modules/webcomment/web/admin/webcommentadmin.py:214
#, fuzzy
msgid "Delete comments"
msgstr "Apagar comentários"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr "Suprimir relatórios de abuso"
#: modules/webmessage/lib/webmessage.py:129
#, fuzzy
msgid "The message could not be deleted."
msgstr "A mensagem não pode ser apagada"
#: modules/webmessage/lib/webmessage.py:131
#, fuzzy
msgid "The message was successfully deleted."
msgstr "A mensagem foi apagada com sucesso."
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr "A sua caixa de correio foi esvaziada."
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr "A data escolhida (%(x_year)i/%(x_month)i/%(x_day)i) é inválida."
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr "Por favor indique o nome de utilizador ou o nome do grupo."
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr ""
"A sua mensagem é demasiado grande, por favor modifique-a. O tamanho maximo "
"permitido é %i caracteres."
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr "O grupo %s não existe."
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr "O utilizador %s não existe."
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr "Escreva uma mensagem"
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr ""
"A sua mensagem não pode ser enviada para o seguinte endereço devido à sua "
"quota:"
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr "A sua mensagem foi enviada."
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
#, fuzzy
msgid "Your Messages"
msgstr "As suas mensagens"
#: modules/webmessage/lib/webmessage_templates.py:87
#, fuzzy
msgid "Subject"
msgstr "Assunto"
#: modules/webmessage/lib/webmessage_templates.py:88
#, fuzzy
msgid "Sender"
msgstr "Remetente"
#: modules/webmessage/lib/webmessage_templates.py:97
#, fuzzy
msgid "No messages"
msgstr "Não há mensagens"
#: modules/webmessage/lib/webmessage_templates.py:101
#, fuzzy
msgid "No subject"
msgstr "Sem assunto"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr "Escreva uma nova mensagem"
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr "Apagar tudo"
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr "Re:"
#: modules/webmessage/lib/webmessage_templates.py:282
#, fuzzy
msgid "Send later?"
msgstr "Enviar mais tarde?"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr "Para:"
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr "Utilizadores"
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr "Grupos"
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
#, fuzzy
msgid "Subject:"
msgstr "Assunto:"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
#, fuzzy
msgid "Message:"
msgstr "Mensagem:"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr "ENVIAR"
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr "De:"
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr "Enviado em:"
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr "Recebido em:"
#: modules/webmessage/lib/webmessage_templates.py:451
#, fuzzy
msgid "Sent to:"
msgstr "Enviado para:"
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr "Enviado para grupos:"
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr "RESPONDER"
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr "APAGAR"
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr ""
"Tem a certeza que deseja esvaziar a sua caixa de correio na totalidade?"
#: modules/webmessage/lib/webmessage_templates.py:569
#, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr ""
"Quota utilizada: %(x_nb_used)i mensagens para alem do max. %(x_nb_total)i"
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr "Por favor seleccione um(a) ou mais"
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr "Adicionar aos utilizadores"
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr "Adicionar ao grupos"
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr "Não corresponde a nenhum utilizador"
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr "Não corresponde a nenhum grupo"
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr "Encontrar utilizadores ou grupos:"
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr "Encontrar utilizador"
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr "Encontrar um grupo"
#: modules/webmessage/lib/webmessage_templates.py:679
#, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr ""
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr "Ler a mensagem"
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "Resultados da pesquisa"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "qualquer dia"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "qualquer mês"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "qualquer ano"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "qualquer coleção"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "adicionar outra coleção"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "ordenado por"
#: modules/websearch/lib/search_engine.py:851
#, fuzzy
msgid "HTML brief"
msgstr "HTML simples"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "Último primeiro"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr "Não foram encontrados valores"
#: modules/websearch/lib/search_engine.py:1716
#, fuzzy, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr ""
"Nenhum resultado exacto foi encontrado para <em>%s</em>, usando <em>%s</em> "
"em substituição..."
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
#: modules/websearch/lib/search_engine.py:2068
#, fuzzy, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"Nenhum resultado foi encontrado na colecção %s. Outras colecções públicas "
"retornaram <a class=\"nearestterms\" href=\"%s/search.py?%s\">%d resultados</"
"a>."
#: modules/websearch/lib/search_engine.py:2077
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 pesquisa. Se você está procurando "
"um documento que não é público, por favor escolha a colecção restrita "
"desejada primeiro."
#: modules/websearch/lib/search_engine.py:2190
msgid "No words index available for"
msgstr "Nenhum índice de palavras está disponível para"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "Nenhum índice de frases está disponível para"
#: modules/websearch/lib/search_engine.py:2226
#, fuzzy, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr ""
"A expressão procura da %(x_term)s no indice %(x_index)s não corresponde a "
"nenhum registo. Os termos similares em todas as colecções são:"
#: modules/websearch/lib/search_engine.py:2230
#, fuzzy, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr ""
"A expressão procurada %s não está presente em nenhum registo. Os termos "
"similares em todas as colecções são:"
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr ""
"Desculpe,mas a ordenação está disponivel em conjunto apenas acima dos %d "
"registos. Usando definições por defeito."
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr ""
"Desculpa, %s não parece ser uma opção de ordenação válida. Escolhendo "
"ordenação por título."
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr "Utilize diferentes termos de pesquisa."
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "O registo foi apagado."
#: modules/websearch/lib/search_engine.py:3750
#, fuzzy
msgid "Requested record does not seem to exist."
msgstr "O registro foi apagado."
#: modules/websearch/lib/search_engine.py:3984
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:4008
msgid "No match within your search limits, discarding this condition..."
msgstr ""
"Nenhum resultado dentro dos limites de pesquisa especificados, descartando "
"esta condição..."
#: modules/websearch/lib/websearchadminlib.py:3202
msgid "Information"
msgstr "Informação"
#: modules/websearch/lib/websearchadminlib.py:3203
msgid "References"
msgstr ""
#: modules/websearch/lib/websearchadminlib.py:3204
#, fuzzy
msgid "Citations"
msgstr "Histórico de citações:"
#: modules/websearch/lib/websearchadminlib.py:3205
#, fuzzy
msgid "Discussion"
msgstr "sessão"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, fuzzy, python-format
msgid "Search %s records for:"
msgstr "Pesquisar %s registos por:"
# msgstr "Formato de saída:"
#: modules/websearch/lib/websearch_templates.py:659
#, fuzzy
msgid "less"
msgstr "Regras"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "mais"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr ""
# msgstr "Registro detalhado"
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
#, fuzzy
msgid "Search everywhere"
msgstr "Introduza aqui o termo a pesquisar"
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "Pesquisa Avançada"
#: modules/websearch/lib/websearch_templates.py:854
#, fuzzy, python-format
msgid "Search %s records for"
msgstr "Pesquisar %s registos por:"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "Pesquisa Básica"
#: modules/websearch/lib/websearch_templates.py:938
#, fuzzy
msgid "Search options:"
msgstr "Opções de pesquisa:"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
#, fuzzy
msgid "Added/modified since:"
msgstr "Adicionada desde:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
#, fuzzy
msgid "until:"
msgstr "até:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
#, fuzzy
msgid "Display results:"
msgstr "Mostrar resultados:"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
#, fuzzy
msgid "Output format:"
msgstr "Formato de saída:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "Adicionada desde:"
#: modules/websearch/lib/websearch_templates.py:1154
#, fuzzy
msgid "Modified since:"
msgstr "Adicionada desde:"
#: modules/websearch/lib/websearch_templates.py:1191
#, fuzzy
msgid "Focus on:"
msgstr "Ênfase em:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "restrito"
#: modules/websearch/lib/websearch_templates.py:1252
#, fuzzy
msgid "Search also:"
msgstr "Procurar também:"
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr "Esta colecção ainda não contém nenhum documento."
#: modules/websearch/lib/websearch_templates.py:1392
#, fuzzy
msgid "Latest additions:"
msgstr "Últimos ítens:"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, fuzzy, python-format
msgid "Cited by %i records"
msgstr "Citado por: %s registos"
#: modules/websearch/lib/websearch_templates.py:1556
#, fuzzy, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr ""
"Palavras semelhantes a %(x_word)s em %(x_field)s em qualquer colecção são:"
#: modules/websearch/lib/websearch_templates.py:1559
#, fuzzy, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr "Palavras semelhantes a %(x_word)s em qualquer colecção são:"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr "Objectivos"
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr "próximo"
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "colecções"
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr "Limitado a:"
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "resultados"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "asc."
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "desc."
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "lista única"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "agrupar por colecção"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr "etiqueta MARC"
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, fuzzy, python-format
msgid "%s records found"
msgstr "%s registos encontrados"
#: modules/websearch/lib/websearch_templates.py:2343
#, fuzzy
msgid "begin"
msgstr "inicio"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr "anterior"
#: modules/websearch/lib/websearch_templates.py:2367
#, fuzzy
msgid "end"
msgstr "fim"
#: modules/websearch/lib/websearch_templates.py:2387
#, fuzzy
msgid "jump to record:"
msgstr "ir para o registo:"
#: modules/websearch/lib/websearch_templates.py:2400
#, fuzzy, python-format
msgid "Search took %s seconds."
msgstr "A pesquisa demorou %s segundos."
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "ADICIONAR À CESTA"
#: modules/websearch/lib/websearch_templates.py:2589
#, fuzzy, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"%(x_fmt_open)sResultados globais:%(x_fmt_close)s Encontrados "
"%(x_nb_records)s registos em %(x_nb_seconds)s segundos."
#: modules/websearch/lib/websearch_templates.py:2637
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 "
"pesquisa de outra maneira."
#: modules/websearch/lib/websearch_templates.py:2669
msgid "See also: similar author names"
msgstr "Veja também: nomes de autores similares"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, fuzzy, python-format
msgid "Collection %s Not Found"
msgstr "A colecção %s não foi encontrada"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr "Desculpe, a colecção %s parece não existir"
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr "Você poderá começar a explorar a partir de %s"
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3101
#, fuzzy
msgid "People who downloaded this document also downloaded:"
msgstr "Pessoas que baixaram este documento também baixaram:"
#: modules/websearch/lib/websearch_templates.py:3117
#, fuzzy
msgid "People who viewed this page also viewed:"
msgstr "Pessoas que visitaram esta página também visitaram:"
#: modules/websearch/lib/websearch_templates.py:3170
#, python-format
msgid "Cited by: %s records"
msgstr "Citado por: %s registos"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "Co-citado com: %s registos"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3310
#, fuzzy
msgid "Affiliations:"
msgstr "Histórico de citações:"
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3346
#, fuzzy
msgid "Publishes in"
msgstr "submissões"
#: modules/websearch/lib/websearch_templates.py:3353
#, fuzzy
msgid "Papers:"
msgstr "Página:"
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3355
#, fuzzy
msgid "times"
msgstr "Tempo"
#: modules/websearch/lib/websearch_templates.py:3383
#, fuzzy
msgid "Citations:"
msgstr "Histórico de citações:"
#: modules/websearch/lib/websearch_templates.py:3413
#, fuzzy
msgid "Citation summary results"
msgstr "Regressar aos resultados da pesquisa"
#: modules/websearch/lib/websearch_templates.py:3418
#, fuzzy
msgid "Total number of citable papers analyzed:"
msgstr "Número total de relatórios"
#: modules/websearch/lib/websearch_templates.py:3441
#, fuzzy
msgid "Total number of citations:"
msgstr "Número total de relatórios"
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:420
msgid "You are not authorized to view this area."
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:755
#, fuzzy
msgid "Not found"
msgstr "Não foi encontrada"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "em"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
#, fuzzy
msgid ""
"Haven't found what you were looking for? Try your search on other servers:"
msgstr "Não encontrou o que estava procurando? Tentar a sua pesquisa em:"
#: modules/websearch/lib/websearch_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr "Resultados Globais de colecções externas:"
#: modules/websearch/lib/websearch_external_collections_templates.py:120
#, fuzzy
msgid "Search timed out."
msgstr "Tempo de pesquisa esgotou-se."
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr ""
"O motor de pesquisa externo não respondeu a tempo. Você pode ver os "
"resultados aqui:"
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
#, fuzzy
msgid "No results found."
msgstr "Não foram encontrados resultados."
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, fuzzy, python-format
msgid "%s results found"
msgstr "%s resultados encontrados"
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, fuzzy, python-format
msgid "%s seconds"
msgstr "%s segundos"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "breve"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
"Você está autenticado como visitante. Poderá desejar "
"%(x_url_open)sautenticar-se%(x_url_close)s como um utilizador normal."
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
"O %(x_fmt_open)svisitante%(x_fmt_close)s precisa de se %(x_url_open)sregistar"
"%(x_url_close)s primeiro"
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr "Nenhuma termo de pesquisa encontrado"
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
#: modules/websession/lib/websession_templates.py:97
#, fuzzy
msgid "External account settings"
msgstr "Definições de contas externas"
#: modules/websession/lib/websession_templates.py:99
#, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:103
#, fuzzy
msgid "External user groups"
msgstr "Grupos de utilizadores externos"
#: modules/websession/lib/websession_templates.py:160
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
"Se deseja mudar o seu endereço de email ou definir pela primeira vez o seu "
"nome de utilizador, defina os dados no formulario abaixo."
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr "Editar credenciais de autenticação"
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr "Exemplo"
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr "Novo endereço de email"
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
#, fuzzy
msgid "mandatory"
msgstr "obrigatório"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr "Nota"
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr "Definir novos dados"
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
"Desde que isto é considerado a sua assinatura para comentarios e analises "
"criticas, uma vez definida não pode ser alterada."
#: modules/websession/lib/websession_templates.py:215
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
"Se deseja mudar a sua palavra passe, indique a anteior e defina anova no "
"formulario abaixo."
#: modules/websession/lib/websession_templates.py:217
msgid "Old password"
msgstr "Palavra-passe antiga"
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr "Nova palavra-passe"
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr "opcional"
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr "A nova palavra-passe pode conter sinais de pontuação, espaços, etc."
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr "Tem de indicar a palavra-passe anterior a fim de poder definir a nova."
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr "Re-escrever palavra-passe"
#: modules/websession/lib/websession_templates.py:224
msgid "Set new password"
msgstr "Definir nova palavra-passe"
#: modules/websession/lib/websession_templates.py:229
#, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:235
#, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:249
msgid "Edit language-related settings"
msgstr "Editar definições de lingua"
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr "Selecione a lingua desejada na interface web."
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
#, fuzzy
msgid "Update settings"
msgstr "Actualizar definições"
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr "Editar definições de pesquisas anteriores"
#: modules/websession/lib/websession_templates.py:279
#, fuzzy
msgid "Show the latest additions box"
msgstr "Mostrar os items mais recentes"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr "Mostrar ajuda sobre colecções"
#: modules/websession/lib/websession_templates.py:295
#, fuzzy
msgid "Number of search results per page"
msgstr "Número d resultados por página"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr "Editar método de autenticação"
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr ""
"Por favor seleccione qual o método que autenticação que prefere utilizar "
"para aceder ao sistema."
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
#, fuzzy
msgid "Select method"
msgstr "Seleccione método"
#: modules/websession/lib/websession_templates.py:359
#, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
"Se esqueceu a sua palavra-passe da sua%(sitename)s %(x_fmt_open)sconta "
"interna%(x_fmt_close)s, indique o seu endereço de email no formulario "
"seguinte para receber uma alternativa."
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr "Endereço de email"
#: modules/websession/lib/websession_templates.py:382
msgid "Send password reset link"
msgstr "Enviar palavra-passe alternativa"
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:389
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
"Note que se estiver usando um sistema de autenticação externo, nos não "
"podemos fazer nada, tendo que perguntar onde se autenticou."
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr ""
"Em alternativa, pode perguntar a %s para mudar o seu sistema de login "
"externo para interno."
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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 ""
"%s permite-lhe a possibilidade de personalizar a interface, para definir a "
"sua própria biblioteca de documentos, ou definir avisos de pesquisa "
"automáticosque são executados periodicamente e o notificão por email acerca "
"dos resultados obtidos."
#: modules/websession/lib/websession_templates.py:427
#: modules/websession/lib/websession_webinterface.py:267
#, fuzzy
msgid "Your Settings"
msgstr "As suas definições"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr ""
"Defina e altere o endereço de email e a palavra-passe da sua conta. "
"Especifiqueas suas preferências acerca do aspecto da sua interface."
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr "Ver todas as pesquisas efectuadas durante os últimos 30 dias."
#: modules/websession/lib/websession_templates.py:441
msgid ""
"With baskets you can define specific collections of items, store interesting "
"records you want to access later or share with others."
msgstr ""
"Com os cestos, pode definir colecções especificas de items, guardar "
"registodo seu interesse, aos quais queira aceder posteriormente ou partilhar."
#: modules/websession/lib/websession_templates.py:450
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 ""
"Subscrever uma pesquisa que será executada periodicamente, ao seu serviço. "
"Oresultado pode ser enviado por email ou guardado num dos seus cestos."
#: modules/websession/lib/websession_templates.py:459
#, fuzzy
msgid "Your Loans"
msgstr "Os seus empréstimos"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr ""
"Para verificar livros requesitados, submeter pedidos de empréstimo, etc... é "
"necessário o seu CERN ID."
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr ""
"Está autenticado como visitante, por isso os seus avisos irão desaparecer no "
"fim da actual sessão."
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
"Está autenticado como %(x_user)s. Poderá querer a) %(x_url1_open)sterminar a "
"sessão%(x_url1_close)s; b) editar as %(x_url2_open)sdefinições da sua conta"
"%(x_url2_close)s."
#: modules/websession/lib/websession_templates.py:573
#, fuzzy
msgid "Your Alert Searches"
msgstr "Os seus avisos de pesquisa"
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
"Pode consultar a lista dos %(x_url_open)sseus grupos%(x_url_close)s onde é "
"administrador ou membro."
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
#, fuzzy
msgid "Your Groups"
msgstr "Os seus grupos"
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
"Pode consultar a lista das %(x_url_open)ssuas submissões%(x_url_close)s e "
"informar-se acerca do seu estado."
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
#, fuzzy
msgid "Your Submissions"
msgstr "As suas submissões"
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
"Pode consultar a lista das %(x_url_open)ssuas aprovações%(x_url_close)s com "
"com os documentos que aprovou ou referiu."
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
#, fuzzy
msgid "Your Approvals"
msgstr "As suas aprovações"
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr "As suas actividades administrativas"
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr "Tente novamente"
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr "Se pretende remover a sua palavra-passe desta conta, va a:"
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr "a fim de confirmar a validade deste pedido."
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr ""
"Note que este URL permanecera valido por um periodo de %(days)s apenas."
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
"Alguem (possivelmente voce) apartir de %(x_ip_address)s pediu\n"
"para registar uma nova conta em %(x_sitename)s\n"
"para o seguinte endereço de email \"%(x_email)s\"."
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr "Se pretende completar o registo da sua conta, va a:"
#: modules/websession/lib/websession_templates.py:707
#, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr "Ok, a palavra-passe alternativa foi enviada por email para %s."
#: modules/websession/lib/websession_templates.py:722
#, fuzzy
msgid "Deleting your account"
msgstr "Apagando a sua conta"
#: modules/websession/lib/websession_templates.py:736
msgid "You are no longer recognized by our system."
msgstr "Voce ja não é reconhecido como membro do sistema."
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr "Se desejar pode autenticar-se %(x_url_open)saqui%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr "Se já possui uma conta, é favor autenticar-se usando o formulário."
#: modules/websession/lib/websession_templates.py:780
#, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
"Se ainda não possui uma conta, é favor %(x_url_open)sregistar-se"
"%(x_url_close)s numa conta interna."
#: modules/websession/lib/websession_templates.py:787
#, python-format
msgid ""
"It is not possible to create an account yourself. Contact %s if you want an "
"account."
msgstr ""
"Não é possível criar uma conta por si próprio. Contacte %s se deseja criar "
"uma conta."
#: modules/websession/lib/websession_templates.py:810
#, fuzzy
msgid "Login method:"
msgstr "Metodo de autenticação:"
#: modules/websession/lib/websession_templates.py:837
#, fuzzy
msgid "Username"
msgstr "Nome de utilizador"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr "Palavra-passe"
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr "Relembrar a minha autenticação neste computador."
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "autenticação"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr "Esqueceu a sua palavra-passe?"
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr ""
"Pode usar o seu nome de utilizador ou endereço de email para se autenticar."
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
"O seu pedido é valido. Por favor defina a nova palavra-passe desejada "
"noseguinte formulario."
#: modules/websession/lib/websession_templates.py:900
msgid "Set a new password for"
msgstr "Defina uma nova palavra-passe para"
#: modules/websession/lib/websession_templates.py:901
msgid "Type the new password"
msgstr "Escreva a nova palavra-passe"
#: modules/websession/lib/websession_templates.py:902
msgid "Type again the new password"
msgstr "Re-escreva a nova palavra-passe"
#: modules/websession/lib/websession_templates.py:903
msgid "Set the new password"
msgstr "Defina a nova palavra passe"
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr ""
"É favor indicar o seu endereço de email e o nome de utilizador e palavra-"
"passe desejados."
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr ""
"Não será possível utilizar a sua conta antes de ser verificada e activada."
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr "Re-escrever palavra-passe"
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr "registar"
#: modules/websession/lib/websession_templates.py:978
#, 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 ""
"É favor não usar palavras-passe de outros sistema, como Unix, AFS ou NICE "
"como palavra-passe deste serviço. O seu endereço de email permanecerá "
"confidencial e não será relevado a terceiros. Este será utilizado para "
"identifica-lo em funcionalidades deste serviço de %s. Por exemplo, pode "
"definir avisos automáticos associados a pesquisas, que o informarão "
"diariamente das novidades via email."
#: modules/websession/lib/websession_templates.py:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Parece ser um visitante. Tem que se %(x_url_open)sautenticar%(x_url_close)s "
"primeiro."
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr "Não está autorizado a aceder a funções de administração."
#: modules/websession/lib/websession_templates.py:1014
#, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr ""
"Aqui estão alguns links interessantes para si, sobre administração web:"
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
"Para mais actividades de administração, consulte a %(x_url_open)sÁrea "
"deAdministração%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "visitante"
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr "sessão"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "avisos"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "cestos"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "conta"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr "mensagens"
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr "grupos"
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr "estatisticas"
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr "submissões"
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr "aprovações"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "administração"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "sair"
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr "É um administrador dos seguintes grupos:"
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr "Grupos"
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr "Não é administrador de nenhum grupo."
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr "Editar grupo"
#: modules/websession/lib/websession_templates.py:1291
#, fuzzy, python-format
msgid "Edit %s members"
msgstr "Editar %s membros"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
#, fuzzy
msgid "Create new group"
msgstr "Criar um novo grupo"
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr "É membro dos seguintes grupos:"
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr "Não é membro de nenhum grupo."
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr "Juntar novo grupo"
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr "Deixar grupo"
#: modules/websession/lib/websession_templates.py:1391
msgid "You are a member of the following external groups:"
msgstr "É membro dos seguintes grupos externos:"
#: modules/websession/lib/websession_templates.py:1414
msgid "You are not a member of any external groups."
msgstr "Não é membro de nenhum grupo externo."
#: modules/websession/lib/websession_templates.py:1462
#, fuzzy
msgid "Update group"
msgstr "Actualizar grupo"
#: modules/websession/lib/websession_templates.py:1464
#, fuzzy, python-format
msgid "Edit group %s"
msgstr "Editar grupo %s"
#: modules/websession/lib/websession_templates.py:1466
#, fuzzy
msgid "Delete group"
msgstr "Apagar grupo"
#: modules/websession/lib/websession_templates.py:1539
#, fuzzy
msgid "Group name:"
msgstr "Nome do Grupo:"
#: modules/websession/lib/websession_templates.py:1541
#, fuzzy
msgid "Group description:"
msgstr "Descrição do grupo:"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr "juntar regras ao grupo:"
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
#, fuzzy
msgid "Please select:"
msgstr "Por favor seleccione:"
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr "Juntar grupo"
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr "ou encontrá-lo"
#: modules/websession/lib/websession_templates.py:1652
#, fuzzy
msgid "Choose group:"
msgstr "Escolher grupo:"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr "Encontrar grupo"
#: modules/websession/lib/websession_templates.py:1802
#, fuzzy
msgid "Remove member"
msgstr "Remover membro"
#: modules/websession/lib/websession_templates.py:1804
#, fuzzy
msgid "No members."
msgstr "Sem membros."
#: modules/websession/lib/websession_templates.py:1814
#, fuzzy
msgid "Accept member"
msgstr "Aceitar membro"
#: modules/websession/lib/websession_templates.py:1814
#, fuzzy
msgid "Reject member"
msgstr "Rejeitar membro"
#: modules/websession/lib/websession_templates.py:1816
#, fuzzy
msgid "No members awaiting approval."
msgstr "Não existem membros à espera de aprovação."
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
#, fuzzy
msgid "Current members"
msgstr "Membros actuais"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
#, fuzzy
msgid "Members awaiting approval"
msgstr "Membros à espera de aprovação"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr "Convidar novos membros"
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
"Se pretende convidar novos membros para o seu grupo, é favor usar as "
"%(x_url_open)smensagens web%(x_url_close)s sistema."
#: modules/websession/lib/websession_templates.py:1827
#, fuzzy, python-format
msgid "Group: %s"
msgstr "Grupos: %s"
#: modules/websession/lib/websession_templates.py:1910
#, fuzzy
msgid "Group list"
msgstr "Lista de Grupos"
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr "Não é membro de nenhum grupo."
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr "Tem a certeza que deseja apagar este grupo?"
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr "Tem a certeza que deseja deixar este grupo?"
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr "Visivel e aberto a novos membros"
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr "Visivel mas novos membros necessitam de aprovação"
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr "Grupo %s: Novo pedido de membro"
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr "Um utilizador pretende juntar-se ao grupo %s."
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
"É favor %(x_url_open)saceitar ou rejeitar%(x_url_close)s o pedido deste "
"utilizador."
#: modules/websession/lib/websession_templates.py:2124
#, fuzzy, python-format
msgid "Group %s: Join request has been accepted"
msgstr "Grupo %s: Pedido de de novo membro aceite."
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr "O seu pedido para fazer parte do grupo %s foi aceite."
#: modules/websession/lib/websession_templates.py:2127
#, fuzzy, python-format
msgid "Group %s: Join request has been rejected"
msgstr "Grupo %s: Pedido de novo membro foi rejeitado"
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr "O seu pedido para fazer parte do grupo %s foi rejeitado."
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr "Pode consultar a lista dos %(x_url_open)sseus grupos%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:2145
#, fuzzy, python-format
msgid "Group %s has been deleted"
msgstr "Grupo %s foi apagado"
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr "Grupo %s foi apagado pelo seu administrador."
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
"Pode consultar a list de %(x_url_open)s%(x_nb_total)i grupos%(x_url_close)s "
"que suscreveu como (%(x_nb_member)i) ou como administrador (%(x_nb_admin)i)."
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr "Problema na Base de Dados"
#: modules/websession/lib/webuser.py:299
#, fuzzy
msgid "user"
msgstr "utilizador"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr "Registo de conta em %s"
#: modules/websession/lib/webuser.py:713
#, fuzzy
msgid "New account on"
msgstr "Nova conta em"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr "POR FAVOR ACTIVE"
#: modules/websession/lib/webuser.py:716
msgid "A new account has been created on"
msgstr "Uma nova conta foi criada em"
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr " e aguarda activação"
#: modules/websession/lib/webuser.py:720
#, fuzzy
msgid " Username/Email"
msgstr "avisos"
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr "Pode aprovar ou rejeitar este pedido de conta em"
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr "Serviço de activação por email"
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr "Pedido de autorização de função"
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr "Este pedido para uma autorização ja foi autorizado."
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
"Obtece com sucesso autorização para as funçoes de %(x_role)s! Esta "
"autorização sera valida ate %(x_expiration)s e ate que encerre o seubrowser "
"no caso de ser visitante."
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr "Voce confirmou a validade do sue endereço de email!"
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr "Por favor, espere pelo administrador para activar a sua conta."
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr "Pode agora ir a %(x_url_open)spagina da sua conta%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
#, fuzzy
msgid "Email address successfully activated"
msgstr "Endereço de email activado com sucesso."
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr "Voce ja confirmou a validade do seu endereço de email!"
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
"Este pedido de confirmação de endereço de email não é valido ou expirou."
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr "Este pedido de autorização não é valido ou expirou."
#: modules/websession/lib/websession_webinterface.py:155
msgid "Reset password"
msgstr "Remover palavra-passe"
#: modules/websession/lib/websession_webinterface.py:161
#, fuzzy
msgid "This request for resetting a password has already been used."
msgstr "Este pedido para remover a palavra-passe não é valido ou expirou."
#: modules/websession/lib/websession_webinterface.py:164
#, fuzzy
msgid "This request for resetting a password is not valid or is expired."
msgstr "Este pedido para remover a palavra-passe não é valido ou expirou."
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr "Este pedido para remover a palavra-passe não é valido ou expirou."
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr "As palavras-passe fornecidas não sao iguais."
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr "A palavra-passe foi definida com sucesso! Pode agora autenticar-se."
#: modules/websession/lib/websession_webinterface.py:271
#, fuzzy, python-format
msgid "%s Personalize, Your Settings"
msgstr "%s Personalizar, as suas definições"
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr "Definições editadas"
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
#, fuzzy
msgid "Show account"
msgstr "Mostrar conta"
#: modules/websession/lib/websession_webinterface.py:323
msgid "Switched to internal login method."
msgstr "Mudar para metodo de autenticação interno."
#: modules/websession/lib/websession_webinterface.py:324
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
"Por favor note que se esta é a primeira vez que esta´ usando esta contacom "
"um metodo de autenticação interno entao o sistema definiu uma palavra-passe "
"aleatoria. Por favor clique no seguinte botao para que lhe seja enviado por "
"emailum link, onde podera alterar a palavra-passe:"
#: modules/websession/lib/websession_webinterface.py:332
msgid "Send Password"
msgstr "Enviar palavra-passe"
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
"Não é possivel mudar para metodo de autenticação externa %s, porque o seu "
"endereço de email é desconhecido."
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
"Não é possivel mudar para metodo de aitenticação externa %s, porque o seu "
"endereço de email é desconhecido para o sistema externo de autenticação."
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr "Método de autenticação escolhido com sucesso."
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr ""
"O método de autenticação externa %s não suporta endereços de email como "
"forma de autenticação. É favor contactar os administradores do site."
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr "Definições editadas com sucesso."
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr "O nome de utilizador desejado %s não é válido."
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr "É favor tentar novamente."
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr "Editar definições"
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr "Edição de definições falhou"
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr "O endereço de email fornecido %s não é válido."
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr "O endereço de email fornecido %s já existe na base de dados."
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr "Ou tente novamente."
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr "O nome de utilizador pretendido %s já existe."
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr "Palavra-passe editada com sucesso."
#: modules/websession/lib/websession_webinterface.py:415
msgid "Password edited"
msgstr "Palavra-passe editada"
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr "Ambas as palavras-passe devem corresponder."
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
msgid "Editing password failed"
msgstr "Edição de palavra-passe falhou"
#: modules/websession/lib/websession_webinterface.py:423
msgid "Wrong old password inserted."
msgstr "Antiga palavra-passe errada."
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr "Definições do utilizador foram guardadas correctamente."
#: modules/websession/lib/websession_webinterface.py:450
#, fuzzy
msgid "Unable to update settings."
msgstr "Não possível actualizar as definições."
#: modules/websession/lib/websession_webinterface.py:507
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr ""
"não pode enviar pedido de alteração de palavra-passe pois esta´ usando um "
"sistema de autenticação interno."
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr "O endereço de email indicado não existe na base de dados."
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr "Pedido de alteração de palavra-passe para"
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr ""
"O endereço de email indicado não é correcto, é favor verificar se está "
"escrito correctamente (e.g. johndoe@example.com)."
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr "Endereço de email incorrecto"
#: modules/websession/lib/websession_webinterface.py:552
msgid "Reset password link sent"
msgstr "link para alteração de palavra-passe enviado"
#: modules/websession/lib/websession_webinterface.py:597
#, fuzzy
msgid "Delete Account"
msgstr "Apagar Conta"
#: modules/websession/lib/websession_webinterface.py:623
#, fuzzy
msgid "Logout"
msgstr "Sair"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr "Registar"
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr "%s Personalizar, Pagina Principal"
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr "A sua conta foi criada com sucesso."
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr "Conta criada"
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
"A fim de confirmar a sua validade, um email contendo uma chave de "
"activaçãofoi enviada para o endereço de email fornecido."
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
"Siga as seguintes intruçoes apresentadas aqui a fim de completar o processo "
"de registo da sua conta."
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr ""
"Um segundo email será enviado quando a conta for activada e poder ser usada."
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr "Pode agora aceder à sua %(x_url_open)sconta%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr "Falhou registo"
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr "O nome de utilizador pretendido %s já existe na base de dados."
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr ""
"Utilizadores não se podem registar eles próprios, apenas o administrador os "
"pode registar."
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
"Este site esta´ com problemas em enviar-lhe um email com a confirmação do "
"seu endereço de email."
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr "O erro foi registado e sera tomado em consideração assim que possivel."
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr "Aderir a um novo grupo"
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr "Deixar grupo"
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr "Editar grupo"
#: modules/websession/lib/websession_webinterface.py:1157
#, fuzzy
msgid "Edit group members"
msgstr "Editar membros do grupo"
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "Página principal"
# msgstr "Enviar"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "Personalizar"
# msgstr "pesquisar"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "Ajuda"
#: modules/webstyle/lib/webstyle_templates.py:414
#, fuzzy
msgid "Last updated"
msgstr "Última actualização"
# msgstr "Ajuda de pesquisa"
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr "Powered by"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "Mantido por"
#: modules/webstyle/lib/webstyle_templates.py:500
msgid "This site is also available in the following languages:"
msgstr "Este sitio também está disponível nos seguintes idiomas:"
#: modules/webstyle/lib/webstyle_templates.py:529
#, fuzzy
msgid "Browser"
msgstr "Explorar"
#: modules/webstyle/lib/webstyle_templates.py:551
#, fuzzy
msgid "System Error"
msgstr "Erro do Sistema"
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr "Traceback"
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr "Tempo"
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr "Cliente"
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr "É favor enviar um relatório de erro ao administrador."
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr "Enviar relatório de erro"
#: modules/webstyle/lib/webstyle_templates.py:624
#, fuzzy, python-format
msgid "Please contact %s quoting the following information:"
msgstr "É favor contactar %s referindo a seguinte informação:"
#: modules/webstyle/lib/webstyle_templates.py:772
#, fuzzy, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr ""
"Registo criado %(x_date_creation)s, modificado pela última vez em "
"%(x_date_modification)s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr "%(category)s Paginas"
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
#, fuzzy
msgid "Admin Pages"
msgstr "Área do Administrador"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr "Paginas de Ajuda"
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr "Paginas de Desenvolvimento"
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr "Desenvolvimento CDS Invenio"
#: modules/webstyle/lib/webdoc_webinterface.py:161
#, fuzzy
msgid "Latest modifications:"
msgstr "Ultimas modificaçoes:"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr "Esta é a tabela de conteudos das %(x_category)s paginas."
#: modules/webstyle/lib/webdoc_webinterface.py:166
#, fuzzy
msgid "See also"
msgstr "ver tambem"
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, fuzzy, python-format
msgid "Page %s Not Found"
msgstr "A pagina %s não foi encontrada"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr "Desculpe, a pagina %s parece não existir."
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr ""
"Podera querer ver tambem as %(x_url_open)s%(x_category)s paginas"
"%(x_url_close)s."
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr "Desculpa, mas tem de se autenticar para realizar essa acção."
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
#, fuzzy
msgid "Invalid parameter"
msgstr "Parâmetro Inválido"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr "Não é possivel encontrar o directório de submissões."
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr "Tipo de documento desconhecido"
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr "Acção desconhecida"
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr "Não é possivel determinar o número de páginas da submissão."
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr "Não é possível criar um directório para esta submissão."
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr "Não pode criar um directório de submissão."
#: modules/websubmit/lib/websubmit_engine.py:384
msgid "Unknown form field found on submission page."
msgstr "Campo desconhecido encontrado na pagina de submissao."
#: modules/websubmit/lib/websubmit_engine.py:512
msgid "Unknown form field found on one of the submission pages."
msgstr "Campo desconhecido encontrado em uma das paginas de submissao."
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr "Não é possível encontrar o tipo de documento."
#: modules/websubmit/lib/websubmit_engine.py:1469
#, fuzzy
msgid "The chosen action is not supported by the document type."
msgstr "A acção escolhida não é suportada por este tipo de documento."
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr "Aviso"
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr "Tipos de documentos disponíveis para submissão"
#: modules/websubmit/lib/websubmit_templates.py:95
#, fuzzy
msgid "Please select the type of document you want to submit"
msgstr "É favor escolher o tipo de documento que pretende submeter."
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr "Nenhum tipo de documento disponível."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr "É favor autenticar-se primeiro."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr "Utilize o menu no canto superior direito para se autenticar."
#: modules/websubmit/lib/websubmit_templates.py:301
#, fuzzy
msgid "Please select a category"
msgstr "É favor escolher uma categoria"
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr "Observação"
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr "Seleccione uma categoria e clique no botão"
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr ""
"Para continuar com a submissão interrompida anteriormente, indique o seu "
"número de acesso na caixa abaixo:"
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr "IR"
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr "SUMÁRIO"
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr "página anterior"
#: modules/websubmit/lib/websubmit_templates.py:535
#, fuzzy
msgid "Submission number"
msgstr "número de submissão"
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr "próxima página"
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr "Tem a certeza que deseja desistir esta submissão?"
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
#, fuzzy
msgid "Back to main menu"
msgstr "Voltar ao menu principal"
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr ""
"Este é o seu número de submissão. Pode ser utilizado para continuar com uma "
"submissão interrompida em caso de problemas."
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr "Os campos obrigatórios aparecem a vermelho na janela SUMÁRIO."
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr "O campo %s é obrigatório."
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr "É favor escolher na caixa de selecção."
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr "É favor carregar no botão."
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr "O campo %s é obrigatório. É favor preenchê-lo."
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr "O campo %(field)s é obrigatório."
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr "Regressando à página"
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr "terminado!"
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr "fim da acção"
#: modules/websubmit/lib/websubmit_templates.py:957
#, fuzzy
msgid "Submission no"
msgstr "Submissão num"
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
"Aqui está a %(x_action)s lista de funções para %(x_doctype)s documentos no "
"nível %(x_step)s"
#: modules/websubmit/lib/websubmit_templates.py:1032
#, fuzzy
msgid "Function"
msgstr "Função"
#: modules/websubmit/lib/websubmit_templates.py:1033
#, fuzzy
msgid "Score"
msgstr "Contagem"
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr "Executando função"
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr "Função %s não existe."
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr "Você deve agora"
#: modules/websubmit/lib/websubmit_templates.py:1111
#, fuzzy
msgid "record"
msgstr "registos"
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr "documento"
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
#, fuzzy
msgid "version"
msgstr "versão"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr "ficheiro(s)"
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr "ver"
#: modules/websubmit/lib/websubmit_templates.py:1375
#, fuzzy
msgid "For"
msgstr "Para"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr "todos od tipos de documento"
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr "Id"
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr "Referência"
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr "Primeiro acesso"
#: modules/websubmit/lib/websubmit_templates.py:1435
#, fuzzy
msgid "Last access"
msgstr "Último acesso"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr "Tem a certeza que deseja apagar esta submissão?"
#: modules/websubmit/lib/websubmit_templates.py:1446
#, fuzzy, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "Apagar submissão %(x_id)s em %(x_docname)s"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr "Referência ainda não foi dada"
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr "Documentos referidos"
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr "Você é um moderador geral"
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr "Você é um moderador desta categoria:"
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr "Lista de tipos de documentos sob moderação"
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
#, fuzzy
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr ""
"Seleccione um dos seguintes tipos de documentos para verificar o seu estato."
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr "Lista de categorias sob moderação"
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr "É favor escolher uma categoria"
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
#, fuzzy
msgid "Pending"
msgstr "Pendente"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
#, fuzzy
msgid "Approved"
msgstr "Aprovado"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
#, fuzzy
msgid "Rejected"
msgstr "Rejeitado"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr "Chave"
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
#, fuzzy
msgid "Waiting for approval"
msgstr "A espera de aprovação"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
#, fuzzy
msgid "Already approved"
msgstr "Actualmente aprovado"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr "Alguns documentos estão pendentes."
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr "Lista de aprovaçoes especificas"
#: modules/websubmit/lib/websubmit_templates.py:1808
msgid "List of refereing categories"
msgstr "Lista de categorias sob moderação"
#: modules/websubmit/lib/websubmit_templates.py:1812
#, fuzzy
msgid "List of publication categories"
msgstr "Lista de categorias de publicaçoes"
#: modules/websubmit/lib/websubmit_templates.py:1816
msgid "List of direct approval categories"
msgstr "Lista de categorias de aprovação directa"
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
msgid "Cancelled"
msgstr "Cancelado"
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr "Lista de documentos sob moderação"
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr "Clique no número do relatório para mais informações."
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "Número de Registro"
#: modules/websubmit/lib/websubmit_templates.py:2073
#, fuzzy
msgid "List of publication documents"
msgstr "Lista de documentos publicados"
#: modules/websubmit/lib/websubmit_templates.py:2075
msgid "List of direct approval documents"
msgstr "Lista de documentos de aprovação directa"
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr "O seu pedido foi enviado para o moderador."
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr "Título:"
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr "Autor:"
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr "Mais informação:"
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr "Clique aqui"
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr ""
"Este documento continua à %(x_fmt_open)sespera de aprovação%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
#, fuzzy
msgid "It was first sent for approval on:"
msgstr "Foi enviado primeiro para aprovação em:"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr "Útimo email de aprovação foi enviado em:"
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr ""
"Pode enviar o seu email de pedido de aprovação novamente clicando no "
"seguindo butão:"
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr "Enviar novamente"
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr ""
"AVISO! Enquanto aguarda confirmação, um email será enviado ao moderador."
#: modules/websubmit/lib/websubmit_templates.py:2298
#, fuzzy
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr ""
"Como moderador deste documento, pode clicar neste botão para aprová-lo "
"ourejeitá-lo."
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr "Aprovar/Rejeitar"
#: modules/websubmit/lib/websubmit_templates.py:2305
#, fuzzy, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "Este documento foi %(x_fmt_open)saprovado%(x_fmt_close)s.."
#: modules/websubmit/lib/websubmit_templates.py:2307
#, fuzzy
msgid "Its approved reference is:"
msgstr "A sua referência de aprovação é:"
#: modules/websubmit/lib/websubmit_templates.py:2313
#, fuzzy
msgid "It was approved on:"
msgstr "Foi aprovado em:"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, fuzzy, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "Este documento foi %(x_fmt_open)srejeitado%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2323
#, fuzzy
msgid "It was rejected on:"
msgstr "Foi rejeitado em:"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr "Tem de ser primeiro perguntado para processo de moderação em "
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr "Um moderador foi seleccionado pelo comite de publicaçoes em "
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
#, fuzzy
msgid "No referee has been selected yet."
msgstr "não foi escolhido nenhum moderador ainda."
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
#, fuzzy
msgid "Select a referee"
msgstr "Seleccione um moderador"
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
"O moderador enviou as suas recomendaçoes finais ao comite de publicação em "
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr "Ainda não ha recomendaçoes do moderador."
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
msgid "Send a recommendation"
msgstr "Enviar recomendação"
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
"O comite de publicaçoes enviou as suas recomendaçoes finais para o gestor do "
"projecto em "
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr "Ainda não ha recomendaçoes do comite de publicaçoes."
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr "Foi cancelado pelo autor em "
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr "Foi aprovado pelo gestor do projecto em "
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr "Foi rejeitado pelo gestor do projecto em "
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr "Ainda não foi tomada nenhuma decisao final."
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr "Tomar uma decisao"
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr "Uma comissao editorial foi seleccionada pelo comite de publicaçoes em "
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr "Adicionar uma lista de autores"
#: modules/websubmit/lib/websubmit_templates.py:2453
#, fuzzy
msgid "No editorial board has been selected yet."
msgstr "Ainda nenhuma comissao editorial foi selecionado."
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr "Seleccionar uma comissao editorial"
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr "O moderador foi seleccionado pela comissao editorial em"
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
"O moderador enviou as suas recomendaçoes finais para a comissao editorial em "
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
"A comissao editorial enviou as suas recomendaçoes finais para o comite "
"depublicaçoes em "
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr "Ainda não ha recomendaçoes da comissao editorial."
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr "O ultimo pedido por email foi enviado ao gestor de projecto em "
#: modules/websubmit/lib/websubmit_templates.py:2602
msgid "Comments overview"
msgstr "Comentarios globais"
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr "procurar um utilizador"
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr "procurar utilizadores"
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
#, fuzzy
msgid "select user"
msgstr "seleccionar utilizador"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr "conectado"
#: modules/websubmit/lib/websubmit_templates.py:2741
msgid "add this user"
msgstr "adicionar este utilizador"
#: modules/websubmit/lib/websubmit_templates.py:2791
#, fuzzy
msgid "remove this user"
msgstr "remover este utilizador"
#: modules/websubmit/lib/websubmit_templates.py:2906
#, fuzzy
msgid "User"
msgstr "Utilizador"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
"O sistema encontrou um erro na recuperação da lista de ficheiros deste "
"documento. "
#: modules/websubmit/lib/websubmit_webinterface.py:172
#, fuzzy
msgid "The collection to which this file belong is restricted: "
msgstr "O conteúdo desta coleção é restrito."
#: modules/websubmit/lib/websubmit_webinterface.py:178
#, fuzzy
msgid "This file is restricted: "
msgstr "O conteúdo desta coleção é restrito."
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr "Acesso a Fulltext"
#: modules/websubmit/lib/websubmit_webinterface.py:303
#, fuzzy
msgid "Not enough information to retrieve the document"
msgstr "Seja o primeiro a fazer a analise critica deste documento."
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr "Aprovação nunca foi pedida para este documento."
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr "Não é possível mostrar o documento"
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
#, fuzzy
msgid "Action unauthorized for this document."
msgstr "Esta coleção ainda não contém nenhum documento."
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
#, fuzzy
msgid "Action unavailable for this document."
msgstr "Esta coleção ainda não contém nenhum documento."
#: modules/websubmit/web/publiline.py:668
msgid "Adding users to the editorial board"
msgstr "Adicionar utilizadores a comissao editorial"
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr "não existem utilizadores qualificados, procure novamente."
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "hits"
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr ""
"demasiados utilizadores qualificados, seja mais espefico(a) na sua pesquisa."
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr "limite"
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr "utilizadores entre parentesis ja tem função definida, tente outro..."
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr "Removendo utilizadores da comissao editorial"
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr "Valide a selecção da comissao editorial"
#: modules/websubmit/web/publiline.py:793
#, fuzzy
msgid "Referee selection"
msgstr "Selecção de moderador"
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
msgid "Come back to the document"
msgstr "Voltar ao documento"
#: modules/websubmit/web/publiline.py:1068
#, fuzzy
msgid "Select:"
msgstr "Seleccione:"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
#, fuzzy
msgid "Approve"
msgstr "Aprove"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
#, fuzzy
msgid "Reject"
msgstr "Rejeite"
#: modules/websubmit/web/publiline.py:1168
#, fuzzy
msgid "Wrong action for this document."
msgstr "Acção errada para este documento."
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:98
#, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr "Contacte os %(x_url_open)sdevelopers%(x_url_close)s"
#: modules/webjournal/lib/webjournal_templates.py:143
#, fuzzy
msgid "Regeneration Error"
msgstr "Erro de REgeneração"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
#, fuzzy
msgid "Publish"
msgstr "submissões"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
#, fuzzy
msgid "Refresh"
msgstr "Referência"
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
#, fuzzy
msgid "Update"
msgstr "Actualizar grupo"
#: modules/webjournal/lib/webjournal_templates.py:625
#, fuzzy
msgid "Apply"
msgstr "Abril"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
#, fuzzy
msgid "Internal configuration error"
msgstr "Erro de Configuração Interna"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:194
#, fuzzy
msgid "No journal articles"
msgstr "Nenhum índice de palavras está disponível para"
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr "Problemas com a configuração deste jornal"
#: modules/webjournal/lib/webjournal_config.py:232
#, fuzzy
msgid "No journal issues"
msgstr "Nenhum índice de palavras está disponível para"
#: modules/webjournal/lib/webjournal_config.py:269
#, fuzzy
msgid "Journal article error"
msgstr "Erro Article Journal"
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:303
#, fuzzy
msgid "No journals available"
msgstr "Nenhum índice de palavras está disponível para"
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr "não podemos fornecer qualquer jornal"
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr "Seleccione um jornal no servidor"
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:358
msgid "No current issue"
msgstr "Nenhuma edição actual"
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr "não encontramos nenhuma informação na actual edição"
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:450
#, fuzzy
msgid "No popup record"
msgstr "ir para o registro:"
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:482
#, fuzzy
msgid "Update error"
msgstr "erro de actualização"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr "Ocorreu um erro interno"
#: modules/webjournal/lib/webjournal_config.py:513
#, fuzzy
msgid "Journal publishing DB error"
msgstr "Erro Interno"
#: modules/webjournal/lib/webjournal_config.py:544
#, fuzzy
msgid "Journal issue error"
msgstr "Erro Edição Jornal"
#: modules/webjournal/lib/webjournal_config.py:545
msgid "We could not find a current issue in the Database"
msgstr "não conseguimos encontrar a actual edição na base de dados"
#: modules/webjournal/lib/webjournal_config.py:575
#, fuzzy
msgid "Journal ID error"
msgstr "Erro Jornal ID"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr "não é possivel encontrar o ID deste jornal na base de dados"
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:611
#, fuzzy
msgid "Sorry, this category does not exist for this journal."
msgstr "Esta acção não existe para este tipo de documento."
#: modules/webjournal/web/admin/webjournaladmin.py:74
#, fuzzy
msgid "WebJournal Admin"
msgstr "Administração ComentárioWeb"
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:148
msgid "Feature a record"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:309
#, fuzzy
msgid "Publishing Interface"
msgstr "Erro Interno"
#: modules/webjournal/web/admin/webjournaladmin.py:335
#, fuzzy
msgid "Add Journal"
msgstr "Adicionar aos utilizadores"
#: modules/webjournal/web/admin/webjournaladmin.py:337
#, fuzzy
msgid "Edit Settings"
msgstr "Editar definições"
#, fuzzy
#~ msgid "link"
#~ msgstr "link"
#, fuzzy
#~ msgid "links"
#~ msgstr "links"
#~ msgid "CERN %(link_or_links)s"
#~ msgstr "CERN %(link_or_links)s"
#~ msgid "External %(link_or_links)s"
#~ msgstr "%(link_or_links)s externo(s)"
#~ msgid "The contents of this collection is restricted."
#~ msgstr "O conteúdo desta colecção é restrito."
#, fuzzy
#~ msgid "Sort:"
#~ msgstr "Ordenar por:"
#, fuzzy
#~ msgid "Author"
#~ msgstr "Autor:"
#~ msgid "Parameter docid missing"
#~ msgstr "Falta parâmetro docid"
#~ msgid "Please login to perform this action."
#~ msgstr "Por favor autentique-se para realizar esta acção."
#~ msgid "We need you to login"
#~ msgstr "Deve autenticar-se"
#, fuzzy
#~ msgid "Alert sent successfully!"
#~ msgstr "Aviso enviado com sucesso!"
#, fuzzy
#~ msgid "Webjournal Administration Interface"
#~ msgstr "Interface de Administração Webjournal"
#~ msgid "Available journals"
#~ msgstr "Jornais disponiveis"
#~ msgid "Main file(s)"
#~ msgstr "Ficheiro(s) principal/principais"
#, fuzzy
#~ msgid "Display searches"
#~ msgstr "Mostrar resultados:"
#, fuzzy
#~ msgid "Username/Email"
#~ msgstr "Nome de utilizador/Email"
#~ msgid "Please select the type of document you want to submit."
#~ msgstr "É favor escolher o tipo de documento que pretende submeter."
#~ msgid ""
#~ "Select one of the following types of documents to check the documents "
#~ "status."
#~ msgstr ""
#~ "Seleccione um dos seguintes tipos de documentos para verificar o seu "
#~ "estato."
#~ msgid ""
#~ "As a referee for this document, you may click this button to approve or "
#~ "reject it."
#~ msgstr ""
#~ "Como moderador deste documento, pode clicar neste botão para aprová-lo "
#~ "ourejeitá-lo."
# msgstr "Última atualização"
#~ msgid "WebSubmit Administration"
#~ msgstr "Administração de Submições"
# msgstr "Administração de Envios"
#~ msgid "Convert"
#~ msgstr "Converter"
#~ msgid "Submit Help"
#~ msgstr "Ajuda sobre Envio"
#, fuzzy
#~ msgid "Library"
#~ msgstr "Biblioteca"
# msgstr "Fevereiro"
#, fuzzy
#~ msgid "Agenda"
#~ msgstr "Agenda"
#, fuzzy
#~ msgid "Bulletin"
#~ msgstr "Boletins"
# msgstr "coleções"
#~ msgid "Search Help"
#~ msgstr "Ajuda sobre Pesquisa"
#~ msgid ""
#~ "You can now go back to %(x_url_open)sBibEdit Admin Interface%(x_url_close)"
#~ "s."
#~ msgstr ""
#~ "Pode agora regressar a %(x_url_open)sBibEdit Admin Interface%(x_url_close)"
#~ "s."
#~ msgid "Migrate BibFormat Settings"
#~ msgstr "Parâmetros de Migração BibFormat"
#~ msgid "Migrate Knowledge Bases"
#~ msgstr "Migrar Bases de Conhecimento"
#~ msgid "Migrate Behaviours"
#~ msgstr "Migrar Comportamentos"
#~ msgid "Migrate Formats"
#~ msgstr "Migrar Formatos"
#, fuzzy
#~ msgid "Citation history"
#~ msgstr "Histórico de citações:"
#, fuzzy
#~ msgid "Downloads history"
#~ msgstr "Histórico de downloads:"
#~ msgid ""
#~ "You have made %(x_nb)s queries. A %(x_url_open)sdetailed list"
#~ "%(x_url_close)s is available with a posibility to (a) view search results "
#~ "and (b) subscribe to an automatic email alerting service for these "
#~ "queries."
#~ msgstr ""
#~ "Você fez %(x_nb)s termos. A %(x_url_open)s lista detalhada %(x_url_close)"
#~ "s está disponível com a possibilidade de (a) ver o resultados das "
#~ "pesquisas e (b) subscrever o serviço de avisos automáticos por email para "
#~ "estes termos."
#~ msgid ""
#~ "Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
#~ "%(x_url2_open)spopular_searches%(x_url2_close)s, or the input form."
#~ msgstr ""
#~ "Definir um novo aviso de %(x_url1_open)s as suas pesquisas %(x_url1_close)"
#~ "s, o %(x_url2_open)spopular_searches%(x_url2_close)s, ou inserir "
#~ "formulário."
#~ msgid "Comment Management"
#~ msgstr "Gerir comentário"
#~ msgid "Quota used: %i messages out of max. %i"
#~ msgstr "Quota utilizada: %i mensagens para além do maximo. %i"
#~ msgid "You have %s new messages out of %s messages"
#~ msgstr "Você tem %s mensagens novas de %s mensagens"
#, fuzzy
#~ msgid "Format:"
#~ msgstr "Formato:"
#~ msgid ""
#~ "If you have lost password for your CDS Invenio internal account, then "
#~ "please enter your email address below and the lost password will be "
#~ "emailed to you."
#~ msgstr ""
#~ "Se você esqueceu a sua palavra-passe da sua conta CDS Invenio, por favor "
#~ "indique o seu endereço de email e a palavra-passe ser-lhe-a enviada."
#~ 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 ""
#~ "Note que se está a usar um sistema de autenticação externo, então não "
#~ "poderá fazer nada."
#~ msgid ""
#~ "If you want to change your email address or password, please set new "
#~ "values in the form below."
#~ msgstr ""
#~ "Se pretende mudar o seu endereço de email ou a sua palavra-passe, por "
#~ "favor defina os novos dados no formulário seguinte."
#~ msgid "Send lost password"
#~ msgstr "Enviar palavra-passe esquecida"
#, fuzzy
#~ msgid "Hello"
#~ msgstr "Olá"
#~ msgid "Here are your user credentials for"
#~ msgstr "Aqui estão as suas credenciais de utilizador para"
#, fuzzy
#~ msgid "username"
#~ msgstr "nome de utilizador"
#~ msgid "password"
#~ msgstr "palavra-passe"
#~ msgid "You can login at"
#~ msgstr "Pode autenticar-se em"
#~ msgid "Okay, password has been emailed to %s."
#~ msgstr "Ok, a palavra-passe foi enviado por email para %s."
#~ msgid "You are no longer recognized."
#~ msgstr "Já não é reconhecido pelo sistema."
#, fuzzy
#~ msgid "You seem to be %(x_role)s."
#~ msgstr "Você parece ser %(x_role)s."
#~ msgid ""
#~ "Cannot send password by email since you are using external authentication "
#~ "system."
#~ msgstr ""
#~ "Não é posível enviar palavra-passe por email desde que esteja usando um "
#~ "sistema de autenticação externo."
#~ msgid "Credentials for"
#~ msgstr "Credenciais para"
#~ msgid "Lost password sent"
#~ msgstr "Palavra-passe esquecida enviada"
#~ msgid ""
#~ "An email has been sent to the given address with the account information."
#~ msgstr ""
#~ "Um email foi enviado para o endereço dado com as informações da conta."
#~ msgid "Cannot find submission directory."
#~ msgstr "Não consegue encontrar directório de submissão."
#~ msgid "Unknown type of document"
#~ msgstr "Tipo de documento desconhecido"
#~ msgid "Unable to find file."
#~ msgstr "Não é possível encontrar o ficheiro."
#, fuzzy
#~ msgid "This file is restricted!"
#~ msgstr "Este ficheiro é restricto!"
#, fuzzy
#~ msgid "Edit parameters"
#~ msgstr "cestas"
#, fuzzy
#~ msgid "Return to Record"
#~ msgstr "ir para o registro:"
#~ msgid "Try your search on..."
#~ msgstr "Tentar sua pesquisa em..."
#, fuzzy
#~ msgid "See results"
#~ msgstr "resultados"
#, fuzzy
#~ msgid "%(num)s results found"
#~ msgstr "pesquisar %s registros por:"
#, fuzzy
#~ msgid "No result found"
#~ msgstr "A coleção %s não foi encontrada"
#, fuzzy
#~ msgid "user #%i"
#~ msgstr "avisos"
#, fuzzy
#~ msgid "Sort by"
#~ msgstr "Ordenar por:"
#, fuzzy
#~ msgid "Waiting members"
#~ msgstr "cestas"
#, fuzzy
#~ msgid "Please select"
#~ msgstr "cestas"
#, fuzzy
#~ msgid "Please Select:"
#~ msgstr "cestas"
#, fuzzy
#~ msgid "Delete successful."
#~ msgstr "conta"
#, fuzzy
#~ msgid "All of the words"
#~ msgstr "Todas as palavras:"
#, fuzzy
#~ msgid "Any of the words"
#~ msgstr "Qualquer das palavras:"
#, fuzzy
#~ msgid "Exact phrase"
#~ msgstr "Expressão exata:"
#, fuzzy
#~ msgid "Partial phrase"
#~ msgstr "Expressão aproximada:"
#, fuzzy
#~ msgid "Regular expression"
#~ msgstr "Expressão regular:"
#, fuzzy
#~ msgid "Added since"
#~ msgstr "Adicionada desde:"
#~ msgid "<strong>%s</strong> records found"
#~ msgstr "<strong>%s</strong> registros encontrados"
#~ msgid ""
#~ "<p>Sorry, collection <strong>%s</strong> does not seem to exist. <p>You "
#~ "may want to start browsing from <a href=\"%s\">%s</a>."
#~ msgstr ""
#~ "<p>Sinto muito, mas a coleção <strong>%s</strong> parece não existir. "
#~ "<p>Experimente explorar a partir de <a href=\"%s\">%s</a>."
#, fuzzy
#~ msgid "your submissions"
#~ msgstr "envios"
#, fuzzy
#~ msgid "your approvals"
#~ msgstr "aprovações"
#, fuzzy
#~ msgid "Create New Group"
#~ msgstr "cestas"
#, fuzzy
#~ msgid "Submission no(1)"
#~ msgstr "envios"
#, fuzzy
#~ msgid " version #%s"
#~ msgstr "sessão"
#, fuzzy
#~ msgid "pending"
#~ msgstr "Agenda"
#, fuzzy
#~ msgid "Detailed record #%s"
#~ msgstr "Registro detalhado"
#~ msgid "Search term <em>%s</em>"
#~ msgstr "Termo de pesquisa <em>%s</em>"
#~ msgid "inside <em>%s</em> index"
#~ msgstr "no <em>%s</em> índice"
#, fuzzy
#~ msgid "Article:"
#~ msgstr "Abril"
#, fuzzy
#~ msgid "email"
#~ msgstr "detalhado"
#, fuzzy
#~ msgid "Editing basket \"%s\""
#~ msgstr "cestas"
#, fuzzy
#~ msgid "(Report abuse)"
#~ msgstr "Setembro"
#, fuzzy
#~ msgid "detailed list"
#~ msgstr "detalhado"
#, fuzzy
#~ msgid "your searches"
#~ msgstr "Tentar sua pesquisa em..."
#, fuzzy
#~ msgid "%i group baskets"
#~ msgstr "cestas"
#, fuzzy
#~ msgid "%i others' baskets"
#~ msgstr "cestas"
#, fuzzy
#~ msgid " Username/Email: %s\n"
#~ msgstr "avisos"
#, fuzzy
#~ msgid "No Articles"
#~ msgstr "Abril"
#, fuzzy
#~ msgid "No Issues"
#~ msgstr "Buscar"
#, fuzzy
#~ msgid "Article Error"
#~ msgstr "Abril"
#, fuzzy
#~ msgid "%s Personalize, Main page"
#~ msgstr "Personalizar"
#, fuzzy
#~ msgid "%s , personalize"
#~ msgstr "Personalizar"
diff --git a/po/ru.po b/po/ru.po
index 839bf0b79..375efcef1 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,7388 +1,7388 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-02-29 14:25+0100\n"
"Last-Translator: Iaroslav Gaponenko <adrahil@gmail.com>\n"
"Language-Team: RU <cds.support@cern.ch>\n"
"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"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "И НЕТ"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "Область Администратора"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "Просмотреть"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "Указания для поиска"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "абстракт"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "полный текст"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "Регулярное выражение:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "Все слова:"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "номер рапорта"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "год"
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr "предмет"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "Часть фразы:"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "ссылка"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "автор"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
#, fuzzy
msgid "Search Guide"
msgstr "Посмотреть руководство"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "эксперимент"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "Любое из слов:"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "разделение"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "Искать"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "любое поле"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "Центральная Помощь"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
#, fuzzy
msgid "Export as"
msgstr "Сообщить злоупотребление"
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "набор"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "Точная фраза:"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
#, fuzzy
msgid "Submit Guide"
msgstr "Помощь при внесении"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "ИЛИ"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "И"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "ключевое слово"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "название"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
#, fuzzy
msgid "Narrow by collection:"
msgstr "Сократить набор:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
#, fuzzy
msgid "Add to personal basket"
msgstr "Добавить в личную корзину"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
#, fuzzy
msgid "WebSubmit Admin Guide"
msgstr "Администрация Внесения"
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
#, fuzzy
msgid "No fulltext"
msgstr "полный текст"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
msgid "or"
msgstr "или"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr "Добавить подполе"
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr "Поле"
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr "Добавить поле"
#: modules/bibedit/lib/bibedit_templates.py:123
msgid "Verbose"
msgstr "Детальный"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "Внести"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr "Отменить"
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr "Удалить"
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
msgid "Action"
msgstr "Действие"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr "Запись"
#: modules/bibedit/lib/bibedit_templates.py:155
msgid "Display"
msgstr "Показать"
#: modules/bibedit/lib/bibedit_templates.py:274
#, fuzzy
msgid "Done"
msgstr "на"
#: modules/bibedit/lib/bibedit_templates.py:275
#, fuzzy
msgid "Add another subfield"
msgstr "Добавить подполе"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
#, fuzzy
msgid "Move up"
msgstr "Удалить"
#: modules/bibedit/lib/bibedit_templates.py:369
#, fuzzy
msgid "Move down"
msgstr "Понизить"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:476
#, fuzzy
msgid "This record does not exist."
msgstr "Эта запись не существует"
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:486
#, fuzzy
msgid "Please try again later."
msgstr "Пожалуйста попробуйте ещё один раз."
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:500
msgid "There are record revisions not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
#, fuzzy
msgid "Please try again in a few minutes."
msgstr "Пожалуйста попробуйте ещё один раз."
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
#, fuzzy
msgid "Edit another record"
msgstr "Внешная запись"
#: modules/bibedit/lib/bibedit_templates.py:554
#, fuzzy
msgid "Do you really want to delete this record?"
msgstr "Вы уверены что хотите удалить эту группу?"
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr "Да"
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr "Нет"
#: modules/bibedit/lib/bibedit_templates.py:563
#, fuzzy, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr "Вы уверены что хотите удалить эту группу?"
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, fuzzy, python-format
msgid "Submit and save record %s"
msgstr "Similar records"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, fuzzy, python-format
msgid "Record #%s"
msgstr "Запись #%d"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr "Меню"
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr "Имя"
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
msgid "Description"
msgstr "Описание"
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
#, fuzzy
msgid "Show Documentation"
msgstr "Показать счёт"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
#, fuzzy
msgid "Hide Documentation"
msgstr "комментарий"
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
#, fuzzy
msgid "Manage Output Formats"
msgstr "Формат представления:"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1134
#, fuzzy
msgid "Add New Output Format"
msgstr "Формат представления:"
#: modules/bibformat/lib/bibformat_templates.py:1172
#, fuzzy
msgid "menu"
msgstr "Меню"
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
#, fuzzy
msgid "Close Output Format"
msgstr "Формат представления:"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
#, fuzzy
msgid "Rules"
msgstr "гость"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
#, fuzzy
msgid "Remove Rule"
msgstr "Удалить"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
#, fuzzy
msgid "Save Changes"
msgstr "Сохранить изменения"
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:2266
#, fuzzy
msgid "An error has been found"
msgstr "Послал рапорт об ошыбке."
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr ""
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr ""
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
#, fuzzy
msgid "Test with record:"
msgstr "Подробная запись"
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr ""
#: modules/bibformat/lib/elements/bfe_authors.py:120
#, fuzzy
msgid "Hide"
msgstr "Руководство"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
#, fuzzy
msgid "Download fulltext"
msgstr "полный текст"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
#, fuzzy
msgid "older versions"
msgstr "версия #%s"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external links"
msgstr "Общие настройки"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "Полный текст"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
#, fuzzy
msgid "Restricted Output Format"
msgstr "Формат представления:"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr "ОК"
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, fuzzy, python-format
msgid "Output Format %s Rules"
msgstr "Формат представления:"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:371
#, fuzzy
msgid "Delete Output Format"
msgstr "Формат представления:"
#: modules/bibformat/web/admin/bibformatadmin.py:417
#, fuzzy
msgid "Cannot create output format"
msgstr "Формат представления:"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:660
#, fuzzy
msgid "Delete Format Template"
msgstr "Удалить комментарий"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#, fuzzy
msgid "Delete Knowledge Base"
msgstr "Удалить корзину"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
msgid "See Guide"
msgstr "Посмотреть руководство"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr ""
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
#, fuzzy
msgid "Citation history:"
msgstr "Citation history:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
#, fuzzy
msgid "Download history:"
msgstr "Downloads history:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
#, fuzzy
msgid "Download user distribution:"
msgstr "Downloads history:"
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr ""
#: modules/miscutil/lib/dateutils.py:159
msgid "Sun"
msgstr "Вос"
#: modules/miscutil/lib/dateutils.py:160
msgid "Mon"
msgstr "Пон"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr "Вто"
#: modules/miscutil/lib/dateutils.py:162
msgid "Wed"
msgstr "Сре"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr "Чет"
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr "Пят"
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr "Суб"
#: modules/miscutil/lib/dateutils.py:167
msgid "Sunday"
msgstr "Воскресенье"
#: modules/miscutil/lib/dateutils.py:168
msgid "Monday"
msgstr "Понедельник"
#: modules/miscutil/lib/dateutils.py:169
msgid "Tuesday"
msgstr "Бторник"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr "Среда"
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr "Четверг"
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr "Пятница"
#: modules/miscutil/lib/dateutils.py:173
msgid "Saturday"
msgstr "Суббота"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
msgid "Month"
msgstr "Месяц"
#: modules/miscutil/lib/dateutils.py:188
msgid "Jan"
msgstr "Янв"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr "Фев"
#: modules/miscutil/lib/dateutils.py:190
msgid "Mar"
msgstr "Мар"
#: modules/miscutil/lib/dateutils.py:191
msgid "Apr"
msgstr "Апр"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "Май"
#: modules/miscutil/lib/dateutils.py:193
msgid "Jun"
msgstr "Июнь"
#: modules/miscutil/lib/dateutils.py:194
msgid "Jul"
msgstr "Июль"
#: modules/miscutil/lib/dateutils.py:195
msgid "Aug"
msgstr "Авг"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr "Сен"
#: modules/miscutil/lib/dateutils.py:197
msgid "Oct"
msgstr "Окт"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr "Ноя"
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr "Дек"
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "Январь"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "Февраль"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "Март"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "Апрель"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "Июнь"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "Июль"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "Август"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "Сентябрь"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "Октябрь"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "Ноябрь"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "Декабрь"
#: modules/miscutil/lib/dateutils.py:231
msgid "Day"
msgstr "День"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "Год"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
msgid "Sorry"
msgstr "Извините"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:100
msgid "The error report has been sent."
msgstr "Послал рапорт об ошыбке."
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr "Спасибо!"
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr "номер записи"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr "похожые слова"
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr "фактор воздействия журнала"
#: modules/miscutil/lib/inveniocfg.py:412
msgid "times cited"
msgstr ""
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
#, fuzzy
msgid "Hello:"
msgstr "Помощь"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr ""
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr "Настройки BibFormat"
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr "Настройки BibHarvest"
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
#, fuzzy
msgid "Configure OAI Repository"
msgstr "Настройки BibFormat"
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr "Настройки BibIndex"
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr "Настройки BibRank"
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr "Настройки WebAccess"
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
msgid "Configure WebComment"
msgstr "Настройки WebComment"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
msgid "Configure WebSearch"
msgstr "Настройки WebSearch"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr "Настройки WebSubmit"
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, python-format
msgid "Your account on '%s' has been activated"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, fuzzy, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr "The record has been deleted."
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
#, fuzzy
msgid "Username/Email:"
msgstr "Пользователь"
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
#, fuzzy
msgid "Password:"
msgstr "Пароль"
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, fuzzy, python-format
msgid "Account created on '%s'"
msgstr "Ваш счёт"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, fuzzy, python-format
msgid "An account has been created for you on '%s':"
msgstr "Ваш счёт"
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, fuzzy, python-format
msgid "Account rejected on '%s'"
msgstr "Ваш счёт"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, fuzzy, python-format
msgid "Username/Email: %s"
msgstr "Пользователь"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, fuzzy, python-format
msgid "Account deleted on '%s'"
msgstr "Ваш счёт"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, fuzzy, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "The record has been deleted."
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "Подробная запись"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "Similar records"
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr "Cited by"
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr ""
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr "неизвестный"
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
#, fuzzy
msgid "You do not have rights for this operation."
msgstr "Вы не принадлежыте никакой группе."
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr ""
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr ""
#: modules/webalert/lib/webalert.py:226
#, fuzzy
msgid "You are not the owner of this basket."
msgstr "Вы не принадлежыте никакой группе."
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr ""
#: modules/webalert/lib/webalert.py:376
#, python-format
msgid "The alert %s has been successfully updated."
msgstr "Тревога %s была обновлена."
#: modules/webalert/lib/webalert.py:428
#, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:90
msgid "Collections"
msgstr "Наборы"
#: modules/webalert/lib/webalert_templates.py:92
msgid "Collection"
msgstr "Набор"
#: modules/webalert/lib/webalert_templates.py:113
#, fuzzy
msgid "You own the following alerts:"
msgstr "Вы не принадлежыте никакой группе."
#: modules/webalert/lib/webalert_templates.py:114
msgid "alert name"
msgstr "имя сообщения"
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr "ПОКАЗАТЬ"
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr "ВОПРОС"
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
msgid "monthly"
msgstr "каждый месяц"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr "каждую неделю"
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
msgid "daily"
msgstr "каждый день"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr "да"
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr "нет"
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:300
#, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:322
msgid "Result in basket"
msgstr "Результат в корзине"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
msgid "no basket"
msgstr "нет корзин"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
msgid "Remove"
msgstr "Удалить"
#: modules/webalert/lib/webalert_templates.py:374
msgid "Modify"
msgstr "изменить"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:434
#, fuzzy, python-format
msgid "Here are the %s most popular searches."
msgstr "самые популярные поиски"
#: modules/webalert/lib/webalert_templates.py:445
msgid "Question"
msgstr "Вопрос"
#: modules/webalert/lib/webalert_templates.py:449
msgid "Last Run"
msgstr "Последнуй запуск"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:79
#, fuzzy
msgid "Popular Searches"
msgstr "Ваши поиски"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
msgid "Your Searches"
msgstr "Ваши поиски"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
msgid "Your Account"
msgstr "Ваш счёт"
#: modules/webalert/lib/webalert_webinterface.py:90
#, fuzzy, python-format
msgid "%s Personalize, Display searches"
msgstr "Показать поиски"
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, fuzzy, python-format
msgid "%s, personalize"
msgstr "Персонализовать"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr "Ошыбка"
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, python-format
msgid "%s Personalize, Set a new alert"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:227
#, python-format
msgid "%s Personalize, Modify alert settings"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
msgid "Your Alerts"
msgstr "Ваши тревоги"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, fuzzy, python-format
msgid "%s Personalize, Display alerts"
msgstr "Представить результаты"
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
msgid "Display alerts"
msgstr "Представить результаты"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr ""
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
msgid "Personal baskets"
msgstr "Персональные корзины"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
msgid "Group baskets"
msgstr "Корзины группы"
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
msgid "Others' baskets"
msgstr "Корзины других"
#: modules/webbasket/lib/webbasket.py:852
#, fuzzy, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr "У вас %s и вы подписаны на %s и %s."
#: modules/webbasket/lib/webbasket_templates.py:198
#, python-format
msgid "There are %i baskets"
msgstr "Существуют %i корзин"
#: modules/webbasket/lib/webbasket_templates.py:206
msgid "updated on"
msgstr "Последнее изменение:"
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr "Корзина пустая"
#: modules/webbasket/lib/webbasket_templates.py:254
#, fuzzy, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
"%s владеет этой корзиной. Вы можете свободно %sподписаться%s на эту корзину."
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
msgid "Public basket"
msgstr "Общая корзина"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
msgid "records"
msgstr "записи"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
msgid "last update"
msgstr "последнее изменение"
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr "Подписаться на ету корзину"
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
msgid "Basket's name"
msgstr "Имя корзины"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr "Счет просмотров"
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr "Предприниматель"
#: modules/webbasket/lib/webbasket_templates.py:355
msgid "View"
msgstr "Просмотр"
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr "Подписаться"
#: modules/webbasket/lib/webbasket_templates.py:377
msgid "There is currently no publicly accessible basket"
msgstr "Нет никакой публично доступной корзины."
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:422
msgid "Actions"
msgstr "Действия"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
msgid "Non-shared basket"
msgstr "Неразделенная корзина"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
msgid "Shared basket"
msgstr "Разделенная корзина"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
msgid "Group-shared basket"
msgstr "Группная корзина"
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
msgid "Edit basket"
msgstr "Редактировать корзину"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr "комментарии"
#: modules/webbasket/lib/webbasket_templates.py:521
#, fuzzy
msgid "last comment:"
msgstr "последний комментарий:"
#: modules/webbasket/lib/webbasket_templates.py:582
#, fuzzy
msgid "Move item up"
msgstr "Удалить"
#: modules/webbasket/lib/webbasket_templates.py:590
#, fuzzy
msgid "Move item down"
msgstr "Понизить"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr "Скопировать"
#: modules/webbasket/lib/webbasket_templates.py:606
msgid "Remove item"
msgstr "Удалить"
#: modules/webbasket/lib/webbasket_templates.py:609
msgid "External record"
msgstr "Внешная запись"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr "последний"
#: modules/webbasket/lib/webbasket_templates.py:647
#, fuzzy
msgid "View comments"
msgstr "смотреть комментарии"
#: modules/webbasket/lib/webbasket_templates.py:672
#, fuzzy
msgid "This basket is publicly accessible at the following address:"
msgstr "Эта корзина публично доступна на: %s."
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "Классифицировать по:"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr "Название"
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr "Дата"
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr "Комментарии"
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr "Написать комментарий"
#: modules/webbasket/lib/webbasket_templates.py:833
msgid "Back to baskets"
msgstr "Назад к корзинам"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr "от"
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "on"
msgstr "на"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr "Ответ"
#: modules/webbasket/lib/webbasket_templates.py:876
msgid "Delete comment"
msgstr "Удалить комментарий"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr "Добавить комментарий"
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr "Комментарий"
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
msgid "Create new basket"
msgstr "Создать новую корзину"
#: modules/webbasket/lib/webbasket_templates.py:1001
msgid "Select topic"
msgstr "Выбрать тему"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr "Выбрать тему"
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr "или создать новый"
#: modules/webbasket/lib/webbasket_templates.py:1019
msgid "Create new topic"
msgstr "Создать новую тему"
#: modules/webbasket/lib/webbasket_templates.py:1021
msgid "Create a new basket"
msgstr "Создать новую корзину"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
msgid "Select basket"
msgstr "Выбрать корзину"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr "Добавить в личную корзину"
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, python-format
msgid "%i baskets"
msgstr "%i корзин"
#: modules/webbasket/lib/webbasket_templates.py:1111
#, fuzzy
msgid "Add to a group-shared basket"
msgstr "Добавить в группную корзину"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr "Добавить к общей корзине"
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr "Добавляю %i записей к корзинам"
#: modules/webbasket/lib/webbasket_templates.py:1167
msgid "Add to baskets"
msgstr "Добавить к корзинам"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, fuzzy, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr "Выбранные записи были добавлены в %i корзин"
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1199
#, fuzzy, python-format
msgid "%i users are subscribed to this basket."
msgstr "Подписаться на ету корзину"
#: modules/webbasket/lib/webbasket_templates.py:1201
#, fuzzy, python-format
msgid "%i user groups are subscribed to this basket."
msgstr "Подписаться на ету корзину"
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1277
msgid "General settings"
msgstr "Общие настройки"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr "Добавить группу"
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1314
msgid "Delete basket"
msgstr "Удалить корзину"
#: modules/webbasket/lib/webbasket_templates.py:1338
#, fuzzy
msgid "Editing basket"
msgstr "Редактировать корзину"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr "Сохранить изменения"
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
msgid "View records"
msgstr "Просмотр записей"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "and"
msgstr "и"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr "смотреть комментарии"
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr "добавить комментарии"
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
msgid "add records"
msgstr "добавить записи"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
msgid "delete comments"
msgstr "удалить комментарии"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
msgid "remove records"
msgstr "удалить записи"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1419
#, fuzzy
msgid "You are not a member of a group."
msgstr "Вы не принадлежыте никакой группе."
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
#, fuzzy
msgid "Back to search results"
msgstr "(Назад к результатам поиска)"
#: modules/webbasket/lib/webbasket_webinterface.py:98
msgid "Display baskets"
msgstr "Представить корзины"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
msgid "Your Baskets"
msgstr "Ваши корзины"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr "Добавить записи к корзинам"
#: modules/webbasket/lib/webbasket_webinterface.py:474
msgid "Delete a basket"
msgstr "Удалить корзину"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:721
msgid "Create basket"
msgstr "Создать корзину"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
msgid "List of public baskets"
msgstr "Лист публичных корзин"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, fuzzy, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "Рассмотрел %(nickname)s на %(date)s"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr "Обсуждение етого документа"
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
msgid "Report abuse"
msgstr "Сообщить злоупотребление"
#: modules/webcomment/lib/webcomment_templates.py:361
#, fuzzy, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "Рассмотрел %(nickname)s на %(date)s"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
msgid "Reviews"
msgstr "Обзоры"
#: modules/webcomment/lib/webcomment_templates.py:537
#, fuzzy
msgid "Previous"
msgstr "< Предыдущий"
#: modules/webcomment/lib/webcomment_templates.py:553
#, fuzzy
msgid "Next"
msgstr "< Следующий"
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr "комментарий"
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
msgid "Review"
msgstr "Обзор"
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:663
#, fuzzy
msgid "Page:"
msgstr "Страница: "
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
msgid "Article"
msgstr "Статья"
#: modules/webcomment/lib/webcomment_templates.py:808
#, fuzzy
msgid "Add comment"
msgstr "Добавить комментарий"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr "Оценить эту статью"
#: modules/webcomment/lib/webcomment_templates.py:901
msgid "Select a score"
msgstr "Выберите очко"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:908
#, fuzzy
msgid "Add review"
msgstr "Добавить поле"
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:940
#, fuzzy
msgid "Your comment was successfully added."
msgstr "Тревога %s была обновлена."
#: modules/webcomment/lib/webcomment_templates.py:942
msgid "Back to record"
msgstr "Назад к записи"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1029
msgid "View all users who have been reported"
msgstr "Вце пользователи о которых существуют рапорты"
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "Руководство"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1063
#, fuzzy
msgid "Comment ID:"
msgstr "Комментарий:"
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr "Просмотр комментария"
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr "Имя"
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
msgid "Email"
msgstr "Электронная почта"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1179
#, python-format
msgid "This review has been reported %i times"
msgstr "Об этом обзоре сообщили %i раз"
#: modules/webcomment/lib/webcomment_templates.py:1181
#, python-format
msgid "This comment has been reported %i times"
msgstr "Об этом комментарии сообщили %i раз"
#: modules/webcomment/lib/webcomment_templates.py:1258
msgid "Written by"
msgstr "Автор: "
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1260
msgid "Select"
msgstr "Выбор"
#: modules/webcomment/lib/webcomment_templates.py:1274
msgid "Delete selected reviews"
msgstr "Удалить быбранные обзоры"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1279
msgid "Delete selected comments"
msgstr "Удалить выбранные комментарии"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1375
msgid "Not yet reviewed"
msgstr ""
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
msgid "Record Not Found"
msgstr "Запись не существует"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
msgid "Login"
msgstr "Логин"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr ""
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "Внутренная Ошибка"
#: modules/webcomment/web/admin/webcommentadmin.py:95
msgid "Delete Comment"
msgstr "Удалить комментарий"
#: modules/webcomment/web/admin/webcommentadmin.py:168
#, fuzzy
msgid "View all reported users"
msgstr "Просмотр записей"
#: modules/webcomment/web/admin/webcommentadmin.py:214
msgid "Delete comments"
msgstr "Удалить комментарии"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr ""
#: modules/webmessage/lib/webmessage.py:129
#, fuzzy
msgid "The message could not be deleted."
msgstr "Невозможно удалить сообщение"
#: modules/webmessage/lib/webmessage.py:131
#, fuzzy
msgid "The message was successfully deleted."
msgstr "Тревога %s была обновлена."
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr ""
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr ""
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr ""
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr ""
#: modules/webmessage/lib/webmessage.py:359
#, fuzzy, python-format
msgid "Group %s does not exist."
msgstr "Группа '%s' не существует\n"
#: modules/webmessage/lib/webmessage.py:384
#, fuzzy, python-format
msgid "User %s does not exist."
msgstr "Группа '%s' не существует\n"
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr "Написать сообчение"
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr ""
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr ""
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
msgid "Your Messages"
msgstr "Ваши сообщения"
#: modules/webmessage/lib/webmessage_templates.py:87
msgid "Subject"
msgstr "Предмет"
#: modules/webmessage/lib/webmessage_templates.py:88
msgid "Sender"
msgstr "Отправитель"
#: modules/webmessage/lib/webmessage_templates.py:97
msgid "No messages"
msgstr "Нет сообщений"
#: modules/webmessage/lib/webmessage_templates.py:101
#, fuzzy
msgid "No subject"
msgstr "[Нет предмета]"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr "Написать новое сообщение"
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr "Удалить Все"
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:282
msgid "Send later?"
msgstr "Послать позже?"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr "Кому:"
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr "Пользователи"
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr "Группы"
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
msgid "Subject:"
msgstr "Предмет:"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
#, fuzzy
msgid "Message:"
msgstr "Соощение:"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr "ПОСЛАТЬ"
#: modules/webmessage/lib/webmessage_templates.py:447
#, fuzzy
msgid "From:"
msgstr "От"
#: modules/webmessage/lib/webmessage_templates.py:449
#, fuzzy
msgid "Sent on:"
msgstr "Послан на"
#: modules/webmessage/lib/webmessage_templates.py:450
#, fuzzy
msgid "Received on:"
msgstr "Принят на"
#: modules/webmessage/lib/webmessage_templates.py:451
#, fuzzy
msgid "Sent to:"
msgstr "Получатели"
#: modules/webmessage/lib/webmessage_templates.py:452
#, fuzzy
msgid "Sent to groups:"
msgstr "Послан группам"
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr "ОТВЕТ"
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr "УДАЛИТЬ"
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:569
#, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:679
#, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr ""
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr ""
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "Результаты поиска"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "любой день"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "любой месяц"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "любой год"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "любой набор"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "добавить другой набор"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "упорядочить по"
#: modules/websearch/lib/search_engine.py:851
msgid "HTML brief"
msgstr "короткий HTML"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "сначала последний запрос"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr ""
#: modules/websearch/lib/search_engine.py:1716
#, fuzzy, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr ""
"Ни один результат не найден для <em>%s</em>, взамен используется <em>%s</"
"em> ..."
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
#: modules/websearch/lib/search_engine.py:2068
#, fuzzy, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"Не найден результат в наборе %s. В других публичных наборах <a class="
"\"nearestterms\" href=\"%s\">%d резултатов</a>."
#: modules/websearch/lib/search_engine.py:2077
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:2190
msgid "No words index available for"
msgstr "Не найден лексический индекс для"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "Не найден фразовый индех для"
#: modules/websearch/lib/search_engine.py:2226
#, fuzzy, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr "не найден. Возможные термины:"
#: modules/websearch/lib/search_engine.py:2230
#, fuzzy, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr "не найден. Возможные термины:"
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr ""
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr ""
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr ""
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "The record has been deleted."
#: modules/websearch/lib/search_engine.py:3750
#, fuzzy
msgid "Requested record does not seem to exist."
msgstr "Эта запись не существует"
#: modules/websearch/lib/search_engine.py:3984
msgid "No match within your time limits, discarding this condition..."
msgstr ""
"Не найден ни один результат в пределах данного временного интервала, отмена "
"условия..."
#: modules/websearch/lib/search_engine.py:4008
msgid "No match within your search limits, discarding this condition..."
msgstr ""
"Не найден ни один результат для вашего ограничения поиска, отмена условия..."
#: modules/websearch/lib/websearchadminlib.py:3202
#, fuzzy
msgid "Information"
msgstr "Больше информации"
#: modules/websearch/lib/websearchadminlib.py:3203
msgid "References"
msgstr ""
#: modules/websearch/lib/websearchadminlib.py:3204
#, fuzzy
msgid "Citations"
msgstr "Citation history:"
#: modules/websearch/lib/websearchadminlib.py:3205
#, fuzzy
msgid "Discussion"
msgstr "сеанс"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, fuzzy, python-format
msgid "Search %s records for:"
msgstr "Искать до %s записей для:"
#: modules/websearch/lib/websearch_templates.py:659
#, fuzzy
msgid "less"
msgstr "гость"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "ещё"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
msgid "Search everywhere"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "Расширенный Поиск"
#: modules/websearch/lib/websearch_templates.py:854
#, fuzzy, python-format
msgid "Search %s records for"
msgstr "Искать до %s записей для:"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "Простой Поиск"
#: modules/websearch/lib/websearch_templates.py:938
#, fuzzy
msgid "Search options:"
msgstr "Опции поиска:"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
#, fuzzy
msgid "Added/modified since:"
msgstr "Добавлено с:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
#, fuzzy
msgid "until:"
msgstr "до:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
#, fuzzy
msgid "Display results:"
msgstr "Представить результаты:"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
#, fuzzy
msgid "Output format:"
msgstr "Формат представления:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "Добавлено с:"
#: modules/websearch/lib/websearch_templates.py:1154
#, fuzzy
msgid "Modified since:"
msgstr "Добавлено с:"
#: modules/websearch/lib/websearch_templates.py:1191
#, fuzzy
msgid "Focus on:"
msgstr "Указание на:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "ограничено"
#: modules/websearch/lib/websearch_templates.py:1252
#, fuzzy
msgid "Search also:"
msgstr "Результаты поиска"
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr "Этот набор не содержит пока ни одной записи."
#: modules/websearch/lib/websearch_templates.py:1392
#, fuzzy
msgid "Latest additions:"
msgstr "Последние добавления:"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, fuzzy, python-format
msgid "Cited by %i records"
msgstr "Cited by: %s records"
#: modules/websearch/lib/websearch_templates.py:1556
#, fuzzy, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr "в любом наборе есть:"
#: modules/websearch/lib/websearch_templates.py:1559
#, fuzzy, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr "в любом наборе есть:"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr "следущий"
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "наборы"
#: modules/websearch/lib/websearch_templates.py:2073
#, fuzzy
msgid "Limit to:"
msgstr "Ограничит на"
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "результаты"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "восх."
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "нисх."
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "один лист"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "разделить по наборам"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr "Таг MARC"
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, fuzzy, python-format
msgid "%s records found"
msgstr "Искать до %s записей для:"
#: modules/websearch/lib/websearch_templates.py:2343
msgid "begin"
msgstr "начало"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr "предыдущий"
#: modules/websearch/lib/websearch_templates.py:2367
msgid "end"
msgstr "конец"
#: modules/websearch/lib/websearch_templates.py:2387
#, fuzzy
msgid "jump to record:"
msgstr "идти к записи:"
#: modules/websearch/lib/websearch_templates.py:2400
#, fuzzy, python-format
msgid "Search took %s seconds."
msgstr "Поиск длился %.2f секунд."
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "ДОБАВИТь В КОРЗИНУ"
#: modules/websearch/lib/websearch_templates.py:2589
#, fuzzy, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"<strong>Представление результатов:</strong> Найдено <strong>%s</strong> "
"записей в %.2f секунды."
#: modules/websearch/lib/websearch_templates.py:2637
msgid ""
"Boolean query returned no hits. Please combine your search terms differently."
msgstr ""
"Болеанный запрос не дал никакого результата. Пожалуйста сформулируйте ваш "
"запрос иначе."
#: modules/websearch/lib/websearch_templates.py:2669
msgid "See also: similar author names"
msgstr "Смотрите также: similar author names"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, python-format
msgid "Collection %s Not Found"
msgstr "Набор %s не найден"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, fuzzy, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr "Группа '%s' не существует\n"
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3101
#, fuzzy
msgid "People who downloaded this document also downloaded:"
msgstr "People who downloaded this document also downloaded:"
#: modules/websearch/lib/websearch_templates.py:3117
#, fuzzy
msgid "People who viewed this page also viewed:"
msgstr "People who viewed this page also viewed:"
#: modules/websearch/lib/websearch_templates.py:3170
#, python-format
msgid "Cited by: %s records"
msgstr "Cited by: %s records"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "Co-cited with: %s records"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3310
#, fuzzy
msgid "Affiliations:"
msgstr "Citation history:"
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3346
#, fuzzy
msgid "Publishes in"
msgstr "записи"
#: modules/websearch/lib/websearch_templates.py:3353
#, fuzzy
msgid "Papers:"
msgstr "Страница: "
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3355
#, fuzzy
msgid "times"
msgstr "Время"
#: modules/websearch/lib/websearch_templates.py:3383
#, fuzzy
msgid "Citations:"
msgstr "Citation history:"
#: modules/websearch/lib/websearch_templates.py:3413
#, fuzzy
msgid "Citation summary results"
msgstr "(Назад к результатам поиска)"
#: modules/websearch/lib/websearch_templates.py:3418
msgid "Total number of citable papers analyzed:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3441
msgid "Total number of citations:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:420
#, fuzzy
msgid "You are not authorized to view this area."
msgstr "Вы не принадлежыте никакой группе."
#: modules/websearch/lib/websearch_webinterface.py:755
#, fuzzy
msgid "Not found"
msgstr "Запись не существует"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "в"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
#, fuzzy
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_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:120
#, fuzzy
msgid "Search timed out."
msgstr "Результаты поиска"
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
#, fuzzy
msgid "No results found."
msgstr "Нет вопросов"
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, fuzzy, python-format
msgid "%s results found"
msgstr "Нет вопросов"
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, fuzzy, python-format
msgid "%s seconds"
msgstr "Искать до %s записей для:"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "краткий"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr "Нет вопросов"
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
#: modules/websession/lib/websession_templates.py:97
#, fuzzy
msgid "External account settings"
msgstr "Общие настройки"
#: modules/websession/lib/websession_templates.py:99
#, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:103
#, fuzzy
msgid "External user groups"
msgstr "Внешная запись"
#: modules/websession/lib/websession_templates.py:160
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr ""
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr "Пример"
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr ""
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
msgid "mandatory"
msgstr "обязательно"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr ""
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr ""
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
#: modules/websession/lib/websession_templates.py:215
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
#: modules/websession/lib/websession_templates.py:217
#, fuzzy
msgid "Old password"
msgstr "пароль"
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr "Новый пароль"
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr ""
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr ""
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr ""
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr ""
#: modules/websession/lib/websession_templates.py:224
#, fuzzy
msgid "Set new password"
msgstr "Новый пароль"
#: modules/websession/lib/websession_templates.py:229
#, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:235
#, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:249
msgid "Edit language-related settings"
msgstr ""
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr ""
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
#, fuzzy
msgid "Update settings"
msgstr "Общие настройки"
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr ""
#: modules/websession/lib/websession_templates.py:279
#, fuzzy
msgid "Show the latest additions box"
msgstr "Последние добавления:"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr ""
#: modules/websession/lib/websession_templates.py:295
#, fuzzy
msgid "Number of search results per page"
msgstr "(Назад к результатам поиска)"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr ""
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr ""
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
msgid "Select method"
msgstr "Выбрать метод"
#: modules/websession/lib/websession_templates.py:359
#, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr "Email аддрес"
#: modules/websession/lib/websession_templates.py:382
#, fuzzy
msgid "Send password reset link"
msgstr "Послать потерянный пароль"
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:389
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr ""
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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:427
#: modules/websession/lib/websession_webinterface.py:267
msgid "Your Settings"
msgstr "Ваши настройки"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr ""
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr ""
#: modules/websession/lib/websession_templates.py:441
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:450
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:459
msgid "Your Loans"
msgstr "Ваши ссуды"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr ""
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr ""
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:573
msgid "Your Alert Searches"
msgstr "Поиск ваших тревог"
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
msgid "Your Groups"
msgstr "Ваши группы"
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
msgid "Your Submissions"
msgstr "Ваши подачи"
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
msgid "Your Approvals"
msgstr "Ваши одобрения"
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr ""
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr ""
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr ""
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr ""
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:707
#, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr ""
#: modules/websession/lib/websession_templates.py:722
msgid "Deleting your account"
msgstr "Удаляем ваш счёт"
#: modules/websession/lib/websession_templates.py:736
msgid "You are no longer recognized by our system."
msgstr ""
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr ""
#: modules/websession/lib/websession_templates.py:780
#, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
#: modules/websession/lib/websession_templates.py:787
#, 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:810
#, fuzzy
msgid "Login method:"
msgstr "Логин через:"
#: modules/websession/lib/websession_templates.py:837
msgid "Username"
msgstr "Пользователь"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr "Пароль"
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr ""
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "логин"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr ""
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr ""
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
#: modules/websession/lib/websession_templates.py:900
#, fuzzy
msgid "Set a new password for"
msgstr "Новый пароль"
#: modules/websession/lib/websession_templates.py:901
#, fuzzy
msgid "Type the new password"
msgstr "Новый пароль"
#: modules/websession/lib/websession_templates.py:902
#, fuzzy
msgid "Type again the new password"
msgstr "Новый пароль"
#: modules/websession/lib/websession_templates.py:903
#, fuzzy
msgid "Set the new password"
msgstr "Новый пароль"
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr ""
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr ""
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr ""
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr "регистрироватьса"
#: modules/websession/lib/websession_templates.py:978
#, 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:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr ""
#: modules/websession/lib/websession_templates.py:1014
#, fuzzy, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr "Вы не принадлежыте никакой группе."
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "гость"
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr "сеанс"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "сообщения"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "корзины"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "счёт"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr ""
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr ""
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr ""
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr "записи"
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr "подтверждения"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "администрация"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "выход"
#: modules/websession/lib/websession_templates.py:1250
#, fuzzy
msgid "You are an administrator of the following groups:"
msgstr "Вы не принадлежыте никакой группе."
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1277
#, fuzzy
msgid "You are not an administrator of any groups."
msgstr "Вы не принадлежыте никакой группе."
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1291
#, fuzzy, python-format
msgid "Edit %s members"
msgstr "Редактировать членов группы"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
msgid "Create new group"
msgstr "Добавить новую группу"
#: modules/websession/lib/websession_templates.py:1328
#, fuzzy
msgid "You are a member of the following groups:"
msgstr "Вы не принадлежыте никакой группе."
#: modules/websession/lib/websession_templates.py:1351
#, fuzzy
msgid "You are not a member of any groups."
msgstr "Вы не принадлежыте никакой группе."
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr "Оставить группу"
#: modules/websession/lib/websession_templates.py:1391
#, fuzzy
msgid "You are a member of the following external groups:"
msgstr "Вы не принадлежыте никакой группе."
#: modules/websession/lib/websession_templates.py:1414
#, fuzzy
msgid "You are not a member of any external groups."
msgstr "Вы не принадлежыте никакой группе."
#: modules/websession/lib/websession_templates.py:1462
msgid "Update group"
msgstr "Обновить группу"
#: modules/websession/lib/websession_templates.py:1464
#, fuzzy, python-format
msgid "Edit group %s"
msgstr "Изменить группу: "
#: modules/websession/lib/websession_templates.py:1466
msgid "Delete group"
msgstr "Удалить группу"
#: modules/websession/lib/websession_templates.py:1539
#, fuzzy
msgid "Group name:"
msgstr "Имя группы: "
#: modules/websession/lib/websession_templates.py:1541
#, fuzzy
msgid "Group description:"
msgstr "Описание"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
msgid "Please select:"
msgstr "Пожалуйста выберите:"
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1651
#, fuzzy
msgid "or find it"
msgstr "или найдите: "
#: modules/websession/lib/websession_templates.py:1652
#, fuzzy
msgid "Choose group:"
msgstr "Выберите группу:"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr "Найдите группу"
#: modules/websession/lib/websession_templates.py:1802
msgid "Remove member"
msgstr "Удалить члена"
#: modules/websession/lib/websession_templates.py:1804
#, fuzzy
msgid "No members."
msgstr "Ноябрь"
#: modules/websession/lib/websession_templates.py:1814
#, fuzzy
msgid "Accept member"
msgstr "Сентябрь"
#: modules/websession/lib/websession_templates.py:1814
#, fuzzy
msgid "Reject member"
msgstr "Удалить члена"
#: modules/websession/lib/websession_templates.py:1816
#, fuzzy
msgid "No members awaiting approval."
msgstr "ждут подтверждения"
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
#, fuzzy
msgid "Current members"
msgstr "Пригласить нового члена"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
#, fuzzy
msgid "Members awaiting approval"
msgstr "ждут подтверждения"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr "Пригласить нового члена"
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
#: modules/websession/lib/websession_templates.py:1827
#, fuzzy, python-format
msgid "Group: %s"
msgstr "Группы"
#: modules/websession/lib/websession_templates.py:1910
#, fuzzy
msgid "Group list"
msgstr "Лист групп: "
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr "Вы не принадлежыте никакой группе."
#: modules/websession/lib/websession_templates.py:1960
#, fuzzy
msgid "Are you sure you want to delete this group?"
msgstr "Вы уверены что хотите удалить эту группу?"
#: modules/websession/lib/websession_templates.py:1999
#, fuzzy
msgid "Are you sure you want to leave this group?"
msgstr "Вы уверены что хотите удалить эту группу?"
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr ""
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr ""
#: modules/websession/lib/websession_templates.py:2102
#, fuzzy, python-format
msgid "Group %s: New membership request"
msgstr "Группа '%s' не существует\n"
#: modules/websession/lib/websession_templates.py:2106
#, fuzzy, python-format
msgid "A user wants to join the group %s."
msgstr "Вы уверены что хотите удалить эту группу?"
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
#: modules/websession/lib/websession_templates.py:2124
#, fuzzy, python-format
msgid "Group %s: Join request has been accepted"
msgstr "The record has been deleted."
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr ""
#: modules/websession/lib/websession_templates.py:2127
#, fuzzy, python-format
msgid "Group %s: Join request has been rejected"
msgstr "The record has been deleted."
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr ""
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:2145
#, fuzzy, python-format
msgid "Group %s has been deleted"
msgstr "The record has been deleted."
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr ""
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
#: modules/websession/lib/webuser.py:153
#, fuzzy
msgid "Database problem"
msgstr "Проблема базы данных: %s"
#: modules/websession/lib/webuser.py:299
#, fuzzy
msgid "user"
msgstr "имя пользователя"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr ""
#: modules/websession/lib/webuser.py:713
#, fuzzy
msgid "New account on"
msgstr "Показать счёт"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr ""
#: modules/websession/lib/webuser.py:716
msgid "A new account has been created on"
msgstr ""
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr ""
#: modules/websession/lib/webuser.py:720
#, fuzzy
msgid " Username/Email"
msgstr "Пользователь"
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
#, fuzzy
msgid "Email address successfully activated"
msgstr "Тревога %s была обновлена."
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:155
#, fuzzy
msgid "Reset password"
msgstr "Новый пароль"
#: modules/websession/lib/websession_webinterface.py:161
msgid "This request for resetting a password has already been used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:164
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:271
#, fuzzy, python-format
msgid "%s Personalize, Your Settings"
msgstr "Ваши настройки"
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
msgid "Show account"
msgstr "Показать счёт"
#: modules/websession/lib/websession_webinterface.py:323
msgid "Switched to internal login method."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:324
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:332
#, fuzzy
msgid "Send Password"
msgstr "Послать потерянный пароль"
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr "Пожалуйста попробуйте ещё один раз."
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr "Или попробуйте ещё один раз"
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:415
#, fuzzy
msgid "Password edited"
msgstr "Пароль"
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
msgid "Editing password failed"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:423
msgid "Wrong old password inserted."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:450
#, fuzzy
msgid "Unable to update settings."
msgstr "Общие настройки"
#: modules/websession/lib/websession_webinterface.py:507
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:552
msgid "Reset password link sent"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:597
msgid "Delete Account"
msgstr "Удалить счёт"
#: modules/websession/lib/websession_webinterface.py:623
msgid "Logout"
msgstr "Выход"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:1157
msgid "Edit group members"
msgstr "Редактировать членов группы"
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "Главная страница"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "Персонализовать"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "Помощь"
#: modules/webstyle/lib/webstyle_templates.py:414
#, fuzzy
msgid "Last updated"
msgstr "Последнее изменение:"
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr "Powered by"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "Поддерживает"
#: modules/webstyle/lib/webstyle_templates.py:500
msgid "This site is also available in the following languages:"
msgstr "Этот сайт также доступен на следующих языках:"
#: modules/webstyle/lib/webstyle_templates.py:529
msgid "Browser"
msgstr "Браузер"
#: modules/webstyle/lib/webstyle_templates.py:551
#, fuzzy
msgid "System Error"
msgstr "Внутренная Ошибка"
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr "Время"
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr "Клиент"
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:624
#, fuzzy, python-format
msgid "Please contact %s quoting the following information:"
msgstr ""
"Пожалуйста свяжитесь с <a href=\"mailto:%s\">%s</a> и укажите следующую "
"информацию:"
#: modules/webstyle/lib/webstyle_templates.py:772
#, fuzzy, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr "Record created %s, last modified %s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
#, fuzzy
msgid "Admin Pages"
msgstr "Область Администратора"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:161
#, fuzzy
msgid "Latest modifications:"
msgstr "Последние добавления:"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:166
#, fuzzy
msgid "See also"
msgstr "Результаты поиска"
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, fuzzy, python-format
msgid "Page %s Not Found"
msgstr "Набор %s не найден"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, fuzzy, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr "Группа '%s' не существует\n"
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
#, fuzzy
msgid "Invalid parameter"
msgstr "Изменить параметры"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
#, fuzzy
msgid "Unknown document type"
msgstr "неизвестный тип документа"
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
#, fuzzy
msgid "Unknown action"
msgstr "неизвестное действие"
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:384
msgid "Unknown form field found on submission page."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:512
msgid "Unknown form field found on one of the submission pages."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:1208
#, fuzzy
msgid "Unable to find document type."
msgstr "неизвестный тип документа"
#: modules/websubmit/lib/websubmit_engine.py:1469
#, fuzzy
msgid "The chosen action is not supported by the document type."
msgstr "Вами выбранное действие не применяется на этот документ"
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:95
msgid "Please select the type of document you want to submit"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:112
#, fuzzy
msgid "No document types available."
msgstr "неизвестный тип документа"
#: modules/websubmit/lib/websubmit_templates.py:257
#, fuzzy
msgid "Please log in first."
msgstr "Пожалуйста попробуйте ещё один раз."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:301
#, fuzzy
msgid "Please select a category"
msgstr "Пожалуйста выберите"
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr "РЕЗЮМЕ"
#: modules/websubmit/lib/websubmit_templates.py:529
#, fuzzy
msgid "Previous page"
msgstr "предыдущая страница"
#: modules/websubmit/lib/websubmit_templates.py:535
#, fuzzy
msgid "Submission number"
msgstr "Подача но"
#: modules/websubmit/lib/websubmit_templates.py:549
#, fuzzy
msgid "Next page"
msgstr "следыщая страница"
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
#, fuzzy
msgid "Back to main menu"
msgstr "Назад к корзинам"
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:957
msgid "Submission no"
msgstr "Подача но"
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1032
msgid "Function"
msgstr "функцыя"
#: modules/websubmit/lib/websubmit_templates.py:1033
msgid "Score"
msgstr "счет"
#: modules/websubmit/lib/websubmit_templates.py:1034
#, fuzzy
msgid "Running function"
msgstr "неизвестное действие"
#: modules/websubmit/lib/websubmit_templates.py:1040
#, fuzzy, python-format
msgid "Function %s does not exist."
msgstr "Группа '%s' не существует\n"
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1111
#, fuzzy
msgid "record"
msgstr "записи"
#: modules/websubmit/lib/websubmit_templates.py:1113
#, fuzzy
msgid "document"
msgstr "комментарий"
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
msgid "version"
msgstr "версия"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr "смотреть"
#: modules/websubmit/lib/websubmit_templates.py:1375
msgid "For"
msgstr "Для"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr "все типы документов"
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1435
#, fuzzy
msgid "Last access"
msgstr "Последнее изменение:"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1446
#, fuzzy, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "Рассмотрел %(nickname)s на %(date)s"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1550
#, fuzzy
msgid "You are a referee for category:"
msgstr "Вы не принадлежыте никакой группе."
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
msgid "Pending"
msgstr "Ожыдающие"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
msgid "Approved"
msgstr "Одобренные"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
msgid "Rejected"
msgstr "Отклонённые"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr "Ключ"
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
#, fuzzy
msgid "Waiting for approval"
msgstr "ждут подтверждения"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
#, fuzzy
msgid "Already approved"
msgstr "уже одобренные"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
#, fuzzy
msgid "Some documents are pending."
msgstr "неизвестный тип документа"
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1808
msgid "List of refereing categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1812
#, fuzzy
msgid "List of publication categories"
msgstr "Лист публичных корзин"
#: modules/websubmit/lib/websubmit_templates.py:1816
msgid "List of direct approval categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
#, fuzzy
msgid "Cancelled"
msgstr "Отменить"
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "Номер рапорта"
#: modules/websubmit/lib/websubmit_templates.py:2073
#, fuzzy
msgid "List of publication documents"
msgstr "Лист публичных корзин"
#: modules/websubmit/lib/websubmit_templates.py:2075
msgid "List of direct approval documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
#, fuzzy
msgid "Title:"
msgstr "Название"
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
#, fuzzy
msgid "Author:"
msgstr "Автор"
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
#, fuzzy
msgid "More information:"
msgstr "Больше информации"
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr "Щелкните здець"
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
#, fuzzy
msgid "It was first sent for approval on:"
msgstr "ждут подтверждения"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2298
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2305
#, fuzzy, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "Об этом комментарии сообщили %i раз"
#: modules/websubmit/lib/websubmit_templates.py:2307
#, fuzzy
msgid "Its approved reference is:"
msgstr "одобрен"
#: modules/websubmit/lib/websubmit_templates.py:2313
#, fuzzy
msgid "It was approved on:"
msgstr "одобрен"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, fuzzy, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "Об этом комментарии сообщили %i раз"
#: modules/websubmit/lib/websubmit_templates.py:2323
#, fuzzy
msgid "It was rejected on:"
msgstr "отклонённые"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
#, fuzzy
msgid "No referee has been selected yet."
msgstr "The record has been deleted."
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
#, fuzzy
msgid "Select a referee"
msgstr "Выберите очко"
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
#, fuzzy
msgid "Send a recommendation"
msgstr "Написать комментарий"
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2453
#, fuzzy
msgid "No editorial board has been selected yet."
msgstr "The record has been deleted."
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2602
#, fuzzy
msgid "Comments overview"
msgstr "Комментарии"
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
#, fuzzy
msgid "select user"
msgstr "Выбрать корзину"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2741
msgid "add this user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2791
#, fuzzy
msgid "remove this user"
msgstr "удалить записи"
#: modules/websubmit/lib/websubmit_templates.py:2906
#, fuzzy
msgid "User"
msgstr "Пользователи"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:172
#, fuzzy
msgid "The collection to which this file belong is restricted: "
msgstr "Содержание етого набора ограничено."
#: modules/websubmit/lib/websubmit_webinterface.py:178
#, fuzzy
msgid "This file is restricted: "
msgstr "Содержание етого набора ограничено."
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:303
#, fuzzy
msgid "Not enough information to retrieve the document"
msgstr "это действие не применяется на этот тип документа"
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr ""
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr ""
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
#, fuzzy
msgid "Action unauthorized for this document."
msgstr "это действие не применяется на этот тип документа"
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
#, fuzzy
msgid "Action unavailable for this document."
msgstr "это действие не применяется на этот тип документа"
#: modules/websubmit/web/publiline.py:668
#, fuzzy
msgid "Adding users to the editorial board"
msgstr "Добавляю %i записей к корзинам"
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "hits"
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr ""
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr ""
#: modules/websubmit/web/publiline.py:793
#, fuzzy
msgid "Referee selection"
msgstr "Пожалуйста выберите"
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
msgid "Come back to the document"
msgstr ""
#: modules/websubmit/web/publiline.py:1068
#, fuzzy
msgid "Select:"
msgstr "Выбор"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
#, fuzzy
msgid "Approve"
msgstr "Одобренные"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
#, fuzzy
msgid "Reject"
msgstr "Отклонённые"
#: modules/websubmit/web/publiline.py:1168
#, fuzzy
msgid "Wrong action for this document."
msgstr "это действие не применяется на этот тип документа"
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:98
#, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:143
#, fuzzy
msgid "Regeneration Error"
msgstr "Внутренная Ошибка"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
#, fuzzy
msgid "Publish"
msgstr "записи"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
msgid "Refresh"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
#, fuzzy
msgid "Update"
msgstr "Обновить группу"
#: modules/webjournal/lib/webjournal_templates.py:625
#, fuzzy
msgid "Apply"
msgstr "Апрель"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
#, fuzzy
msgid "Internal configuration error"
msgstr "Внутренная Ошибка"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:194
#, fuzzy
msgid "No journal articles"
msgstr "неизвестный тип документа"
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:232
#, fuzzy
msgid "No journal issues"
msgstr "неизвестный тип документа"
#: modules/webjournal/lib/webjournal_config.py:269
#, fuzzy
msgid "Journal article error"
msgstr "Внутренная Ошибка"
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:303
#, fuzzy
msgid "No journals available"
msgstr "неизвестный тип документа"
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:358
msgid "No current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:450
#, fuzzy
msgid "No popup record"
msgstr "Назад к записи"
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:482
#, fuzzy
msgid "Update error"
msgstr "Обновить группу"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:513
#, fuzzy
msgid "Journal publishing DB error"
msgstr "Внутренная Ошибка"
#: modules/webjournal/lib/webjournal_config.py:544
#, fuzzy
msgid "Journal issue error"
msgstr "Внутренная Ошибка"
#: modules/webjournal/lib/webjournal_config.py:545
msgid "We could not find a current issue in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:575
#, fuzzy
msgid "Journal ID error"
msgstr "Внутренная Ошибка"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:611
msgid "Sorry, this category does not exist for this journal."
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:74
msgid "WebJournal Admin"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:148
#, fuzzy
msgid "Feature a record"
msgstr "Назад к записи:"
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:309
#, fuzzy
msgid "Publishing Interface"
msgstr "Внутренная Ошибка"
#: modules/webjournal/web/admin/webjournaladmin.py:335
#, fuzzy
msgid "Add Journal"
msgstr "Добавить группу"
#: modules/webjournal/web/admin/webjournaladmin.py:337
#, fuzzy
msgid "Edit Settings"
msgstr "Общие настройки"
#, fuzzy
#~ msgid "link"
#~ msgstr "в"
#, fuzzy
#~ msgid "links"
#~ msgstr "логин"
#~ msgid "The contents of this collection is restricted."
#~ msgstr "Содержание етого набора ограничено."
#, fuzzy
#~ msgid "Sort:"
#~ msgstr "Классифицировать по:"
#, fuzzy
#~ msgid "Author"
#~ msgstr "Автор"
#, fuzzy
#~ msgid "Please login to perform this action."
#~ msgstr "Пожалуйста попробуйте ещё один раз."
#, fuzzy
#~ msgid "Alert sent successfully!"
#~ msgstr "Удалить счёт"
#, fuzzy
#~ msgid "Webjournal Administration Interface"
#~ msgstr "Администрация Внесения"
#~ msgid "Display searches"
#~ msgstr "Показать поиски"
#, fuzzy
#~ msgid " Username/Email: %s\n"
#~ msgstr "Пользователь"
#, fuzzy
#~ msgid " Password: %s\n"
#~ msgstr "Пароль"
#, fuzzy
#~ msgid "Migrate BibFormat Settings"
#~ msgstr "Настройки BibFormat"
#, fuzzy
#~ msgid "Migrate Formats"
#~ msgstr "Настройки BibFormat"
#, fuzzy
#~ msgid "You have created a new account on"
#~ msgstr "или создать новый"
#, fuzzy
#~ msgid "No Articles"
#~ msgstr "Статья"
#, fuzzy
#~ msgid "No Issues"
#~ msgstr "Нет сообщений"
#, fuzzy
#~ msgid "Article Error"
#~ msgstr "Статья"
#, fuzzy
#~ msgid "%s Personalize, Main page"
#~ msgstr "Персонализовать"
#, fuzzy
#~ msgid "%s , personalize"
#~ msgstr "Персонализовать"
#~ msgid "Library"
#~ msgstr "Архив"
#~ msgid "Agenda"
#~ msgstr "Календарь событий"
#~ msgid "Search Help"
#~ msgstr "Помощь для поиска"
#, fuzzy
#~ msgid "Format:"
#~ msgstr "Для"
#~ msgid "Send lost password"
#~ msgstr "Послать потерянный пароль"
#~ msgid "username"
#~ msgstr "имя пользователя"
#~ msgid "password"
#~ msgstr "пароль"
#, fuzzy
#~ msgid "You seem to be %(x_role)s."
#~ msgstr "Вы кажется <em>%s</em>"
#, fuzzy
#~ msgid "Unable to find file."
#~ msgstr "неизвестный тип документа"
#, fuzzy
#~ msgid "Unknown type of document"
#~ msgstr "неизвестный тип документа"
#~ msgid "Edit parameters"
#~ msgstr "Изменить параметры"
#~ msgid "Save"
#~ msgstr "Сохранить"
#~ msgid "Try your search on..."
#~ msgstr "Попробуйте искать с..."
#, fuzzy
#~ msgid "Timeout"
#~ msgstr "Время"
#, fuzzy
#~ msgid "See results"
#~ msgstr "результаты"
#, fuzzy
#~ msgid "%(num)s results found"
#~ msgstr "Искать до %s записей для:"
#, fuzzy
#~ msgid "No result found"
#~ msgstr "Нет вопросов"
#, fuzzy
#~ msgid "user #%i"
#~ msgstr "имя пользователя"
#, fuzzy
#~ msgid "GROUP_DELETED"
#~ msgstr "УДАЛИТЬ"
#, fuzzy
#~ msgid "MEMBER_DELETED"
#~ msgstr "УДАЛИТЬ"
#~ msgid "Sort by"
#~ msgstr "Классифицировать по:"
#~ msgid "here"
#~ msgstr "здесь"
#, fuzzy
#~ msgid "Waiting members"
#~ msgstr "Редактировать членов группы"
#~ msgid "Group: <b>%s</b>"
#~ msgstr "Группа: <b>%s</b>"
#~ msgid "Please Select:"
#~ msgstr "Пожалуйста выберите:"
#~ msgid "Add member"
#~ msgstr "Добавить члена"
#~ msgid "Bring item up"
#~ msgstr "Поднять"
#~ msgid "You're not member of a group"
#~ msgstr "Вы не принадлежыте к группе"
#, fuzzy
#~ msgid "Cannot find number of pages."
#~ msgstr "неизвестный тип документа"
#, fuzzy
#~ msgid "Cannot find document."
#~ msgstr "неизвестный тип документа"
#~ msgid "go"
#~ msgstr "вперёд"
#, fuzzy
#~ msgid "All of the words"
#~ msgstr "Все слова:"
#, fuzzy
#~ msgid "Any of the words"
#~ msgstr "Любое из слов:"
#, fuzzy
#~ msgid "Exact phrase"
#~ msgstr "Точная фраза:"
#, fuzzy
#~ msgid "Partial phrase"
#~ msgstr "Часть фразы:"
#, fuzzy
#~ msgid "Regular expression"
#~ msgstr "Регулярное выражение:"
#, fuzzy
#~ msgid "Added since"
#~ msgstr "Добавлено с:"
#~ msgid "<strong>%s</strong> records found"
#~ msgstr "<strong>%s</strong> найденных записей"
#~ msgid ""
#~ "<p>Sorry, collection <strong>%s</strong> does not seem to exist. <p>You "
#~ "may want to start browsing from <a href=\"%s\">%s</a>."
#~ msgstr ""
#~ "<p>Извините, набор <strong>%s</strong> не существует. <p>Вы можете ещё "
#~ "раз начать с <a href=\"%s\">%s</a>."
#~ msgid "your groups"
#~ msgstr "вашы группы"
#~ msgid "your submissions"
#~ msgstr "вашы подачи"
#~ msgid "your approvals"
#~ msgstr "вашы одобрения"
#~ msgid "Create New Group"
#~ msgstr "Добавить новую группу"
#~ msgid "Error: %s"
#~ msgstr "Ошыбка: %s"
#~ msgid "error"
#~ msgstr "ошыбка"
#~ msgid "Submission no(1)"
#~ msgstr "Подача но(1)"
#~ msgid "pending"
#~ msgstr "ожыдающие"
#~ msgid "click here"
#~ msgstr "щёлкните здесь"
#~ msgid "Detailed record #%s"
#~ msgstr "Подробная запись #%s"
#~ msgid "Search term <em>%s</em>"
#~ msgstr "Искомый термин <em>%s</em>"
#~ msgid "inside <em>%s</em> index"
#~ msgstr "в индексе <em>%s</em>"
#~ msgid "Article:"
#~ msgstr "Статья"
#~ msgid "email"
#~ msgstr "электронная почта"
#~ msgid "Write a %s"
#~ msgstr "Написать %s"
#~ msgid "#"
#~ msgstr "#"
#~ msgid "Editing basket \"%s\""
#~ msgstr "Редактирование корзины \\\"%s\\\""
#~ msgid "Discuss this document:"
#~ msgstr "Обсуждение этого документа:"
#~ msgid "(Report abuse)"
#~ msgstr "(Сообщить злоупотребление)"
#~ msgid "MARC"
#~ msgstr "МАРК"
#~ msgid "Please try to come back later."
#~ msgstr "Пожалуйста вернитесь позже"
#~ msgid "detailed list"
#~ msgstr "подробный список"
#~ msgid "your searches"
#~ msgstr "Ваши поиски"
#~ msgid "%i personal baskets"
#~ msgstr "%i персональных корзин"
#~ msgid "%i group baskets"
#~ msgstr "%i группных корзин"
#~ msgid "%i others' baskets"
#~ msgstr "%i корзин других"
diff --git a/po/sk.po b/po/sk.po
index 4c87c4550..86ec81fee 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -1,7396 +1,7396 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-02-29 14:29+0100\n"
"Last-Translator: Tibor Simko <tibor.simko@cern.ch>\n"
"Language-Team: SK <cds.support@cern.ch>\n"
"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"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "A NIE"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "Areál Administrátora"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "Prelistuj"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "Tipy pre vyhľadávanie"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "abstrakt"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "plný text"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "Regulárny výraz:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "Všetky tieto slová:"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "číslo správy"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "rok"
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr "predmet"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "Čiastočná veta:"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "referencia"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "autor"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
#, fuzzy
msgid "Search Guide"
msgstr "Pozri príručku"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "experiment"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "Jedno zo slov:"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "oddelenie"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "Hľadaj"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "všetky polia"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "Centrála Pomoci"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
#, fuzzy
msgid "Export as"
msgstr "Hlás zneužitie"
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "kolekcia"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "Presná veta:"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
#, fuzzy
msgid "Submit Guide"
msgstr "Pomoc pre pridávanie"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "ALEBO"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "A"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "kľúčové slovo"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "názov"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
msgid "Narrow by collection:"
msgstr "Zúžiť podľa kolekciе:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
#, fuzzy
msgid "Add to personal basket"
msgstr "Pridaj do osobného košíka"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
#, fuzzy
msgid "WebSubmit Admin Guide"
msgstr "Administrácia Pridávania"
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
#, fuzzy
msgid "No fulltext"
msgstr "plný text"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
msgid "or"
msgstr "alebo"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr "Pridaj podpole"
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr "Pole"
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr "Pridaj pole"
#: modules/bibedit/lib/bibedit_templates.py:123
msgid "Verbose"
msgstr "Mnohoslovný"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "Pridaj"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr "Preruš"
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr "Zmazať"
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
msgid "Action"
msgstr "Akcia"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr "Záznam"
#: modules/bibedit/lib/bibedit_templates.py:155
msgid "Display"
msgstr "Zobraz"
#: modules/bibedit/lib/bibedit_templates.py:274
#, fuzzy
msgid "Done"
msgstr "na"
#: modules/bibedit/lib/bibedit_templates.py:275
#, fuzzy
msgid "Add another subfield"
msgstr "Pridaj podpole"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
#, fuzzy
msgid "Move up"
msgstr "Posuň položku hore"
#: modules/bibedit/lib/bibedit_templates.py:369
#, fuzzy
msgid "Move down"
msgstr "Posuň položku dole"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr "Editovať"
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr "Vaše zmeny sú DOČASNÉ."
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr "Pre uloženie tohto záznamu prosím kliknite na pridaj."
#: modules/bibedit/lib/bibedit_templates.py:476
msgid "This record does not exist."
msgstr "Tento záznam neexistuje."
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr "Prosím skúste iné ID záznamu."
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr "Tento záznam je momentálne editovaný iným užívateľom."
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr "Prosím skúste opäť neskôr."
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr "Nemožno editovať vymazaný záznam."
#: modules/bibedit/lib/bibedit_templates.py:500
#, fuzzy
msgid "There are record revisions not yet synchronized with the database."
msgstr "Vložená elektronická adresa v databáze neexistuje."
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
#, fuzzy
msgid "Please try again in a few minutes."
msgstr "Prosím skúste opäť neskôr."
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr "Prosím zadajte ID záznamu ktorý chcete editovať"
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr ""
"Vaše modifikácie boli teraz zaslané. Budú spracované tak skoro ako sa rad "
"procesov uvoľní."
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
#, fuzzy
msgid "Edit another record"
msgstr "Prosím skúste iné ID záznamu."
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr "Prajete si vskutku zmazať tento záznam?"
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr "Áno"
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr "Nie"
#: modules/bibedit/lib/bibedit_templates.py:563
#, fuzzy, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr "Prajete si vskutku zmazať tento záznam?"
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr "Záznam bude vymazaný tak skoro ako sa zástup procesov uvoľní."
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr "Záznam %s - Pridaj pole"
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr "BibEdit rozhranie administrátora"
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr "Edituj záznam %(x_recid)s, pole %(x_field)s"
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr "Edituj záznam %(x_recid)s, pole %(x_field)s - Pridaj podpole"
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, python-format
msgid "Submit and save record %s"
msgstr "Pоšli a nahraj záznam %s"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, fuzzy, python-format
msgid "Record #%s"
msgstr "Záznam"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, fuzzy, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr "Edituj záznam %(x_recid)s, pole %(x_field)s"
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr "Menu"
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr "Meno"
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
msgid "Description"
msgstr "Popis"
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
#, fuzzy
msgid "Show Documentation"
msgstr "Zobraz konto"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
#, fuzzy
msgid "Hide Documentation"
msgstr " dokument"
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr "Stav"
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
#, fuzzy
msgid "Last Modification Date"
msgstr "Identifikačné meno avíza:"
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
#, fuzzy
msgid "Manage Output Formats"
msgstr "Výstupný formát:"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1134
#, fuzzy
msgid "Add New Output Format"
msgstr "Výstupný formát:"
#: modules/bibformat/lib/bibformat_templates.py:1172
#, fuzzy
msgid "menu"
msgstr "Menu"
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
#, fuzzy
msgid "Close Output Format"
msgstr "Výstupný formát:"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
#, fuzzy
msgid "Rules"
msgstr "hosť"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
#, fuzzy
msgid "Remove Rule"
msgstr "Odstráň položku"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
#, fuzzy
msgid "Save Changes"
msgstr "Uložte zmeny"
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:2266
#, fuzzy
msgid "An error has been found"
msgstr "Správa o chybe bola zaslaná."
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr ""
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
#, fuzzy
msgid "BibFormat Admin"
msgstr "WebComment administrácia"
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
#, fuzzy
msgid "Test with record:"
msgstr "Úplný záznam"
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr ""
#: modules/bibformat/lib/elements/bfe_authors.py:120
#, fuzzy
msgid "Hide"
msgstr "Príručka"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
#, fuzzy
msgid "Download fulltext"
msgstr "plný text"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
#, fuzzy
msgid "older versions"
msgstr "verzia"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external links"
msgstr "Všeobecné parametre"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "Plný text"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
#, fuzzy
msgid "Restricted Output Format"
msgstr "Výstupný formát:"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, fuzzy, python-format
msgid "Output Format %s Rules"
msgstr "Výstupný formát:"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:371
#, fuzzy
msgid "Delete Output Format"
msgstr "Výstupný formát:"
#: modules/bibformat/web/admin/bibformatadmin.py:417
#, fuzzy
msgid "Cannot create output format"
msgstr "Výstupný formát:"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:660
#, fuzzy
msgid "Delete Format Template"
msgstr "Zmazať komentár"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#, fuzzy
msgid "Delete Knowledge Base"
msgstr "Zruš košík"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
msgid "See Guide"
msgstr "Pozri príručku"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr "OAI zdroje momentálne existujúce v databáze"
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr "Žiadne OAI zdroje momentálne v databáze"
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr "Ďalší oaiharvest proces"
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr "plánovaný čas:"
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr "súčasný stav:"
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr "Žiaden oaiharvest proces nie je momentálne plánovaný."
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr "úspešne overený"
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr "nezdá sa byť OAI-odpovedajúcim baseURL"
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
#, fuzzy
msgid "Citation history:"
msgstr "Citačná história"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
#, fuzzy
msgid "Download history:"
msgstr "História sťahovania"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
#, fuzzy
msgid "Download user distribution:"
msgstr "História sťahovania"
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr "nepríst."
#: modules/miscutil/lib/dateutils.py:159
msgid "Sun"
msgstr "Ned"
#: modules/miscutil/lib/dateutils.py:160
msgid "Mon"
msgstr "Pon"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr "Uto"
#: modules/miscutil/lib/dateutils.py:162
msgid "Wed"
msgstr "Str"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr "Štv"
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr "Pia"
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr "Sob"
#: modules/miscutil/lib/dateutils.py:167
msgid "Sunday"
msgstr "nedeľa"
#: modules/miscutil/lib/dateutils.py:168
msgid "Monday"
msgstr "pondelok"
#: modules/miscutil/lib/dateutils.py:169
msgid "Tuesday"
msgstr "utorok"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr "streda"
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr "štvrtok"
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr "piatok"
#: modules/miscutil/lib/dateutils.py:173
msgid "Saturday"
msgstr "sobota"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
msgid "Month"
msgstr "mesiac"
#: modules/miscutil/lib/dateutils.py:188
msgid "Jan"
msgstr "jan"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr "feb"
#: modules/miscutil/lib/dateutils.py:190
msgid "Mar"
msgstr "mar"
#: modules/miscutil/lib/dateutils.py:191
msgid "Apr"
msgstr "apr"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "máj"
#: modules/miscutil/lib/dateutils.py:193
msgid "Jun"
msgstr "jún"
#: modules/miscutil/lib/dateutils.py:194
msgid "Jul"
msgstr "júl"
#: modules/miscutil/lib/dateutils.py:195
msgid "Aug"
msgstr "aug"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr "sep"
#: modules/miscutil/lib/dateutils.py:197
msgid "Oct"
msgstr "okt"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr "nov"
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr "dec"
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "január"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "február"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "marec"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "apríl"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "jún"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "júl"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "august"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "september"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "október"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "november"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "december"
#: modules/miscutil/lib/dateutils.py:231
msgid "Day"
msgstr "deň"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "rok"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
msgid "Sorry"
msgstr "Ľutujem"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr "Nemôžem poslať chybovú správu, chýba %s parameter."
#: modules/miscutil/lib/errorlib_webinterface.py:100
msgid "The error report has been sent."
msgstr "Správa o chybe bola zaslaná."
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr "Ďakujeme že nám pomáhate robiť CDS Invenio lepším."
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr ""
"Použite návratové tlačidlo Vášho prehliadača k návratu na predchádzajúcu "
"stránku."
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr "Vďaka!"
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr "ID záznamu"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr "podobnosť slov"
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:412
#, fuzzy
msgid "times cited"
msgstr "Nastavenia upravené"
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
#, fuzzy
msgid "Hello:"
msgstr "Pomoc"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr ""
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr "Spustite BibEdit"
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr "Konfigurujte BibFormat"
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr "Konfigurujte BibHarvest"
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
#, fuzzy
msgid "Configure OAI Repository"
msgstr "Konfigurujte BibFormat"
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr "Konfigurujte BibIndex"
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr "Konfigurujte BibRank"
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr "Konfigurujte WebAccess"
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
msgid "Configure WebComment"
msgstr "Konfigurujte WebComment"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
msgid "Configure WebSearch"
msgstr "Konfigurujte WebSearch"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr "Konfigurujte WebSubmit"
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, fuzzy, python-format
msgid "Your account on '%s' has been activated"
msgstr "Vaše konto bolo úspešne vytvorené."
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, fuzzy, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr "Vaše konto bolo úspešne vytvorené."
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
#, fuzzy
msgid "Username/Email:"
msgstr "Užívateľské meno"
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
#, fuzzy
msgid "Password:"
msgstr "Heslo"
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, fuzzy, python-format
msgid "Account created on '%s'"
msgstr "Konto vytvorené"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, fuzzy, python-format
msgid "An account has been created for you on '%s':"
msgstr "Vaše konto bolo úspešne vytvorené."
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, fuzzy, python-format
msgid "Account rejected on '%s'"
msgstr "Konto vytvorené"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, fuzzy, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr "Vaša žiadosť na pripojenie sa ku grupe %s bola odmietnutá."
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, fuzzy, python-format
msgid "Username/Email: %s"
msgstr "Užívateľské meno"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, fuzzy, python-format
msgid "Account deleted on '%s'"
msgstr "Konto vytvorené"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, fuzzy, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "Grupa %s bola zrušená."
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "Úplný záznam"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "Podobné záznamy"
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr "Citované"
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr "Už máte avízo pomenované %s."
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr "neznámy"
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
#, fuzzy
msgid "You do not have rights for this operation."
msgstr "Nemáte dostatočné práva na zobrazenie obsahu tohto košíka."
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr "Už máte definované avízo pre danú otázku a košík."
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr "Meno avíza nemôže byť prázdne."
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr "Nie ste vlastníkom tohto košíka."
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr "Avízo %s bolo pridané do Vášho profilu."
#: modules/webalert/lib/webalert.py:376
#, python-format
msgid "The alert %s has been successfully updated."
msgstr "Avízo %s bolo úspešne aktualizované."
#: modules/webalert/lib/webalert.py:428
#, fuzzy, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
"Spravili ste %(x_nb)s hľadaní. %(x_url_open)sDetailný zoznam%(x_url_close)s "
"je k dispozícii s možnosťou (a) zobraziť výsledy hľadania a (b) prihlásiť sa "
"k automatickému elektronickému avízovému systému pre tieto hľadania."
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr "Vzor"
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr "Vzor 1"
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr "Pole 1"
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr "Vzor 2"
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr "Pole 2"
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr "Vzor 3"
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr "Pole 3"
#: modules/webalert/lib/webalert_templates.py:90
msgid "Collections"
msgstr "kolekcie"
#: modules/webalert/lib/webalert_templates.py:92
msgid "Collection"
msgstr "kolekcia"
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr "Vlastníte nasledujúce avíza:"
#: modules/webalert/lib/webalert_templates.py:114
msgid "alert name"
msgstr "meno avíza"
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr "ZOBRAZ"
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr ""
"Toto avízo Vás upovedomí vždy keď nejaká nová položka vyhovuje nasledujúcej "
"otázke:"
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr "OTÁZKA"
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr "Identifikačné meno avíza:"
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr "Frekvencia hľadania:"
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
msgid "monthly"
msgstr "mesačne"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr "týždenne"
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
msgid "daily"
msgstr "denne"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr "Poslať oznamovaciu elektronickú správu?"
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr "áno"
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr "nie"
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr "ak %(x_fmt_open)snie%(x_fmt_close)s tak musíte špecifikovať košík"
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr "Vložiť výsledky do košíka?"
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr "NASTAVIŤ AVÍZO"
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr "VYČISTIŤ DÁTA"
#: modules/webalert/lib/webalert_templates.py:300
#, fuzzy, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
"Nastaviť nové avízo %(x_url1_open)sVašich hľadaní%(x_url1_close)s, z "
"%(x_url2_open)spopulárnych hľadaní%(x_url2_close)s, alebo zo vstupného "
"formulára."
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr "Frekvencia hľadania"
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr "Oznámenie elektronickou poštou"
#: modules/webalert/lib/webalert_templates.py:322
msgid "Result in basket"
msgstr "Výsledok do košíku"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr "Dátum posledného vykonania"
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr "Dátum vytnorenia"
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr "Otázka"
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
msgid "no basket"
msgstr "žiaden košík"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
msgid "Remove"
msgstr "Zruš"
#: modules/webalert/lib/webalert_templates.py:374
msgid "Modify"
msgstr "Uprav"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr "Vykonaj hľadanie"
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr "Definovali ste %s avíz."
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
"Ešte ste nevykonali žiadne hľadanie. Prosím najprv choďte do "
"%(x_url_open)shľadacieho rozhrania%(x_url_close)s."
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr ""
"Vykonali ste %(x_nb1)s hľadaní (%(x_nb2)s rôznych otázok) počas posledných "
"zhruba 30 dní."
#: modules/webalert/lib/webalert_templates.py:434
#, python-format
msgid "Here are the %s most popular searches."
msgstr "Tu sú %s najviac populárnych hľadaní."
#: modules/webalert/lib/webalert_templates.py:445
msgid "Question"
msgstr "Otázka"
#: modules/webalert/lib/webalert_templates.py:449
msgid "Last Run"
msgstr "Posledné spustenie"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr "Nastaviť nové avízo"
#: modules/webalert/lib/webalert_webinterface.py:79
#, fuzzy
msgid "Popular Searches"
msgstr "Vaše hľadania"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
msgid "Your Searches"
msgstr "Vaše hľadania"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
msgid "Your Account"
msgstr "Vaše konto"
#: modules/webalert/lib/webalert_webinterface.py:90
#, fuzzy, python-format
msgid "%s Personalize, Display searches"
msgstr "Zobraziť výsledky"
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, fuzzy, python-format
msgid "%s, personalize"
msgstr "Personalizácia"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr "Chyba"
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, fuzzy, python-format
msgid "%s Personalize, Set a new alert"
msgstr "Nastaviť nové avízo"
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr "Nastaviť nové avízo"
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr "Upraviť parametre avíza"
#: modules/webalert/lib/webalert_webinterface.py:227
#, fuzzy, python-format
msgid "%s Personalize, Modify alert settings"
msgstr "Upraviť parametre avíza"
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
msgid "Your Alerts"
msgstr "Vaše avíza"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, fuzzy, python-format
msgid "%s Personalize, Display alerts"
msgstr "Zobraziť alerty"
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
msgid "Display alerts"
msgstr "Zobraziť alerty"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr "Váš komentár bol úspešne poslaný"
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
msgid "Personal baskets"
msgstr "Osobné košíky"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
msgid "Group baskets"
msgstr "Košíky grúp"
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
msgid "Others' baskets"
msgstr "Košíky ostatných"
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
"Máte %(x_nb_perso)s osobných košíkov a ste prihlásení k odberu "
"%(x_nb_group)s košíkov grúp a %(x_nb_public)s verejných košíkov iných "
"užívateľov."
#: modules/webbasket/lib/webbasket_templates.py:198
#, python-format
msgid "There are %i baskets"
msgstr "Existuje %i košíkov"
#: modules/webbasket/lib/webbasket_templates.py:206
msgid "updated on"
msgstr "aktualizované"
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr "Košík je prázdny"
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
"Tento košík patrí %(x_name)s. Môžete sa voľne %(x_url_open)sprihlásiť k "
"odberu%(x_url_close)s"
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
msgid "Public basket"
msgstr "Verejné košíky"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
msgid "records"
msgstr "záznamy"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
msgid "last update"
msgstr "posledná aktualizácia"
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr "Prihlásiť sa k odberu tohto košíka"
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
msgid "Basket's name"
msgstr "Meno košíka"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr "Počet pozretí"
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr "Vlastník"
#: modules/webbasket/lib/webbasket_templates.py:355
msgid "View"
msgstr "Zobraz"
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr "Prihlásiť sa k odberu"
#: modules/webbasket/lib/webbasket_templates.py:377
msgid "There is currently no publicly accessible basket"
msgstr "Momentálne neexistuje žiaden verejne prístupný košík."
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr ""
"Zobrazujúc košíky %(x_nb_begin)i-%(x_nb_end)i z pomedzi %(x_nb_total)i "
"košíkov celkovo."
#: modules/webbasket/lib/webbasket_templates.py:422
msgid "Actions"
msgstr "Akcie"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
msgid "Non-shared basket"
msgstr "Nezdieľané košíky"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
msgid "Shared basket"
msgstr "Zdieľané košíky"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
msgid "Group-shared basket"
msgstr "Zdieľané košíky grúp"
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
msgid "Edit basket"
msgstr "Edituj košík"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr "Nemáte dostatočné práva na zobrazenie obsahu tohto košíka."
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr "Odhlásiť sa od tohto košíka"
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr "komentáre"
#: modules/webbasket/lib/webbasket_templates.py:521
msgid "last comment:"
msgstr "posledný komentár:"
#: modules/webbasket/lib/webbasket_templates.py:582
msgid "Move item up"
msgstr "Posuň položku hore"
#: modules/webbasket/lib/webbasket_templates.py:590
msgid "Move item down"
msgstr "Posuň položku dole"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr "Skopírovať položku"
#: modules/webbasket/lib/webbasket_templates.py:606
msgid "Remove item"
msgstr "Odstráň položku"
#: modules/webbasket/lib/webbasket_templates.py:609
msgid "External record"
msgstr "Externý záznam"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr "posledný"
#: modules/webbasket/lib/webbasket_templates.py:647
#, fuzzy
msgid "View comments"
msgstr "zobraz komentáre"
#: modules/webbasket/lib/webbasket_templates.py:672
msgid "This basket is publicly accessible at the following address:"
msgstr "Tento košík je verejne dostupný na nasledujúcej adrese:"
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "Utriediť podľa:"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr "Názov"
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr "Dátum"
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr "Komentáre"
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr "Existuje celkovo %i komentárov"
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr "Napíšte komentár"
#: modules/webbasket/lib/webbasket_templates.py:833
msgid "Back to baskets"
msgstr "Naspäť ku košíkom"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr "od"
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "on"
msgstr "na"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr "Odpoveď"
#: modules/webbasket/lib/webbasket_templates.py:876
msgid "Delete comment"
msgstr "Zmazať komentár"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr "Pridaj komentár"
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr "Komentár"
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
msgid "Create new basket"
msgstr "Vytvoriť nový košík"
#: modules/webbasket/lib/webbasket_templates.py:1001
msgid "Select topic"
msgstr "Zvoliť tému"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr "Zvoľte tému"
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr "alebo vytvorte novú"
#: modules/webbasket/lib/webbasket_templates.py:1019
msgid "Create new topic"
msgstr "Vytvoriť novú tému"
#: modules/webbasket/lib/webbasket_templates.py:1021
msgid "Create a new basket"
msgstr "Vytvoriť nový košík"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
msgid "Select basket"
msgstr "Zvoľte košík"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr "Pridaj do osobného košíka"
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, python-format
msgid "%i baskets"
msgstr "%i košíkov"
#: modules/webbasket/lib/webbasket_templates.py:1111
msgid "Add to a group-shared basket"
msgstr "Pridaj do grupou zdieľaného košíka"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr "Pridaj do verejného košíka"
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr "Pridať %i záznamov do týchto košíkov"
#: modules/webbasket/lib/webbasket_templates.py:1167
msgid "Add to baskets"
msgstr "Pridať do košíkov"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr "Vybrané záznamy boli úspešne pridané do %i košíkov."
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr "Žiadne záznamy neboli pridané do vybraných košíkov."
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr "Ste si istí že chcete vymazať tento košík?"
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr "%i používateľov sa prihlásilo k odberu tohto košíka."
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr "%i grúp používateľov sa prihlásilo k odberu tohto košíka."
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr "Nastavili ste %i avíz pre tento košík."
#: modules/webbasket/lib/webbasket_templates.py:1277
msgid "General settings"
msgstr "Všeobecné parametre"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr "Pridaj grupu"
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr "Spravujte práva pre grupy"
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr "Spravujte globálne práva na zdieľanie"
#: modules/webbasket/lib/webbasket_templates.py:1314
msgid "Delete basket"
msgstr "Zruš košík"
#: modules/webbasket/lib/webbasket_templates.py:1338
msgid "Editing basket"
msgstr "Edituj košík"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr "Uložte zmeny"
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr "Žiadne práva"
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
msgid "View records"
msgstr "Zobraz záznamy"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "and"
msgstr "a"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr "zobraz komentáre"
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr "pridaj komentáre"
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
msgid "add records"
msgstr "pridaj záznamy"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
msgid "delete comments"
msgstr "zmaž komentáre"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
msgid "remove records"
msgstr "zruš záznamy"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr "spravuj práva na zdieľanie"
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr "Nie ste členom grupy."
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr "Zdieľať košík s novou grupou"
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr ""
"Ste prihlásený ako anonymný hosť, takže Vaše košíky zmiznú na konci terajšej "
"seanse."
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr ""
"Ak si prajete, môžete sa %(x_url_open)sprihlásiť alebo zaregistrovať tu"
"%(x_url_close)s."
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr "Táto funkcia je neprístupná anonymným hosťom."
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
msgid "Back to search results"
msgstr "Naspäť ku výsledkom hľadania"
#: modules/webbasket/lib/webbasket_webinterface.py:98
msgid "Display baskets"
msgstr "Zobraziť košíky"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr "Podrobnosti a komentáre"
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
msgid "Your Baskets"
msgstr "Vaše košíky"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr "Pridať záznamy do košíkov"
#: modules/webbasket/lib/webbasket_webinterface.py:474
msgid "Delete a basket"
msgstr "Zruš košík"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr "Skopíruj záznam do košíka"
#: modules/webbasket/lib/webbasket_webinterface.py:721
msgid "Create basket"
msgstr "Vytvor košík"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
msgid "List of public baskets"
msgstr "Zoznam verejných košíkov"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "%(x_name)s napísal dňa %(x_date)s:"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr "Zobrazujúc posledných %i komentárov:"
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr "Diskutujte o tomto dokumente"
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr "Začnite diskusiu o hocakom aspekte tohto dokumentu."
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr "Ľutujem, záznam %s sa nezdá že by existoval."
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr "Ľutujem, %s nie je platná hodnota ID."
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr "Ľutujem, žiadne ID záznamu nebolo dodané."
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr "Môžete chcieť začať prehliadať z %s"
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr "Bolo toto hodnotenie užitočné?"
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr "Napíšte hodnotenie"
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr ""
"Priemerné skóre hodnotení: %(x_nb_score)s založené na %(x_nb_reviews)s "
"hodnoteniach"
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr "Čitatelia pokladali nasledujúcich %s hodnotení za najužitočnejšie."
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr "Zobraz všetky %s hodnotenia"
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr "Ohodnoťte tento dokument"
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr "Buďte prvý kto ohodnotí tento dokument."
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
msgid "Report abuse"
msgstr "Hlás zneužitie"
#: modules/webcomment/lib/webcomment_templates.py:361
#, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "Ohodnotené %(x_nickname)s dňa %(x_date)s"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr ""
"%(x_nb_people)i z %(x_nb_total)i čitateľov pokladá túto kritiku za užitočnú"
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
msgid "Reviews"
msgstr "Ohodnotenia"
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr "Predošlé"
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr "Nasledujúce"
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr "Existuje celkovo %s hodnotení"
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr "Existuje celkovo %s komentárov"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr "ohodnotenie"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr "komentár"
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
msgid "Review"
msgstr "Hodnotenie"
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr "Zobrazenie"
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr "Strana:"
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr "Poznámka: Vaša prezývka, %s, bude zobrazená ako autor tohto komentára"
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
"Poznámka: Ešte ste si %(x_url_open)snezvolili prezývku%(x_url_close)s. "
"%(x_nickname)s bude zobrazené ako autor tohto komentára."
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
msgid "Article"
msgstr "Správa"
#: modules/webcomment/lib/webcomment_templates.py:808
#, fuzzy
msgid "Add comment"
msgstr "Pridaj komentár"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr ""
"Poznámka: Vaša prezývka, %s, bude zobrazená ako autor tohto hodnotenia."
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr "Ohodnoťte tento článok"
#: modules/webcomment/lib/webcomment_templates.py:901
msgid "Select a score"
msgstr "Vyber skóre"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr "Zadajte názov vášho hodnotenia"
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr "Napíšte Vaše hodnotenie"
#: modules/webcomment/lib/webcomment_templates.py:908
#, fuzzy
msgid "Add review"
msgstr "Pridaj hodnotenie"
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr "Pridaj hodnotenie"
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr "Vaše hodnotenie bolo úspešne pridané."
#: modules/webcomment/lib/webcomment_templates.py:940
msgid "Your comment was successfully added."
msgstr "Váš komentár bol úspešne pridaný."
#: modules/webcomment/lib/webcomment_templates.py:942
msgid "Back to record"
msgstr "Naspäť ku záznamu"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr "Zobraz všetky ohlásené komentáre"
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr "Zobraz všetky ohlásené hodnotenia"
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr "Vymaž určitý komentár alebo hodnotenie (podľa ID)"
#: modules/webcomment/lib/webcomment_templates.py:1029
msgid "View all users who have been reported"
msgstr "Zobraz všetkých používateľov ktorí boli hlásení"
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "Príručka"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr "Komentáre a hodnotenia sú blokované"
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr ""
"Prosím zadajte ID komentára/hodnotenia aby ste ho mohli zobraziť pred tým "
"ako sa rozhodnete či ho zmazať alebo nie"
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr "ID komentára:"
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr "Zobraziť komentár"
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr "Ešte neboli žiadne hlásenia."
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr "Zobraziť všetky %s ohlásené komentáre"
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr "Zobraziť všetky %s ohlásené hodnotenia"
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
"Tu je zoznam, utriedený podľa celkového počtu oznámení, všetkých užívateľov "
"ktorí mali aspoň jedno oznámenie na ich komentáre."
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr "Prezývka"
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
msgid "Email"
msgstr "Elektronická adresa"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr "ID používateľa"
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr "Počet kladných hlasov"
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr "Počet záporných hlasov"
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr "Celkový počet hlasov"
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr "Celkový počet ohlásení"
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr "Zobraziť všetky užívateľmi ohlásené komentáre a hodnotenia"
#: modules/webcomment/lib/webcomment_templates.py:1179
#, python-format
msgid "This review has been reported %i times"
msgstr "Toto hodnotenie bolo hlásené %i krát"
#: modules/webcomment/lib/webcomment_templates.py:1181
#, python-format
msgid "This comment has been reported %i times"
msgstr "Tento komentár bol hlásený %i krát"
#: modules/webcomment/lib/webcomment_templates.py:1258
msgid "Written by"
msgstr "Napísal"
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr "Všeobecné informácie"
#: modules/webcomment/lib/webcomment_templates.py:1260
msgid "Select"
msgstr "Vyber"
#: modules/webcomment/lib/webcomment_templates.py:1274
msgid "Delete selected reviews"
msgstr "Zruš vybrané hodnotenia"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr "Potlač zvolené správy o zneužití"
#: modules/webcomment/lib/webcomment_templates.py:1279
msgid "Delete selected comments"
msgstr "Zruš vybrané komentáre"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr "OK"
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr "Tu sú hlásené hodnotenia užívateľa %s"
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr "Tu sú hlásené komentáre užívateľa %s"
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr "Tu je komentár/hodnotenie %s"
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr "Tu je komentár/hodnotenie %(x_cmtID)s napísaný používateľom %(x_user)s"
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr "Tu sú všetky hlásené hodnotenia zoradené podľa najviac hlásených"
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr "Tu sú všetky hlásené komentáre zoradené podľa najviac hlásených"
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr "ID komentára"
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr "úspešne vymazané"
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr "úspešne potlačené správy o zneužití"
#: modules/webcomment/lib/webcomment_templates.py:1375
#, fuzzy
msgid "Not yet reviewed"
msgstr "Napíšte Vaše hodnotenie"
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
msgid "Record Not Found"
msgstr "Záznam nenájdený"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, fuzzy, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr "Pred tým ako pridáte Váš komentár, musíte sa prihlásiť"
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
msgid "Login"
msgstr "Prihlásiť"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr "WebComment administrácia"
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "Interná Chyba"
#: modules/webcomment/web/admin/webcommentadmin.py:95
msgid "Delete Comment"
msgstr "Zmaž komentár"
#: modules/webcomment/web/admin/webcommentadmin.py:168
msgid "View all reported users"
msgstr "Zobraz všektých hlásených používateľov"
#: modules/webcomment/web/admin/webcommentadmin.py:214
msgid "Delete comments"
msgstr "Zmaž komentáre"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr "Potlač správy o zneužití"
#: modules/webmessage/lib/webmessage.py:129
msgid "The message could not be deleted."
msgstr "Nemožno zmazať správu."
#: modules/webmessage/lib/webmessage.py:131
msgid "The message was successfully deleted."
msgstr "Správa bola úspešne vymazaná."
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr "Váš mailbox bol vyprázdnený."
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr "Zvolený dátum (%(x_year)i/%(x_month)i/%(x_day)i) nie je platný."
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr "Prosím zadajte meno užívateľa alebo grupy."
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr ""
"Vaša správa je príliš dlhá, prosím upravte ju. Maximálna pripustená dĺžka je "
"%i znakov."
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr "Grupa %s neexistuje."
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr "Užívateľ %s neexistuje."
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr "Napíš správu"
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr ""
"Vaša správa nemohla byť poslaná nasledujúcim príjemcom kvôli ich kvóte:"
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr "Vaša správa bola odoslaná."
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
msgid "Your Messages"
msgstr "Vaše správy"
#: modules/webmessage/lib/webmessage_templates.py:87
msgid "Subject"
msgstr "Predmet"
#: modules/webmessage/lib/webmessage_templates.py:88
msgid "Sender"
msgstr "Odosielateľ"
#: modules/webmessage/lib/webmessage_templates.py:97
msgid "No messages"
msgstr "Žiadne správy"
#: modules/webmessage/lib/webmessage_templates.py:101
msgid "No subject"
msgstr "Žiadny predmet"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr "Napísať novú správu"
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr "Zmazať všetko"
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr "Odp:"
#: modules/webmessage/lib/webmessage_templates.py:282
msgid "Send later?"
msgstr "Poslať neskôr?"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr "Komu:"
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr "Užívatelia"
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr "Grupy"
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
msgid "Subject:"
msgstr "Predmet:"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
msgid "Message:"
msgstr "Správa:"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr "POSLAŤ"
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr "Od:"
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr "Poslané dňa:"
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr "Obdržané dňa:"
#: modules/webmessage/lib/webmessage_templates.py:451
msgid "Sent to:"
msgstr "Poslané komu:"
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr "Poslané grupám:"
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr "ODPOVEDAJ"
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr "ZMAŽ"
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr "Ste si istí že chcete vymazať Váš celý mailbox?"
#: modules/webmessage/lib/webmessage_templates.py:569
#, fuzzy, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr "Použitá kvóta: %i správ z max. %i"
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr "Prosíme vyberte jeden alebo viac:"
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr "Pridaj k užívateľom"
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr "Pridaj ku grupám"
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr "Žiaden vyhovujúci užívateľ"
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr "Žiadna vyhovujúca grupa"
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr "Nájdi užívateľov alebo grupy:"
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr "Nájdi užívateľa"
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr "Nájdi grupu"
#: modules/webmessage/lib/webmessage_templates.py:679
#, fuzzy, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr "Máte %s nových správ z celkového počtu %s správ"
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr "Prečítaj správu"
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "Výsledky hľadania"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "hocaký deň"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "hocaký mesiac"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "hocaký rok"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "všetky kolekcie"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "pridať kolekciu"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "zoradiť podľa"
#: modules/websearch/lib/search_engine.py:851
msgid "HTML brief"
msgstr "HTML stručné"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "posledný záznam najskôr"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr "Žiadne hodnoty nenájdené."
#: modules/websearch/lib/search_engine.py:1716
#, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr ""
"Žiaden presný výsledok pre %(x_query1)s nebol nájdený, skúsme použiť "
"%(x_query2)s namiesto neho..."
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
#: modules/websearch/lib/search_engine.py:2068
#, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"Žiaden záznam nebol nájdený v kolekcii %(x_collection)s. Ostatné verejne "
"dostupné kolekcie dali %(x_url_open)s%(x_nb_hits)d záznamov%(x_url_close)s."
#: modules/websearch/lib/search_engine.py:2077
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:2190
msgid "No words index available for"
msgstr "Index slov nie je dostupný pre"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "Index viet nie je dostupný pre"
#: modules/websearch/lib/search_engine.py:2226
#, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr ""
"Hľadaný výraz %(x_term)s v indexe %(x_index)s neodpovedá žiadnemu záznamu. "
"Najbližšie termíny nezávisle na kolekcii sú:"
#: modules/websearch/lib/search_engine.py:2230
#, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr ""
"Hľadaný výraz %s neodpovedá žiadnemu záznamu. Najbližšie termíny nezávisle "
"na kolekcii sú:"
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr ""
"Ľutujem, triedenie je povolené len do %d záznamov. Použijem štandardné "
"triedenie."
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr ""
"Ľutujem, %s nie je platné nastavenie pre triedenie. Použijem triedenie "
"podľa názvu namiesto neho."
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr "Použite odlišné hľadacie výrazy."
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "Záznam bol vymazaný."
#: modules/websearch/lib/search_engine.py:3750
#, fuzzy
msgid "Requested record does not seem to exist."
msgstr "Ľutujem, záznam %s sa nezdá že by existoval."
#: modules/websearch/lib/search_engine.py:3984
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:4008
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/websearchadminlib.py:3202
#, fuzzy
msgid "Information"
msgstr "Viac informácií:"
#: modules/websearch/lib/websearchadminlib.py:3203
#, fuzzy
msgid "References"
msgstr "Referencia"
#: modules/websearch/lib/websearchadminlib.py:3204
#, fuzzy
msgid "Citations"
msgstr "Citačná história"
#: modules/websearch/lib/websearchadminlib.py:3205
#, fuzzy
msgid "Discussion"
msgstr "seansa"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, python-format
msgid "Search %s records for:"
msgstr "Hľadaj v %s záznamoch:"
#: modules/websearch/lib/websearch_templates.py:659
#, fuzzy
msgid "less"
msgstr "hosť"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "viac"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
msgid "Search everywhere"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "Rozšírené Hľadanie"
#: modules/websearch/lib/websearch_templates.py:854
#, python-format
msgid "Search %s records for"
msgstr "Hľadaj v %s záznamoch"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "Jednoduché Hľadanie"
#: modules/websearch/lib/websearch_templates.py:938
msgid "Search options:"
msgstr "Voľby hľadania:"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
#, fuzzy
msgid "Added/modified since:"
msgstr "Pridané od:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
msgid "until:"
msgstr "do:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
msgid "Display results:"
msgstr "Zobraziť výsledky:"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
msgid "Output format:"
msgstr "Výstupný formát:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "Pridané od:"
#: modules/websearch/lib/websearch_templates.py:1154
#, fuzzy
msgid "Modified since:"
msgstr "Pridané od:"
#: modules/websearch/lib/websearch_templates.py:1191
msgid "Focus on:"
msgstr "Zamerať sa na:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "chránené"
#: modules/websearch/lib/websearch_templates.py:1252
#, fuzzy
msgid "Search also:"
msgstr "Výsledky hľadania"
#: modules/websearch/lib/websearch_templates.py:1343
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:1392
msgid "Latest additions:"
msgstr "Posledne pridané:"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, fuzzy, python-format
msgid "Cited by %i records"
msgstr "Citované: %s záznamami"
#: modules/websearch/lib/websearch_templates.py:1556
#, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr "Slová blízke %(x_word)s v %(x_field)s vo všetkých kolekciách sú:"
#: modules/websearch/lib/websearch_templates.py:1559
#, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr "Slová blízke %(x_word)s vo všetkých kolekciách sú:"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr "Zásahy"
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr "ďalší"
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "kolekcie"
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr "Obmedziť na:"
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "výsledky"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "vzost."
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "zost."
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "jediný list"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "zoskupené podľa kolekcií"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr "značka MARC"
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, python-format
msgid "%s records found"
msgstr "%s záznamov nájdených"
#: modules/websearch/lib/websearch_templates.py:2343
msgid "begin"
msgstr "začiatok"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr "predošlý"
#: modules/websearch/lib/websearch_templates.py:2367
msgid "end"
msgstr "koniec"
#: modules/websearch/lib/websearch_templates.py:2387
msgid "jump to record:"
msgstr "skoč na záznam:"
#: modules/websearch/lib/websearch_templates.py:2400
#, python-format
msgid "Search took %s seconds."
msgstr "Hľadanie trvalo %s sekúnd."
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "PRIDAŤ DO KOŠÍKA"
#: modules/websearch/lib/websearch_templates.py:2589
#, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"%(x_fmt_open)sPrehľad výsledkov:%(x_fmt_close)s Nájdených %(x_nb_records)s "
"záznamov za %(x_nb_seconds)s sekúnd."
#: modules/websearch/lib/websearch_templates.py:2637
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:2669
msgid "See also: similar author names"
msgstr "Viď tiež: podobné mená autorov"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, python-format
msgid "Collection %s Not Found"
msgstr "Kolekcia %s nenájdená"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr "Ľutujem, kolekcia %s sa nezdá že by existovala."
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr "Môžete chcieť začať prehliadať z %s"
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3101
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:3117
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:3170
#, python-format
msgid "Cited by: %s records"
msgstr "Citované: %s záznamami"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "Spolu citované s: %s záznamami"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3310
#, fuzzy
msgid "Affiliations:"
msgstr "Citačná história"
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3346
#, fuzzy
msgid "Publishes in"
msgstr "pridania"
#: modules/websearch/lib/websearch_templates.py:3353
#, fuzzy
msgid "Papers:"
msgstr "Strana:"
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3355
#, fuzzy
msgid "times"
msgstr "Čas"
#: modules/websearch/lib/websearch_templates.py:3383
#, fuzzy
msgid "Citations:"
msgstr "Citačná história"
#: modules/websearch/lib/websearch_templates.py:3413
#, fuzzy
msgid "Citation summary results"
msgstr "Naspäť ku výsledkom hľadania"
#: modules/websearch/lib/websearch_templates.py:3418
#, fuzzy
msgid "Total number of citable papers analyzed:"
msgstr "Celkový počet ohlásení"
#: modules/websearch/lib/websearch_templates.py:3441
#, fuzzy
msgid "Total number of citations:"
msgstr "Celkový počet ohlásení"
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:420
#, fuzzy
msgid "You are not authorized to view this area."
msgstr "Nie ste vlastníkom tohto košíka."
#: modules/websearch/lib/websearch_webinterface.py:755
msgid "Not found"
msgstr "Nenájdený"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "v"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
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_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:120
#, fuzzy
msgid "Search timed out."
msgstr "Výsledky hľadania"
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
#, fuzzy
msgid "No results found."
msgstr "Žiadne hodnoty nenájdené."
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, fuzzy, python-format
msgid "%s results found"
msgstr "Žiadne hodnoty nenájdené."
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, fuzzy, python-format
msgid "%s seconds"
msgstr "%s záznamov nájdených"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "stručný"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
"Ste prihlásený ako anonymný hosť. Môžete sa %(x_url_open)sprihlásiť"
"%(x_url_close)s ako riadny užívateľ."
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
"%(x_fmt_open)sAnonymní hostia%(x_fmt_close)s sa musia najprv "
"%(x_url_open)szaregistrovať%(x_url_close)s"
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr "Nenájdené žiadne hľadania"
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
#: modules/websession/lib/websession_templates.py:97
#, fuzzy
msgid "External account settings"
msgstr "Všeobecné parametre"
#: modules/websession/lib/websession_templates.py:99
#, fuzzy, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr "Môžete si prezrieť zoznam %(x_url_open)sVašich grúp%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:103
#, fuzzy
msgid "External user groups"
msgstr "Nájdi užívateľov alebo grupy:"
#: modules/websession/lib/websession_templates.py:160
#, fuzzy
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
"Ak chcete zmeniť Vašu elektronickú adresu alebo heslo, prosím nastavte nové "
"hodnoty v doleuvedenom formulári."
#: modules/websession/lib/websession_templates.py:161
#, fuzzy
msgid "Edit login credentials"
msgstr "Editujte prihlasovaciu metódu"
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr "Príklad"
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr "Nová elektronická adresa"
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
msgid "mandatory"
msgstr "nutné"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr "Poznámka"
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr "Nastavte nové hodnoty"
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
#: modules/websession/lib/websession_templates.py:215
#, fuzzy
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
"Ak chcete zmeniť Vašu elektronickú adresu alebo heslo, prosím nastavte nové "
"hodnoty v doleuvedenom formulári."
#: modules/websession/lib/websession_templates.py:217
#, fuzzy
msgid "Old password"
msgstr "heslo"
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr "Nové heslo"
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr "voliteľné"
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr "Heslo môže obsahovať punktuáciu, medzery, atď."
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr ""
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr "Opakujte heslo"
#: modules/websession/lib/websession_templates.py:224
#, fuzzy
msgid "Set new password"
msgstr "Nové heslo"
#: modules/websession/lib/websession_templates.py:229
#, fuzzy, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr ""
"Ak si prajete, môžete sa %(x_url_open)sprihlásiť alebo zaregistrovať tu"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:235
#, fuzzy, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr "Teraz môžete pristúpiť k Vášmu %(x_url_open)skontu%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:249
#, fuzzy
msgid "Edit language-related settings"
msgstr "Edituj parametre"
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr ""
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
#, fuzzy
msgid "Update settings"
msgstr "Edituj parametre"
#: modules/websession/lib/websession_templates.py:278
#, fuzzy
msgid "Edit search-related settings"
msgstr "Edituj parametre"
#: modules/websession/lib/websession_templates.py:279
#, fuzzy
msgid "Show the latest additions box"
msgstr "Zobrazujúc posledných %i komentárov:"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr ""
#: modules/websession/lib/websession_templates.py:295
#, fuzzy
msgid "Number of search results per page"
msgstr "Naspäť ku výsledkom hľadania"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr "Editujte prihlasovaciu metódu"
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr ""
"Prosíme vyberte si metódu ktorú by ste chceli používať na prihlásenie sa"
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
msgid "Select method"
msgstr "Vyber metódu"
#: modules/websession/lib/websession_templates.py:359
#, fuzzy, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
"Ak ste stratili heslo k internému kontu CDS Invenio, tak prosíme vyplňte "
"Vašu adresu elektronickej pošty do formulára nižšie. Vaše heslo Vám bude "
"obratom zaslané elektronickou poštou."
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr "Elektronická adresa"
#: modules/websession/lib/websession_templates.py:382
#, fuzzy
msgid "Send password reset link"
msgstr "Pošli stratené heslo"
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:389
#, fuzzy
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
"Ak ste používali externý systém pre prihlásenie sa (napr. CERN NICE), tak "
"Vám nemôžeme poslúžiť a musíte sa spýtať tam."
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr ""
"Alternatívne môžete požiadať %s aby Vám zmenil prihlasovací systém z "
"externého na interný."
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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 ""
"%s Vám dáva možnosť personalizovať rozhranie, definovat Vašu vlastnú osobnú "
"knižnicu dokumentov, alebo nastaviť automatické avíza ktoré budú vykonávané "
"periodicky a budú Vás informovať o výsledkoch hľadania elektronickou poštou."
#: modules/websession/lib/websession_templates.py:427
#: modules/websession/lib/websession_webinterface.py:267
msgid "Your Settings"
msgstr "Vaše nastavenia"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr ""
"Nastavte alebo zmeňte Vašu elektronickú adresu alebo heslo. Špecifikujte "
"Vaše preferencie o tom ako má rozhranie vyzerať."
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr "Zobraziť všetky hľadania ktoré ste vykonali počas uplynulých 30 dní."
#: modules/websession/lib/websession_templates.py:441
msgid ""
"With baskets you can define specific collections of items, store interesting "
"records you want to access later or share with others."
msgstr ""
"S košíkmi môžete definovať špecifické zbierky položiek, uschovať zaujímavé "
"záznamy ku ktorým budete môcť pristúpiť neskôr alebo ktoré budete môcť "
"zdiaľať s ostatnými užívateľmi."
#: modules/websession/lib/websession_templates.py:450
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 ""
"Zapíšte sa na hľadanie ktoré bude periodicky vykonávané našou službou. "
"Výsledky hľadania Vám môžu byť poslané elektronickou poštou alebo môžu byť "
"uložené do Vašich košíkov."
#: modules/websession/lib/websession_templates.py:459
msgid "Your Loans"
msgstr "Vaše pôžičky"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr ""
"Skontrolujte knihu ktorú máte požičanú, pošlite výpožičné požiadavky, atď. "
"Táto služba vyžaduje CERN ID."
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr ""
"Ste prihlásený ako anonymný hosť, takže Vaše avíza zmiznú na konci terajšej "
"seanse."
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
"Ste prihlásený ako %(x_user)s. Môžete a) %(x_url1_open)ssa odhlásiť"
"%(x_url1_close)s; b) editovať %(x_url2_open)sparametre Vášho konta"
"%(x_url2_close)s."
#: modules/websession/lib/websession_templates.py:573
msgid "Your Alert Searches"
msgstr "Vaše avíza"
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
"Môžete si prezrieť zoznam %(x_url_open)sVašich grúp%(x_url_close)s ktoré "
"spravujete alebo ktorých ste členom."
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
msgid "Your Groups"
msgstr "Vaše grupy"
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
"Môžete si prezrieť zoznam %(x_url_open)sVašich pridaní%(x_url_close)s a "
"dozvedieť sa a ich stave."
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
msgid "Your Submissions"
msgstr "Vaše pridania"
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
"Môžete si prezrieť zoznam %(x_url_open)sVašich schválení%(x_url_close)s a "
"dokumenty ktoré ste schválili alebo zamietli."
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
msgid "Your Approvals"
msgstr "Vaše schválenia"
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr "Vaše administračné aktivity"
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr "Skúste znovu"
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr ""
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr ""
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:707
#, fuzzy, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr "V poriadku, heslo bolo poslané elektronickou poštou na %s."
#: modules/websession/lib/websession_templates.py:722
msgid "Deleting your account"
msgstr "Výmaz vášho konta"
#: modules/websession/lib/websession_templates.py:736
#, fuzzy
msgid "You are no longer recognized by our system."
msgstr "Už nie ste prihlásený."
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr "Ak si prajete, môžete sa %(x_url_open)sprihlásiť tu%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr "Ak už máte konto, prihláste sa doleuvedeným formulárom."
#: modules/websession/lib/websession_templates.py:780
#, fuzzy, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
"Ak ešte konto nemáte, prosím %(x_url_open)szaregistrujte%(x_url_close)s "
"interné konto."
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
"Ak ešte konto nemáte, prosím %(x_url_open)szaregistrujte%(x_url_close)s "
"interné konto."
#: modules/websession/lib/websession_templates.py:787
#, python-format
msgid ""
"It is not possible to create an account yourself. Contact %s if you want an "
"account."
msgstr "Nie je možné vytvoriť si konto sám. Obráťte sa na %s ak chcete konto."
#: modules/websession/lib/websession_templates.py:810
#, fuzzy
msgid "Login method:"
msgstr "Editujte prihlasovaciu metódu"
#: modules/websession/lib/websession_templates.py:837
msgid "Username"
msgstr "Užívateľské meno"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr "Heslo"
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr ""
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "prihlásiť"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr "Stratili ste heslo?"
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr ""
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
#: modules/websession/lib/websession_templates.py:900
#, fuzzy
msgid "Set a new password for"
msgstr "Nové heslo"
#: modules/websession/lib/websession_templates.py:901
#, fuzzy
msgid "Type the new password"
msgstr "Nové heslo"
#: modules/websession/lib/websession_templates.py:902
#, fuzzy
msgid "Type again the new password"
msgstr "Nové heslo"
#: modules/websession/lib/websession_templates.py:903
#, fuzzy
msgid "Set the new password"
msgstr "Nové heslo"
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr "Prosíme zadajte Vašu elektronickú adresu a žiadanú prezývku a heslo:"
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr "Konto nebude možné použiť pred tým než bude overené a aktivované."
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr "Opakujte heslo"
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr "zaregistrujte sa"
#: modules/websession/lib/websession_templates.py:978
#, 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 ""
"Prosím nepoužívajte hodnotné heslá ako napríklad Vaše Unix, AFS alebo NICE "
"heslo. Vaša elektronická adresa zostane prísne dôverná a nebude poskytnutá "
"žiadnej tretej stránke. Bude použitá na Vašu identifikáciu pre "
"personalizované služby %s. Napríklad budete si môcť nastaviť automatické "
"hľadacie avíza ktoré budú hľadať nové preprinty a ktoré Vás upovedomia o "
"nových prírastkoch prostredníctvom elektronickej pošty."
#: modules/websession/lib/websession_templates.py:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Zdáte sa byť užívateľom-hosťom. Musíte sa vopred %(x_url_open)sprihlásiť"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr "Nie ste oprávnení k prístupu k administratívnym funkciám."
#: modules/websession/lib/websession_templates.py:1014
#, fuzzy, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr "Ste členom nasledujúcich grúp:"
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr "Tu sú nejaké zaujímavé administratívne linky pre Vás:"
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
"Pre viac administratívnych aktivít, pozrite kompletný %(x_url_open)sAreál "
"Adminstrátora%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "hosť"
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr "seansa"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "avíza"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "košíky"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "konto"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr "správy"
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr "grupy"
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr ""
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr "pridania"
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr "schválenia"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "administrácia"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "odhlásiť"
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr "Ste administrátorom nasledujúcich grúp:"
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr "Grupa"
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr "Nie ste administrátorom žiadnej grupy."
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr "Edituj grupu"
#: modules/websession/lib/websession_templates.py:1291
#, python-format
msgid "Edit %s members"
msgstr "Edituj %s členov"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
msgid "Create new group"
msgstr "Vytvoriť novú grupu"
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr "Ste členom nasledujúcich grúp:"
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr "Nie ste členom žiadnej grupy."
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr "Pridať sa k novej grupe"
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr "Opustiť grupu"
#: modules/websession/lib/websession_templates.py:1391
#, fuzzy
msgid "You are a member of the following external groups:"
msgstr "Ste členom nasledujúcich grúp:"
#: modules/websession/lib/websession_templates.py:1414
#, fuzzy
msgid "You are not a member of any external groups."
msgstr "Nie ste členom žiadnej grupy."
#: modules/websession/lib/websession_templates.py:1462
msgid "Update group"
msgstr "Aktualizovať grupu"
#: modules/websession/lib/websession_templates.py:1464
#, python-format
msgid "Edit group %s"
msgstr "Edituj grupu %s"
#: modules/websession/lib/websession_templates.py:1466
msgid "Delete group"
msgstr "Zmazať grupu"
#: modules/websession/lib/websession_templates.py:1539
msgid "Group name:"
msgstr "Meno grupy:"
#: modules/websession/lib/websession_templates.py:1541
msgid "Group description:"
msgstr "Popis grupy:"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr "Politika pridania sa do grupy:"
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
msgid "Please select:"
msgstr "Prosíme vyberte:"
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr "Pridať sa ku grupe"
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr "alebo nájsť ju"
#: modules/websession/lib/websession_templates.py:1652
msgid "Choose group:"
msgstr "Zvoľte grupu:"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr "Nájdi grupu"
#: modules/websession/lib/websession_templates.py:1802
msgid "Remove member"
msgstr "Odstráň člena"
#: modules/websession/lib/websession_templates.py:1804
msgid "No members."
msgstr "Žiadni členovia."
#: modules/websession/lib/websession_templates.py:1814
msgid "Accept member"
msgstr "Prijmi člena"
#: modules/websession/lib/websession_templates.py:1814
msgid "Reject member"
msgstr "Odmientni člena"
#: modules/websession/lib/websession_templates.py:1816
msgid "No members awaiting approval."
msgstr "Žiadni členovia nečakajú na schválenie."
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
msgid "Current members"
msgstr "Súčasní členovia"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
msgid "Members awaiting approval"
msgstr "Členovia čakajúci na schválenie"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr "Pozvite nových členov"
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
"Ak chcete pozvať nových členov aby sa pripojili k Vašej grupe, prosím "
"použite systém %(x_url_open)sweb správ%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1827
#, python-format
msgid "Group: %s"
msgstr "Grupa: %s"
#: modules/websession/lib/websession_templates.py:1910
msgid "Group list"
msgstr "Zoznam grúp"
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr "Nie ste členom žiadnej grupy."
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr "Ste si istí že chcete zmazať túto grupu?"
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr "Ste si istí že chcete opustiť túto grupu?"
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr "Viditeľná a otvorená pre nových členov"
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr "Viditeľná ale noví členovia potrebujú schválenie"
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr "Grupa %s: Nová požiadavka pre členstvo"
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr "Užívateľ sa chce pripojiť ku grupe %s."
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
"Prosím %(x_url_open)sprijmite alebo zamietnite%(x_url_close)s žiadosť tohto "
"užívateľa."
#: modules/websession/lib/websession_templates.py:2124
#, python-format
msgid "Group %s: Join request has been accepted"
msgstr "Grupa %s: Žiadosť na pripojenie bola akceptovaná"
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr "Vaša žiadosť na pripojenie sa ku grupe %s bola akceptovaná."
#: modules/websession/lib/websession_templates.py:2127
#, python-format
msgid "Group %s: Join request has been rejected"
msgstr "Grupa %s: Žiadosť na pripojenie bola odmietnutá"
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr "Vaša žiadosť na pripojenie sa ku grupe %s bola odmietnutá."
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr "Môžete si prezrieť zoznam %(x_url_open)sVašich grúp%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:2145
#, python-format
msgid "Group %s has been deleted"
msgstr "Grupa %s bola zrušená."
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr "Grupa %s bola zrušená jej administrátorom."
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
"Môžete si prezrieť zoznam %(x_url_open)s%(x_nb_total)i Vašich grúp"
"%(x_url_close)s ktorých ste členom (%(x_nb_member)i) alebo ktoré spravujete "
"(%(x_nb_admin)i)."
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr "Databázový problém"
#: modules/websession/lib/webuser.py:299
msgid "user"
msgstr "užívateľ"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr ""
#: modules/websession/lib/webuser.py:713
#, fuzzy
msgid "New account on"
msgstr "Zobraz konto"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr ""
#: modules/websession/lib/webuser.py:716
#, fuzzy
msgid "A new account has been created on"
msgstr "Vaše konto bolo úspešne vytvorené."
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr ""
#: modules/websession/lib/webuser.py:720
#, fuzzy
msgid " Username/Email"
msgstr "Užívateľské meno"
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, fuzzy, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr "Teraz môžete pristúpiť k Vášmu %(x_url_open)skontu%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
#, fuzzy
msgid "Email address successfully activated"
msgstr "úspešne overený"
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:155
#, fuzzy
msgid "Reset password"
msgstr "Opakujte heslo"
#: modules/websession/lib/websession_webinterface.py:161
msgid "This request for resetting a password has already been used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:164
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:271
#, fuzzy, python-format
msgid "%s Personalize, Your Settings"
msgstr "Vaše nastavenia"
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr "Nastavenia upravené"
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
msgid "Show account"
msgstr "Zobraz konto"
#: modules/websession/lib/websession_webinterface.py:323
#, fuzzy
msgid "Switched to internal login method."
msgstr "Editujte prihlasovaciu metódu"
#: modules/websession/lib/websession_webinterface.py:324
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:332
#, fuzzy
msgid "Send Password"
msgstr "Pošli stratené heslo"
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr "Prihlasovacia metóda úspešne zvolená."
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr "Parametre úspešne upravené."
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr "Žiadaná prezývka %s je neplatná."
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr "Prosím skúste znovu."
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr "Edituj parametre"
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr "Editovanie parametrov zlyhalo"
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr "Dodaná elektronická adresa %s je neplatná."
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr "Dodaná elektronická adresa %s už v databáze existuje."
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr "Alebo skúste znovu, prosím."
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr "Žiadaná prezývka %s je už použitá."
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr "Heslo úspešne upravené."
#: modules/websession/lib/websession_webinterface.py:415
#, fuzzy
msgid "Password edited"
msgstr "Heslo"
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr "Obe heslá musia byť rovnaké."
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
#, fuzzy
msgid "Editing password failed"
msgstr "Editovanie parametrov zlyhalo"
#: modules/websession/lib/websession_webinterface.py:423
#, fuzzy
msgid "Wrong old password inserted."
msgstr "Stratené heslo bolo zaslané"
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:450
#, fuzzy
msgid "Unable to update settings."
msgstr "Nebolo možné aktualizovať parametre."
#: modules/websession/lib/websession_webinterface.py:507
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr "Vložená elektronická adresa v databáze neexistuje."
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr ""
"Zadaná elektronická adresa je neplatná, prosím skontrolujte či je správne "
"napísaná (napr. johndoe@example.com)."
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr "Nesprávna elektronická adresa"
#: modules/websession/lib/websession_webinterface.py:552
#, fuzzy
msgid "Reset password link sent"
msgstr "Stratené heslo bolo zaslané"
#: modules/websession/lib/websession_webinterface.py:597
msgid "Delete Account"
msgstr "Zmaž konto"
#: modules/websession/lib/websession_webinterface.py:623
msgid "Logout"
msgstr "Odhlásiť"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr "Registrácia"
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr "Vaše konto bolo úspešne vytvorené."
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr "Konto vytvorené"
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr ""
"Druhá elektronická správa bude zaslaná keď bude konto aktivované and keď "
"bude môcť byť používané."
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr "Teraz môžete pristúpiť k Vášmu %(x_url_open)skontu%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr "Zlyhanie registrácie"
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr "Žiadaná prezývka %s už v databáze existuje."
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr ""
"Užívatelia sa nemôžu sami zaregistrovať, iba administrátor ich môže "
"zaregistrovať."
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr "Pridaj sa k novej grupe"
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr "Opustiť grupu"
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr "Edituj grupu"
#: modules/websession/lib/websession_webinterface.py:1157
msgid "Edit group members"
msgstr "Edituj členov grupy"
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "Hlavná stránka"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "Personalizácia"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "Pomoc"
#: modules/webstyle/lib/webstyle_templates.py:414
msgid "Last updated"
msgstr "Posledná aktualizácia"
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr "Powered by"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "Spravuje"
#: modules/webstyle/lib/webstyle_templates.py:500
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:529
msgid "Browser"
msgstr "Prehliadač"
#: modules/webstyle/lib/webstyle_templates.py:551
msgid "System Error"
msgstr "Systémová chyba"
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr "Trasa"
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr "Čas"
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr "Klient"
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr "Prosím pošli chybovú správu administrátorovi."
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr "Pošli chybovú správu"
#: modules/webstyle/lib/webstyle_templates.py:624
#, python-format
msgid "Please contact %s quoting the following information:"
msgstr "Prosíme kontaktujte %s a uveďte nasledovné informácie:"
#: modules/webstyle/lib/webstyle_templates.py:772
#, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr "Záznam vytvorený %(x_date_creation)s, zmenený %(x_date_modification)s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
#, fuzzy
msgid "Admin Pages"
msgstr "Areál Administrátora"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:161
#, fuzzy
msgid "Latest modifications:"
msgstr "Identifikačné meno avíza:"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:166
#, fuzzy
msgid "See also"
msgstr "Výsledky hľadania"
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, fuzzy, python-format
msgid "Page %s Not Found"
msgstr "Kolekcia %s nenájdená"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, fuzzy, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr "Ľutujem, záznam %s sa nezdá že by existoval."
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, fuzzy, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr "Teraz môžete pristúpiť k Vášmu %(x_url_open)skontu%(x_url_close)s."
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr "Ľutujem, musíte sa prihlásiť aby ste mohli vykonať túto akciu."
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
msgid "Invalid parameter"
msgstr "Neplatný parameter"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr "Nemožno nájsť adresár pridania."
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr "Neznámy typ dokumentu"
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr "Neznáma akcia"
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr "Nemožno určiť počet strán pridania."
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr "Nemožno vytvoriť adresár pre pridanie."
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr "Nemožno vytvoriť adresár pre pridanie."
#: modules/websubmit/lib/websubmit_engine.py:384
#, fuzzy
msgid "Unknown form field found on submission page."
msgstr "Nemožno určiť počet strán pridania."
#: modules/websubmit/lib/websubmit_engine.py:512
#, fuzzy
msgid "Unknown form field found on one of the submission pages."
msgstr "Nemožno určiť počet strán pridania."
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr "Nemožno nájsť typ dokumentu."
#: modules/websubmit/lib/websubmit_engine.py:1469
msgid "The chosen action is not supported by the document type."
msgstr "Zvolaná akcia nie je podporovaná týmto typom dokumentu."
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr "Upozornenie"
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr "Typy dokumentov k dispozícii pre pridanie"
#: modules/websubmit/lib/websubmit_templates.py:95
#, fuzzy
msgid "Please select the type of document you want to submit"
msgstr "Prosím zvoľte typ dokumentu ktorý chcete pridať."
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr "Žiadne typy dokumentov nie sú prístupné."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr "Prosím najskôr sa prihláste."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr "Použite menu napravo nahore pre prihlásenie sa."
#: modules/websubmit/lib/websubmit_templates.py:301
msgid "Please select a category"
msgstr "Prosím zvoľte kategóriu"
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr "Oznam"
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr "Zvoľte kategóriu a potom kliknite na tlačidlo nejakej akcie."
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr ""
"Na pokračovanie predošle prerušeného pridania, vložte Vaše prístupové číslo "
"do nižšieuvedeného boxu:"
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr "CHOĎ"
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr "ZHRNUTIE"
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr "Predchádzajúca stránka"
#: modules/websubmit/lib/websubmit_templates.py:535
msgid "Submission number"
msgstr "Číslo pridania"
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr "Nasledujúca stránka"
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr "Ste si istí že chcete opustiť toto pridanie?"
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
msgid "Back to main menu"
msgstr "Naspät do hlavného menu"
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr ""
"Toto je Vaše prístupové číslo pridania. Môže byť použité na pokračovanie "
"prerušeného procesu pridania v prípade problémov."
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr "Povinné polia sa zobrazia ako červené v okne ZHRNUTIE."
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr "Pole %s je povinné."
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr "Prosím urobte voľbu vo voliteľnom boxe"
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr "Prosím stlačte tlačidlo."
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr "Pole %s je povinné. Prosím vyplňte ho."
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr "Pole '%(field)s' je povinné."
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr "Vraciam sa späť na stránku"
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr "ukončená!"
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr "koniec akcie"
#: modules/websubmit/lib/websubmit_templates.py:957
msgid "Submission no"
msgstr "Číslo pridania"
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
"Tu je %(x_action)s zoznam funkcií pre %(x_doctype)s dokumenty na úrovni "
"%(x_step)s"
#: modules/websubmit/lib/websubmit_templates.py:1032
msgid "Function"
msgstr "Funkcia"
#: modules/websubmit/lib/websubmit_templates.py:1033
msgid "Score"
msgstr "Skóre"
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr "Bežiace funkcia"
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr "Funkcia %s neexistuje."
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr "Teraz musíte"
#: modules/websubmit/lib/websubmit_templates.py:1111
msgid "record"
msgstr "záznam"
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr " dokument"
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
msgid "version"
msgstr "verzia"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr "súbor(y)"
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr "pozri"
#: modules/websubmit/lib/websubmit_templates.py:1375
msgid "For"
msgstr "Pre"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr "všetky typy dokumentov"
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr "ID"
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr "Referencia"
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr "Prvý prístup"
#: modules/websubmit/lib/websubmit_templates.py:1435
msgid "Last access"
msgstr "Posledný prístup"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr "Ste si istí že chcete zrušiť toto pridanie?"
#: modules/websubmit/lib/websubmit_templates.py:1446
#, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "Zrušiť pridanie %(x_id)s v %(x_docname)s"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr "Referencia nebola ešte daná"
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr "Referované dokumenty"
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr "Ste všeobecným referentom"
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr "Ste referentom pre kategóriu:"
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr "Zoznam referovaných typov dokumentov"
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
#, fuzzy
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr ""
"Zvoľte jeden z nasledujúcich typov dokumentov pre skontrolovanie stavu "
"dokumentu."
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr "Zoznam referovaných kategórií"
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr "Prosím zvoľte kategóriu"
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
msgid "Pending"
msgstr "Čakajúce"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
msgid "Approved"
msgstr "Shválené"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
msgid "Rejected"
msgstr "Zamietnuté"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr "Kľúč"
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
msgid "Waiting for approval"
msgstr "Čakajúc na schválenie"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
msgid "Already approved"
msgstr "Už schválené"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr "Niektoré dokumenty sú nevybavené."
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1808
#, fuzzy
msgid "List of refereing categories"
msgstr "Zoznam referovaných kategórií"
#: modules/websubmit/lib/websubmit_templates.py:1812
#, fuzzy
msgid "List of publication categories"
msgstr "Zoznam verejných košíkov"
#: modules/websubmit/lib/websubmit_templates.py:1816
#, fuzzy
msgid "List of direct approval categories"
msgstr "Zoznam referovaných kategórií"
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
#, fuzzy
msgid "Cancelled"
msgstr "Preruš"
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr "Zoznam referovaných dokumentov"
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr "Pre viac informácií kliknite na číslo správy."
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "číslo správy"
#: modules/websubmit/lib/websubmit_templates.py:2073
#, fuzzy
msgid "List of publication documents"
msgstr "Zoznam verejných košíkov"
#: modules/websubmit/lib/websubmit_templates.py:2075
#, fuzzy
msgid "List of direct approval documents"
msgstr "Zoznam referovaných dokumentov"
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr "Vaša žiadosť bola zaslaná referentovi."
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr "Názov:"
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr "Autor:"
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr "Viac informácií:"
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr "Kliknite sem"
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr "Tento dokument stále %(x_fmt_open)sčaká na schválenie%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
msgid "It was first sent for approval on:"
msgstr "Prvý krát bol zaslaný na schválenie dňa:"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr "Posledná elektronická pošta pre schválenie bola zaslaná dňa:"
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr ""
"Môžte opäť zaslať požiadavku na schválenie kliknutím na nasledujúce tlačidlo:"
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr "Pošlite opäť"
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr ""
"UPOZORNENIE! Ak potvrdíte, elektronická pošta bude zaslaná referentovi."
#: modules/websubmit/lib/websubmit_templates.py:2298
#, fuzzy
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr ""
"Ako referent pre tento dokument môžete kliknúť toto tlačidlo aby ste ho "
"schválili alebo zamietli."
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr "Schváliť/Zamietnuť"
#: modules/websubmit/lib/websubmit_templates.py:2305
#, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "Tento dokument bol %(x_fmt_open)sschváený%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2307
msgid "Its approved reference is:"
msgstr "Jeho schválená referencia je:"
#: modules/websubmit/lib/websubmit_templates.py:2313
msgid "It was approved on:"
msgstr "Bol schválený dňa:"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "Tento dokument bol %(x_fmt_open)szamietnutý%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2323
msgid "It was rejected on:"
msgstr "Bol zamietnutý dňa:"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
#, fuzzy
msgid "No referee has been selected yet."
msgstr "Záznam bol vymazaný."
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
#, fuzzy
msgid "Select a referee"
msgstr "Vyber skóre"
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
#, fuzzy
msgid "Send a recommendation"
msgstr "Napíšte komentár"
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2453
#, fuzzy
msgid "No editorial board has been selected yet."
msgstr "Záznam bol vymazaný."
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2602
#, fuzzy
msgid "Comments overview"
msgstr "Komentáre"
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
#, fuzzy
msgid "select user"
msgstr "Zvoľte košík"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2741
#, fuzzy
msgid "add this user"
msgstr "Pridaj k užívateľom"
#: modules/websubmit/lib/websubmit_templates.py:2791
#, fuzzy
msgid "remove this user"
msgstr "Žiaden vyhovujúci užívateľ"
#: modules/websubmit/lib/websubmit_templates.py:2906
#, fuzzy
msgid "User"
msgstr "Užívatelia"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:172
#, fuzzy
msgid "The collection to which this file belong is restricted: "
msgstr "Obsah tejto kolekcie je chránený."
#: modules/websubmit/lib/websubmit_webinterface.py:178
#, fuzzy
msgid "This file is restricted: "
msgstr "Obsah tejto kolekcie je chránený."
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr "Prístup k plnému textu"
#: modules/websubmit/lib/websubmit_webinterface.py:303
#, fuzzy
msgid "Not enough information to retrieve the document"
msgstr "Buďte prvý kto ohodnotí tento dokument."
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr "Schválenie tohto dokument nebolo nikdy žiadané."
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr "Nemožno zobraziť dokument."
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
#, fuzzy
msgid "Action unauthorized for this document."
msgstr "Táto akcia neexistuje pre tento typ dokumentu."
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
#, fuzzy
msgid "Action unavailable for this document."
msgstr "Nemožno zobraziť dokument."
#: modules/websubmit/web/publiline.py:668
#, fuzzy
msgid "Adding users to the editorial board"
msgstr "Pridať %i záznamov do týchto košíkov"
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
#, fuzzy
msgid "hits"
msgstr "Zásahy"
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr ""
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr ""
#: modules/websubmit/web/publiline.py:793
#, fuzzy
msgid "Referee selection"
msgstr "Referencia nebola ešte daná"
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
#, fuzzy
msgid "Come back to the document"
msgstr "Ohodnoťte tento dokument"
#: modules/websubmit/web/publiline.py:1068
#, fuzzy
msgid "Select:"
msgstr "Vyber"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
#, fuzzy
msgid "Approve"
msgstr "Shválené"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
#, fuzzy
msgid "Reject"
msgstr "Zamietnuté"
#: modules/websubmit/web/publiline.py:1168
#, fuzzy
msgid "Wrong action for this document."
msgstr "Ohodnoťte tento dokument"
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:98
#, fuzzy, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr "Ak si prajete, môžete sa %(x_url_open)sprihlásiť tu%(x_url_close)s."
#: modules/webjournal/lib/webjournal_templates.py:143
#, fuzzy
msgid "Regeneration Error"
msgstr "Interná Chyba"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
#, fuzzy
msgid "Publish"
msgstr "pridania"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
#, fuzzy
msgid "Refresh"
msgstr "Referencia"
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
#, fuzzy
msgid "Update"
msgstr "Aktualizovať grupu"
#: modules/webjournal/lib/webjournal_templates.py:625
#, fuzzy
msgid "Apply"
msgstr "apríl"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
#, fuzzy
msgid "Internal configuration error"
msgstr "Interná Chyba"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:194
#, fuzzy
msgid "No journal articles"
msgstr "Žiadne typy dokumentov nie sú prístupné."
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:232
#, fuzzy
msgid "No journal issues"
msgstr "súčasný stav:"
#: modules/webjournal/lib/webjournal_config.py:269
#, fuzzy
msgid "Journal article error"
msgstr "Interná Chyba"
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:303
#, fuzzy
msgid "No journals available"
msgstr "Žiadne typy dokumentov nie sú prístupné."
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:358
#, fuzzy
msgid "No current issue"
msgstr "súčasný stav:"
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:450
#, fuzzy
msgid "No popup record"
msgstr "Naspäť ku záznamu"
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:482
#, fuzzy
msgid "Update error"
msgstr "Aktualizovať grupu"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:513
#, fuzzy
msgid "Journal publishing DB error"
msgstr "Interná Chyba"
#: modules/webjournal/lib/webjournal_config.py:544
#, fuzzy
msgid "Journal issue error"
msgstr "Interná Chyba"
#: modules/webjournal/lib/webjournal_config.py:545
#, fuzzy
msgid "We could not find a current issue in the Database"
msgstr "OAI zdroje momentálne existujúce v databáze"
#: modules/webjournal/lib/webjournal_config.py:575
#, fuzzy
msgid "Journal ID error"
msgstr "Interná Chyba"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:611
#, fuzzy
msgid "Sorry, this category does not exist for this journal."
msgstr "Ľutujem, záznam %s sa nezdá že by existoval."
#: modules/webjournal/web/admin/webjournaladmin.py:74
#, fuzzy
msgid "WebJournal Admin"
msgstr "WebComment administrácia"
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:148
#, fuzzy
msgid "Feature a record"
msgstr "Návrat k záznamu"
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:309
#, fuzzy
msgid "Publishing Interface"
msgstr "Interná Chyba"
#: modules/webjournal/web/admin/webjournaladmin.py:335
#, fuzzy
msgid "Add Journal"
msgstr "Pridaj k užívateľom"
#: modules/webjournal/web/admin/webjournaladmin.py:337
#, fuzzy
msgid "Edit Settings"
msgstr "Edituj parametre"
#, fuzzy
#~ msgid "link"
#~ msgstr "v"
#, fuzzy
#~ msgid "links"
#~ msgstr "prihlásiť"
#~ msgid "The contents of this collection is restricted."
#~ msgstr "Obsah tejto kolekcie je chránený."
#, fuzzy
#~ msgid "Sort:"
#~ msgstr "Utriediť podľa:"
#, fuzzy
#~ msgid "Author"
#~ msgstr "Autor:"
#~ msgid "Parameter docid missing"
#~ msgstr "Parameter docid chýba"
#, fuzzy
#~ msgid "Please login to perform this action."
#~ msgstr "Ľutujem, musíte sa prihlásiť aby ste mohli vykonať túto akciu."
#, fuzzy
#~ msgid "Alert sent successfully!"
#~ msgstr "Avízo %s bolo úspešne aktualizované."
#, fuzzy
#~ msgid "Webjournal Administration Interface"
#~ msgstr "Administrácia Pridávania"
#, fuzzy
#~ msgid "Main file(s)"
#~ msgstr "súbor(y)"
#~ msgid "Display searches"
#~ msgstr "Zobraziť výsledky"
#, fuzzy
#~ msgid " Username/Email: %s\n"
#~ msgstr "Užívateľské meno"
#, fuzzy
#~ msgid " Password: %s\n"
#~ msgstr "Heslo"
#, fuzzy
#~ msgid "Migrate BibFormat Settings"
#~ msgstr "Konfigurujte BibFormat"
#, fuzzy
#~ msgid "Migrate Formats"
#~ msgstr "Konfigurujte BibFormat"
#, fuzzy
#~ msgid "Your account created on"
#~ msgstr "Konto vytvorené"
#, fuzzy
#~ msgid "You have created a new account on"
#~ msgstr "alebo vytvorte novú"
#~ msgid ""
#~ "You can now go back to %(x_url_open)sBibEdit Admin Interface%(x_url_close)"
#~ "s."
#~ msgstr ""
#~ "Teraz sa môžete vrátiť ku %(x_url_open)sBibEdit rozhraniu administrátora"
#~ "%(x_url_close)s."
#, fuzzy
#~ msgid "No Articles"
#~ msgstr "Správa"
#, fuzzy
#~ msgid "No Issues"
#~ msgstr "Žiadne správy"
#, fuzzy
#~ msgid "Article Error"
#~ msgstr "Správa"
#, fuzzy
#~ msgid "%s Personalize, Main page"
#~ msgstr "Personalizácia"
#, fuzzy
#~ msgid "%s , personalize"
#~ msgstr "Personalizácia"
#, fuzzy
#~ msgid "Successfully featured record: %s"
#~ msgstr "úspešne potlačené správy o zneužití"
#~ msgid "Convert"
#~ msgstr "Konvertuj"
#~ msgid "Library"
#~ msgstr "Knižnica"
#~ msgid "Agenda"
#~ msgstr "Agenda"
#~ msgid "Webcast"
#~ msgstr "Webcast"
#~ msgid "Search Help"
#~ msgstr "Pomoc pre vyhľadávanie"
#~ msgid "Comment Management"
#~ msgstr "Správa komentárov"
#~ msgid "Format:"
#~ msgstr "Formát:"
#~ msgid "Send lost password"
#~ msgstr "Pošli stratené heslo"
#~ msgid "Here are your user credentials for"
#~ msgstr "Tu sú užívateľské doklady pre"
#~ msgid "username"
#~ msgstr "užívateľské meno"
#~ msgid "password"
#~ msgstr "heslo"
#~ msgid "You can login at"
#~ msgstr "Môžte sa prihlásiť na"
#~ msgid "You seem to be %(x_role)s."
#~ msgstr "Zdáte sa byť %(x_role)s."
#~ msgid "Credentials for"
#~ msgstr "Doklady pre"
#~ msgid ""
#~ "An email has been sent to the given address with the account information."
#~ msgstr ""
#~ "Elektronická správa bola zaslaná na danú adresu s informáciami o konte."
#~ msgid "Unable to find file."
#~ msgstr "Nemožno nájsť súbor."
#~ msgid "Cannot find submission directory."
#~ msgstr "Nemožno nájsť adresár pre pridanie."
#~ msgid "Unknown type of document"
#~ msgstr "Neznámy typ dokumentu"
#~ msgid "Login via:"
#~ msgstr "Prihlásiť cez:"
#~ msgid "Edit parameters"
#~ msgstr "Edituj parametre"
#~ msgid "Save"
#~ msgstr "Nahraj"
#~ msgid "Try your search on..."
#~ msgstr "Skúste hľadať na..."
#, fuzzy
#~ msgid "Timeout"
#~ msgstr "Čas"
#, fuzzy
#~ msgid "See results"
#~ msgstr "výsledky"
#, fuzzy
#~ msgid "%(num)s results found"
#~ msgstr "%s záznamov nájdených"
#, fuzzy
#~ msgid "No result found"
#~ msgstr "Nenájdené žiadne hľadania"
#, fuzzy
#~ msgid "user #%i"
#~ msgstr "užívateľ"
#, fuzzy
#~ msgid "GROUP_DELETED"
#~ msgstr "ZMAŽ"
#, fuzzy
#~ msgid "MEMBER_DELETED"
#~ msgstr "ZMAŽ"
#~ msgid "Your modifications have now been submitted."
#~ msgstr "Vaše zmeny boli práve podané."
#~ msgid "You can now go back to %s."
#~ msgstr "Teraz sa môžete vrátiť ku %s."
#~ msgid "You can now go back to"
#~ msgstr "Teraz sa môžete vrátiť ku"
#~ msgid "Sort by"
#~ msgstr "Utriediť podľa"
#~ msgid "%s wrote on %s:"
#~ msgstr "%s napísal %s:"
#~ msgid "wrote on"
#~ msgstr "napísal"
#~ msgid "Words nearest to"
#~ msgstr "Slová najbližšie k"
#~ msgid "inside"
#~ msgstr "v"
#~ 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 %slogin or register here%s."
#~ msgstr ""
#~ "Ste prihlásený ako anonymný hosť, takže Vaše %s zmiznú na konci terajšej "
#~ "seanse. Ak si prajete, môžete sa %sprihlásiť alebo zaregistrovať tu%s."
#~ msgid "here"
#~ msgstr "tu"
diff --git a/po/sv.po b/po/sv.po
index 28e4be4e2..987c1dd11 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,7313 +1,7313 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-06-06 15:55+0100\n"
"Last-Translator: Marko Niinimaki <man@cern.ch>\n"
"Language-Team: SV <cds.support@cern.ch>\n"
"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"
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "INTE"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "Administratörsarea"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "Bläddra"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "Söktips"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "sammanfattning"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "fulltext"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "Reguljärt uttryck:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "Samtliga ord:"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "rapportnummer"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "år"
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
#, fuzzy
msgid "subject"
msgstr "Ämnen"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "Partiell fras:"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "referens"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "författare"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
msgid "Search Guide"
msgstr "Sökhandbok"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "experiment"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "Minst ett av orden:"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "division"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "Sök"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "samtliga fält"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "Hjälpcentral"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
msgid "Export as"
msgstr "Exportera"
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "samlingen"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr "WebSearch Administratörshandbok"
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "Exakt fras:"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
#, fuzzy
msgid "Submit Guide"
msgstr "Publiceringshjälp"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "ELLER"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "OCH"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "nyckelord"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "titel"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
msgid "Narrow by collection:"
msgstr "Avgränsad sökning:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
#, fuzzy
msgid "Add to personal basket"
msgstr "Lägg till i personlig korg"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
#, fuzzy
msgid "WebSubmit Admin Guide"
msgstr "WebSubmit administration"
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
msgid "No fulltext"
msgstr "Inga fulltext"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
msgid "or"
msgstr "eller"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr "Lägg till subfält"
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr "editera institutet"
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr "Fält"
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr "Lägg till fält"
#: modules/bibedit/lib/bibedit_templates.py:123
msgid "Verbose"
msgstr "Detaljerad"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "Skicka in"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr "Avbryt"
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr "Ta bort"
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
msgid "Action"
msgstr "Aktion"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr "Spela in"
#: modules/bibedit/lib/bibedit_templates.py:155
msgid "Display"
msgstr "Visa"
#: modules/bibedit/lib/bibedit_templates.py:274
msgid "Done"
msgstr "Klar"
#: modules/bibedit/lib/bibedit_templates.py:275
#, fuzzy
msgid "Add another subfield"
msgstr "Lägg till subfält"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
#, fuzzy
msgid "Move up"
msgstr "Flytta artikel uppåt"
#: modules/bibedit/lib/bibedit_templates.py:369
#, fuzzy
msgid "Move down"
msgstr "Flytta artikel neråt"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr "Redigera"
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr "Dina ändringar är TEMPORÄRA"
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr "För att spara den här journalen klicka på \"Skicka in\""
#: modules/bibedit/lib/bibedit_templates.py:476
msgid "This record does not exist."
msgstr "Den här journalen existerar inte."
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr "Var god pröva ett annat journal ID."
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr "Den här journalen redigeras just nu av en annan användare."
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr "Var god försök igen senare."
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr "Misslyckades att redigera borttagen journal."
#: modules/bibedit/lib/bibedit_templates.py:500
#, fuzzy
msgid "There are record revisions not yet synchronized with the database."
msgstr "Den angivna epost-adressen finns inte i databasen."
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
#, fuzzy
msgid "Please try again in a few minutes."
msgstr "Var god försök igen senare."
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr "Var god ange ID:et för journalen du vill redigera"
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr ""
"Dina förändringar har skickats in. De kommer att processas så snart som den "
"interna uppgiftskön är tom. "
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
#, fuzzy
msgid "Edit another record"
msgstr "Var god pröva ett annat journal ID."
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr "Vill du verkligen ta bort den här journalen?"
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr "Ja"
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr "Nej"
#: modules/bibedit/lib/bibedit_templates.py:563
#, fuzzy, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr "Vill du verkligen ta bort den här journalen?"
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr ""
"Journalen kommer att tas bort så snart som den interna uppgiftskön är tom."
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr "Journal %s - Lägg till ett fält"
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr "BibEdit's administratörsgränssnitt"
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr "Redigera journal %(x_recid)s, fält %(x_field)s"
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr "Redigera journal %(x_recid)s, fält %(x_field)s - Lägg till ett subfält"
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, python-format
msgid "Submit and save record %s"
msgstr "Skicka in och spara journalen %s"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, fuzzy, python-format
msgid "Record #%s"
msgstr "Spela in"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, fuzzy, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr "Redigera journal %(x_recid)s, fält %(x_field)s"
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr "Meny"
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr "Stäng textredigerare"
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr "Redigera mallattribut"
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr "Mallredigerare"
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr "Kontrollera beroenden"
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr "Namn"
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
msgid "Description"
msgstr "Beskrivning"
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr "Uppdatera formatattribut"
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
msgid "Show Documentation"
msgstr "Visa dokumentation"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr "Göm dokumentation"
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr "Status"
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr "Senaste redigeringsdatum"
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
msgid "Manage Output Formats"
msgstr "Hantera visningsformat"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr "Hantera formatmallar"
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr "Formatmallsdokumentation"
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr "Hantera kunskapsbaser"
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr "Lägg till ny formatmall"
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr "Kontrollera noggrant formatmallar"
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr "Kod"
#: modules/bibformat/lib/bibformat_templates.py:1134
msgid "Add New Output Format"
msgstr "Lägg till nytt visningsformat"
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr "meny"
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
msgid "Close Output Format"
msgstr "Stäng visningsformat"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
msgid "Rules"
msgstr "Regler"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr "Redigera visningsformatsattribut"
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
msgid "Remove Rule"
msgstr "Ta bort regel"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr "Lägg till regel"
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr "Spara förändringar"
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr "Kunskapsbasmappningar"
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr "Kunskapsbasattribut"
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr "Kunskapsbasberoenden"
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr "Inga problem funna med formatet"
#: modules/bibformat/lib/bibformat_templates.py:2266
msgid "An error has been found"
msgstr "Ett problem hittades"
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr "De följande problemen hittades"
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr "BibFormat's administratörsgränssnitt"
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
msgid "Test with record:"
msgstr "Testa med journal:"
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr "Ange en sökfråga här."
#: modules/bibformat/lib/elements/bfe_authors.py:120
msgid "Hide"
msgstr "Göm"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr "Visa alla %i författare"
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
#, fuzzy
msgid "Download fulltext"
msgstr "fulltext"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr "ytterligare filer"
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
msgid "older versions"
msgstr "äldre versioner"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external link"
msgstr "extern %(link_or_links)s"
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external links"
msgstr "extern %(link_or_links)s"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "Fulltext"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
msgid "Restricted Output Format"
msgstr "Begränsade visningsformat"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr "OK"
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, python-format
msgid "Output Format %s Rules"
msgstr "Visningsformatet %s regler"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr "Visningsformatet %s attribut"
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr "Visningsformatet %s beroenden"
#: modules/bibformat/web/admin/bibformatadmin.py:371
msgid "Delete Output Format"
msgstr "Ta bort visningsformat"
#: modules/bibformat/web/admin/bibformatadmin.py:417
#, fuzzy
msgid "Cannot create output format"
msgstr "Hantera visningsformat"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr "Begränsad formatmall"
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr "Formatmallen %s"
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr "Formatmallen %s attribut"
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr "Visningsformatet %s bereoenden"
#: modules/bibformat/web/admin/bibformatadmin.py:660
msgid "Delete Format Template"
msgstr "Ta bort visningsformat"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr "Formateringselementet %s bereoenden "
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr "Testa formateringselementet %s"
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr "Okänd kunskapsbas"
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr "Kunskapsbas %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr "Kunskapsbasen %s attribut"
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr "Kunskapsbasen %s beroenden"
#: modules/bibformat/web/admin/bibformatadmin.py:1285
msgid "Delete Knowledge Base"
msgstr "Ta bort kunskapsbas"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr "Validering av visningsformat %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr "Validering av formatmall %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr "Begränsat formatelement"
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr "Validering av formatelement %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr "Formatvalidering"
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
msgid "See Guide"
msgstr "Se guide"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr "Nuvarande OAI-källor i databasen"
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr "För nuvarande finns inga OAI-källor tillängliga i databasen"
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr "Nästa OAI-harvest uppgift"
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr "Schemalagd tid:"
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr "Nuvarande status:"
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr "Inga OAI-harvest uppgifter är för närvarande schemalagda."
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr "Valideringen lyckades"
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr "Verkar inte vara en OAI-kompatibel bas-URL"
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
#, fuzzy
msgid "Citation history:"
msgstr "Referenshistorik"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
#, fuzzy
msgid "Download history:"
msgstr "Nedladdningshistorik"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
msgid "Download user distribution:"
msgstr "Nedladdningsdistribution"
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr "N/A"
#: modules/miscutil/lib/dateutils.py:159
msgid "Sun"
msgstr "Sön"
#: modules/miscutil/lib/dateutils.py:160
msgid "Mon"
msgstr "Mån"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr "Tis"
#: modules/miscutil/lib/dateutils.py:162
msgid "Wed"
msgstr "Ons"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr "Tors"
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr "Fre"
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr "Lör"
#: modules/miscutil/lib/dateutils.py:167
msgid "Sunday"
msgstr "Söndag"
#: modules/miscutil/lib/dateutils.py:168
msgid "Monday"
msgstr "Måndag"
#: modules/miscutil/lib/dateutils.py:169
msgid "Tuesday"
msgstr "Tisdag"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr "Onsdag"
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr "Torsdag"
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr "Fredag"
#: modules/miscutil/lib/dateutils.py:173
msgid "Saturday"
msgstr "Lördag"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
msgid "Month"
msgstr "Månad"
#: modules/miscutil/lib/dateutils.py:188
msgid "Jan"
msgstr "jan"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr "feb"
#: modules/miscutil/lib/dateutils.py:190
msgid "Mar"
msgstr "umars"
#: modules/miscutil/lib/dateutils.py:191
msgid "Apr"
msgstr "april"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "maj"
#: modules/miscutil/lib/dateutils.py:193
msgid "Jun"
msgstr "juni"
#: modules/miscutil/lib/dateutils.py:194
msgid "Jul"
msgstr "juli"
#: modules/miscutil/lib/dateutils.py:195
msgid "Aug"
msgstr "aug"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr "sept"
#: modules/miscutil/lib/dateutils.py:197
msgid "Oct"
msgstr "okt"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr "nov"
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr "dec"
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "januari"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "februari"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "mars"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "april"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "juni"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "juli"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "augusti"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "september"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "oktober"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "november"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "december"
#: modules/miscutil/lib/dateutils.py:231
msgid "Day"
msgstr "dag"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "År"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
msgid "Sorry"
msgstr "Tyvärr"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr "Kunde inte skicka felförfrågan, parameter %s fattas."
#: modules/miscutil/lib/errorlib_webinterface.py:100
msgid "The error report has been sent."
msgstr "Felrapporten skickades."
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr "Tack för att Ni hjälper till att förbättra CDS Invenio!"
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr ""
"Använd din webbläsares bakåtpil för att återvända till föregående sida."
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr "Tack!"
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr "journal"
#: modules/miscutil/lib/inveniocfg.py:397
#, fuzzy
msgid "record ID"
msgstr "journal"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr "ord-likhet"
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr "journal impact faktor"
#: modules/miscutil/lib/inveniocfg.py:412
#, fuzzy
msgid "times cited"
msgstr "Inställningar redigerades"
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
#, fuzzy
msgid "Hello:"
msgstr "Hej"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr "Med vänliga hälsningar"
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr "Behöver du personlig hjälp? Kontakta"
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr "Kör BibEdit"
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr "Konfigurera BibFormat"
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr "Konfigurera BibHarvest"
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
#, fuzzy
msgid "Configure OAI Repository"
msgstr "Konfigurera BibFormat"
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr "Konfigurera BibIndex"
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr "Konfigurera BibRank"
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr "Konfigurera WebAccess"
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
msgid "Configure WebComment"
msgstr "Konfigurera WebComment"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
msgid "Configure WebSearch"
msgstr "Konfigurera WebSearch"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr "Konfigurera WebSubmit"
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, fuzzy, python-format
msgid "Your account on '%s' has been activated"
msgstr "Ditt användarkonto har skapats"
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, fuzzy, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr "Ditt användarkonto har skapats"
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
#, fuzzy
msgid "Username/Email:"
msgstr "Användarnamn"
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
#, fuzzy
msgid "Password:"
msgstr "Lösenord"
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, fuzzy, python-format
msgid "Account created on '%s'"
msgstr "Användarkonto skapades"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, fuzzy, python-format
msgid "An account has been created for you on '%s':"
msgstr "Ditt användarkonto har skapats"
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, python-format
msgid "Account rejected on '%s'"
msgstr "Användarkonto har blivit avlagen i '%s'"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, fuzzy, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr "Din ansökan för att joina grupp %s har blivit avslagen."
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, fuzzy, python-format
msgid "Username/Email: %s"
msgstr "Användarnamn"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, fuzzy, python-format
msgid "Account deleted on '%s'"
msgstr "Användarkonto skapades"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, fuzzy, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "Grupp %s har raderats."
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "Detaljerad journal"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "Similar records"
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr "Refererad"
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr "Du har redan ett alarm %s."
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr "Okänd"
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
#, fuzzy
msgid "You do not have rights for this operation."
msgstr "Du har inte tillräckliga rättigheter för att visa korgens innehåll."
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr ""
"Du har redan ett alarm definierat för den specifierade sökfrågan och korgen"
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr "Alarmnamnet får inte lämnas tomt"
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr "Du är inte ägaren av den här korgen."
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr "Alarmet %s har lagts till i din profil."
#: modules/webalert/lib/webalert.py:376
#, python-format
msgid "The alert %s has been successfully updated."
msgstr "Alarmet %s har uppdaterats korrekt."
#: modules/webalert/lib/webalert.py:428
#, fuzzy, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
"Du har ställt %(x_nb)s sökfrågor. En %(x_url_open)sdetaljerad lista"
"%(x_url_close)s finns tillänglig med möjligheten att (a) visa sökresultat "
"(b) prenumerera på epost-uppdateringar för utvalda sökfrågor."
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr "Mönster"
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr "Mönster 1"
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr "Fält 1"
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr "Mönster 2"
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr "Fält 2"
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr "Mönster 3"
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr "Fält 3"
#: modules/webalert/lib/webalert_templates.py:90
msgid "Collections"
msgstr "Samlingar"
#: modules/webalert/lib/webalert_templates.py:92
msgid "Collection"
msgstr "Samling"
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr "Du innehar följande alarm:"
#: modules/webalert/lib/webalert_templates.py:114
msgid "alert name"
msgstr "Alarmnamn"
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr "VISA"
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr ""
"Detta alarm kommer endast meddela dig om en ny artikel motsvaras av följande "
"sökfråga:"
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr "SÖKFRÅGA"
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr "Alarmidentifieringsnamn:"
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr "Sök-kontrollerings frekvens:"
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
msgid "monthly"
msgstr "Månatligt"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr "Veckoatligt"
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
msgid "daily"
msgstr "Dagligen"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr "Skicka notifieringsmail?"
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr "Ja"
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr "Nej"
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr "Om %(x_fmt_open)sinte%(x_fmt_close)s, måste du specifiera en korg"
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr "Spara resultat i korg?"
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr "SÄTT ALARM"
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr "RENSA DATA"
#: modules/webalert/lib/webalert_templates.py:300
#, fuzzy, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
"Sätt ett nytt alarm utifrån %(x_url1_open)sdina sökningar%(x_url1_close)s, "
"%(x_url2_open)spopulära sökningar%(x_url2_close)s eller dataformuläret."
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr "Alarmkontrolleringsfrekvens"
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr "Epost-notifiering"
#: modules/webalert/lib/webalert_templates.py:322
msgid "Result in basket"
msgstr "Resultat i korg"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr "Datum för senaste körning"
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr "Datum för skapning"
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr "Sökfråga"
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
msgid "no basket"
msgstr "Ingen korg"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
msgid "Remove"
msgstr "Ta bort"
#: modules/webalert/lib/webalert_templates.py:374
msgid "Modify"
msgstr "Redigera"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr "Genomför sökning"
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr "Du har definierat %s alarm."
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
"Du har inte genomfört någon sökning ännu. Var god gå till "
"%(x_url_open)ssökgränssnittet%(x_url_close)s först."
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr ""
"Du har genomfört %(x_nb1)s sökningar (%(x_nb2)s olika sökfrågor) under de "
"senaste ungefär 30 dagarna."
#: modules/webalert/lib/webalert_templates.py:434
#, python-format
msgid "Here are the %s most popular searches."
msgstr "Här är de %s mest populära sökningarna"
#: modules/webalert/lib/webalert_templates.py:445
msgid "Question"
msgstr "Fråga"
#: modules/webalert/lib/webalert_templates.py:449
msgid "Last Run"
msgstr "Senast körd"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr "Sätt nytt alarm"
#: modules/webalert/lib/webalert_webinterface.py:79
#, fuzzy
msgid "Popular Searches"
msgstr "Dina sökningar"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
msgid "Your Searches"
msgstr "Dina sökningar"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
msgid "Your Account"
msgstr "Ditt användarkonto"
#: modules/webalert/lib/webalert_webinterface.py:90
#, fuzzy, python-format
msgid "%s Personalize, Display searches"
msgstr "Visa sökningar"
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, fuzzy, python-format
msgid "%s, personalize"
msgstr "Personifiera"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr "Fel"
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, fuzzy, python-format
msgid "%s Personalize, Set a new alert"
msgstr "Sätt ett nytt alarm"
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr "Sätt ett nytt alarm"
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr "Redigera alarminställningar"
#: modules/webalert/lib/webalert_webinterface.py:227
#, fuzzy, python-format
msgid "%s Personalize, Modify alert settings"
msgstr "Redigera alarminställningar"
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
msgid "Your Alerts"
msgstr "Dina alarm"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, fuzzy, python-format
msgid "%s Personalize, Display alerts"
msgstr "Visa alarm"
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
msgid "Display alerts"
msgstr "Visa alarm"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr "Din kommentar har skickats in"
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
msgid "Personal baskets"
msgstr "Personliga korgar"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
msgid "Group baskets"
msgstr "Gruppkorgar"
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
msgid "Others' baskets"
msgstr "Andra användares korgar"
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
"Du har %(x_nb_perso)s personliga korgar. Du prenumerar på %(x_nb_group)s "
"gruppkorgar och %(x_nb_public)s andra användares korgar."
#: modules/webbasket/lib/webbasket_templates.py:198
#, python-format
msgid "There are %i baskets"
msgstr "Det finns %i korgar"
#: modules/webbasket/lib/webbasket_templates.py:206
msgid "updated on"
msgstr "Uppdaterad den"
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr "Korgen är tom"
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
"Korgen tillhör %(x_name)s. Du har möjlighet att %(x_url_open)sprenumerera"
"%(x_url_close)s på den."
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
msgid "Public basket"
msgstr "Publik korg"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
msgid "records"
msgstr "Journaler"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
msgid "last update"
msgstr "Senaste uppdatering"
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr "Prenumerera på den här korgen"
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
msgid "Basket's name"
msgstr "Korgens namn"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr "Antalet visningar"
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr "Ägare"
#: modules/webbasket/lib/webbasket_templates.py:355
msgid "View"
msgstr "Vy"
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr "Prenumerera"
#: modules/webbasket/lib/webbasket_templates.py:377
msgid "There is currently no publicly accessible basket"
msgstr "Det finns för tillfället inga publika korgar"
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr "Visar korgar %(x_nb_begin)i-%(x_nb_end)i utav totalt %(x_nb_total)i."
#: modules/webbasket/lib/webbasket_templates.py:422
msgid "Actions"
msgstr "Aktioner"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
msgid "Non-shared basket"
msgstr "Odelad korg"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
msgid "Shared basket"
msgstr "Delad korg"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
msgid "Group-shared basket"
msgstr "Grupp-delad korg"
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
msgid "Edit basket"
msgstr "Redigera korg"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr "Du har inte tillräckliga rättigheter för att visa korgens innehåll."
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr "Avsluta prenumerationen för den här korgen"
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr "kommentarer"
#: modules/webbasket/lib/webbasket_templates.py:521
msgid "last comment:"
msgstr "senaste kommentaren:"
#: modules/webbasket/lib/webbasket_templates.py:582
msgid "Move item up"
msgstr "Flytta artikel uppåt"
#: modules/webbasket/lib/webbasket_templates.py:590
msgid "Move item down"
msgstr "Flytta artikel neråt"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr "Kopiera artikel"
#: modules/webbasket/lib/webbasket_templates.py:606
msgid "Remove item"
msgstr "Radera artikel"
#: modules/webbasket/lib/webbasket_templates.py:609
msgid "External record"
msgstr "Extern journal"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr "Senaste"
#: modules/webbasket/lib/webbasket_templates.py:647
#, fuzzy
msgid "View comments"
msgstr "visa kommentarer"
#: modules/webbasket/lib/webbasket_templates.py:672
msgid "This basket is publicly accessible at the following address:"
msgstr "Den här korgen är publikt åtkomlig via adressen:"
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "Sortera efter:"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr "Titel"
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr "Datum"
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr "Kommentarer"
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr "Det finns totalt %i kommentarer"
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr "Skriv en kommentar"
#: modules/webbasket/lib/webbasket_templates.py:833
msgid "Back to baskets"
msgstr "Tillbaka till korgarna"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr "av"
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "on"
msgstr "på"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr "Svara"
#: modules/webbasket/lib/webbasket_templates.py:876
msgid "Delete comment"
msgstr "Radera kommentar"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr "Lägg till kommentar"
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr "Kommentar"
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
msgid "Create new basket"
msgstr "Skapa ny korg"
#: modules/webbasket/lib/webbasket_templates.py:1001
msgid "Select topic"
msgstr "Välj ämnesområde"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr "Välj ämnesområde"
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr "eller skapa ett nytt"
#: modules/webbasket/lib/webbasket_templates.py:1019
msgid "Create new topic"
msgstr "Skapa nytt ämne"
#: modules/webbasket/lib/webbasket_templates.py:1021
msgid "Create a new basket"
msgstr "Skapa ny korg"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
msgid "Select basket"
msgstr "Välj korg"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr "Lägg till i personlig korg"
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, python-format
msgid "%i baskets"
msgstr "%i korgar"
#: modules/webbasket/lib/webbasket_templates.py:1111
msgid "Add to a group-shared basket"
msgstr "Lägg till i gruppkorg"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr "Lägg till i publik korg"
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr "Lägger till %i journaler i dessa korgar"
#: modules/webbasket/lib/webbasket_templates.py:1167
msgid "Add to baskets"
msgstr "Lägg till i korgar"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr "De valda journalernn har lagts till i %i korgar."
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr "Inga journaler adderades till de valda korgarna."
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr "Är du säker på att du vill radera den här korgen?"
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr "%i användare prenumererar på den här korgen"
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr "%i användargrupper prenumererar på den här korgen"
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr "Du har kopplat %i alarm till den här korgen"
#: modules/webbasket/lib/webbasket_templates.py:1277
msgid "General settings"
msgstr "Allmänna inställningar"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr "Lägg till grupp"
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr "Hantera grupprättigheter"
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr "Hantera globala delningsrättigheter"
#: modules/webbasket/lib/webbasket_templates.py:1314
msgid "Delete basket"
msgstr "Radera korg"
#: modules/webbasket/lib/webbasket_templates.py:1338
msgid "Editing basket"
msgstr "Redigera korg"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr "Spara ändringar"
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr "Inga rättigheter"
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
msgid "View records"
msgstr "Visa journaler"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "and"
msgstr "och"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr "visa kommentarer"
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr "lägg till kommentarer"
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
msgid "add records"
msgstr "lägg till journaler"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
msgid "delete comments"
msgstr "radera kommentarer"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
msgid "remove records"
msgstr "radera journaler"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr "hantera delningsrättigheter"
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr "Du är inte medlem in någon grupp"
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr "Dela ut korgen till en ny grupp"
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr ""
"Du är inloggad som gästanvändare, de korgar du definierar kommer att raderas "
"vid sessionens slut."
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr "Du kan %(x_url_open)slogga in eller registrera dig här%(x_url_close)s."
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr "Denna funktionalitet är förbjuden för gästanvändare"
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
msgid "Back to search results"
msgstr "Tillbaka till sökresultat"
#: modules/webbasket/lib/webbasket_webinterface.py:98
msgid "Display baskets"
msgstr "Visa korgar"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr "Detaljer och kommentarer"
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
msgid "Your Baskets"
msgstr "Dina korgar"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr "Lägg till journaler till korgar"
#: modules/webbasket/lib/webbasket_webinterface.py:474
msgid "Delete a basket"
msgstr "Radera en korg"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr "Kopiera journal till en korg"
#: modules/webbasket/lib/webbasket_webinterface.py:721
msgid "Create basket"
msgstr "Skapa korg"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
msgid "List of public baskets"
msgstr "Listning av publika korgar"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "%(x_name)s skrev den %(x_date)s:"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr "Visar de %i senaste kommentarerna:"
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr "Diskutera det här dokumentet"
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr "Starta en diskussion kring det här dokumentet."
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr "Tyvärr verkar inte dokumentet %s existera."
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr "%s är inte ett fungerande ID."
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr "Inget ID angavs"
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr "Du vill antagligen börja browsa på %s"
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr "Var den här recensionen hjälpfull?"
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr "Skriv en recension"
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr ""
"Genomsnittlig recensionspoäng: %(x_nb_score)s baserad på %(x_nb_reviews)s "
"recensioner"
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr "Läsare fann de följande %s recensionerna hjälpfulla"
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr "Visa alla %s recensioner"
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr "Betygsätt det här dokumentet"
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr "Bli först att skriva recensionen till det här dokumentet"
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
msgid "Report abuse"
msgstr "Rapportera missbruk"
#: modules/webcomment/lib/webcomment_templates.py:361
#, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "Recenserad av %(x_nickname)s den %(x_date)s"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr ""
"%(x_nb_people)i av totalt %(x_nb_total)i fann den här recensionen hjälpfull"
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
msgid "Reviews"
msgstr "Recensioner"
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr "Föregående"
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr "Nästa"
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr "Det finns totalt %s recensioner"
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr "Det finns totalt %s kommentarer"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr "recension"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr "Kommentar"
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
msgid "Review"
msgstr "Recension"
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr "Visning"
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr "Sida:"
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr ""
"OBS att ditt smeknamn, %s, kommer att visas som författaren till det här "
"dokumentet"
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
"OBS att du inte har %(x_url_open)sdefinierat ditt smeknamn%(x_url_close)s. "
"%(x_nickname)s kommer att visas som författare till det här dokumentet."
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
msgid "Article"
msgstr "Artikel"
#: modules/webcomment/lib/webcomment_templates.py:808
#, fuzzy
msgid "Add comment"
msgstr "Lägg till kommentar"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr ""
"OBS att ditt smeknamn, %s, kommer att visas som författare av den här "
"recensionen."
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr "Betygsätt den här artikeln"
#: modules/webcomment/lib/webcomment_templates.py:901
msgid "Select a score"
msgstr "Välj en poäng"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr "Ange en titel till din recension"
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr "Skriv en recension"
#: modules/webcomment/lib/webcomment_templates.py:908
#, fuzzy
msgid "Add review"
msgstr "Lägg till recension"
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr "Lägg till recension"
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr "Din recension lades till."
#: modules/webcomment/lib/webcomment_templates.py:940
msgid "Your comment was successfully added."
msgstr "Din kommentar lades till."
#: modules/webcomment/lib/webcomment_templates.py:942
msgid "Back to record"
msgstr "Tillbaka till journal"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr "Visa alla rapporterade kommentarer"
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr "Visa alla rapporterade recensioner"
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr "Visa en specifik kommentar/recension"
#: modules/webcomment/lib/webcomment_templates.py:1029
msgid "View all users who have been reported"
msgstr "Den här journalen har rapporterats"
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "Guide"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr "Möjligheten att kommentera och recensera är avstängd"
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr ""
"Var god ange ID:et för kommentaren/recensionen för att granska den innan du "
"avgör om den skall tas bort eller ej"
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr "Kommentarsid:"
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr "Visa kommentar"
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr "Inga rapporter hittills."
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr "Visa alla %s rapporterade kommentarer"
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr "Visa alla % rapporterade recensioner"
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
"Listning, sorterad på mängd rapporter, av alla användare som har ådragit sig "
"en kommentarsrapport åtminstone en gång."
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr "Smeknamn"
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
msgid "Email"
msgstr "Epost"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr "Användarid"
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr "Antal positiva betyg"
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr "Antal negativa betyg"
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr "Totalt antal betyg"
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr "Totalt antal rapporter"
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr "Visa alla användares rapporterade kommentarer/recensioner"
#: modules/webcomment/lib/webcomment_templates.py:1179
#, python-format
msgid "This review has been reported %i times"
msgstr "Den här recensioner har rapporterats %i gånger"
#: modules/webcomment/lib/webcomment_templates.py:1181
#, python-format
msgid "This comment has been reported %i times"
msgstr "Den här kommentaren har rapporterats %i gånger"
#: modules/webcomment/lib/webcomment_templates.py:1258
msgid "Written by"
msgstr "Författad av"
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr "Allmän information"
#: modules/webcomment/lib/webcomment_templates.py:1260
msgid "Select"
msgstr "Välj"
#: modules/webcomment/lib/webcomment_templates.py:1274
msgid "Delete selected reviews"
msgstr "Radera valda recensioner"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr "Radera valda missbruksrapporter"
#: modules/webcomment/lib/webcomment_templates.py:1279
msgid "Delete selected comments"
msgstr "Radera valda kommentarer"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr "OK"
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr "Här visas användare %s rapporterade recensioner"
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr "Här visas användare %s rapporterade kommentarer"
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr "Kommentar/recension %s"
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr "Kommentar/recension %(x_cmtID)s författad av användare %(x_user)s"
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr "Samtliga rapporterade recensioner sorterad efter flest rapporter"
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr "Samtliga rapporterade kommentarer sorterad efter flest rapporter"
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr "kommentarsid"
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr "raderad"
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr "raderade missbruksrapport"
#: modules/webcomment/lib/webcomment_templates.py:1375
#, fuzzy
msgid "Not yet reviewed"
msgstr "Skriv en recension"
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
msgid "Record Not Found"
msgstr "Journalen %s existerar inte"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Innan du lägger till din kommentar måste du %(x_url_open)slogga in"
"%(x_url_close)s."
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
msgid "Login"
msgstr "Logga in"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr "WebComment's administratörsgränssnitt"
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "Internt fel"
#: modules/webcomment/web/admin/webcommentadmin.py:95
msgid "Delete Comment"
msgstr "Radera kommentar"
#: modules/webcomment/web/admin/webcommentadmin.py:168
msgid "View all reported users"
msgstr "Visa alla rapporterade användare"
#: modules/webcomment/web/admin/webcommentadmin.py:214
msgid "Delete comments"
msgstr "Radera kommentarer"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr "Radera missbruksrapporter"
#: modules/webmessage/lib/webmessage.py:129
msgid "The message could not be deleted."
msgstr "Meddelandet kunde inte raderas"
#: modules/webmessage/lib/webmessage.py:131
msgid "The message was successfully deleted."
msgstr "Meddelandet raderades"
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr "Din inbox tömdes"
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr "De valda datumet (%(x_year)i/%(x_month)i/%(x_day)i) är ogiltligt."
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr "Var god ange ett användarnamn eller ett gruppnamn."
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr ""
"Ditt meddelande är för långt, var god redigera det. Maximal storlek är %i "
"tecken."
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr "Grupp %s existerar inte."
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr "Användare %s existerar inte."
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr "Skriv ett meddelande"
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr ""
"Ditt meddelande kunde inte skickas till de följande mottagarna på grund av "
"storleksbegränsningen på deras inboxar:"
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr "Meddelandet sändes."
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
msgid "Your Messages"
msgstr "Dina meddelanden"
#: modules/webmessage/lib/webmessage_templates.py:87
msgid "Subject"
msgstr "Ämnen"
#: modules/webmessage/lib/webmessage_templates.py:88
msgid "Sender"
msgstr "Avsändare"
#: modules/webmessage/lib/webmessage_templates.py:97
msgid "No messages"
msgstr "Inga meddelanden"
#: modules/webmessage/lib/webmessage_templates.py:101
msgid "No subject"
msgstr "Inget ämne"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr "Skriv nytt meddelande"
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr "Radera alla"
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr "Sv:"
#: modules/webmessage/lib/webmessage_templates.py:282
msgid "Send later?"
msgstr "Skicka senare?"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr "Till:"
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr "Användare"
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr "Grupper"
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
msgid "Subject:"
msgstr "Ämne:"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
msgid "Message:"
msgstr "Meddelande:"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr "SKICKA"
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr "Från:"
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr "Skickat:"
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr "Mottaget: "
#: modules/webmessage/lib/webmessage_templates.py:451
msgid "Sent to:"
msgstr "Skickat till:"
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr "Skickat till grupper:"
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr "SVAR"
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr "RADERA"
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr "Är du säker på att du vill tömma hela din inbox?"
#: modules/webmessage/lib/webmessage_templates.py:569
#, fuzzy, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr "Diskanvändning: %i meddelanden av totalt %i"
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr "Var god välj en eller flera:"
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr "Addera till användare"
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr "Addera till grupper"
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr "Ingen matchande användare"
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr "Ingen matchande grupp"
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr "Hitta användare eller grupper:"
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr "Hitta användare"
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr "Hitta grupp"
#: modules/webmessage/lib/webmessage_templates.py:679
#, fuzzy, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr "Du har %s nya meddelanden av totalt %s"
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr "Läs ett meddelande"
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "Sökresultat"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "alla dagar"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "alla månader"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "alla år"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "alla samlingar"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "lägg till ny samling"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "rangordna efter"
#: modules/websearch/lib/search_engine.py:851
msgid "HTML brief"
msgstr "kortfattad"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "senaste först"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr "Inga värden funna."
#: modules/websearch/lib/search_engine.py:1716
#, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr "Ingen exakt träff för %(x_query1)s, använder %(x_query2)s istället..."
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr "Ogiltiga parentes. Parentes i söket ignorerad."
#: modules/websearch/lib/search_engine.py:2068
#, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"Ingen träff i samlingen %(x_collection)s. Andra publika samlingar gav"
"%(x_url_open)s%(x_nb_hits)d träffar%(x_url_close)s."
#: modules/websearch/lib/search_engine.py:2077
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 publika samlingar motsvarar din sökning. Välj de åtkomstbegränsade "
"samlingarna först."
#: modules/websearch/lib/search_engine.py:2190
msgid "No words index available for"
msgstr "Inget ordindex tillgängligt för"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "Inget frasindex tillgängligt för"
#: modules/websearch/lib/search_engine.py:2226
#, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr ""
"Söktermen %(x_term)s i index %(x_index)s matchade inga journaler. Närmsta "
"söktermer, oavsett samling, är:"
#: modules/websearch/lib/search_engine.py:2230
#, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr ""
"Söktermen %s matchade inga journaler. Närmsta sökterm, oavsett samling, är:"
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr "Sortering är endast tillåten för mängder med upp till %d journaler."
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr ""
"%s är inte en tillänglig rangordning. Använder titelsortering istället."
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr "Använd andra söktermer."
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "Journalen har raderats."
#: modules/websearch/lib/search_engine.py:3750
#, fuzzy
msgid "Requested record does not seem to exist."
msgstr "Tyvärr verkar inte dokumentet %s existera."
#: modules/websearch/lib/search_engine.py:3984
msgid "No match within your time limits, discarding this condition..."
msgstr ""
"Ingen träff funnen inom den angivna tidsramen, använder ej dessa kriterier"
#: modules/websearch/lib/search_engine.py:4008
msgid "No match within your search limits, discarding this condition..."
msgstr ""
"Inga träffer funna inom de angivna sökkriterierna, använder ej dessa..."
#: modules/websearch/lib/websearchadminlib.py:3202
#, fuzzy
msgid "Information"
msgstr "Mer information:"
#: modules/websearch/lib/websearchadminlib.py:3203
#, fuzzy
msgid "References"
msgstr "referens"
#: modules/websearch/lib/websearchadminlib.py:3204
#, fuzzy
msgid "Citations"
msgstr "Referenshistorik"
#: modules/websearch/lib/websearchadminlib.py:3205
msgid "Discussion"
msgstr "Diskussion"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr "Användningstatistik"
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, python-format
msgid "Search %s records for:"
msgstr "Sök i %s journaler efter:"
#: modules/websearch/lib/websearch_templates.py:659
#, fuzzy
msgid "less"
msgstr "Regler"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "mer"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
#, fuzzy
msgid "Search everywhere"
msgstr "Ange en sökfråga här."
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "Avancerad sökning"
#: modules/websearch/lib/websearch_templates.py:854
#, python-format
msgid "Search %s records for"
msgstr "Sök i %s journaler efter"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "Enkel sökning"
#: modules/websearch/lib/websearch_templates.py:938
msgid "Search options:"
msgstr "Sökalternativ:"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
#, fuzzy
msgid "Added/modified since:"
msgstr "Tillagt sedan:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
msgid "until:"
msgstr "till:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
msgid "Display results:"
msgstr "Visa sökresultat:"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
msgid "Output format:"
msgstr "Visningsformat:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "Tillagt sedan:"
#: modules/websearch/lib/websearch_templates.py:1154
#, fuzzy
msgid "Modified since:"
msgstr "Tillagt sedan:"
#: modules/websearch/lib/websearch_templates.py:1191
msgid "Focus on:"
msgstr "Utvalda samlingar:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "begränsad"
#: modules/websearch/lib/websearch_templates.py:1252
msgid "Search also:"
msgstr "Sökresultat"
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr "Denna samling innehåller ännu inga dokument."
#: modules/websearch/lib/websearch_templates.py:1392
msgid "Latest additions:"
msgstr "Senast inlagda poster:"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, fuzzy, python-format
msgid "Cited by %i records"
msgstr "Refererad av: %s records"
#: modules/websearch/lib/websearch_templates.py:1556
#, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr "De närmaste orden till %(x_word)s innuti %(x_field)s är:"
#: modules/websearch/lib/websearch_templates.py:1559
#, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr "De närmast orden till %(x_word)s, oavsett samling, är:"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr "Träffar"
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr "nästa"
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "samlingar"
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr "begränsa till:"
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "resultat"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "stigande"
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "fallande"
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "enkel lista"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "partionera efter samling"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr "MARC-tagg"
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, python-format
msgid "%s records found"
msgstr "Sök i %s journaler efter:"
#: modules/websearch/lib/websearch_templates.py:2343
msgid "begin"
msgstr "börja"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr "föregående"
#: modules/websearch/lib/websearch_templates.py:2367
msgid "end"
msgstr "slut"
#: modules/websearch/lib/websearch_templates.py:2387
msgid "jump to record:"
msgstr "gå till journal:"
#: modules/websearch/lib/websearch_templates.py:2400
#, python-format
msgid "Search took %s seconds."
msgstr "Sökningen tog %s sekunder."
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "LÄGG I KORGEN"
#: modules/websearch/lib/websearch_templates.py:2589
#, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"%(x_fmt_open)sResultatöverblick:%(x_fmt_close)s Fann %(x_nb_records)s "
"journalerr på %(x_nb_seconds)s sekunder."
#: modules/websearch/lib/websearch_templates.py:2637
msgid ""
"Boolean query returned no hits. Please combine your search terms differently."
msgstr ""
"Den booleska sökningen returnerade inga journaler. Kombinera dina söktermer "
"annorlunda."
#: modules/websearch/lib/websearch_templates.py:2669
msgid "See also: similar author names"
msgstr "Se också: liknande författarnamn"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, python-format
msgid "Collection %s Not Found"
msgstr "Samlingen %s existerar inte"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr "Samlingen %s existerar inte"
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr "Du vill antagligen börja browsa från %s."
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr "Vill du bli notifierad om nya resultat till den här sökfrågan?"
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
"Sätta upp ett %(x_url1_open)sepost-alarm%(x_url1_close)s\n"
" eller starta en prenumeration på "
"%(x_url2_open)sRSS-strömmen%(x_url2_close)s."
#: modules/websearch/lib/websearch_templates.py:3101
msgid "People who downloaded this document also downloaded:"
msgstr "Besökare som laddade ner det här dokumentet laddade också ner:"
#: modules/websearch/lib/websearch_templates.py:3117
msgid "People who viewed this page also viewed:"
msgstr "Besökare som tittade på denna sidan tittade också på:"
#: modules/websearch/lib/websearch_templates.py:3170
#, python-format
msgid "Cited by: %s records"
msgstr "Refererad av: %s records"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "Samrefererad med: %s records"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr "av vilka själv-citationer: %s journaler"
#: modules/websearch/lib/websearch_templates.py:3310
#, fuzzy
msgid "Affiliations:"
msgstr "Referenshistorik"
#: modules/websearch/lib/websearch_templates.py:3327
#, fuzzy
msgid "Frequent keywords:"
msgstr "Populära sökord"
#: modules/websearch/lib/websearch_templates.py:3337
#, fuzzy
msgid "Frequent co-authors:"
msgstr "Populära sökord"
#: modules/websearch/lib/websearch_templates.py:3346
#, fuzzy
msgid "Publishes in"
msgstr "bidrag"
#: modules/websearch/lib/websearch_templates.py:3353
#, fuzzy
msgid "Papers:"
msgstr "Sida:"
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr "hämt"
#: modules/websearch/lib/websearch_templates.py:3355
#, fuzzy
msgid "times"
msgstr "Tid"
#: modules/websearch/lib/websearch_templates.py:3383
#, fuzzy
msgid "Citations:"
msgstr "Referenshistorik"
#: modules/websearch/lib/websearch_templates.py:3413
#, fuzzy
msgid "Citation summary results"
msgstr "Tillbaka till sökresultat"
#: modules/websearch/lib/websearch_templates.py:3418
#, fuzzy
msgid "Total number of citable papers analyzed:"
msgstr "Totalt antal rapporter"
#: modules/websearch/lib/websearch_templates.py:3441
msgid "Total number of citations:"
msgstr "Totalt antal citationer"
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr "Genomsnittliga citeringar per journal"
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr "Fördelning av journaler"
#: modules/websearch/lib/websearch_webinterface.py:420
#, fuzzy
msgid "You are not authorized to view this area."
msgstr "Du är inte ägaren av den här korgen."
#: modules/websearch/lib/websearch_webinterface.py:755
msgid "Not found"
msgstr "Hittades inte"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "i"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
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 på andra platser:"
#: modules/websearch/lib/websearch_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr "Resultatöverblick för extern samlingar:"
#: modules/websearch/lib/websearch_external_collections_templates.py:120
msgid "Search timed out."
msgstr "Sökningen tog för lång tid"
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr ""
"Den externa sökmotorn svarade inte tillräckligt snabbt. Du kan dock själv "
"kontrollera resultatet här: "
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
msgid "No results found."
msgstr "Inga träffar hittades"
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, python-format
msgid "%s results found"
msgstr "%s träffar hittades"
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, python-format
msgid "%s seconds"
msgstr "%s sekunder"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "kortfattad"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
"Du är inloggad som gäst. Du kan %(x_url_open)slogga in%(x_url_close) som "
"vanliga användare."
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
"%(x_fmt_open)sGäst användare%(x_fmt_close)s behöver %(x_url_open)sregistrera"
"%(x_url_close)s sig först"
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr "Inga sökfrågor hittades"
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr "Denna samling är begränsad. Logga in VSG."
#: modules/websession/lib/websession_templates.py:97
msgid "External account settings"
msgstr "Externa kontoinställningar"
#: modules/websession/lib/websession_templates.py:99
#, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr ""
"Du kan konsultera listan av externa grupper direkt på "
"%(x_url_open)sgruppsidan%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:103
msgid "External user groups"
msgstr "Externa användargrupper"
#: modules/websession/lib/websession_templates.py:160
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
"Om du vill ändra din epost-adress, eller ange ett smeknamn, var god använd "
"formuläret nedan."
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr "Redigera dina loginuppgifter"
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr "Exempel"
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr "Ny epost-adress"
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
msgid "mandatory"
msgstr "Obligatorisk"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr "Notera"
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr "Ange nya värden"
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr "Singaturet kan inte ändras."
#: modules/websession/lib/websession_templates.py:215
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
"Om du vill ändra ditt lösenord, var god ange det gamla och det nya i "
"formuläret nedan."
#: modules/websession/lib/websession_templates.py:217
msgid "Old password"
msgstr "Gammalt lösenord"
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr "Nytt lösenord"
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr "Valfritt"
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr "Lösenordet kan innehålla kommation, mellanslag, etc."
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr "Du måste ange ditt gamla lösenord för att sätta ett nytt."
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr "Skriv lösenordet igen"
#: modules/websession/lib/websession_templates.py:224
msgid "Set new password"
msgstr "Sätt nytt lösenord"
#: modules/websession/lib/websession_templates.py:229
#, fuzzy, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr "Du kan %(x_url_open)slogga in eller registrera dig här%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:235
#, fuzzy, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr "Du kan nu logga in till ditt %(x_url_open)skonto%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:249
msgid "Edit language-related settings"
msgstr "Editera språk inställningar"
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr "Välj språk för användargränssnittet."
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
msgid "Update settings"
msgstr "Uppdatera inställningar"
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr "Ange sök-relaterade inställningar"
#: modules/websession/lib/websession_templates.py:279
msgid "Show the latest additions box"
msgstr "Visa ruta med nya uppdateringar"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr "Visa hjälpruta för samlingar"
#: modules/websession/lib/websession_templates.py:295
msgid "Number of search results per page"
msgstr "Antalet sökresultat per sida"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr "Ändra loginmetod"
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr ""
"Var god ange vilken loginmetod du vill använda för att bekräfta din "
"identitet."
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
msgid "Select method"
msgstr "Välj metod"
#: modules/websession/lib/websession_templates.py:359
#, fuzzy, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
"Om du förlorat ditt lösenord till ett internt CDS Invenio konto kan du "
"återfå det genom att ange din epost-adress nedan."
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr "Epost-adress"
#: modules/websession/lib/websession_templates.py:382
#, fuzzy
msgid "Send password reset link"
msgstr "Skicka lösenord"
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
"Om ni har användad %(x_fmt_open)sCERN login system%(x_fmt_close)s, ni kan "
"återställa ditt lösenord med %(x_url_open)sCERN authentication system"
"%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:389
#, fuzzy
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
"OBS att om du har använt ett externt lösenord för att logga in till CDS "
"Invenio (såsom CERN's NICE-konton) så måste du istället kontakta din lokala "
"systemadministratör."
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr ""
"Alternativt kan du fråga %s om att få ändra din autentierings-typ från "
"Extern till Intern."
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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 ""
"%s medger möjligheten att personifiera gränssnittet, att finjustera ditt "
"eget digitala bibliotek, samt att ställa in automatiska sökalarm som körs "
"periodvis och kan meddela dig om nya sökresultat via epost."
#: modules/websession/lib/websession_templates.py:427
#: modules/websession/lib/websession_webinterface.py:267
msgid "Your Settings"
msgstr "Dina inställningar"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr "Ange eller redigera din epost-adress eller lösenord."
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr "Visa alla sökningar du genomfört under de senaste 30 dagarna."
#: modules/websession/lib/websession_templates.py:441
msgid ""
"With baskets you can define specific collections of items, store interesting "
"records you want to access later or share with others."
msgstr ""
"Med \"korgar\" kan du specifiera samlingar av journaler och lagra "
"intressanta journaler som du vill kunna nå snabbt och smidigt senare, eller "
"dela med andra användare. "
#: modules/websession/lib/websession_templates.py:450
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 ""
"Prenumerera på en sökning som körs periodvis. Resultatet kan skickas till "
"dig via epost, eller lagras i en av dina korgar."
#: modules/websession/lib/websession_templates.py:459
msgid "Your Loans"
msgstr "Dina lån"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr ""
"Checka ut bok du lånat, skicka in en lånansökan, etc. Kräver ett CERN-id."
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr ""
"Du är inloggad som en gästanvändare, dina alarm kommer därför att försvinna "
"vid sessionens slut."
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
"Du är inloggad som %(x_user)s. Vill du kanske a) %(x_url1_open)slogga ut"
"%(x_url1_close)s; b) redigera dina %(x_url2_open)skontoinställningar"
"%(x_url2_close)s."
#: modules/websession/lib/websession_templates.py:573
msgid "Your Alert Searches"
msgstr "Dina alarmsökningar"
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
"Du kan konsultera listan av %(x_url_open)sde grupper%(x_url_close)s som du "
"administrerar eller är medlem i."
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
msgid "Your Groups"
msgstr "Dina grupper"
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
"Du kan konsultera listan av dina %(x_url_open)ssubmissions%(x_url_close)s "
"och göra statusförfrågningar."
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
msgid "Your Submissions"
msgstr "Dina submissions"
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
"Du kan konsultera listan av %(x_url_open)sgodkända dokument%(x_url_close)s "
"som du godkänt."
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
msgid "Your Approvals"
msgstr "Dina godkända dokument"
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr "Dina administrativa aktiviteter"
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr "Försök igen"
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
"Någon (kanske ni) från %(x_ip_address)s har bett för en återställning av "
"lösenord i %(x_sitename)s\n"
"för kontot \"%(x_email)s\"."
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr "Om ni vill återställa lösenordet för detta konto, gå till:"
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr "För att kontrollera giltigheten av denna begäran"
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr "OBS: att denna URL är giltig för bar cirka %(days)s dagar."
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
"Någon (kanske ni) från %(x_ip_address)s har bett för kontot "
"\"%(x_sitename)s\" med e-postadress \"%(x_email)s\"."
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr "Om ni vill fortsätta med konto registreringen, gå till:"
#: modules/websession/lib/websession_templates.py:707
#, fuzzy, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr "OK, lösenordet har emailats till %s."
#: modules/websession/lib/websession_templates.py:722
msgid "Deleting your account"
msgstr "Raderar ditt konto"
#: modules/websession/lib/websession_templates.py:736
#, fuzzy
msgid "You are no longer recognized by our system."
msgstr "Du är inte längre igenkänd"
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
"Ni är fortfarande inloggad med centraliserad\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system.Ni kan %(x_url_open)slogga ut fran "
"SSO%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr "Om du vill kan du %(x_url_open)slogga in här%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr "Om du redan har ett användarkonto, var god logga in nedanför."
#: modules/websession/lib/websession_templates.py:780
#, fuzzy, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
"Om du inte ännu har ett användarkonto, var god %(x_url_open)sregistrera dig"
"%(x_url_close)s för ett internt konto."
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
"Om du inte ännu har ett användarkonto, var god %(x_url_open)sregistrera dig"
"%(x_url_close)s för ett internt konto."
#: modules/websession/lib/websession_templates.py:787
#, python-format
msgid ""
"It is not possible to create an account yourself. Contact %s if you want an "
"account."
msgstr ""
"Det är ännu inte möjligt att själv registrera användarkonton. Kontakt "
"istället %s som hjälper dig."
#: modules/websession/lib/websession_templates.py:810
msgid "Login method:"
msgstr "Inloggningsmetod:"
#: modules/websession/lib/websession_templates.py:837
msgid "Username"
msgstr "Användarnamn"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr "Lösenord"
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr "Kom ihåg att logga in på denna dator."
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "logga in"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr "Förlorat ditt lösenord?"
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr "Du kan använda ditt smeknamn eller din epost-adress för att logga in."
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr "Er begäran är giltig. Ange det nya lösenordet i form."
#: modules/websession/lib/websession_templates.py:900
#, fuzzy
msgid "Set a new password for"
msgstr "Sätt nytt lösenord"
#: modules/websession/lib/websession_templates.py:901
#, fuzzy
msgid "Type the new password"
msgstr "Sätt nytt lösenord"
#: modules/websession/lib/websession_templates.py:902
#, fuzzy
msgid "Type again the new password"
msgstr "Sätt nytt lösenord"
#: modules/websession/lib/websession_templates.py:903
#, fuzzy
msgid "Set the new password"
msgstr "Sätt nytt lösenord"
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr "Var god ange din epost-adress och ditt önskade smeknamn och lösenord:"
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr ""
"Det kommer inte att vara möjligt att använda lösenordet förrän det är "
"verifierat och aktiverat."
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr "Skriv lösenordet igen"
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr "registrera"
#: modules/websession/lib/websession_templates.py:978
#, 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 ""
"Använd inte värdefulla lösenord! Din epost-adress kommer att lagras högst "
"konfidentiellt och kommer inte röjas till tredje part. Det kommer bara "
"användas för att identifiera dig mot CDS Invenio's personliga tjänster som "
"%s."
#: modules/websession/lib/websession_templates.py:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
"Du är en gästanvändare. Du måste %(x_url_open)slogga in%(x_url_close)s ."
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr "Du är inte berättigad till access till de administrativa funktionerna."
#: modules/websession/lib/websession_templates.py:1014
#, fuzzy, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr "Du är medlem av de följande grupperna:"
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr "Här är några intressanta WebAdmin-länkar:"
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
"För fler administratörs-funktioner, besök "
"%(x_url_open)sadministratörssektionen%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "gäst"
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr "användarsession"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "alarm"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "korgar"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "konto"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr "meddelanden"
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr "grupper"
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr "statistik"
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr "bidrag"
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr "godkända"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "administration"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "logga ut"
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr "Du är administratör för de följande grupperna:"
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr "Grupp"
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr "Du är inte administratör för någon grupp."
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr "Redigera grupp"
#: modules/websession/lib/websession_templates.py:1291
#, python-format
msgid "Edit %s members"
msgstr "Redigera %s medlemmar"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
msgid "Create new group"
msgstr "Skapa ny grupp"
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr "Du är medlem av de följande grupperna:"
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr "Du är inte medlem i någon grupp."
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr "Gå med i grupp"
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr "Lämna grupp"
#: modules/websession/lib/websession_templates.py:1391
msgid "You are a member of the following external groups:"
msgstr "Du är medlem i de följande externa grupperna:"
#: modules/websession/lib/websession_templates.py:1414
msgid "You are not a member of any external groups."
msgstr "Du är inte medlem i någon extern grupp."
#: modules/websession/lib/websession_templates.py:1462
msgid "Update group"
msgstr "Uppdatera grupp"
#: modules/websession/lib/websession_templates.py:1464
#, python-format
msgid "Edit group %s"
msgstr "Redigera grupp %s"
#: modules/websession/lib/websession_templates.py:1466
msgid "Delete group"
msgstr "Radera grupp"
#: modules/websession/lib/websession_templates.py:1539
msgid "Group name:"
msgstr "Gruppnamn:"
#: modules/websession/lib/websession_templates.py:1541
msgid "Group description:"
msgstr "Gruppbeskrivning:"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr "Gruppens antagningspolicy:"
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
msgid "Please select:"
msgstr "Var god välj:"
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr "Gå med i grupp"
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr "eller hitta den"
#: modules/websession/lib/websession_templates.py:1652
msgid "Choose group:"
msgstr "Välj grupp:"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr "Hitta grupp"
#: modules/websession/lib/websession_templates.py:1802
msgid "Remove member"
msgstr "Stäng av medlem:"
#: modules/websession/lib/websession_templates.py:1804
msgid "No members."
msgstr "Inga medlemmmar."
#: modules/websession/lib/websession_templates.py:1814
msgid "Accept member"
msgstr "Acceptera medlem"
#: modules/websession/lib/websession_templates.py:1814
msgid "Reject member"
msgstr "Avslå ansökan"
#: modules/websession/lib/websession_templates.py:1816
msgid "No members awaiting approval."
msgstr "Inga medlemmar väntar på att bli godkända."
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
msgid "Current members"
msgstr "Nuvarande medlemmar"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
msgid "Members awaiting approval"
msgstr "Medlemmar som väntar på godkännande"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr "Bjud in nya medlemmar"
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
"Om du vill bjuda in flera användare för att joina din grupp, var god använd "
"%(x_url_open)sWebMessage%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:1827
#, python-format
msgid "Group: %s"
msgstr "Grupp: %s"
#: modules/websession/lib/websession_templates.py:1910
msgid "Group list"
msgstr "Grupplist"
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr "Du är inte medlem i någon grupp."
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr "Är du säker på att du vill radera den här gruppen?"
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr "Är du säker på att du vill lämna den här gruppen?"
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr "Synlig och öppen för nya medlemmar"
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr "Synlig, men nya medlemmar behöver godkännande"
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr "Grupp %s: Ansökan om medlemskap"
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr "En användare vill joina gruppen %s."
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
"Var god %(x_url_open)sacceptera eller avslå%(x_url_close)s användarens "
"förfrågan."
#: modules/websession/lib/websession_templates.py:2124
#, python-format
msgid "Group %s: Join request has been accepted"
msgstr "Grupp %s: Ansökan har accepterats."
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr "Din ansökan för att joina grupp %s har blivit accepterad."
#: modules/websession/lib/websession_templates.py:2127
#, python-format
msgid "Group %s: Join request has been rejected"
msgstr "Grupp %s: Ansökan har avslagits."
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr "Din ansökan för att joina grupp %s har blivit avslagen."
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr "Du kan konsultera listan av %(x_url_open)sdina grupper%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:2145
#, python-format
msgid "Group %s has been deleted"
msgstr "Grupp %s har raderats."
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr "Grupp %s har raderats av en administratör."
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
"Du kan konsultera listan av %(x_url_open)s%(x_nb_total)i grupper"
"%(x_url_close)s som du är medlem i (%(x_nb_member)i) eller administrerar "
"(%(x_nb_admin)i)."
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr "Databasproblem"
#: modules/websession/lib/webuser.py:299
msgid "user"
msgstr "Användare"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr "Konto aktivering i %s"
#: modules/websession/lib/webuser.py:713
#, fuzzy
msgid "New account on"
msgstr "Visa användarkonto"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr "ACTIVERA VSG"
#: modules/websession/lib/webuser.py:716
#, fuzzy
msgid "A new account has been created on"
msgstr "Ditt användarkonto har skapats"
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr "ock väntar aktivering"
#: modules/websession/lib/webuser.py:720
#, fuzzy
msgid " Username/Email"
msgstr "Användarnamn"
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr "Ni kan godkänna eller avslå detta konto begäran i"
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr "Mail Cookie Service"
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr "Role authorization begära"
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr "Denna begäran har redan varit behandlat."
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
"Ni är godkänd som %(x_role)s! Detta pågår till %(x_expiration)s (tills ni "
"stänger er webbläsare om ni är gäst användare)."
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, fuzzy, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr "Du kan nu logga in till ditt %(x_url_open)skonto%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
#, fuzzy
msgid "Email address successfully activated"
msgstr "Valideringen lyckades"
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:155
#, fuzzy
msgid "Reset password"
msgstr "Skriv lösenordet igen"
#: modules/websession/lib/websession_webinterface.py:161
#, fuzzy
msgid "This request for resetting a password has already been used."
msgstr "Denna begäran har redan varit behandlat."
#: modules/websession/lib/websession_webinterface.py:164
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:271
#, fuzzy, python-format
msgid "%s Personalize, Your Settings"
msgstr "Dina inställningar"
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr "Inställningar redigerades"
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
msgid "Show account"
msgstr "Visa användarkonto"
#: modules/websession/lib/websession_webinterface.py:323
msgid "Switched to internal login method."
msgstr "Byta till intern inloggningsmetod"
#: modules/websession/lib/websession_webinterface.py:324
#, fuzzy
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
"OBS att om det här är första gången som\n"
" som du använder den här inloggningsmetoden\n"
" så har systemet tilldelat dig ett randomiserat "
"lösenord\n"
" som du kan ha få tillgång till genom att klicka på "
"följande\n"
" knapp:</p>"
#: modules/websession/lib/websession_webinterface.py:332
msgid "Send Password"
msgstr "Skicka lösenord"
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
"Kunde inte byta till extern inloggningsmetod %s, eftersom din epost-adress "
"är okänd."
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
"Kunde inte byta till extern inloggningsmetod %s, eftersom din epost-adress "
"är okänd till det externa systemet."
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr "Inloggningsmetod vald."
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr ""
"Det externa inloggningssystemet %s stödjer inte email-baserade inloggningar. "
"Kontakta administratör."
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr "Inställningarna ändrades."
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr "Det önskade smeknamnet %s är otillåtet."
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr "Var god försök igen."
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr "Ändra inställningar"
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr "Misslyckades att ändra inställningar"
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr "Den angivna epost-adressen %s är felaktig."
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr "Den angivna epost-adressen %s existerar redan i databasen."
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr "Eller försök igen."
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr "Smeknamnet %s används redan."
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr "Lösenordet ändrades."
#: modules/websession/lib/websession_webinterface.py:415
msgid "Password edited"
msgstr "Lösenordet ändrades."
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr "Lösenordet måste överensstämma."
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
msgid "Editing password failed"
msgstr "Misslyckades att ändra lösenordet."
#: modules/websession/lib/websession_webinterface.py:423
msgid "Wrong old password inserted."
msgstr "Ditt gamla lösenord är felaktigt."
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr "Användarinställningarna sparades."
#: modules/websession/lib/websession_webinterface.py:450
msgid "Unable to update settings."
msgstr "Kunde inte uppdatera inställningarna."
#: modules/websession/lib/websession_webinterface.py:507
#, fuzzy
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr ""
"Kan inte skicka lösenordet via epost eftersom du använder en extern "
"inloggningsmetod."
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr "Den angivna epost-adressen finns inte i databasen."
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr ""
"Den angivna epost-adresen är inkorrekt, var god kontrollera att den är "
"skriven på rätt form (ex: johndoe@example.com)."
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr "Inkorrekt epost-adress"
#: modules/websession/lib/websession_webinterface.py:552
#, fuzzy
msgid "Reset password link sent"
msgstr "Lösenordet skickades"
#: modules/websession/lib/websession_webinterface.py:597
msgid "Delete Account"
msgstr "Radera konto"
#: modules/websession/lib/websession_webinterface.py:623
msgid "Logout"
msgstr "Logga ut"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr "Registrera"
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr "%s Personalize, startsidan"
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr "Ditt användarkonto har skapats"
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr "Användarkonto skapades"
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr ""
"Ett andra epost kommer att skickas då kontot blivit aktiverats och är "
"färdigt för att användas."
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr "Du kan nu logga in till ditt %(x_url_open)skonto%(x_url_close)s."
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr "Registreringen misslyckades"
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr "Smeknamnet %s är upptaget"
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr ""
"Användare kan inte registrera sig själva, bara administratörer kan utföra "
"registreringar."
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr "Bli medlem i ny grupp"
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr "Lämna grupp"
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr "Ändra grupp"
#: modules/websession/lib/websession_webinterface.py:1157
msgid "Edit group members"
msgstr "Ändra gruppmedlemmar"
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "Hem"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "Personifiera"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "Hjälp"
#: modules/webstyle/lib/webstyle_templates.py:414
msgid "Last updated"
msgstr "Senast uppdaterad"
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr "Baserad på"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "Underhålls av"
#: modules/webstyle/lib/webstyle_templates.py:500
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:529
msgid "Browser"
msgstr "Webbläsare"
#: modules/webstyle/lib/webstyle_templates.py:551
msgid "System Error"
msgstr "Systemfel"
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr "Traceback"
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr "Tid"
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr "Klient"
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr "Var god skicka en felrapport till administratören."
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr "Skicka felrapport"
#: modules/webstyle/lib/webstyle_templates.py:624
#, python-format
msgid "Please contact %s quoting the following information:"
msgstr "Vänligen kontakta %s. Bifoga följande information:"
#: modules/webstyle/lib/webstyle_templates.py:772
#, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr ""
"Journalen skapades %(x_date_creation)s, och modifierades senast "
"%(x_date_modification)s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr "%(category)s sidor"
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
#, fuzzy
msgid "Admin Pages"
msgstr "Administratörsarea"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:161
#, fuzzy
msgid "Latest modifications:"
msgstr "Senaste redigeringsdatum"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:166
msgid "See also"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, fuzzy, python-format
msgid "Page %s Not Found"
msgstr "Samlingen %s existerar inte"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, fuzzy, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr "Tyvärr verkar inte dokumentet %s existera."
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, fuzzy, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr "Du kan nu logga in till ditt %(x_url_open)skonto%(x_url_close)s."
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr "Du måste logga in för att göra detta."
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
msgid "Invalid parameter"
msgstr "Inkorrekt parameter"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr "Hittade inte katalogen."
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr "Okänd dokumenttyp"
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr "Okänd aktion"
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr "Kunde inte avgöra antalet sidor."
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr "Kunde inte skapa en katalog för inskicket."
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr "Kunde inte skapa katalog."
#: modules/websubmit/lib/websubmit_engine.py:384
msgid "Unknown form field found on submission page."
msgstr "Okänt fält hittades på inskicks-sidan."
#: modules/websubmit/lib/websubmit_engine.py:512
msgid "Unknown form field found on one of the submission pages."
msgstr "Okänt fält hittades på en av inskicks-sidorna."
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr "Kunde inte hitta dokumenttypen."
#: modules/websubmit/lib/websubmit_engine.py:1469
msgid "The chosen action is not supported by the document type."
msgstr "Den valda aktionen stödjs inte av dokumenttypen."
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr "Varning"
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr "Dokumenttyper tillängliga för inskickning."
#: modules/websubmit/lib/websubmit_templates.py:95
#, fuzzy
msgid "Please select the type of document you want to submit"
msgstr "Var god välj den dokumenttyp du vill skicka in."
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr "Inga dokumenttyper finns tillängliga."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr "Var god logga in först."
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr "Använd meny högst upp till höger för att logga in."
#: modules/websubmit/lib/websubmit_templates.py:301
msgid "Please select a category"
msgstr "Var god välj en kategori."
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr "Observera"
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr "Välj en kategori och klicka sedan på en aktion-knapp"
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr ""
"För att fortsätta med en avbruten inskickning, ange ett accessnummer i rutan "
"nedanför:"
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr "GÅ"
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr "SAMMANFATTNING"
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr "Föregående sida"
#: modules/websubmit/lib/websubmit_templates.py:535
msgid "Submission number"
msgstr "Bidragsnummer"
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr "Nästa sida"
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr "Är du säker att du vill avsluta inskickningen?"
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
msgid "Back to main menu"
msgstr "Tillbaka till huvudmenyn"
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr ""
"Detta är ditt inskicknings accessnummer. Det kan användas för att fortsätta "
"en avbruten inskickning ifall problem uppstår."
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr "Obligatoriska fält signaleras med rött i SAMMANFATTNINGs-fönstret."
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr "Fältet %s är obligatoriskt."
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr "Var god gör ett val i gardinmenyn."
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr "Var god klicka på en knapp."
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr "Fältet %s är obligatoriskt. Var god fyll i det."
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr "Fältet %(field)s är obligatoriskt."
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr "Går tillbaka till sida"
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr "klar!"
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr "slut på aktion"
#: modules/websubmit/lib/websubmit_templates.py:957
msgid "Submission no"
msgstr "Bidragsnummer"
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
"Här är den exakta %(x_action)s funktionslistan för %(x_doctype)s dokument på "
"nivå %(x_step)s"
#: modules/websubmit/lib/websubmit_templates.py:1032
msgid "Function"
msgstr "Funktion"
#: modules/websubmit/lib/websubmit_templates.py:1033
msgid "Score"
msgstr "Poäng"
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr "Kör funktion"
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr "Funktion %s existerar inte."
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr "Du måste veta"
#: modules/websubmit/lib/websubmit_templates.py:1111
msgid "record"
msgstr "journal"
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr "dokument"
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
msgid "version"
msgstr "version"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr "fil(er)"
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr "se"
#: modules/websubmit/lib/websubmit_templates.py:1375
msgid "For"
msgstr "för"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr "alla dokumenttyper"
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr "id"
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr "referens"
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr "första accessen"
#: modules/websubmit/lib/websubmit_templates.py:1435
msgid "Last access"
msgstr "senaste accessen"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr "Är du säker på att du vill radera det här bidraget?"
#: modules/websubmit/lib/websubmit_templates.py:1446
#, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "Radera bidrag %(x_id)s i %(x_docname)s"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr "Referens finns ännu inte"
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr "Refererade dokument"
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr "Du är en generell domare."
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr "Du är domare för kategorin:"
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr "Lista av dömda typer av dokument"
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
#, fuzzy
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr ""
"Välj en av de följande dokumenttyperna för att se status för relaterade "
"dokument."
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr "Lista av dömda kategorier"
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr "Var god välj en kategori"
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
msgid "Pending"
msgstr "Avvaktande"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
msgid "Approved"
msgstr "Godkända"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
msgid "Rejected"
msgstr "Avslagna"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr "Nyckel"
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
msgid "Waiting for approval"
msgstr "Väntar på godkännande"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
msgid "Already approved"
msgstr "Redan godkända"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr "Några dokument är avvaktande"
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1808
#, fuzzy
msgid "List of refereing categories"
msgstr "Lista av dömda kategorier"
#: modules/websubmit/lib/websubmit_templates.py:1812
#, fuzzy
msgid "List of publication categories"
msgstr "Listning av publika korgar"
#: modules/websubmit/lib/websubmit_templates.py:1816
#, fuzzy
msgid "List of direct approval categories"
msgstr "Lista av dömda kategorier"
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
#, fuzzy
msgid "Cancelled"
msgstr "Avbryt"
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr "Lista på dömda dokument"
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr "Klicka på ett rapportnummer för mer information"
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "Rapportnummer"
#: modules/websubmit/lib/websubmit_templates.py:2073
#, fuzzy
msgid "List of publication documents"
msgstr "Listning av publika korgar"
#: modules/websubmit/lib/websubmit_templates.py:2075
#, fuzzy
msgid "List of direct approval documents"
msgstr "Lista på dömda dokument"
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr "Din förfrågan har sänts till domaren."
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr "Titel:"
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr "Författare:"
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr "Mer information:"
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr "Klicka här"
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr ""
"Det här dokumentet väntar fortfarande på %(x_fmt_open)sgodkännande"
"%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
msgid "It was first sent for approval on:"
msgstr "Det var först sänt för godkännande:"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr "Senaste godkännande epost sändes:"
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr ""
"Du kan skicka ett godkännande-förfrågan igen genom att klicka på följande "
"knapp:"
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr "Skicka igen"
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr "VARNING! Ett epost kommer att skickas till domaren."
#: modules/websubmit/lib/websubmit_templates.py:2298
#, fuzzy
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr ""
"I egenskap av domare för den här dokumenttypen, godkänn eller avslå ansökan."
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr "Godkänn/Avslå"
#: modules/websubmit/lib/websubmit_templates.py:2305
#, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "Det här dokumentet har blivit %(x_fmt_open)sgodkänt%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2307
msgid "Its approved reference is:"
msgstr "Dokumentets godkänt-referens är:"
#: modules/websubmit/lib/websubmit_templates.py:2313
msgid "It was approved on:"
msgstr "Det godkändes:"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "Det här dokumentet har blivit %(x_fmt_open)savslagit%(x_fmt_close)s."
#: modules/websubmit/lib/websubmit_templates.py:2323
msgid "It was rejected on:"
msgstr "Det var avslaget:"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
#, fuzzy
msgid "No referee has been selected yet."
msgstr "Journalen har raderats."
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
#, fuzzy
msgid "Select a referee"
msgstr "Välj en poäng"
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
#, fuzzy
msgid "Send a recommendation"
msgstr "Skriv en kommentar"
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2453
#, fuzzy
msgid "No editorial board has been selected yet."
msgstr "Journalen har raderats."
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2602
#, fuzzy
msgid "Comments overview"
msgstr "Kommentarer"
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
msgid "select user"
msgstr "Välj användaren"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2741
#, fuzzy
msgid "add this user"
msgstr "Addera till användare"
#: modules/websubmit/lib/websubmit_templates.py:2791
#, fuzzy
msgid "remove this user"
msgstr "Ingen matchande användare"
#: modules/websubmit/lib/websubmit_templates.py:2906
#, fuzzy
msgid "User"
msgstr "Användare"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:172
#, fuzzy
msgid "The collection to which this file belong is restricted: "
msgstr "Åtkomsten till denna samling är begränsad."
#: modules/websubmit/lib/websubmit_webinterface.py:178
#, fuzzy
msgid "This file is restricted: "
msgstr "Åtkomsten till den här filen är begränsad."
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr "Åtkomst till fulltext"
#: modules/websubmit/lib/websubmit_webinterface.py:303
#, fuzzy
msgid "Not enough information to retrieve the document"
msgstr "Bli först att skriva recensionen till det här dokumentet"
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr "Godkännande har inte begärts för detta dokument."
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr "Kunde inte visa dokumentet."
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
#, fuzzy
msgid "Action unauthorized for this document."
msgstr "Godkännande har inte begärts för detta dokument."
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
#, fuzzy
msgid "Action unavailable for this document."
msgstr "Kunde inte visa dokumentet."
#: modules/websubmit/web/publiline.py:668
#, fuzzy
msgid "Adding users to the editorial board"
msgstr "Lägger till %i journaler i dessa korgar"
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
#, fuzzy
msgid "hits"
msgstr "Träffar"
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr "gräns"
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr ""
#: modules/websubmit/web/publiline.py:793
#, fuzzy
msgid "Referee selection"
msgstr "Referens finns ännu inte"
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
#, fuzzy
msgid "Come back to the document"
msgstr "Betygsätt det här dokumentet"
#: modules/websubmit/web/publiline.py:1068
#, fuzzy
msgid "Select:"
msgstr "Välj"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
#, fuzzy
msgid "Approve"
msgstr "Godkända"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
#, fuzzy
msgid "Reject"
msgstr "Avslagna"
#: modules/websubmit/web/publiline.py:1168
#, fuzzy
msgid "Wrong action for this document."
msgstr "Betygsätt det här dokumentet"
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:98
#, fuzzy, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr "Om du vill kan du %(x_url_open)slogga in här%(x_url_close)s."
#: modules/webjournal/lib/webjournal_templates.py:143
#, fuzzy
msgid "Regeneration Error"
msgstr "Internt fel"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
#, fuzzy
msgid "Publish"
msgstr "bidrag"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
#, fuzzy
msgid "Refresh"
msgstr "referens"
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
#, fuzzy
msgid "Update"
msgstr "Uppdatera grupp"
#: modules/webjournal/lib/webjournal_templates.py:625
#, fuzzy
msgid "Apply"
msgstr "april"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
#, fuzzy
msgid "Internal configuration error"
msgstr "Internt fel"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:194
#, fuzzy
msgid "No journal articles"
msgstr "Inga dokumenttyper finns tillängliga."
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:232
#, fuzzy
msgid "No journal issues"
msgstr "Nuvarande status:"
#: modules/webjournal/lib/webjournal_config.py:269
#, fuzzy
msgid "Journal article error"
msgstr "Internt fel"
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:303
#, fuzzy
msgid "No journals available"
msgstr "Inga dokumenttyper finns tillängliga."
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:358
#, fuzzy
msgid "No current issue"
msgstr "Nuvarande status:"
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:450
#, fuzzy
msgid "No popup record"
msgstr "Tillbaka till journal"
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:482
#, fuzzy
msgid "Update error"
msgstr "Uppdatera grupp"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:513
#, fuzzy
msgid "Journal publishing DB error"
msgstr "Internt fel"
#: modules/webjournal/lib/webjournal_config.py:544
#, fuzzy
msgid "Journal issue error"
msgstr "Internt fel"
#: modules/webjournal/lib/webjournal_config.py:545
#, fuzzy
msgid "We could not find a current issue in the Database"
msgstr "Nuvarande OAI-källor i databasen"
#: modules/webjournal/lib/webjournal_config.py:575
#, fuzzy
msgid "Journal ID error"
msgstr "Internt fel"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:611
#, fuzzy
msgid "Sorry, this category does not exist for this journal."
msgstr "Tyvärr verkar inte dokumentet %s existera."
#: modules/webjournal/web/admin/webjournaladmin.py:74
#, fuzzy
msgid "WebJournal Admin"
msgstr "WebComment's administratörsgränssnitt"
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:148
#, fuzzy
msgid "Feature a record"
msgstr "Extern journal"
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:309
#, fuzzy
msgid "Publishing Interface"
msgstr "Internt fel"
#: modules/webjournal/web/admin/webjournaladmin.py:335
#, fuzzy
msgid "Add Journal"
msgstr "journal"
#: modules/webjournal/web/admin/webjournaladmin.py:337
#, fuzzy
msgid "Edit Settings"
msgstr "Ändra inställningar"
#~ msgid "link"
#~ msgstr "link"
#~ msgid "links"
#~ msgstr "links"
#~ msgid "CERN %(link_or_links)s"
#~ msgstr "CERN %(link_or_links)s"
#~ msgid "External %(link_or_links)s"
#~ msgstr "Extern %(link_or_links)s"
#~ msgid "The contents of this collection is restricted."
#~ msgstr "Åtkomsten till denna samling är begränsad."
#, fuzzy
#~ msgid "Sort:"
#~ msgstr "Sortera efter:"
#, fuzzy
#~ msgid "Author"
#~ msgstr "Författare:"
#~ msgid "Author collaborations"
#~ msgstr "Författaresamarbeten"
#~ msgid "Parameter docid missing"
#~ msgstr "Parameter docid saknas"
#, fuzzy
#~ msgid "Please login to perform this action."
#~ msgstr "Du måste logga in för att göra detta."
#, fuzzy
#~ msgid "Alert sent successfully!"
#~ msgstr "Alarmet %s har uppdaterats korrekt."
#, fuzzy
#~ msgid "Webjournal Administration Interface"
#~ msgstr "WebSubmit administration"
#~ msgid "Available journals"
#~ msgstr "Tillgängliga journaler"
#, fuzzy
#~ msgid "Main file(s)"
#~ msgstr "fil(er)"
#~ msgid "Display searches"
#~ msgstr "Visa sökningar"
#, fuzzy
#~ msgid " Username/Email: %s\n"
#~ msgstr "Användarnamn"
#, fuzzy
#~ msgid " Password: %s\n"
#~ msgstr "Lösenord"
#~ msgid "Migrate BibFormat Settings"
#~ msgstr "Migrera BibFormat's inställningar"
#~ msgid "Migrate Knowledge Bases"
#~ msgstr "Migrera kunskapsbaser"
#~ msgid "Migrate Behaviours"
#~ msgstr "Migrera beteenden"
#~ msgid "Migrate Formats"
#~ msgstr "Migrera format"
#, fuzzy
#~ msgid "Your account created on"
#~ msgstr "Användarkonto skapades"
#, fuzzy
#~ msgid "You have created a new account on"
#~ msgstr "eller skapa ett nytt"
#~ msgid ""
#~ "You can now go back to %(x_url_open)sBibEdit Admin Interface%(x_url_close)"
#~ "s."
#~ msgstr ""
#~ "Du kan nu gå tillbaka till %(x_url_open)sBibEdit's "
#~ "administratörsgränssnitt%(x_url_close)s."
#, fuzzy
#~ msgid "No Articles"
#~ msgstr "Artikel"
#, fuzzy
#~ msgid "No Issues"
#~ msgstr "Inga meddelanden"
#, fuzzy
#~ msgid "Article Error"
#~ msgstr "Artikel"
#, fuzzy
#~ msgid "%s Personalize, Main page"
#~ msgstr "Personifiera"
#, fuzzy
#~ msgid "%s , personalize"
#~ msgstr "Personifiera"
#, fuzzy
#~ msgid "Successfully featured record: %s"
#~ msgstr "raderade missbruksrapport"
#~ msgid "Convert"
#~ msgstr "Konvertera"
#~ msgid "Library"
#~ msgstr "Bibliotek"
#~ msgid "Agenda"
#~ msgstr "Agenda"
#~ msgid "Webcast"
#~ msgstr "Webcast"
#~ msgid "Search Help"
#~ msgstr "Sökhjälp"
#~ msgid "Comment Management"
#~ msgstr "Kommentarshantering"
#~ msgid "Format:"
#~ msgstr "Format:"
#~ msgid "Send lost password"
#~ msgstr "Skicka förlorat lösenord"
#~ msgid "Here are your user credentials for"
#~ msgstr "Här är dina användaruppgifter för"
#~ msgid "username"
#~ msgstr "användarnamn"
#~ msgid "password"
#~ msgstr "lösenord"
#~ msgid "You can login at"
#~ msgstr "Du kan logga in på"
#~ msgid "You seem to be %(x_role)s."
#~ msgstr "Du är %(x_role)s."
#~ msgid "Credentials for"
#~ msgstr "Kreditiv för "
#~ msgid ""
#~ "An email has been sent to the given address with the account information."
#~ msgstr ""
#~ "Ett epost med användarinformationen har skickats till adressen du uppgav."
#~ msgid "Unable to find file."
#~ msgstr "Kunde inte hitta filen."
diff --git a/po/uk.po b/po/uk.po
index eeca4cc64..87aa6a4e2 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1,7375 +1,7375 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-02-29 15:25+0100\n"
"Last-Translator: Tibor Simko <tibor.simko@cern.ch>\n"
"Language-Team: UK <cds.support@cern.ch>\n"
"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"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "ТА НЕ"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "Область адміністратора"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "Переглянути"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "Вказівки для пошуку"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "резюме"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "повний текст"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "Регулярний вираз:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "Всі слова"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "номер документа"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "рік"
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr "тема"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "Частина фрази:"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "посилання"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "автор"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
#, fuzzy
msgid "Search Guide"
msgstr "Керівництво"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "експеримент"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "Будь-яке з слів:"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "підрозділ"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "Пошук"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "всі поля"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "Центр допомоги"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
#, fuzzy
msgid "Export as"
msgstr "вересень"
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "розділ"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "Точна фраза:"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
#, fuzzy
msgid "Submit Guide"
msgstr "Допомога в поданні"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "АБО"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "ТА"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "ключеве слово"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "назва"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
#, fuzzy
msgid "Narrow by collection:"
msgstr "Вибрати розділ:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
#, fuzzy
msgid "Add to personal basket"
msgstr "Персоналізація"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
#, fuzzy
msgid "WebSubmit Admin Guide"
msgstr "Адміністрування подання"
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
#, fuzzy
msgid "No fulltext"
msgstr "повний текст"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
#, fuzzy
msgid "or"
msgstr "далі"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:123
#, fuzzy
msgid "Verbose"
msgstr "Переглянути"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "Додати"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
#, fuzzy
msgid "Action"
msgstr "розділи"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:155
#, fuzzy
msgid "Display"
msgstr "Показати результат:"
#: modules/bibedit/lib/bibedit_templates.py:274
#, fuzzy
msgid "Done"
msgstr "травень"
#: modules/bibedit/lib/bibedit_templates.py:275
#, fuzzy
msgid "Add another subfield"
msgstr "Детальний запис"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
#, fuzzy
msgid "Move up"
msgstr "далі"
#: modules/bibedit/lib/bibedit_templates.py:369
#, fuzzy
msgid "Move down"
msgstr "далі"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:476
#, fuzzy
msgid "This record does not exist."
msgstr "Запис видалено"
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:500
msgid "There are record revisions not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
msgid "Please try again in a few minutes."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
#, fuzzy
msgid "Edit another record"
msgstr "Детальний запис"
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:563
#, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr ""
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, fuzzy, python-format
msgid "Submit and save record %s"
msgstr "Подібні записи"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, fuzzy, python-format
msgid "Record #%s"
msgstr "Розділ %s не існує"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#, fuzzy
msgid "Description"
msgstr "сеанс"
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
#, fuzzy
msgid "Show Documentation"
msgstr "обліковий запис"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
#, fuzzy
msgid "Manage Output Formats"
msgstr "Формат представлення:"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1134
#, fuzzy
msgid "Add New Output Format"
msgstr "Формат представлення:"
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
#, fuzzy
msgid "Close Output Format"
msgstr "Формат представлення:"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
#, fuzzy
msgid "Rules"
msgstr "гість"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
#, fuzzy
msgid "Remove Rule"
msgstr "далі"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr ""
#: modules/bibformat/lib/bibformat_templates.py:2266
#, fuzzy
msgid "An error has been found"
msgstr "Запис видалено"
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr ""
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr ""
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
#, fuzzy
msgid "Test with record:"
msgstr "Детальний запис"
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr ""
#: modules/bibformat/lib/elements/bfe_authors.py:120
#, fuzzy
msgid "Hide"
msgstr "Керівництво"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
#, fuzzy
msgid "Download fulltext"
msgstr "повний текст"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
#, fuzzy
msgid "older versions"
msgstr "сеанс"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external links"
msgstr "кошики"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "Повний текст"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
#, fuzzy
msgid "Restricted Output Format"
msgstr "Формат представлення:"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, fuzzy, python-format
msgid "Output Format %s Rules"
msgstr "Формат представлення:"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:371
#, fuzzy
msgid "Delete Output Format"
msgstr "Формат представлення:"
#: modules/bibformat/web/admin/bibformatadmin.py:417
#, fuzzy
msgid "Cannot create output format"
msgstr "Формат представлення:"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:660
#, fuzzy
msgid "Delete Format Template"
msgstr "обліковий запис"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#, fuzzy
msgid "Delete Knowledge Base"
msgstr "кошики"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr ""
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
#, fuzzy
msgid "See Guide"
msgstr "Керівництво"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr ""
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr ""
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
#, fuzzy
msgid "Citation history:"
msgstr "Citation history:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
#, fuzzy
msgid "Download history:"
msgstr "Downloads history:"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
#, fuzzy
msgid "Download user distribution:"
msgstr "Downloads history:"
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr ""
#: modules/miscutil/lib/dateutils.py:159
#, fuzzy
msgid "Sun"
msgstr "червень"
#: modules/miscutil/lib/dateutils.py:160
#, fuzzy
msgid "Mon"
msgstr "травень"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr ""
#: modules/miscutil/lib/dateutils.py:162
#, fuzzy
msgid "Wed"
msgstr "Оголошення"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr ""
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr ""
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr ""
#: modules/miscutil/lib/dateutils.py:167
#, fuzzy
msgid "Sunday"
msgstr "будь-який день"
#: modules/miscutil/lib/dateutils.py:168
#, fuzzy
msgid "Monday"
msgstr "травень"
#: modules/miscutil/lib/dateutils.py:169
#, fuzzy
msgid "Tuesday"
msgstr "будь-який день"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr ""
#: modules/miscutil/lib/dateutils.py:173
#, fuzzy
msgid "Saturday"
msgstr "будь-який день"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
#, fuzzy
msgid "Month"
msgstr "будь-який місяць"
#: modules/miscutil/lib/dateutils.py:188
#, fuzzy
msgid "Jan"
msgstr "січень"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr ""
#: modules/miscutil/lib/dateutils.py:190
#, fuzzy
msgid "Mar"
msgstr "березень"
#: modules/miscutil/lib/dateutils.py:191
#, fuzzy
msgid "Apr"
msgstr "квітень"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "травень"
#: modules/miscutil/lib/dateutils.py:193
#, fuzzy
msgid "Jun"
msgstr "червень"
#: modules/miscutil/lib/dateutils.py:194
#, fuzzy
msgid "Jul"
msgstr "липень"
#: modules/miscutil/lib/dateutils.py:195
#, fuzzy
msgid "Aug"
msgstr "серпень"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr ""
#: modules/miscutil/lib/dateutils.py:197
#, fuzzy
msgid "Oct"
msgstr "жовтень"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr ""
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr ""
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "січень"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "лютий"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "березень"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "квітень"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "червень"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "липень"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "серпень"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "вересень"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "жовтень"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "листопад"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "грудень"
#: modules/miscutil/lib/dateutils.py:231
#, fuzzy
msgid "Day"
msgstr "травень"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "Рік"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
#, fuzzy
msgid "Sorry"
msgstr "Впорядкувати за:"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:100
#, fuzzy
msgid "The error report has been sent."
msgstr "Запис видалено"
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr ""
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr "номер запису"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr "подібні слова"
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:412
msgid "times cited"
msgstr ""
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
#, fuzzy
msgid "Hello:"
msgstr "Допомога"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr ""
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
msgid "Configure OAI Repository"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr ""
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
#, fuzzy
msgid "Configure WebComment"
msgstr "Пошук"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
#, fuzzy
msgid "Configure WebSearch"
msgstr "Пошук"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, python-format
msgid "Your account on '%s' has been activated"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, fuzzy, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr "Запис видалено"
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
#, fuzzy
msgid "Username/Email:"
msgstr "повідомлення"
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
msgid "Password:"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, fuzzy, python-format
msgid "Account created on '%s'"
msgstr "обліковий запис"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, fuzzy, python-format
msgid "An account has been created for you on '%s':"
msgstr "обліковий запис"
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, fuzzy, python-format
msgid "Account rejected on '%s'"
msgstr "обліковий запис"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr ""
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, fuzzy, python-format
msgid "Username/Email: %s"
msgstr "повідомлення"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, fuzzy, python-format
msgid "Account deleted on '%s'"
msgstr "обліковий запис"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, fuzzy, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "Запис видалено"
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "Детальний запис"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "Подібні записи"
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr "Cited by"
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr ""
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr ""
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
msgid "You do not have rights for this operation."
msgstr ""
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr ""
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr ""
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr ""
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr ""
#: modules/webalert/lib/webalert.py:376
#, fuzzy, python-format
msgid "The alert %s has been successfully updated."
msgstr "Запис видалено"
#: modules/webalert/lib/webalert.py:428
#, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:90
#, fuzzy
msgid "Collections"
msgstr "розділи"
#: modules/webalert/lib/webalert_templates.py:92
#, fuzzy
msgid "Collection"
msgstr "розділи"
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:114
#, fuzzy
msgid "alert name"
msgstr "повідомлення"
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
#, fuzzy
msgid "monthly"
msgstr "будь-який місяць"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
#, fuzzy
msgid "daily"
msgstr "детальний"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:300
#, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:322
#, fuzzy
msgid "Result in basket"
msgstr "кошики"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
#, fuzzy
msgid "no basket"
msgstr "кошики"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
#, fuzzy
msgid "Remove"
msgstr "далі"
#: modules/webalert/lib/webalert_templates.py:374
#, fuzzy
msgid "Modify"
msgstr "травень"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr ""
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr ""
#: modules/webalert/lib/webalert_templates.py:434
#, fuzzy, python-format
msgid "Here are the %s most popular searches."
msgstr "Спробуйте шукати..."
#: modules/webalert/lib/webalert_templates.py:445
#, fuzzy
msgid "Question"
msgstr "сеанс"
#: modules/webalert/lib/webalert_templates.py:449
#, fuzzy
msgid "Last Run"
msgstr "Останнє поновлення"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:79
#, fuzzy
msgid "Popular Searches"
msgstr "Пошук"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
#, fuzzy
msgid "Your Searches"
msgstr "Пошук"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
#, fuzzy
msgid "Your Account"
msgstr "обліковий запис"
#: modules/webalert/lib/webalert_webinterface.py:90
#, fuzzy, python-format
msgid "%s Personalize, Display searches"
msgstr "Показати результат:"
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, fuzzy, python-format
msgid "%s, personalize"
msgstr "Персоналізація"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, python-format
msgid "%s Personalize, Set a new alert"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:227
#, python-format
msgid "%s Personalize, Modify alert settings"
msgstr ""
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
#, fuzzy
msgid "Your Alerts"
msgstr "кошики"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, fuzzy, python-format
msgid "%s Personalize, Display alerts"
msgstr "Показати результат:"
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
#, fuzzy
msgid "Display alerts"
msgstr "Показати результат:"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr ""
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
#, fuzzy
msgid "Personal baskets"
msgstr "Персоналізація"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
#, fuzzy
msgid "Group baskets"
msgstr "кошики"
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
#, fuzzy
msgid "Others' baskets"
msgstr "кошики"
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:198
#, fuzzy, python-format
msgid "There are %i baskets"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:206
#, fuzzy
msgid "updated on"
msgstr "Останнє поновлення"
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
#, fuzzy
msgid "Public basket"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
#, fuzzy
msgid "records"
msgstr "Подібні записи"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
#, fuzzy
msgid "last update"
msgstr "Останнє поновлення"
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
#, fuzzy
msgid "Basket's name"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:355
#, fuzzy
msgid "View"
msgstr "далі"
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:377
#, fuzzy
msgid "There is currently no publicly accessible basket"
msgstr "Запис видалено"
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:422
#, fuzzy
msgid "Actions"
msgstr "розділи"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
#, fuzzy
msgid "Non-shared basket"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
#, fuzzy
msgid "Shared basket"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
#, fuzzy
msgid "Group-shared basket"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
#, fuzzy
msgid "Edit basket"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:521
#, fuzzy
msgid "last comment:"
msgstr "обліковий запис"
#: modules/webbasket/lib/webbasket_templates.py:582
#, fuzzy
msgid "Move item up"
msgstr "далі"
#: modules/webbasket/lib/webbasket_templates.py:590
#, fuzzy
msgid "Move item down"
msgstr "далі"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:606
#, fuzzy
msgid "Remove item"
msgstr "далі"
#: modules/webbasket/lib/webbasket_templates.py:609
#, fuzzy
msgid "External record"
msgstr "Детальний запис"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:647
#, fuzzy
msgid "View comments"
msgstr "обліковий запис"
#: modules/webbasket/lib/webbasket_templates.py:672
#, fuzzy
msgid "This basket is publicly accessible at the following address:"
msgstr "Запис видалено"
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "Впорядкувати за:"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:833
#, fuzzy
msgid "Back to baskets"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
#, fuzzy
msgid "on"
msgstr "травень"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:876
#, fuzzy
msgid "Delete comment"
msgstr "обліковий запис"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
#, fuzzy
msgid "Create new basket"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:1001
#, fuzzy
msgid "Select topic"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1019
#, fuzzy
msgid "Create new topic"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:1021
#, fuzzy
msgid "Create a new basket"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
#, fuzzy
msgid "Select basket"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, fuzzy, python-format
msgid "%i baskets"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:1111
#, fuzzy
msgid "Add to a group-shared basket"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1167
#, fuzzy
msgid "Add to baskets"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, fuzzy, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr "Запис видалено"
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1277
#, fuzzy
msgid "General settings"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1314
#, fuzzy
msgid "Delete basket"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:1338
#, fuzzy
msgid "Editing basket"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
#, fuzzy
msgid "View records"
msgstr "Подібні записи"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
#, fuzzy
msgid "and"
msgstr "Оголошення"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
#, fuzzy
msgid "add records"
msgstr "Подібні записи"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
#, fuzzy
msgid "delete comments"
msgstr "обліковий запис"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
#, fuzzy
msgid "remove records"
msgstr "Детальний запис"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr ""
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
#, fuzzy
msgid "Back to search results"
msgstr "Результати пошуку"
#: modules/webbasket/lib/webbasket_webinterface.py:98
#, fuzzy
msgid "Display baskets"
msgstr "Показати результат:"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
#, fuzzy
msgid "Your Baskets"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:474
#, fuzzy
msgid "Delete a basket"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr ""
#: modules/webbasket/lib/webbasket_webinterface.py:721
#, fuzzy
msgid "Create basket"
msgstr "кошики"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
#, fuzzy
msgid "List of public baskets"
msgstr "кошики"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, fuzzy, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "Cited by: %s records"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
#, fuzzy
msgid "Report abuse"
msgstr "вересень"
#: modules/webcomment/lib/webcomment_templates.py:361
#, fuzzy, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "Cited by: %s records"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#, fuzzy
msgid "Reviews"
msgstr "далі"
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
#, fuzzy
msgid "Review"
msgstr "далі"
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
#, fuzzy
msgid "Article"
msgstr "квітень"
#: modules/webcomment/lib/webcomment_templates.py:808
#, fuzzy
msgid "Add comment"
msgstr "обліковий запис"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:901
#, fuzzy
msgid "Select a score"
msgstr "кошики"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:908
#, fuzzy
msgid "Add review"
msgstr "далі"
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:940
#, fuzzy
msgid "Your comment was successfully added."
msgstr "Запис видалено"
#: modules/webcomment/lib/webcomment_templates.py:942
#, fuzzy
msgid "Back to record"
msgstr "перейти до запису:"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1029
#, fuzzy
msgid "View all users who have been reported"
msgstr "Запис видалено"
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "Керівництво"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
#, fuzzy
msgid "Email"
msgstr "детальний"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1179
#, fuzzy, python-format
msgid "This review has been reported %i times"
msgstr "Запис видалено"
#: modules/webcomment/lib/webcomment_templates.py:1181
#, fuzzy, python-format
msgid "This comment has been reported %i times"
msgstr "Запис видалено"
#: modules/webcomment/lib/webcomment_templates.py:1258
#, fuzzy
msgid "Written by"
msgstr "Cited by"
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1260
#, fuzzy
msgid "Select"
msgstr "кошики"
#: modules/webcomment/lib/webcomment_templates.py:1274
#, fuzzy
msgid "Delete selected reviews"
msgstr "кошики"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1279
#, fuzzy
msgid "Delete selected comments"
msgstr "кошики"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr ""
#: modules/webcomment/lib/webcomment_templates.py:1375
msgid "Not yet reviewed"
msgstr ""
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
#, fuzzy
msgid "Record Not Found"
msgstr "Розділ %s не існує"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
#, fuzzy
msgid "Login"
msgstr "увійти"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr ""
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "Внутрішня помилка"
#: modules/webcomment/web/admin/webcommentadmin.py:95
#, fuzzy
msgid "Delete Comment"
msgstr "обліковий запис"
#: modules/webcomment/web/admin/webcommentadmin.py:168
#, fuzzy
msgid "View all reported users"
msgstr "Подібні записи"
#: modules/webcomment/web/admin/webcommentadmin.py:214
#, fuzzy
msgid "Delete comments"
msgstr "обліковий запис"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr ""
#: modules/webmessage/lib/webmessage.py:129
#, fuzzy
msgid "The message could not be deleted."
msgstr "Запис видалено"
#: modules/webmessage/lib/webmessage.py:131
#, fuzzy
msgid "The message was successfully deleted."
msgstr "Запис видалено"
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr ""
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr ""
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr ""
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr ""
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr ""
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr ""
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr ""
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr ""
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr ""
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
#, fuzzy
msgid "Your Messages"
msgstr "Пошук"
#: modules/webmessage/lib/webmessage_templates.py:87
#, fuzzy
msgid "Subject"
msgstr "Додати"
#: modules/webmessage/lib/webmessage_templates.py:88
#, fuzzy
msgid "Sender"
msgstr "Оголошення"
#: modules/webmessage/lib/webmessage_templates.py:97
#, fuzzy
msgid "No messages"
msgstr "Пошук"
#: modules/webmessage/lib/webmessage_templates.py:101
#, fuzzy
msgid "No subject"
msgstr "Додати"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:282
#, fuzzy
msgid "Send later?"
msgstr "Оголошення"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
#, fuzzy
msgid "Subject:"
msgstr "Додати"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
#, fuzzy
msgid "Message:"
msgstr "Пошук"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:451
#, fuzzy
msgid "Sent to:"
msgstr "кошики"
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:569
#, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr ""
#: modules/webmessage/lib/webmessage_templates.py:679
#, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr ""
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr ""
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "Результати пошуку"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "будь-який день"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "будь-який місяць"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "будь-який рік"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "будь-який розділ"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "додати інший розділ"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "впорядкувати за"
#: modules/websearch/lib/search_engine.py:851
#, fuzzy
msgid "HTML brief"
msgstr "короткий"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "останні спочатку"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr ""
#: modules/websearch/lib/search_engine.py:1716
#, fuzzy, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr ""
"Точних відповідностей запиту <em>%s</em> не знайдено, замсть цього "
"використано <em>%s</em>..."
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
#: modules/websearch/lib/search_engine.py:2068
#, fuzzy, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"В роділі %s результатів не знайдено. В інших загальнодоступних розділах "
"знайдено <a class=\"nearestterms\" href=\"%s/search.py?%s\">%d співпадінь</a>"
#: modules/websearch/lib/search_engine.py:2077
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:2190
msgid "No words index available for"
msgstr "Не знайдено лексичний вказівник для"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "Не знайдений вказівник фраз для"
#: modules/websearch/lib/search_engine.py:2226
#, fuzzy, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr "не знайдено. Найближчі терміни в розділі:"
#: modules/websearch/lib/search_engine.py:2230
#, fuzzy, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr "не знайдено. Найближчі терміни в розділі:"
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr ""
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr ""
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr ""
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "Запис видалено"
#: modules/websearch/lib/search_engine.py:3750
#, fuzzy
msgid "Requested record does not seem to exist."
msgstr "Запис видалено"
#: modules/websearch/lib/search_engine.py:3984
msgid "No match within your time limits, discarding this condition..."
msgstr "За відведений час результатів не знайдено, умову скасовано"
#: modules/websearch/lib/search_engine.py:4008
msgid "No match within your search limits, discarding this condition..."
msgstr "За даних обмежень результатів не знайдено, умова скасовується"
#: modules/websearch/lib/websearchadminlib.py:3202
msgid "Information"
msgstr ""
#: modules/websearch/lib/websearchadminlib.py:3203
msgid "References"
msgstr ""
#: modules/websearch/lib/websearchadminlib.py:3204
#, fuzzy
msgid "Citations"
msgstr "Citation history:"
#: modules/websearch/lib/websearchadminlib.py:3205
#, fuzzy
msgid "Discussion"
msgstr "сеанс"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, fuzzy, python-format
msgid "Search %s records for:"
msgstr "Шукати серед %s записів:"
#: modules/websearch/lib/websearch_templates.py:659
#, fuzzy
msgid "less"
msgstr "гість"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "далі"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
msgid "Search everywhere"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "Розширений пошук"
#: modules/websearch/lib/websearch_templates.py:854
#, fuzzy, python-format
msgid "Search %s records for"
msgstr "Шукати серед %s записів:"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "Простий пошук"
#: modules/websearch/lib/websearch_templates.py:938
#, fuzzy
msgid "Search options:"
msgstr "Опції пошуку"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
#, fuzzy
msgid "Added/modified since:"
msgstr "Додано з:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
#, fuzzy
msgid "until:"
msgstr "до:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
#, fuzzy
msgid "Display results:"
msgstr "Показати результат:"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
#, fuzzy
msgid "Output format:"
msgstr "Формат представлення:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "Додано з:"
#: modules/websearch/lib/websearch_templates.py:1154
#, fuzzy
msgid "Modified since:"
msgstr "Додано з:"
#: modules/websearch/lib/websearch_templates.py:1191
#, fuzzy
msgid "Focus on:"
msgstr "Вибрати з:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "обмежено"
#: modules/websearch/lib/websearch_templates.py:1252
#, fuzzy
msgid "Search also:"
msgstr "Результати пошуку"
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr "Цей розділ поки що не містить записів"
#: modules/websearch/lib/websearch_templates.py:1392
#, fuzzy
msgid "Latest additions:"
msgstr "Останні надходження:"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, fuzzy, python-format
msgid "Cited by %i records"
msgstr "Cited by: %s records"
#: modules/websearch/lib/websearch_templates.py:1556
#, fuzzy, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr "будь-який розділ"
#: modules/websearch/lib/websearch_templates.py:1559
#, fuzzy, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr "будь-який розділ"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "розділи"
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "результати"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "зрост."
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "спад."
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "один список"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "розділити за розділами"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, fuzzy, python-format
msgid "%s records found"
msgstr "Шукати серед %s записів:"
#: modules/websearch/lib/websearch_templates.py:2343
#, fuzzy
msgid "begin"
msgstr "увійти"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:2367
#, fuzzy
msgid "end"
msgstr "Оголошення"
#: modules/websearch/lib/websearch_templates.py:2387
#, fuzzy
msgid "jump to record:"
msgstr "перейти до запису:"
#: modules/websearch/lib/websearch_templates.py:2400
#, fuzzy, python-format
msgid "Search took %s seconds."
msgstr "Пошук тривав %.2f секунд."
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "ДОДАТИ ДО КОШИКА"
#: modules/websearch/lib/websearch_templates.py:2589
#, fuzzy, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"<strong>Результат:</strong> Знайдено <strong>%s</strong> записів за %.2f "
"секунд."
#: modules/websearch/lib/websearch_templates.py:2637
msgid ""
"Boolean query returned no hits. Please combine your search terms differently."
msgstr ""
"Результатів для умовного запиту не знайдено. Виберіть іншу комбінацію "
"термінів."
#: modules/websearch/lib/websearch_templates.py:2669
msgid "See also: similar author names"
msgstr "Див. також: подібні прізвища авторів"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, fuzzy, python-format
msgid "Collection %s Not Found"
msgstr "Розділ %s не існує"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3101
#, fuzzy
msgid "People who downloaded this document also downloaded:"
msgstr "People who downloaded this document also downloaded:"
#: modules/websearch/lib/websearch_templates.py:3117
#, fuzzy
msgid "People who viewed this page also viewed:"
msgstr "People who viewed this page also viewed:"
#: modules/websearch/lib/websearch_templates.py:3170
#, python-format
msgid "Cited by: %s records"
msgstr "Cited by: %s records"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "Co-cited with: %s records"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3310
#, fuzzy
msgid "Affiliations:"
msgstr "Citation history:"
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3346
#, fuzzy
msgid "Publishes in"
msgstr "додане"
#: modules/websearch/lib/websearch_templates.py:3353
#, fuzzy
msgid "Papers:"
msgstr "повідомлення"
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3355
#, fuzzy
msgid "times"
msgstr "назва"
#: modules/websearch/lib/websearch_templates.py:3383
#, fuzzy
msgid "Citations:"
msgstr "Citation history:"
#: modules/websearch/lib/websearch_templates.py:3413
#, fuzzy
msgid "Citation summary results"
msgstr "Результати пошуку"
#: modules/websearch/lib/websearch_templates.py:3418
msgid "Total number of citable papers analyzed:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3441
msgid "Total number of citations:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:420
msgid "You are not authorized to view this area."
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:755
#, fuzzy
msgid "Not found"
msgstr "Розділ %s не існує"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "в"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
#, fuzzy
msgid ""
"Haven't found what you were looking for? Try your search on other servers:"
msgstr "Не знайшли потрібного? Спробуйте пошуковий сервер:"
#: modules/websearch/lib/websearch_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:120
#, fuzzy
msgid "Search timed out."
msgstr "Результати пошуку"
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr ""
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
#, fuzzy
msgid "No results found."
msgstr "Розділ %s не існує"
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, fuzzy, python-format
msgid "%s results found"
msgstr "Розділ %s не існує"
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, fuzzy, python-format
msgid "%s seconds"
msgstr "Шукати серед %s записів:"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "короткий"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr ""
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr ""
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
#: modules/websession/lib/websession_templates.py:97
#, fuzzy
msgid "External account settings"
msgstr "кошики"
#: modules/websession/lib/websession_templates.py:99
#, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:103
#, fuzzy
msgid "External user groups"
msgstr "Детальний запис"
#: modules/websession/lib/websession_templates.py:160
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr ""
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr ""
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr ""
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr ""
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
#, fuzzy
msgid "mandatory"
msgstr "будь-який день"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr ""
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr ""
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
#: modules/websession/lib/websession_templates.py:215
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr ""
#: modules/websession/lib/websession_templates.py:217
msgid "Old password"
msgstr ""
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr ""
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr ""
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr ""
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr ""
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr ""
#: modules/websession/lib/websession_templates.py:224
msgid "Set new password"
msgstr ""
#: modules/websession/lib/websession_templates.py:229
#, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:235
#, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:249
msgid "Edit language-related settings"
msgstr ""
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr ""
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
#, fuzzy
msgid "Update settings"
msgstr "кошики"
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr ""
#: modules/websession/lib/websession_templates.py:279
#, fuzzy
msgid "Show the latest additions box"
msgstr "Останні надходження:"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr ""
#: modules/websession/lib/websession_templates.py:295
#, fuzzy
msgid "Number of search results per page"
msgstr "Результати пошуку"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr ""
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr ""
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
#, fuzzy
msgid "Select method"
msgstr "кошики"
#: modules/websession/lib/websession_templates.py:359
#, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr ""
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr ""
#: modules/websession/lib/websession_templates.py:382
msgid "Send password reset link"
msgstr ""
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:389
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr ""
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr ""
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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:427
#: modules/websession/lib/websession_webinterface.py:267
#, fuzzy
msgid "Your Settings"
msgstr "кошики"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr ""
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr ""
#: modules/websession/lib/websession_templates.py:441
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:450
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:459
#, fuzzy
msgid "Your Loans"
msgstr "підтвердження"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr ""
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr ""
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:573
#, fuzzy
msgid "Your Alert Searches"
msgstr "Пошук"
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr ""
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
#, fuzzy
msgid "Your Groups"
msgstr "підтвердження"
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr ""
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
#, fuzzy
msgid "Your Submissions"
msgstr "додане"
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr ""
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
#, fuzzy
msgid "Your Approvals"
msgstr "підтвердження"
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr ""
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr ""
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr ""
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr ""
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:707
#, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr ""
#: modules/websession/lib/websession_templates.py:722
#, fuzzy
msgid "Deleting your account"
msgstr "обліковий запис"
#: modules/websession/lib/websession_templates.py:736
msgid "You are no longer recognized by our system."
msgstr ""
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr ""
#: modules/websession/lib/websession_templates.py:780
#, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr ""
#: modules/websession/lib/websession_templates.py:787
#, 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:810
#, fuzzy
msgid "Login method:"
msgstr "увійти"
#: modules/websession/lib/websession_templates.py:837
#, fuzzy
msgid "Username"
msgstr "повідомлення"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr ""
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr ""
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "увійти"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr ""
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr ""
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
#: modules/websession/lib/websession_templates.py:900
msgid "Set a new password for"
msgstr ""
#: modules/websession/lib/websession_templates.py:901
msgid "Type the new password"
msgstr ""
#: modules/websession/lib/websession_templates.py:902
msgid "Type again the new password"
msgstr ""
#: modules/websession/lib/websession_templates.py:903
msgid "Set the new password"
msgstr ""
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr ""
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr ""
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr ""
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr ""
#: modules/websession/lib/websession_templates.py:978
#, 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:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr ""
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr ""
#: modules/websession/lib/websession_templates.py:1014
#, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "гість"
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr "сеанс"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "повідомлення"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "кошики"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "обліковий запис"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr ""
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr ""
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr ""
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr "додане"
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr "підтвердження"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "адміністрування"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "вийти"
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr ""
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1291
#, fuzzy, python-format
msgid "Edit %s members"
msgstr "кошики"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
#, fuzzy
msgid "Create new group"
msgstr "кошики"
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr ""
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1391
msgid "You are a member of the following external groups:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1414
msgid "You are not a member of any external groups."
msgstr ""
#: modules/websession/lib/websession_templates.py:1462
#, fuzzy
msgid "Update group"
msgstr "Останнє поновлення"
#: modules/websession/lib/websession_templates.py:1464
#, fuzzy, python-format
msgid "Edit group %s"
msgstr "кошики"
#: modules/websession/lib/websession_templates.py:1466
#, fuzzy
msgid "Delete group"
msgstr "обліковий запис"
#: modules/websession/lib/websession_templates.py:1539
#, fuzzy
msgid "Group name:"
msgstr "кошики"
#: modules/websession/lib/websession_templates.py:1541
#, fuzzy
msgid "Group description:"
msgstr "сеанс"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr ""
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
#, fuzzy
msgid "Please select:"
msgstr "кошики"
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr ""
#: modules/websession/lib/websession_templates.py:1652
#, fuzzy
msgid "Choose group:"
msgstr "підтвердження"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr ""
#: modules/websession/lib/websession_templates.py:1802
#, fuzzy
msgid "Remove member"
msgstr "далі"
#: modules/websession/lib/websession_templates.py:1804
#, fuzzy
msgid "No members."
msgstr "листопад"
#: modules/websession/lib/websession_templates.py:1814
#, fuzzy
msgid "Accept member"
msgstr "вересень"
#: modules/websession/lib/websession_templates.py:1814
#, fuzzy
msgid "Reject member"
msgstr "далі"
#: modules/websession/lib/websession_templates.py:1816
#, fuzzy
msgid "No members awaiting approval."
msgstr "підтвердження"
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
#, fuzzy
msgid "Current members"
msgstr "кошики"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
#, fuzzy
msgid "Members awaiting approval"
msgstr "підтвердження"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr ""
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr ""
#: modules/websession/lib/websession_templates.py:1827
#, fuzzy, python-format
msgid "Group: %s"
msgstr "кошики"
#: modules/websession/lib/websession_templates.py:1910
#, fuzzy
msgid "Group list"
msgstr "кошики"
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr ""
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr ""
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr ""
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr ""
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr ""
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr ""
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr ""
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr ""
#: modules/websession/lib/websession_templates.py:2124
#, fuzzy, python-format
msgid "Group %s: Join request has been accepted"
msgstr "Запис видалено"
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr ""
#: modules/websession/lib/websession_templates.py:2127
#, fuzzy, python-format
msgid "Group %s: Join request has been rejected"
msgstr "Запис видалено"
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr ""
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:2145
#, fuzzy, python-format
msgid "Group %s has been deleted"
msgstr "Запис видалено"
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr ""
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr ""
#: modules/websession/lib/webuser.py:299
#, fuzzy
msgid "user"
msgstr "повідомлення"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr ""
#: modules/websession/lib/webuser.py:713
#, fuzzy
msgid "New account on"
msgstr "обліковий запис"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr ""
#: modules/websession/lib/webuser.py:716
msgid "A new account has been created on"
msgstr ""
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr ""
#: modules/websession/lib/webuser.py:720
#, fuzzy
msgid " Username/Email"
msgstr "повідомлення"
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
#, fuzzy
msgid "Email address successfully activated"
msgstr "Запис видалено"
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:155
msgid "Reset password"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:161
msgid "This request for resetting a password has already been used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:164
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:271
#, fuzzy, python-format
msgid "%s Personalize, Your Settings"
msgstr "кошики"
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
#, fuzzy
msgid "Show account"
msgstr "обліковий запис"
#: modules/websession/lib/websession_webinterface.py:323
msgid "Switched to internal login method."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:324
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:332
msgid "Send Password"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:415
msgid "Password edited"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
msgid "Editing password failed"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:423
msgid "Wrong old password inserted."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:450
#, fuzzy
msgid "Unable to update settings."
msgstr "кошики"
#: modules/websession/lib/websession_webinterface.py:507
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:552
msgid "Reset password link sent"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:597
#, fuzzy
msgid "Delete Account"
msgstr "обліковий запис"
#: modules/websession/lib/websession_webinterface.py:623
#, fuzzy
msgid "Logout"
msgstr "вийти"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:1157
#, fuzzy
msgid "Edit group members"
msgstr "кошики"
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "Головна сторінка"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "Персоналізація"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "Допомога"
#: modules/webstyle/lib/webstyle_templates.py:414
#, fuzzy
msgid "Last updated"
msgstr "Останнє поновлення"
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr "Powered by"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "Служба підтримки"
#: modules/webstyle/lib/webstyle_templates.py:500
msgid "This site is also available in the following languages:"
msgstr "Цей сайт також доступний наступними мовами:"
#: modules/webstyle/lib/webstyle_templates.py:529
#, fuzzy
msgid "Browser"
msgstr "Переглянути"
#: modules/webstyle/lib/webstyle_templates.py:551
#, fuzzy
msgid "System Error"
msgstr "Внутрішня помилка"
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr ""
#: modules/webstyle/lib/webstyle_templates.py:624
#, fuzzy, python-format
msgid "Please contact %s quoting the following information:"
msgstr ""
"Зверніться на адресу <a href=\"mailto:%s\">%s</a> та вкажіть наступну "
"інформацію:"
#: modules/webstyle/lib/webstyle_templates.py:772
#, fuzzy, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr "Запис створено %s, остання зміна %s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
#, fuzzy
msgid "Admin Pages"
msgstr "Область адміністратора"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:161
#, fuzzy
msgid "Latest modifications:"
msgstr "Останні надходження:"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:166
#, fuzzy
msgid "See also"
msgstr "Результати пошуку"
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, fuzzy, python-format
msgid "Page %s Not Found"
msgstr "Розділ %s не існує"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
#, fuzzy
msgid "Invalid parameter"
msgstr "кошики"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:384
msgid "Unknown form field found on submission page."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:512
msgid "Unknown form field found on one of the submission pages."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr ""
#: modules/websubmit/lib/websubmit_engine.py:1469
#, fuzzy
msgid "The chosen action is not supported by the document type."
msgstr "Цей розділ поки що не містить записів"
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:95
msgid "Please select the type of document you want to submit"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:301
#, fuzzy
msgid "Please select a category"
msgstr "кошики"
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:535
#, fuzzy
msgid "Submission number"
msgstr "додане"
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
#, fuzzy
msgid "Back to main menu"
msgstr "кошики"
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:957
#, fuzzy
msgid "Submission no"
msgstr "додане"
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1032
#, fuzzy
msgid "Function"
msgstr "сеанс"
#: modules/websubmit/lib/websubmit_templates.py:1033
#, fuzzy
msgid "Score"
msgstr "далі"
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1111
#, fuzzy
msgid "record"
msgstr "Подібні записи"
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
#, fuzzy
msgid "version"
msgstr "сеанс"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1375
#, fuzzy
msgid "For"
msgstr "далі"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1435
#, fuzzy
msgid "Last access"
msgstr "Останнє поновлення"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1446
#, fuzzy, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "Cited by: %s records"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
#, fuzzy
msgid "Pending"
msgstr "Оголошення"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
#, fuzzy
msgid "Approved"
msgstr "підтвердження"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
#, fuzzy
msgid "Rejected"
msgstr "обмежено"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
#, fuzzy
msgid "Waiting for approval"
msgstr "підтвердження"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
#, fuzzy
msgid "Already approved"
msgstr "підтвердження"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1808
msgid "List of refereing categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1812
#, fuzzy
msgid "List of publication categories"
msgstr "кошики"
#: modules/websubmit/lib/websubmit_templates.py:1816
msgid "List of direct approval categories"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
msgid "Cancelled"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "Номер документа"
#: modules/websubmit/lib/websubmit_templates.py:2073
#, fuzzy
msgid "List of publication documents"
msgstr "кошики"
#: modules/websubmit/lib/websubmit_templates.py:2075
msgid "List of direct approval documents"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
#, fuzzy
msgid "It was first sent for approval on:"
msgstr "підтвердження"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2298
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2305
#, fuzzy, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "Запис видалено"
#: modules/websubmit/lib/websubmit_templates.py:2307
#, fuzzy
msgid "Its approved reference is:"
msgstr "підтвердження"
#: modules/websubmit/lib/websubmit_templates.py:2313
#, fuzzy
msgid "It was approved on:"
msgstr "підтвердження"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, fuzzy, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "Запис видалено"
#: modules/websubmit/lib/websubmit_templates.py:2323
#, fuzzy
msgid "It was rejected on:"
msgstr "обмежено"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
#, fuzzy
msgid "No referee has been selected yet."
msgstr "Запис видалено"
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
#, fuzzy
msgid "Select a referee"
msgstr "кошики"
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
msgid "Send a recommendation"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2453
#, fuzzy
msgid "No editorial board has been selected yet."
msgstr "Запис видалено"
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2602
msgid "Comments overview"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
#, fuzzy
msgid "select user"
msgstr "кошики"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2741
msgid "add this user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2791
#, fuzzy
msgid "remove this user"
msgstr "Детальний запис"
#: modules/websubmit/lib/websubmit_templates.py:2906
#, fuzzy
msgid "User"
msgstr "повідомлення"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:172
#, fuzzy
msgid "The collection to which this file belong is restricted: "
msgstr "Доступ до змісту цього розділу обмежений"
#: modules/websubmit/lib/websubmit_webinterface.py:178
#, fuzzy
msgid "This file is restricted: "
msgstr "Доступ до змісту цього розділу обмежений"
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:303
#, fuzzy
msgid "Not enough information to retrieve the document"
msgstr "Цей розділ поки що не містить записів"
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr ""
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr ""
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
#, fuzzy
msgid "Action unauthorized for this document."
msgstr "Цей розділ поки що не містить записів"
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
#, fuzzy
msgid "Action unavailable for this document."
msgstr "Цей розділ поки що не містить записів"
#: modules/websubmit/web/publiline.py:668
msgid "Adding users to the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "hits"
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr ""
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr ""
#: modules/websubmit/web/publiline.py:793
#, fuzzy
msgid "Referee selection"
msgstr "кошики"
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
msgid "Come back to the document"
msgstr ""
#: modules/websubmit/web/publiline.py:1068
#, fuzzy
msgid "Select:"
msgstr "кошики"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
#, fuzzy
msgid "Approve"
msgstr "підтвердження"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
#, fuzzy
msgid "Reject"
msgstr "обмежено"
#: modules/websubmit/web/publiline.py:1168
#, fuzzy
msgid "Wrong action for this document."
msgstr "Цей розділ поки що не містить записів"
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:98
#, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:143
#, fuzzy
msgid "Regeneration Error"
msgstr "Внутрішня помилка"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
#, fuzzy
msgid "Publish"
msgstr "додане"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
msgid "Refresh"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
#, fuzzy
msgid "Update"
msgstr "Останнє поновлення"
#: modules/webjournal/lib/webjournal_templates.py:625
#, fuzzy
msgid "Apply"
msgstr "квітень"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
#, fuzzy
msgid "Internal configuration error"
msgstr "Внутрішня помилка"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:194
#, fuzzy
msgid "No journal articles"
msgstr "Не знайдено лексичний вказівник для"
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:232
#, fuzzy
msgid "No journal issues"
msgstr "Не знайдено лексичний вказівник для"
#: modules/webjournal/lib/webjournal_config.py:269
#, fuzzy
msgid "Journal article error"
msgstr "Внутрішня помилка"
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:303
#, fuzzy
msgid "No journals available"
msgstr "Не знайдено лексичний вказівник для"
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:358
msgid "No current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:450
#, fuzzy
msgid "No popup record"
msgstr "перейти до запису:"
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:482
#, fuzzy
msgid "Update error"
msgstr "Останнє поновлення"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:513
#, fuzzy
msgid "Journal publishing DB error"
msgstr "Внутрішня помилка"
#: modules/webjournal/lib/webjournal_config.py:544
#, fuzzy
msgid "Journal issue error"
msgstr "Внутрішня помилка"
#: modules/webjournal/lib/webjournal_config.py:545
msgid "We could not find a current issue in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:575
#, fuzzy
msgid "Journal ID error"
msgstr "Внутрішня помилка"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:611
msgid "Sorry, this category does not exist for this journal."
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:74
msgid "WebJournal Admin"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:148
#, fuzzy
msgid "Feature a record"
msgstr "перейти до запису:"
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:309
#, fuzzy
msgid "Publishing Interface"
msgstr "Внутрішня помилка"
#: modules/webjournal/web/admin/webjournaladmin.py:335
msgid "Add Journal"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:337
#, fuzzy
msgid "Edit Settings"
msgstr "кошики"
#, fuzzy
#~ msgid "link"
#~ msgstr "в"
#, fuzzy
#~ msgid "links"
#~ msgstr "увійти"
#~ msgid "The contents of this collection is restricted."
#~ msgstr "Доступ до змісту цього розділу обмежений"
#, fuzzy
#~ msgid "Sort:"
#~ msgstr "Впорядкувати за:"
#, fuzzy
#~ msgid "Author"
#~ msgstr "автор"
#, fuzzy
#~ msgid "Alert sent successfully!"
#~ msgstr "обліковий запис"
#, fuzzy
#~ msgid "Webjournal Administration Interface"
#~ msgstr "Адміністрування подання"
#, fuzzy
#~ msgid "Display searches"
#~ msgstr "Показати результат:"
#, fuzzy
#~ msgid " Username/Email: %s\n"
#~ msgstr "повідомлення"
#, fuzzy
#~ msgid "No Articles"
#~ msgstr "квітень"
#, fuzzy
#~ msgid "No Issues"
#~ msgstr "Пошук"
#, fuzzy
#~ msgid "Article Error"
#~ msgstr "квітень"
#, fuzzy
#~ msgid "%s Personalize, Main page"
#~ msgstr "Персоналізація"
#, fuzzy
#~ msgid "%s , personalize"
#~ msgstr "Персоналізація"
#, fuzzy
#~ msgid "Library"
#~ msgstr "лютий"
#, fuzzy
#~ msgid "Agenda"
#~ msgstr "Оголошення"
#~ msgid "Search Help"
#~ msgstr "Допомога для пошуку"
#, fuzzy
#~ msgid "Format:"
#~ msgstr "далі"
#, fuzzy
#~ msgid "username"
#~ msgstr "повідомлення"
#, fuzzy
#~ msgid "You seem to be %(x_role)s."
#~ msgstr "Термін для пошуку <em>%s</em>"
#, fuzzy
#~ msgid "Edit parameters"
#~ msgstr "кошики"
#~ msgid "Try your search on..."
#~ msgstr "Спробуйте шукати..."
#, fuzzy
#~ msgid "See results"
#~ msgstr "результати"
#, fuzzy
#~ msgid "%(num)s results found"
#~ msgstr "Шукати серед %s записів:"
#, fuzzy
#~ msgid "No result found"
#~ msgstr "Розділ %s не існує"
#, fuzzy
#~ msgid "user #%i"
#~ msgstr "повідомлення"
#, fuzzy
#~ msgid "Sort by"
#~ msgstr "Впорядкувати за:"
#, fuzzy
#~ msgid "Waiting members"
#~ msgstr "кошики"
#, fuzzy
#~ msgid "Please Select:"
#~ msgstr "кошики"
#, fuzzy
#~ msgid "All of the words"
#~ msgstr "Всі слова"
#, fuzzy
#~ msgid "Any of the words"
#~ msgstr "Будь-яке з слів:"
#, fuzzy
#~ msgid "Exact phrase"
#~ msgstr "Точна фраза:"
#, fuzzy
#~ msgid "Partial phrase"
#~ msgstr "Частина фрази:"
#, fuzzy
#~ msgid "Regular expression"
#~ msgstr "Регулярний вираз:"
#, fuzzy
#~ msgid "Added since"
#~ msgstr "Додано з:"
#~ msgid "<strong>%s</strong> records found"
#~ msgstr "<strong>%s</strong> знайдених записів"
#~ msgid ""
#~ "<p>Sorry, collection <strong>%s</strong> does not seem to exist. <p>You "
#~ "may want to start browsing from <a href=\"%s\">%s</a>."
#~ msgstr ""
#~ "<p>Вибачте, розділ <strong>%s</strong> не існує. <p>Спробуйте почати ще "
#~ "раз з <a href=\"%s\">%s</a>."
#, fuzzy
#~ msgid "your submissions"
#~ msgstr "додане"
#, fuzzy
#~ msgid "your approvals"
#~ msgstr "підтвердження"
#, fuzzy
#~ msgid "Create New Group"
#~ msgstr "кошики"
#, fuzzy
#~ msgid "Submission no(1)"
#~ msgstr "додане"
#, fuzzy
#~ msgid "pending"
#~ msgstr "Оголошення"
#, fuzzy
#~ msgid "Detailed record #%s"
#~ msgstr "Детальний запис"
#~ msgid "Search term <em>%s</em>"
#~ msgstr "Термін для пошуку <em>%s</em>"
#~ msgid "inside <em>%s</em> index"
#~ msgstr "у вказівнику <em>%s</em>"
#, fuzzy
#~ msgid "Article:"
#~ msgstr "квітень"
#, fuzzy
#~ msgid "email"
#~ msgstr "детальний"
#, fuzzy
#~ msgid "Editing basket \"%s\""
#~ msgstr "кошики"
#, fuzzy
#~ msgid "(Report abuse)"
#~ msgstr "вересень"
#, fuzzy
#~ msgid "detailed list"
#~ msgstr "детальний"
#, fuzzy
#~ msgid "your searches"
#~ msgstr "Спробуйте шукати..."
#, fuzzy
#~ msgid "%i group baskets"
#~ msgstr "кошики"
#, fuzzy
#~ msgid "%i others' baskets"
#~ msgstr "кошики"
#, fuzzy
#~ msgid "Non shared basket"
#~ msgstr "кошики"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 80a7979b4..d725b9b49 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1,7155 +1,7155 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-02-29 15:37+0100\n"
"Last-Translator: Kam-ming Ku <kmku@hkusua.hku.hk>\n"
"Language-Team: ZH_CN <cds.support@cern.ch>\n"
"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"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "不包含"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "管理"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "浏览"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "搜索帮助"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "摘要"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "全文"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "正则表达式:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "包含以下全部的字词:"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "报告编号"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "年份"
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr "主题"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "包含以下的部分字句"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "参考"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "作者"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
#, fuzzy
msgid "Search Guide"
msgstr "参见指南"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "实验"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "包含以下任何一个字词:"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "分类"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "搜寻"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "任何字段"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "帮助中心"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
#, fuzzy
msgid "Export as"
msgstr "举报滥用"
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "汇集"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "包含以下的完整字句:"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
#, fuzzy
msgid "Submit Guide"
msgstr "提交帮助"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "或"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "和"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "关键词"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "标题"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
msgid "Narrow by collection:"
msgstr "专辑:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
#, fuzzy
msgid "Add to personal basket"
msgstr "加入个人收藏篮"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
#, fuzzy
msgid "WebSubmit Admin Guide"
msgstr "WebSubmit 管理"
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
#, fuzzy
msgid "No fulltext"
msgstr "全文"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
msgid "or"
msgstr "或"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr "新增副栏位"
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr "栏位"
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr "新增栏位"
#: modules/bibedit/lib/bibedit_templates.py:123
msgid "Verbose"
msgstr "详细"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "提交"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr "取消"
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr "删除"
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
msgid "Action"
msgstr "行动"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr "记录"
#: modules/bibedit/lib/bibedit_templates.py:155
msgid "Display"
msgstr "显示"
#: modules/bibedit/lib/bibedit_templates.py:274
msgid "Done"
msgstr "完成"
#: modules/bibedit/lib/bibedit_templates.py:275
#, fuzzy
msgid "Add another subfield"
msgstr "新增副栏位"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
#, fuzzy
msgid "Move up"
msgstr "上移"
#: modules/bibedit/lib/bibedit_templates.py:369
#, fuzzy
msgid "Move down"
msgstr "下移"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr "编辑"
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr "这更改是临时性的"
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr "请按'提交'来储存记录。"
#: modules/bibedit/lib/bibedit_templates.py:476
msgid "This record does not exist."
msgstr "这记录并不存在。"
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr "请使用其他记录ID重试。"
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr "这记录正被编辑中。"
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr "请稍後再尝试。"
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr "不能编辑已删除的记录"
#: modules/bibedit/lib/bibedit_templates.py:500
#, fuzzy
msgid "There are record revisions not yet synchronized with the database."
msgstr "输入的电邮并不存在。"
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
#, fuzzy
msgid "Please try again in a few minutes."
msgstr "请稍後再尝试。"
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr "请输入记录ID"
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr "您的修改已被接纳,并将尽快处理。"
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
#, fuzzy
msgid "Edit another record"
msgstr "请使用其他记录ID重试。"
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr "您是否确定要删除这笔纪录?"
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr "是"
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr "否"
#: modules/bibedit/lib/bibedit_templates.py:563
#, fuzzy, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr "您是否确定要删除这笔纪录?"
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr "这记录将会尽快处理。"
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr "记录 %s - 加入栏位"
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr "BibEdit 管理介面"
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr "编辑记录 %(x_recid)s, 栏位 %(x_field)s"
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr "编辑记录 %(x_recid)s, 栏位 %(x_field)s - 加入副栏位"
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, python-format
msgid "Submit and save record %s"
msgstr "提交并储存记录 %s"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, fuzzy, python-format
msgid "Record #%s"
msgstr "记录"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, fuzzy, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr "编辑记录 %(x_recid)s, 栏位 %(x_field)s"
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr "目录"
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr "关闭编辑器"
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr "修改模板属性"
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr "模板编辑器"
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr "检查从属关系"
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr "名称"
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
msgid "Description"
msgstr "描述"
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr "更新格式属性"
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
msgid "Show Documentation"
msgstr "显示文件"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr "隐藏文件"
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr "状态"
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr "更新日期"
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
msgid "Manage Output Formats"
msgstr "管理输出格式"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr "管理格式模板"
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr "格式元件文件"
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr "管理知识库"
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr "新增格式模板"
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr "详尽的检查格式模板"
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr "代号"
#: modules/bibformat/lib/bibformat_templates.py:1134
msgid "Add New Output Format"
msgstr "新增输出格式"
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr "目录"
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
msgid "Close Output Format"
msgstr "关闭输出格式"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
msgid "Rules"
msgstr "规则"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr "修改输出格式属性"
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
msgid "Remove Rule"
msgstr "移除规则"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr "增添规则"
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr "储存"
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr "知识库对照"
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr "知识库属性"
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr "知识库从属关系"
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr "格式正确无误"
#: modules/bibformat/lib/bibformat_templates.py:2266
msgid "An error has been found"
msgstr "发现有错误"
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr "发现以下错误"
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr "BibFormat 管理"
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
msgid "Test with record:"
msgstr "用作测试之记录:"
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr "输入查询。"
#: modules/bibformat/lib/elements/bfe_authors.py:120
msgid "Hide"
msgstr "隐藏"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr "显示全部 %i 名作者"
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
#, fuzzy
msgid "Download fulltext"
msgstr "全文"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
#, fuzzy
msgid "older versions"
msgstr "版本"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external links"
msgstr "一般设定"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "全文"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
msgid "Restricted Output Format"
msgstr "限制输出格式"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr "是"
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, python-format
msgid "Output Format %s Rules"
msgstr "输出格式 %s 规则"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr "输出格式 %s 属性"
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr "输出格式 %s 从属关系"
#: modules/bibformat/web/admin/bibformatadmin.py:371
msgid "Delete Output Format"
msgstr "删除输出格式"
#: modules/bibformat/web/admin/bibformatadmin.py:417
#, fuzzy
msgid "Cannot create output format"
msgstr "管理输出格式"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr "限制格式模板"
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr "格式模板 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr "格式模板 %s 属性"
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr "格式模板 %s 从属关系"
#: modules/bibformat/web/admin/bibformatadmin.py:660
msgid "Delete Format Template"
msgstr "删除格式模板"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr "格式元件 %s 从属关系"
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr "测试格式元件 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr "未知的知识库"
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr "知识库 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr "知识库 %s 属性"
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr "知识库 %s 从属关系"
#: modules/bibformat/web/admin/bibformatadmin.py:1285
msgid "Delete Knowledge Base"
msgstr "删除知识库"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr "验证输出格式 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr "验证格式模板 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr "限制格式元件"
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr "验证格式元件 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr "验证格式"
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
msgid "See Guide"
msgstr "参见指南"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr "已记录之OAI源"
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr "没有OAI源之记录"
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr "下一个oaiharvest工作"
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr "预定的时间:"
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr "现在的状况:"
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr "没有预定的oaiharvest工作。"
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr "验证有效"
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr "并不是有效的OAI baseURL"
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
#, fuzzy
msgid "Citation history:"
msgstr "引用之历史记录"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
#, fuzzy
msgid "Download history:"
msgstr "下载之历史记录"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
#, fuzzy
msgid "Download user distribution:"
msgstr "下载之历史记录"
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr "不适用"
#: modules/miscutil/lib/dateutils.py:159
msgid "Sun"
msgstr "星期日"
#: modules/miscutil/lib/dateutils.py:160
msgid "Mon"
msgstr "星期一"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr "星期二"
#: modules/miscutil/lib/dateutils.py:162
msgid "Wed"
msgstr "星期三"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr "星期四"
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr "星期五"
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr "星期六"
#: modules/miscutil/lib/dateutils.py:167
msgid "Sunday"
msgstr "星期日"
#: modules/miscutil/lib/dateutils.py:168
msgid "Monday"
msgstr "星期一"
#: modules/miscutil/lib/dateutils.py:169
msgid "Tuesday"
msgstr "星期二"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr "星期三"
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr "星期四"
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr "星期五"
#: modules/miscutil/lib/dateutils.py:173
msgid "Saturday"
msgstr "星期六"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
msgid "Month"
msgstr "月份"
#: modules/miscutil/lib/dateutils.py:188
msgid "Jan"
msgstr "一月"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr "二月"
#: modules/miscutil/lib/dateutils.py:190
msgid "Mar"
msgstr "三月"
#: modules/miscutil/lib/dateutils.py:191
msgid "Apr"
msgstr "四月"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "五月"
#: modules/miscutil/lib/dateutils.py:193
msgid "Jun"
msgstr "六月"
#: modules/miscutil/lib/dateutils.py:194
msgid "Jul"
msgstr "七月"
#: modules/miscutil/lib/dateutils.py:195
msgid "Aug"
msgstr "八月"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr "九月"
#: modules/miscutil/lib/dateutils.py:197
msgid "Oct"
msgstr "十月"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr "十一月"
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr "十二月"
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "一月"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "二月"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "三月"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "四月"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "六月"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "七月"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "八月"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "九月"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "十月"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "十一月"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "十二月"
#: modules/miscutil/lib/dateutils.py:231
msgid "Day"
msgstr "日"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "年"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
msgid "Sorry"
msgstr "对不起"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr "缺少 %s 参数,不能发送错误请求。"
#: modules/miscutil/lib/errorlib_webinterface.py:100
msgid "The error report has been sent."
msgstr "错误报告已被发送。"
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr "多谢协助我们把 CDS Invenio 做得更好。"
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr "使用您的浏览器的'back'按钮返回到前页。"
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr "谢谢!"
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr "记录号"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr "相似字词"
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr "期刊影响系数"
#: modules/miscutil/lib/inveniocfg.py:412
#, fuzzy
msgid "times cited"
msgstr "设定已被修改"
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
#, fuzzy
msgid "Hello:"
msgstr "您好"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr "颂安"
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr "需要协助?请联络"
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr "执行 BibEdit"
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr "设定 BibFormat"
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr "设定 BibHarvest"
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
#, fuzzy
msgid "Configure OAI Repository"
msgstr "设定 BibFormat"
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr "设定 BibIndex"
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr "设定 BibRank"
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr "设定 WebAccess"
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
msgid "Configure WebComment"
msgstr "设定 WebComment"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
msgid "Configure WebSearch"
msgstr "设定 WebSearch"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr "设定 WebSubmit"
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, fuzzy, python-format
msgid "Your account on '%s' has been activated"
msgstr "帐号已建立。"
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, fuzzy, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr "帐号已建立。"
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
#, fuzzy
msgid "Username/Email:"
msgstr "帐号"
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
#, fuzzy
msgid "Password:"
msgstr "密码"
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, fuzzy, python-format
msgid "Account created on '%s'"
msgstr "帐号已建立"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, fuzzy, python-format
msgid "An account has been created for you on '%s':"
msgstr "帐号已建立。"
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, fuzzy, python-format
msgid "Account rejected on '%s'"
msgstr "帐号已建立"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, fuzzy, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr "您加入组别 %s的要求已被拒绝。"
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, fuzzy, python-format
msgid "Username/Email: %s"
msgstr "帐号"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, fuzzy, python-format
msgid "Account deleted on '%s'"
msgstr "帐号已建立"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, fuzzy, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "组别 %s 已被删除"
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "详细记录"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "相似记录"
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr "引用: "
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr "您已经建立了名为 %s 的警报。"
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr "未知的"
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
#, fuzzy
msgid "You do not have rights for this operation."
msgstr "您没有足够权限以读取这收藏篮。"
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr "您已经建立了指定的查询和收藏篮的警报。"
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr "警报的名称不可以留空。"
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr "您并不是这收藏篮的拥有者。"
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr "这警报 %s 已加入您的设定档。"
#: modules/webalert/lib/webalert.py:376
#, python-format
msgid "The alert %s has been successfully updated."
msgstr "这警报 %s 已成功被修改。"
#: modules/webalert/lib/webalert.py:428
#, fuzzy, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
"您已有 %(x_nb)s 条查询。您可以用%(x_url_open)s详细列表%(x_url_close)s a)查阅"
"搜寻结果;b)订阅警报电邮。"
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr "式样"
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr "式样 1"
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr "栏位 1"
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr "式样 2"
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr "栏位 2"
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr "式样 3"
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr "栏位 3"
#: modules/webalert/lib/webalert_templates.py:90
msgid "Collections"
msgstr "专辑"
#: modules/webalert/lib/webalert_templates.py:92
msgid "Collection"
msgstr "专辑"
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr "您拥有以下的警报:"
#: modules/webalert/lib/webalert_templates.py:114
msgid "alert name"
msgstr "警报名称"
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr "显示"
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr "如果一个新增项目满足以下的查询条件,您会收到我们发出的警报电邮。"
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr "询问"
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr "警报辨认名称:"
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr "检查频率:"
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
msgid "monthly"
msgstr "每月的"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr "每周的"
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
msgid "daily"
msgstr "每日的"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr "发送通知电邮?"
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr "是"
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr "否"
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr "如 %(x_fmt_open)s否%(x_fmt_close)s,您需要指定一收藏篮"
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr "存储结果於收藏篮?"
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr "设置警报"
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr "清除资料"
#: modules/webalert/lib/webalert_templates.py:300
#, fuzzy, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
"从%(x_url1_open)s您的检索%(x_url1_close)s、 %(x_url2_open)s热门检"
"索%(x_url2_close)s或表格中建设新的警报。"
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr "检查频率"
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr "由电邮通知"
#: modules/webalert/lib/webalert_templates.py:322
msgid "Result in basket"
msgstr "收藏篮里的结果"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr "最後执行日期"
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr "创建日期"
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr "询问"
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
msgid "no basket"
msgstr "没有收藏篮"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
msgid "Remove"
msgstr "移除"
#: modules/webalert/lib/webalert_templates.py:374
msgid "Modify"
msgstr "修改"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr "执行搜索"
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr "您已定义 %s 警报。"
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr "您未执行任何查寻。请先到%(x_url_open)s搜索介面%(x_url_close)s。"
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr "在之前的三十天,您已执行了%(x_nb1)s 搜索 (%(x_nb2)s 不同的问题)。"
#: modules/webalert/lib/webalert_templates.py:434
#, python-format
msgid "Here are the %s most popular searches."
msgstr "这些是 %s 热门检索。"
#: modules/webalert/lib/webalert_templates.py:445
msgid "Question"
msgstr "问题"
#: modules/webalert/lib/webalert_templates.py:449
msgid "Last Run"
msgstr "最後执行"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr "设置新警报"
#: modules/webalert/lib/webalert_webinterface.py:79
#, fuzzy
msgid "Popular Searches"
msgstr "您的搜寻结果"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
msgid "Your Searches"
msgstr "您的搜寻结果"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
msgid "Your Account"
msgstr "帐户"
#: modules/webalert/lib/webalert_webinterface.py:90
#, fuzzy, python-format
msgid "%s Personalize, Display searches"
msgstr "显示搜索"
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, fuzzy, python-format
msgid "%s, personalize"
msgstr "个人化"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr "错误"
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, fuzzy, python-format
msgid "%s Personalize, Set a new alert"
msgstr "设置新警报"
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr "设置新警报"
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr "修改警报设定"
#: modules/webalert/lib/webalert_webinterface.py:227
#, fuzzy, python-format
msgid "%s Personalize, Modify alert settings"
msgstr "修改警报设定"
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
msgid "Your Alerts"
msgstr "警报"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, fuzzy, python-format
msgid "%s Personalize, Display alerts"
msgstr "显示警报"
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
msgid "Display alerts"
msgstr "显示警报"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr "您的意见已被张贴。"
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
msgid "Personal baskets"
msgstr "个人收藏篮"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
msgid "Group baskets"
msgstr "群组收藏篮"
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
msgid "Others' baskets"
msgstr "其他的收藏篮"
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
"您有 %(x_nb_perso)s 个个人收藏篮、订阅 %(x_nb_group)s 组别收藏篮"
"和%(x_nb_public)s 其他用户的共享收藏篮。"
#: modules/webbasket/lib/webbasket_templates.py:198
#, python-format
msgid "There are %i baskets"
msgstr "总共有 %i 个收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:206
msgid "updated on"
msgstr "更新"
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr "收藏篮没有任何记录"
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr "您可以%(x_url_open)s订阅%(x_url_close)s这属于%(x_name)s的收藏篮。"
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
msgid "Public basket"
msgstr "共享收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
msgid "records"
msgstr "记录"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
msgid "last update"
msgstr "最後更新"
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr "订阅这收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
msgid "Basket's name"
msgstr "收藏篮名称"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr "阅读次数"
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr "拥有者"
#: modules/webbasket/lib/webbasket_templates.py:355
msgid "View"
msgstr "阅读"
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr "订阅"
#: modules/webbasket/lib/webbasket_templates.py:377
msgid "There is currently no publicly accessible basket"
msgstr "没有共享收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr "共%(x_nb_total)i收藏篮。 显示%(x_nb_begin)i-%(x_nb_end)i之收藏篮。"
#: modules/webbasket/lib/webbasket_templates.py:422
msgid "Actions"
msgstr "行动"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
msgid "Non-shared basket"
msgstr "非共享收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
msgid "Shared basket"
msgstr "共享收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
msgid "Group-shared basket"
msgstr "组别共享收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
msgid "Edit basket"
msgstr "编辑收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr "您没有足够权限以读取这收藏篮。"
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr "取消订阅收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr "意见"
#: modules/webbasket/lib/webbasket_templates.py:521
msgid "last comment:"
msgstr "最新意见:"
#: modules/webbasket/lib/webbasket_templates.py:582
msgid "Move item up"
msgstr "上移"
#: modules/webbasket/lib/webbasket_templates.py:590
msgid "Move item down"
msgstr "下移"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr "拷贝"
#: modules/webbasket/lib/webbasket_templates.py:606
msgid "Remove item"
msgstr "移除"
#: modules/webbasket/lib/webbasket_templates.py:609
msgid "External record"
msgstr "外部记录"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr "最後"
#: modules/webbasket/lib/webbasket_templates.py:647
#, fuzzy
msgid "View comments"
msgstr "阅读意见"
#: modules/webbasket/lib/webbasket_templates.py:672
msgid "This basket is publicly accessible at the following address:"
msgstr "可阅读这收藏篮的地址:"
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "排序"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr "标题"
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr "日期"
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr "意见"
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr "总共有 %i 意见"
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr "撰写意见"
#: modules/webbasket/lib/webbasket_templates.py:833
msgid "Back to baskets"
msgstr "返回收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr "由"
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "on"
msgstr "在"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr "回复"
#: modules/webbasket/lib/webbasket_templates.py:876
msgid "Delete comment"
msgstr "删除意见"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr "新增评论"
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr "意见"
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
msgid "Create new basket"
msgstr "创建收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:1001
msgid "Select topic"
msgstr "选择主题"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr "选择主题"
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr "或创建"
#: modules/webbasket/lib/webbasket_templates.py:1019
msgid "Create new topic"
msgstr "创建主题"
#: modules/webbasket/lib/webbasket_templates.py:1021
msgid "Create a new basket"
msgstr "创建收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
msgid "Select basket"
msgstr "选择收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr "加入个人收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, python-format
msgid "%i baskets"
msgstr "%i 收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:1111
msgid "Add to a group-shared basket"
msgstr "新增至组别收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr "新增至共享收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr "新增 %i 记录至这些收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:1167
msgid "Add to baskets"
msgstr "新增至收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr "您挑选的记录已被加进 %i 收藏篮。"
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr "没有记录被加进收藏篮。"
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr "您是否决定移除这收藏篮?"
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr "%i 用户已订阅这收藏篮。"
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr "%i 用户组别已订阅这收藏篮。"
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr "您的收藏篮已设有 %i 条警报。"
#: modules/webbasket/lib/webbasket_templates.py:1277
msgid "General settings"
msgstr "一般设定"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr "新增组别"
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr "管理组别权利"
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr "管理系统性分享权利"
#: modules/webbasket/lib/webbasket_templates.py:1314
msgid "Delete basket"
msgstr "删除收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:1338
msgid "Editing basket"
msgstr "编辑收藏篮"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr "储存更改"
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr "没有权限"
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
msgid "View records"
msgstr "阅读记录"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "and"
msgstr "和"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr "阅读意见"
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr "新增意见"
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
msgid "add records"
msgstr "添加记录"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
msgid "delete comments"
msgstr "删除意见"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
msgid "remove records"
msgstr "移除记录"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr "管理共享权限"
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr "您并不是这组别的用户。"
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr "分享这收藏篮于组别"
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr "您是用游客登录, 因此您的收藏篮将不会保存在这系统中。"
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr "您可以%(x_url_open)s登入或%(x_url_close)s注册。"
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr "游客是被禁止使用这功能。"
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
msgid "Back to search results"
msgstr "返回检索结果页"
#: modules/webbasket/lib/webbasket_webinterface.py:98
msgid "Display baskets"
msgstr "显示收藏篮"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr "详细资料和意见"
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
msgid "Your Baskets"
msgstr "收藏"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr "新增记录进收藏篮"
#: modules/webbasket/lib/webbasket_webinterface.py:474
msgid "Delete a basket"
msgstr "删除收藏篮"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr "拷贝记录进收藏篮"
#: modules/webbasket/lib/webbasket_webinterface.py:721
msgid "Create basket"
msgstr "创建收藏篮"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
msgid "List of public baskets"
msgstr "共享收藏篮列表"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "%(x_name)s 在 %(x_date)s 写:"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr "显示最後的 %i 意见:"
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr "讨论这评论"
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr "讨论这文件。"
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr "对不起,记录 %s 并不存在。"
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr "对不起,%s 不是一有效数值。"
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr "对不起,并没有提供记录ID。"
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr "您可以从%s开始浏览 "
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr "这评论有用吗?"
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr "撰写评论"
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr "平均评论得分:%(x_nb_score)s 基于 %(x_nb_reviews)s 条评论"
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr "读者觉得以下 %s 评论是有用的。"
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr "阅读全部%s评论"
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr "评价这文件"
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr "成为第一个读者去评论这文件。"
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
msgid "Report abuse"
msgstr "举报滥用"
#: modules/webcomment/lib/webcomment_templates.py:361
#, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "%(x_nickname)s 在 %(x_date)s 评论这文件"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr "%(x_nb_people)i/%(x_nb_total)i个读者评价这评论是有用的"
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
msgid "Reviews"
msgstr "评论"
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr "前一个"
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr "下一个"
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr "总共有 %s 评论"
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr "总共有 %s "
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr "评论"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr "意见"
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
msgid "Review"
msgstr "评论"
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr "阅读"
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr "页:"
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr "注意:您的诨号 - %s - 将会成显示为文件的作者名称。"
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
"注意:您并未%(x_url_open)s定义您的诨号%(x_url_close)s。%(x_nickname)s 是会成"
"显示为文件的作者名称。"
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
msgid "Article"
msgstr "文章"
#: modules/webcomment/lib/webcomment_templates.py:808
#, fuzzy
msgid "Add comment"
msgstr "新增评论"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr "您的诨号 - %s - 将会成显示为评论的作者名称。"
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr "评价这文章"
#: modules/webcomment/lib/webcomment_templates.py:901
msgid "Select a score"
msgstr "选择评分"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr "输入评论标题"
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr "撰写评论"
#: modules/webcomment/lib/webcomment_templates.py:908
#, fuzzy
msgid "Add review"
msgstr "新增评论"
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr "新增评论"
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr "您的评论已被接受。"
#: modules/webcomment/lib/webcomment_templates.py:940
msgid "Your comment was successfully added."
msgstr "您的意见已被接受。"
#: modules/webcomment/lib/webcomment_templates.py:942
msgid "Back to record"
msgstr "返回记录"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr "阅读所有意见"
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr "阅读所有评论"
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr "删除某一意见/评论 (按照ID)"
#: modules/webcomment/lib/webcomment_templates.py:1029
msgid "View all users who have been reported"
msgstr "查阅全部曾给予意见/评论的用户"
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "指南"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr "意见和评论已被禁止"
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr "请输入意见/评论ID以便查阅,之後您可以决定是否删除它。"
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr "意见ID:"
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr "查阅意见"
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr "没有任何报告记录。"
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr "查阅全部 %s 意见"
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr "查阅全部 %s 评论"
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr "这名单列出全部曾提交意见或评论的用户。"
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr "诨号"
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
msgid "Email"
msgstr "电邮"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr "用户ID"
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr "正面的投票"
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr "负面的投票"
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr "全部投票数目"
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr "报告数目"
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr "查阅全部用户的意见和评论"
#: modules/webcomment/lib/webcomment_templates.py:1179
#, python-format
msgid "This review has been reported %i times"
msgstr "这评论已被报告了%i次"
#: modules/webcomment/lib/webcomment_templates.py:1181
#, python-format
msgid "This comment has been reported %i times"
msgstr "这意见已被报告了%i次"
#: modules/webcomment/lib/webcomment_templates.py:1258
msgid "Written by"
msgstr "作者:"
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr "一般资料"
#: modules/webcomment/lib/webcomment_templates.py:1260
msgid "Select"
msgstr "选择"
#: modules/webcomment/lib/webcomment_templates.py:1274
msgid "Delete selected reviews"
msgstr "删除已选择的评论"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr "查禁已选择的滥用报告"
#: modules/webcomment/lib/webcomment_templates.py:1279
msgid "Delete selected comments"
msgstr "删除已选择的意见"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr "是"
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr "用户 %s 的评论:"
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr "用户 %s 的意见:"
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr "评论/意见 %s"
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr "用户 %(x_user)s 的评论/意见 %(x_cmtID)s"
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr "全部评论 (以最多提供评论者排序)"
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr "全部意见 (以最多提供意见者排序)"
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr "意见ID"
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr "成功删除"
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr "成功查禁滥用报告"
#: modules/webcomment/lib/webcomment_templates.py:1375
#, fuzzy
msgid "Not yet reviewed"
msgstr "撰写评论"
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
msgid "Record Not Found"
msgstr "找不到记录"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr "请先%(x_url_open)s登入%(x_url_close)s才发表意见"
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
msgid "Login"
msgstr "登入"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr "WebComment 管理"
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "内部错误"
#: modules/webcomment/web/admin/webcommentadmin.py:95
msgid "Delete Comment"
msgstr "删除意见"
#: modules/webcomment/web/admin/webcommentadmin.py:168
msgid "View all reported users"
msgstr "查阅全部用户"
#: modules/webcomment/web/admin/webcommentadmin.py:214
msgid "Delete comments"
msgstr "删除意见"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr "查禁滥用报告"
#: modules/webmessage/lib/webmessage.py:129
msgid "The message could not be deleted."
msgstr "这讯息不能删除。"
#: modules/webmessage/lib/webmessage.py:131
msgid "The message was successfully deleted."
msgstr "这讯息已被删除。"
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr "您的电邮箱已被清空。"
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr "日期 %(x_year)i/%(x_month)i/%(x_day)i) 错误"
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr "请输入用户名称或组别名称。"
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr "您的讯息太长,请修改它。最大允许是%i个字。"
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr "组别 %s 并不存在。"
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr "用户 %s 并不存在。"
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr "撰写讯息"
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr "因限额问题,您的讯息不能发到以下的收件人:"
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr "您的讯息已被发出。"
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
msgid "Your Messages"
msgstr "讯息"
#: modules/webmessage/lib/webmessage_templates.py:87
msgid "Subject"
msgstr "主题"
#: modules/webmessage/lib/webmessage_templates.py:88
msgid "Sender"
msgstr "发送者"
#: modules/webmessage/lib/webmessage_templates.py:97
msgid "No messages"
msgstr "没有讯息"
#: modules/webmessage/lib/webmessage_templates.py:101
msgid "No subject"
msgstr "没有主题"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr "撰写新讯息"
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr "全部删除"
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr "回覆:"
#: modules/webmessage/lib/webmessage_templates.py:282
msgid "Send later?"
msgstr "稍後发送?"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr "收件者:"
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr "用户"
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr "组别"
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
msgid "Subject:"
msgstr "主题:"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
msgid "Message:"
msgstr "讯息:"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr "发送"
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr "送件者:"
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr "发送日期:"
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr "收件日期:"
#: modules/webmessage/lib/webmessage_templates.py:451
msgid "Sent to:"
msgstr "发送至:"
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr "发送至组别:"
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr "回复"
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr "删除"
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr "您是否决定清空电邮箱?"
#: modules/webmessage/lib/webmessage_templates.py:569
#, fuzzy, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr "配额:%i/%i 讯息"
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr "请选择:"
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr "加入至用户"
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr "加入至组别"
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr "找寻不到用户"
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr "找寻不到组别"
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr "找寻用户或组别"
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr "找寻用户"
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr "找寻组别"
#: modules/webmessage/lib/webmessage_templates.py:679
#, fuzzy, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr "您有%s个新讯息,总共有%s讯息。"
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr "阅读讯息"
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "检索结果"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "任何日子"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "任何月份"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "任何年份"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "任何专辑"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "新增专辑"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "排列"
#: modules/websearch/lib/search_engine.py:851
msgid "HTML brief"
msgstr "简短的HTML"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "时间"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr "没有找到。"
#: modules/websearch/lib/search_engine.py:1716
#, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr "用 %(x_query1)s 没有确实匹配任何记录,现尝试用 %(x_query2)s 来查询… ,"
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
#: modules/websearch/lib/search_engine.py:2068
#, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"在专辑 %(x_collection)s 里没有匹配任何记录;但在其他的专辑里找"
"到%(x_url_open)s%(x_nb_hits)d 笔记录%(x_url_close)s。"
#: modules/websearch/lib/search_engine.py:2077
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:2190
msgid "No words index available for"
msgstr "没有可用的字索引给"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "没有可用的短语索引给"
#: modules/websearch/lib/search_engine.py:2226
#, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr "在索引 %(x_index)s 匹配不到关於 %(x_term)s 的任何记录。接近的短语是:"
#: modules/websearch/lib/search_engine.py:2230
#, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr "匹配不到关於 %s 的任何记录。接近的短语是:"
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr "对不起,这排序功能只被允许在最多 %d 纪录中使用。请用正常排序。"
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr "对不起,%s 不是一正确的排序选项,请选用标题排序。"
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr "用其他关键词。"
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "记录已被删除。"
#: modules/websearch/lib/search_engine.py:3750
#, fuzzy
msgid "Requested record does not seem to exist."
msgstr "对不起,记录 %s 并不存在。"
#: modules/websearch/lib/search_engine.py:3984
msgid "No match within your time limits, discarding this condition..."
msgstr "没有在时限内匹配到记录, 放弃中..."
#: modules/websearch/lib/search_engine.py:4008
msgid "No match within your search limits, discarding this condition..."
msgstr "没有在找寻限制内匹配到记录, 放弃中..."
#: modules/websearch/lib/websearchadminlib.py:3202
#, fuzzy
msgid "Information"
msgstr "更多资料"
#: modules/websearch/lib/websearchadminlib.py:3203
#, fuzzy
msgid "References"
msgstr "参考"
#: modules/websearch/lib/websearchadminlib.py:3204
#, fuzzy
msgid "Citations"
msgstr "引用之历史记录"
#: modules/websearch/lib/websearchadminlib.py:3205
#, fuzzy
msgid "Discussion"
msgstr "連線階段"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, python-format
msgid "Search %s records for:"
msgstr "搜寻 %s 笔记录: "
#: modules/websearch/lib/websearch_templates.py:659
#, fuzzy
msgid "less"
msgstr "规则"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "更多"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
#, fuzzy
msgid "Search everywhere"
msgstr "输入查询。"
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "高级检索"
#: modules/websearch/lib/websearch_templates.py:854
#, python-format
msgid "Search %s records for"
msgstr "搜寻 %s 笔记录"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "初级检索"
#: modules/websearch/lib/websearch_templates.py:938
msgid "Search options:"
msgstr "检索选项"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
#, fuzzy
msgid "Added/modified since:"
msgstr "记录日期 由:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
msgid "until:"
msgstr "至:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
msgid "Display results:"
msgstr "结果显示"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
msgid "Output format:"
msgstr "输出格式:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "记录日期 由:"
#: modules/websearch/lib/websearch_templates.py:1154
#, fuzzy
msgid "Modified since:"
msgstr "记录日期 由:"
#: modules/websearch/lib/websearch_templates.py:1191
msgid "Focus on:"
msgstr "特辑:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "限制的"
#: modules/websearch/lib/websearch_templates.py:1252
msgid "Search also:"
msgstr "也搜寻:"
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr "这专辑还未有记录."
#: modules/websearch/lib/websearch_templates.py:1392
msgid "Latest additions:"
msgstr "新增:"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, fuzzy, python-format
msgid "Cited by %i records"
msgstr "已有 %s 记录引用"
#: modules/websearch/lib/websearch_templates.py:1556
#, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr "在全部专辑里,最接近在 %(x_field)s 的字词 %(x_word)s 是:"
#: modules/websearch/lib/websearch_templates.py:1559
#, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr "在全部专辑里,最接近 %(x_word)s 的字词是:"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr "结果"
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr "下一个"
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "专辑"
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr "只在:"
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "结果"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "顺序排列"
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "降序排列"
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "单一列表"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "以专辑分类"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr "MARC 标签"
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, python-format
msgid "%s records found"
msgstr "找到 %s 笔记录"
#: modules/websearch/lib/websearch_templates.py:2343
msgid "begin"
msgstr "开始"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr "上页"
#: modules/websearch/lib/websearch_templates.py:2367
msgid "end"
msgstr "最後"
#: modules/websearch/lib/websearch_templates.py:2387
msgid "jump to record:"
msgstr "跳到记录:"
#: modules/websearch/lib/websearch_templates.py:2400
#, python-format
msgid "Search took %s seconds."
msgstr "检索需时 %s 秒."
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "加入您的收藏篮"
#: modules/websearch/lib/websearch_templates.py:2589
#, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"%(x_fmt_open)s查询结果:%(x_fmt_close)s 找到 %(x_nb_records)s 记录,需时 in "
"%(x_nb_seconds)s 秒。"
#: modules/websearch/lib/websearch_templates.py:2637
msgid ""
"Boolean query returned no hits. Please combine your search terms differently."
msgstr "匹配不到记录,请试用其他关键词。"
#: modules/websearch/lib/websearch_templates.py:2669
msgid "See also: similar author names"
msgstr "参见:相似的作者"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, python-format
msgid "Collection %s Not Found"
msgstr "找不到 %s 专辑"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr "对不起,%s 专辑并不存在。"
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr "您可以从 %s 开始浏览。"
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr "您想得到有关这检索条件的最新结果吗?"
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
"建立您的%(x_url1_open)s电邮警报%(x_url1_close)s\n"
"或订阅%(x_url2_open)sRSS feed%(x_url2_close)s."
#: modules/websearch/lib/websearch_templates.py:3101
msgid "People who downloaded this document also downloaded:"
msgstr "下载这个文件的人们也下载:"
#: modules/websearch/lib/websearch_templates.py:3117
msgid "People who viewed this page also viewed:"
msgstr "阅读这个文件的人们也阅读:"
#: modules/websearch/lib/websearch_templates.py:3170
#, python-format
msgid "Cited by: %s records"
msgstr "已有 %s 记录引用"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "引用: %s 记录"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3310
#, fuzzy
msgid "Affiliations:"
msgstr "引用之历史记录"
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3346
#, fuzzy
msgid "Publishes in"
msgstr "提交"
#: modules/websearch/lib/websearch_templates.py:3353
#, fuzzy
msgid "Papers:"
msgstr "页:"
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3355
#, fuzzy
msgid "times"
msgstr "时间"
#: modules/websearch/lib/websearch_templates.py:3383
#, fuzzy
msgid "Citations:"
msgstr "引用之历史记录"
#: modules/websearch/lib/websearch_templates.py:3413
#, fuzzy
msgid "Citation summary results"
msgstr "返回检索结果页"
#: modules/websearch/lib/websearch_templates.py:3418
#, fuzzy
msgid "Total number of citable papers analyzed:"
msgstr "报告数目"
#: modules/websearch/lib/websearch_templates.py:3441
#, fuzzy
msgid "Total number of citations:"
msgstr "报告数目"
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:420
#, fuzzy
msgid "You are not authorized to view this area."
msgstr "您并不是这收藏篮的拥有者。"
#: modules/websearch/lib/websearch_webinterface.py:755
msgid "Not found"
msgstr "找寻不到"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "在"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
msgid ""
"Haven't found what you were looking for? Try your search on other servers:"
msgstr "没有寻找到什么? 尝试在以下的服务器查寻:"
#: modules/websearch/lib/websearch_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr "外部专辑结果:"
#: modules/websearch/lib/websearch_external_collections_templates.py:120
msgid "Search timed out."
msgstr "时限已过。"
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr "外部搜寻器没有在时限前回应,您可检索部分结果:"
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
msgid "No results found."
msgstr "找寻不到记录"
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, python-format
msgid "%s results found"
msgstr "找到 %s 记录"
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, python-format
msgid "%s seconds"
msgstr "%s 秒"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "摘要"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr "您的身分是游客。您需要先%(x_url_open)s登入%(x_url_close)s。"
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
"%(x_fmt_open)s游客%(x_fmt_close)s 需要先%(x_url_open)s注册%(x_url_close)s。"
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr "没有找到查询"
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
#: modules/websession/lib/websession_templates.py:97
msgid "External account settings"
msgstr "外部帐号设定"
#: modules/websession/lib/websession_templates.py:99
#, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr "您可直接在%(x_url_open)s这里%(x_url_close)s咨询您的外部组别名单。"
#: modules/websession/lib/websession_templates.py:103
msgid "External user groups"
msgstr "外部用户组别"
#: modules/websession/lib/websession_templates.py:160
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr "请用以下表格来改变您的电邮或诨号。"
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr "编辑登入资料"
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr "例子"
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr "新电邮"
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
msgid "mandatory"
msgstr "必须的"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr "注意"
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr "重设"
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
#: modules/websession/lib/websession_templates.py:215
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr "请用以下表格来改变您的电邮。"
#: modules/websession/lib/websession_templates.py:217
msgid "Old password"
msgstr "旧密码"
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr "新密码"
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr "可选择的"
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr "您的密码可包含标点、空格等。"
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr "您需要输入旧密码。"
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr "重打密码"
#: modules/websession/lib/websession_templates.py:224
msgid "Set new password"
msgstr "建立密码"
#: modules/websession/lib/websession_templates.py:229
#, fuzzy, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr "您可以%(x_url_open)s登入或%(x_url_close)s注册。"
#: modules/websession/lib/websession_templates.py:235
#, fuzzy, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr "您可以使用您的%(x_url_open)s帐号%(x_url_close)s。"
#: modules/websession/lib/websession_templates.py:249
#, fuzzy
msgid "Edit language-related settings"
msgstr "编辑有关搜索的设定"
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr ""
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
msgid "Update settings"
msgstr "更新设定"
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr "编辑有关搜索的设定"
#: modules/websession/lib/websession_templates.py:279
msgid "Show the latest additions box"
msgstr "显示最新的新增方块"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr "显示专辑的帮助方块"
#: modules/websession/lib/websession_templates.py:295
msgid "Number of search results per page"
msgstr "每页的最高显示的数量"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr "编辑登录方法"
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr "请选择所需之登录方法"
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
msgid "Select method"
msgstr "选择方法"
#: modules/websession/lib/websession_templates.py:359
#, fuzzy, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr "如果您丢失了密码,请输入您的电邮,我们会电邮密码给您。"
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr "电邮"
#: modules/websession/lib/websession_templates.py:382
#, fuzzy
msgid "Send password reset link"
msgstr "发送密码"
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:389
#, fuzzy
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr "如果您是用外部的登录系统,那麽我们将不能帮助您。"
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr "另外,您可以向 %s 重设登录系统。"
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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 "%s 提供以下服务:个人化介面、个人收藏篮、设定电邮警报。"
#: modules/websession/lib/websession_templates.py:427
#: modules/websession/lib/websession_webinterface.py:267
msgid "Your Settings"
msgstr "您的设定"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr "设定或更改您的电邮、密码和介面。"
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr "查阅您过去三十天没内曾进行过搜索。"
#: modules/websession/lib/websession_templates.py:441
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:450
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:459
msgid "Your Loans"
msgstr "外借"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr "借出书本、提交借出要求等。须要 CERN ID。"
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr "您是用游客登录, 因此您的警报将不会保存在这系统中。"
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
"您是用%(x_user)s身分登录,你可以 a)%(x_url1_open)s登出%(x_url1_close)s; b) "
"修改您的%(x_url2_open)s户囗设定%(x_url2_close)s。"
#: modules/websession/lib/websession_templates.py:573
msgid "Your Alert Searches"
msgstr "搜查警报"
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr "您可直接在%(x_url_open)s这里%(x_url_close)s咨询您的组别名单。"
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
msgid "Your Groups"
msgstr "组别"
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr "您可直接在%(x_url_open)s这里%(x_url_close)s咨询您的提交名单。"
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
msgid "Your Submissions"
msgstr "提交"
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr "您可直接在%(x_url_open)s这里%(x_url_close)s咨询您的批核名单。"
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
msgid "Your Approvals"
msgstr "批核"
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr "管理行动"
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr "请重试"
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr ""
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr ""
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:707
#, fuzzy, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr "密码已经电邮至 %s."
#: modules/websession/lib/websession_templates.py:722
msgid "Deleting your account"
msgstr "删除帐户"
#: modules/websession/lib/websession_templates.py:736
#, fuzzy
msgid "You are no longer recognized by our system."
msgstr "您已被删除。"
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr "您可以%(x_url_open)s登入%(x_url_close)s。"
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr "如果您已经登记帐号, 请登入."
#: modules/websession/lib/websession_templates.py:780
#, fuzzy, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr "如果您没有帐号, 请先%(x_url_open)s注册%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr "如果您没有帐号, 请先%(x_url_open)s注册%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:787
#, python-format
msgid ""
"It is not possible to create an account yourself. Contact %s if you want an "
"account."
msgstr "请联络 %s 关於创建帐号事情。"
#: modules/websession/lib/websession_templates.py:810
msgid "Login method:"
msgstr "登入方法:"
#: modules/websession/lib/websession_templates.py:837
msgid "Username"
msgstr "帐号"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr "密码"
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr ""
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "登入"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr "忘记您的密码?"
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr "您可以使用您的诨号或电邮登入."
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
#: modules/websession/lib/websession_templates.py:900
#, fuzzy
msgid "Set a new password for"
msgstr "建立密码"
#: modules/websession/lib/websession_templates.py:901
#, fuzzy
msgid "Type the new password"
msgstr "建立密码"
#: modules/websession/lib/websession_templates.py:902
#, fuzzy
msgid "Type again the new password"
msgstr "建立密码"
#: modules/websession/lib/websession_templates.py:903
#, fuzzy
msgid "Set the new password"
msgstr "建立密码"
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr "请输入您的电邮、诨号、密码:"
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr "您的帐户要被核实後才可使用."
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr "重打密码"
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr "注册"
#: modules/websession/lib/websession_templates.py:978
#, 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 ""
"请不要使用您自己沿用的密码。您的电邮不会被透露到第三方,它只会使用以辨认您"
"的%s服务。"
#: modules/websession/lib/websession_templates.py:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr "您的身分是游客。您需要先%(x_url_open)s登入%(x_url_close)s。"
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr "您不能使用管理功能。"
#: modules/websession/lib/websession_templates.py:1014
#, fuzzy, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr "您是以下组别的成员:"
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr "以下是一些有用的连结:"
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr "请到%(x_url_open)s管理区%(x_url_close)s以便使用更多管理功能。"
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "游客"
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr "連線階段"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "警报"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "收藏"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "帐号"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr "讯息"
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr "组别"
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr ""
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr "提交"
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr "批核"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "管理"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "登出"
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr "您是以下组别的管理人:"
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr "组别"
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr "您不是以下组别的管理人:"
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr "编辑组别"
#: modules/websession/lib/websession_templates.py:1291
#, python-format
msgid "Edit %s members"
msgstr "编辑 %s 成员"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
msgid "Create new group"
msgstr "新增组别"
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr "您是以下组别的成员:"
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr "您不是以下组别的成员:"
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr "加入组别"
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr "脱离组别"
#: modules/websession/lib/websession_templates.py:1391
msgid "You are a member of the following external groups:"
msgstr "您是以下外部组别的成员:"
#: modules/websession/lib/websession_templates.py:1414
msgid "You are not a member of any external groups."
msgstr "您不是以下外部组别的成员:"
#: modules/websession/lib/websession_templates.py:1462
msgid "Update group"
msgstr "更新组别"
#: modules/websession/lib/websession_templates.py:1464
#, python-format
msgid "Edit group %s"
msgstr "编辑组别 %s"
#: modules/websession/lib/websession_templates.py:1466
msgid "Delete group"
msgstr "删除组别名称"
#: modules/websession/lib/websession_templates.py:1539
msgid "Group name:"
msgstr "组别:"
#: modules/websession/lib/websession_templates.py:1541
msgid "Group description:"
msgstr "组别描述"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr "加入组别条件:"
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
msgid "Please select:"
msgstr "请选择:"
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr "加入组别"
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr "找寻"
#: modules/websession/lib/websession_templates.py:1652
msgid "Choose group:"
msgstr "选择组别"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr "找寻组别"
#: modules/websession/lib/websession_templates.py:1802
msgid "Remove member"
msgstr "移除成员"
#: modules/websession/lib/websession_templates.py:1804
msgid "No members."
msgstr "没有成员"
#: modules/websession/lib/websession_templates.py:1814
msgid "Accept member"
msgstr "接受成员"
#: modules/websession/lib/websession_templates.py:1814
msgid "Reject member"
msgstr "拒绝成员"
#: modules/websession/lib/websession_templates.py:1816
msgid "No members awaiting approval."
msgstr "没有等待审批的成员"
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
msgid "Current members"
msgstr "现在成员"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
msgid "Members awaiting approval"
msgstr "等待审批的成员"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr "邀请成员"
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr "请使用%(x_url_open)s讯息%(x_url_close)s来邀请成员加入组别。"
#: modules/websession/lib/websession_templates.py:1827
#, python-format
msgid "Group: %s"
msgstr "组别: %s"
#: modules/websession/lib/websession_templates.py:1910
msgid "Group list"
msgstr "组别名单"
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr "您没有加入任何组别。"
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr "您是否决定删除这组别?"
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr "您是否决定离开这组别?"
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr "开放给新用户"
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr "审批後开放给新用户"
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr "组别 %s:新用户要求加入"
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr "用户要求加入组别 %s。"
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr "请%(x_url_open)s接纳或拒绝%(x_url_close)s用户要求。"
#: modules/websession/lib/websession_templates.py:2124
#, python-format
msgid "Group %s: Join request has been accepted"
msgstr "组别 %s:用户加入要求已被接纳"
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr "您加入组别 %s的要求已被接纳。"
#: modules/websession/lib/websession_templates.py:2127
#, python-format
msgid "Group %s: Join request has been rejected"
msgstr "组别 %s:用户加入要求已被拒绝"
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr "您加入组别 %s的要求已被拒绝。"
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr "您可直接在%(x_url_open)s这里%(x_url_close)s咨询您的组别名单。"
#: modules/websession/lib/websession_templates.py:2145
#, python-format
msgid "Group %s has been deleted"
msgstr "组别 %s 已被删除"
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr "组别 %s 已被管理员删除。"
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
"您可直接在%(x_url_open)s这里%(x_url_close)s咨询您的%(x_nb_total)i组别给"
"(%(x_nb_member)i) or 管理 (%(x_nb_admin)i)名单。"
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr "数据库错误"
#: modules/websession/lib/webuser.py:299
msgid "user"
msgstr "用户"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr ""
#: modules/websession/lib/webuser.py:713
#, fuzzy
msgid "New account on"
msgstr "显示帐户"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr ""
#: modules/websession/lib/webuser.py:716
#, fuzzy
msgid "A new account has been created on"
msgstr "帐号已建立。"
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr ""
#: modules/websession/lib/webuser.py:720
#, fuzzy
msgid " Username/Email"
msgstr "帐号"
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, fuzzy, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr "您可以使用您的%(x_url_open)s帐号%(x_url_close)s。"
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
#, fuzzy
msgid "Email address successfully activated"
msgstr "验证有效"
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:155
#, fuzzy
msgid "Reset password"
msgstr "重打密码"
#: modules/websession/lib/websession_webinterface.py:161
msgid "This request for resetting a password has already been used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:164
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:271
#, fuzzy, python-format
msgid "%s Personalize, Your Settings"
msgstr "您的设定"
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr "设定已被修改"
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
msgid "Show account"
msgstr "显示帐户"
#: modules/websession/lib/websession_webinterface.py:323
#, fuzzy
msgid "Switched to internal login method."
msgstr "<p>转用内部登录方法。"
#: modules/websession/lib/websession_webinterface.py:324
#, fuzzy
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr "注意:如您是首次使用内部登录方法登入,您可以点击以下按钮已取得密码:"
#: modules/websession/lib/websession_webinterface.py:332
msgid "Send Password"
msgstr "发送密码"
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr "因为找不到您的电邮,所以不能转用外部登录方法 %s。"
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr "因为外部登录系统找不到您的电邮,所以不能转用外部登录方法 %s。"
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr "登录方法已成功选择。"
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr "外部登录方法 %s 并不支援用电邮登入;请联络管理员。"
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr "设定已被修改。"
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr "诨号 %s 无效。"
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr "请重试。"
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr "修改设定"
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr "修改设定失败"
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr "电邮 %s 无效。"
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr "电邮 %s 已被使用。"
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr "请重试。"
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr "诨号 %s 正被使用中。"
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr "密码已被成功修改。"
#: modules/websession/lib/websession_webinterface.py:415
msgid "Password edited"
msgstr "密码已被修改。"
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr "输入的密码需要一致。"
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
msgid "Editing password failed"
msgstr "修改密码失败。"
#: modules/websession/lib/websession_webinterface.py:423
msgid "Wrong old password inserted."
msgstr "旧密码错误。"
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr "用户设定已储存。"
#: modules/websession/lib/websession_webinterface.py:450
msgid "Unable to update settings."
msgstr "不能更新用户设定。"
#: modules/websession/lib/websession_webinterface.py:507
#, fuzzy
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr "因为您使用外部登录系统,所以不能用电邮发送密码给您。"
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr "输入的电邮并不存在。"
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr "请核对您输入的电邮是否有错(e.g. johndoe@example.com)。"
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr "电邮不正确"
#: modules/websession/lib/websession_webinterface.py:552
#, fuzzy
msgid "Reset password link sent"
msgstr "已送出密码"
#: modules/websession/lib/websession_webinterface.py:597
msgid "Delete Account"
msgstr "删除帐号"
#: modules/websession/lib/websession_webinterface.py:623
msgid "Logout"
msgstr "登出"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr "注册"
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr "帐号已建立。"
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr "帐号已建立"
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr "当您的帐号已经开通,我们会再发送电邮给您。"
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr "您可以使用您的%(x_url_open)s帐号%(x_url_close)s。"
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr "注册失败"
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr "诨号 %s 已被使用。"
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr "只有管理员才可建立帐号。"
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr "加入新的组别"
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr "退出组别"
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr "修改组别"
#: modules/websession/lib/websession_webinterface.py:1157
msgid "Edit group members"
msgstr "修改组员"
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "主页"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "个人化"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "帮助"
#: modules/webstyle/lib/webstyle_templates.py:414
msgid "Last updated"
msgstr "最後更新 "
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr "伺服器系统:"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "管理者:"
#: modules/webstyle/lib/webstyle_templates.py:500
msgid "This site is also available in the following languages:"
msgstr "本网站提供以下语言选择:"
#: modules/webstyle/lib/webstyle_templates.py:529
msgid "Browser"
msgstr "浏览器"
#: modules/webstyle/lib/webstyle_templates.py:551
msgid "System Error"
msgstr "系统错误"
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr "后退"
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr "时间"
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr "客户"
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr "请给管理员发送错误报告。"
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr "发送错误报告"
#: modules/webstyle/lib/webstyle_templates.py:624
#, python-format
msgid "Please contact %s quoting the following information:"
msgstr "请联络 %s 并引用以下资料:"
#: modules/webstyle/lib/webstyle_templates.py:772
#, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr "记录创建於%(x_date_creation)s,最後更新在%(x_date_modification)s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
#, fuzzy
msgid "Admin Pages"
msgstr "管理"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:161
#, fuzzy
msgid "Latest modifications:"
msgstr "更新日期"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:166
#, fuzzy
msgid "See also"
msgstr "也搜寻:"
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, fuzzy, python-format
msgid "Page %s Not Found"
msgstr "找不到 %s 专辑"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, fuzzy, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr "对不起,记录 %s 并不存在。"
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, fuzzy, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr "您可以使用您的%(x_url_open)s帐号%(x_url_close)s。"
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr "抱歉, 您必须先登入。"
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
msgid "Invalid parameter"
msgstr "参数无效"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr "没法找到提交目录。"
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr "不知名文件种类"
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr "不知名动作"
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr "不能确定提交页数数量。"
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr "不能创建提交目录。"
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr "不能创建提交目录。"
#: modules/websubmit/lib/websubmit_engine.py:384
msgid "Unknown form field found on submission page."
msgstr "不知名表格栏位。"
#: modules/websubmit/lib/websubmit_engine.py:512
msgid "Unknown form field found on one of the submission pages."
msgstr "不知名表格栏位。"
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr "不能找到文件种类。"
#: modules/websubmit/lib/websubmit_engine.py:1469
msgid "The chosen action is not supported by the document type."
msgstr "这文件种类并不支援这行动。"
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr "警告"
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr "可使用的文件种类"
#: modules/websubmit/lib/websubmit_templates.py:95
#, fuzzy
msgid "Please select the type of document you want to submit"
msgstr "请选择文件种类。"
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr "没有可使用的文件种类。"
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr "您必须先登入。"
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr "请用右上角的目录进行登入。"
#: modules/websubmit/lib/websubmit_templates.py:301
msgid "Please select a category"
msgstr "请选择类别"
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr "注意"
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr "请选择类别并点击行动按钮。"
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr "请输入存取号码以便继续上次中断的提交:"
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr "去"
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr "概要"
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr "上一页"
#: modules/websubmit/lib/websubmit_templates.py:535
msgid "Submission number"
msgstr "提交号码"
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr "下一页"
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr "您是否决定离放弃提交?"
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
msgid "Back to main menu"
msgstr "返回主目录"
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr "这是您的存取号码,您可以用它以重试中断的提交。"
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr "红色的栏位不可留空。"
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr "栏位 %s 不可留空。"
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr "请选择"
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr "请按键。"
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr "栏位 %s 不可留空。请输入。"
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr "栏位 %(field)s 不可留空。"
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr "回到页"
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr "完成!"
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr "完了"
#: modules/websubmit/lib/websubmit_templates.py:957
msgid "Submission no"
msgstr "提交号码"
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr "这是 %(x_action)s 功能名单 %(x_doctype)s 文件 在 级别 %(x_step)s"
#: modules/websubmit/lib/websubmit_templates.py:1032
msgid "Function"
msgstr "功能"
#: modules/websubmit/lib/websubmit_templates.py:1033
msgid "Score"
msgstr "评分"
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr "流动功能"
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr "功能 %s 并不存在。"
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr "您要先"
#: modules/websubmit/lib/websubmit_templates.py:1111
msgid "record"
msgstr "记录"
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr "文件"
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
msgid "version"
msgstr "版本"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr "文档"
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr "参见"
#: modules/websubmit/lib/websubmit_templates.py:1375
msgid "For"
msgstr "为"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr "全部文件类型"
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr "Id"
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr "参考"
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr "最初访问"
#: modules/websubmit/lib/websubmit_templates.py:1435
msgid "Last access"
msgstr "最後访问"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr "您是否决定移除这提交?"
#: modules/websubmit/lib/websubmit_templates.py:1446
#, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "删除提交%(x_id)s 在 %(x_docname)s"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr "并没有参考"
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr "参考文件"
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr "您是这一位裁判员为类别"
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr "您是以下类别的裁判员:"
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr "文件类型名单"
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
#, fuzzy
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr "选择以下之文件类型以检查其状态。"
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr "类别名单"
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr "请选择类别"
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
msgid "Pending"
msgstr "等待中"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
msgid "Approved"
msgstr "已批核"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
msgid "Rejected"
msgstr "已拒绝"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr "关键"
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
msgid "Waiting for approval"
msgstr "等待批核中"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
msgid "Already approved"
msgstr "已批核"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr "有文件在等待批核中。"
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1808
#, fuzzy
msgid "List of refereing categories"
msgstr "类别名单"
#: modules/websubmit/lib/websubmit_templates.py:1812
#, fuzzy
msgid "List of publication categories"
msgstr "共享收藏篮列表"
#: modules/websubmit/lib/websubmit_templates.py:1816
#, fuzzy
msgid "List of direct approval categories"
msgstr "类别名单"
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
#, fuzzy
msgid "Cancelled"
msgstr "取消"
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr "文件名单"
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr "点击报告遍号以获得更多资料。"
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "报告遍号"
#: modules/websubmit/lib/websubmit_templates.py:2073
#, fuzzy
msgid "List of publication documents"
msgstr "共享收藏篮列表"
#: modules/websubmit/lib/websubmit_templates.py:2075
#, fuzzy
msgid "List of direct approval documents"
msgstr "文件名单"
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr "您的请求已被送出。"
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr "标题"
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr "作者"
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr "更多资料"
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr "点击这"
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr "这文件还在%(x_fmt_open)s等候批核中%(x_fmt_close)s。"
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
msgid "It was first sent for approval on:"
msgstr "最初获得批核日期:"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr "最後的批核电邮已在这日期发送:"
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr "您可以点击以下按钮从而再发送要求批核之电邮:"
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr "重新发送"
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr "警告!"
#: modules/websubmit/lib/websubmit_templates.py:2298
#, fuzzy
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr "您可以点击这个按钮来批核或拒绝这文件。"
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr "批核/拒绝"
#: modules/websubmit/lib/websubmit_templates.py:2305
#, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "这文件已被%(x_fmt_open)s批核%(x_fmt_close)s。"
#: modules/websubmit/lib/websubmit_templates.py:2307
msgid "Its approved reference is:"
msgstr "批核参考:"
#: modules/websubmit/lib/websubmit_templates.py:2313
msgid "It was approved on:"
msgstr "已被批核:"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "这文件已被%(x_fmt_open)s拒绝%(x_fmt_close)s。"
#: modules/websubmit/lib/websubmit_templates.py:2323
msgid "It was rejected on:"
msgstr "已被拒绝:"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
#, fuzzy
msgid "No referee has been selected yet."
msgstr "记录已被删除。"
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
#, fuzzy
msgid "Select a referee"
msgstr "选择评分"
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
#, fuzzy
msgid "Send a recommendation"
msgstr "撰写意见"
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2453
#, fuzzy
msgid "No editorial board has been selected yet."
msgstr "记录已被删除。"
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2602
#, fuzzy
msgid "Comments overview"
msgstr "意见"
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
#, fuzzy
msgid "select user"
msgstr "选择收藏篮"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2741
#, fuzzy
msgid "add this user"
msgstr "加入至用户"
#: modules/websubmit/lib/websubmit_templates.py:2791
#, fuzzy
msgid "remove this user"
msgstr "找寻不到用户"
#: modules/websubmit/lib/websubmit_templates.py:2906
#, fuzzy
msgid "User"
msgstr "用户"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:172
#, fuzzy
msgid "The collection to which this file belong is restricted: "
msgstr "这是一个受限制的专辑."
#: modules/websubmit/lib/websubmit_webinterface.py:178
#, fuzzy
msgid "This file is restricted: "
msgstr "这是受读取限制的档案!"
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr "读取全文"
#: modules/websubmit/lib/websubmit_webinterface.py:303
#, fuzzy
msgid "Not enough information to retrieve the document"
msgstr "成为第一个读者去评论这文件。"
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr "这个文件未曾被请求批核。"
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr "无法显示文件。"
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
#, fuzzy
msgid "Action unauthorized for this document."
msgstr "这个文件未曾被请求批核。"
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
#, fuzzy
msgid "Action unavailable for this document."
msgstr "无法显示文件。"
#: modules/websubmit/web/publiline.py:668
#, fuzzy
msgid "Adding users to the editorial board"
msgstr "新增 %i 记录至这些收藏篮"
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
#, fuzzy
msgid "hits"
msgstr "结果"
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr ""
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr ""
#: modules/websubmit/web/publiline.py:793
#, fuzzy
msgid "Referee selection"
msgstr "并没有参考"
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
#, fuzzy
msgid "Come back to the document"
msgstr "评价这文件"
#: modules/websubmit/web/publiline.py:1068
#, fuzzy
msgid "Select:"
msgstr "选择"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
#, fuzzy
msgid "Approve"
msgstr "已批核"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
#, fuzzy
msgid "Reject"
msgstr "已拒绝"
#: modules/websubmit/web/publiline.py:1168
#, fuzzy
msgid "Wrong action for this document."
msgstr "评价这文件"
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:98
#, fuzzy, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr "您可以%(x_url_open)s登入%(x_url_close)s。"
#: modules/webjournal/lib/webjournal_templates.py:143
#, fuzzy
msgid "Regeneration Error"
msgstr "内部错误"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
#, fuzzy
msgid "Publish"
msgstr "提交"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
#, fuzzy
msgid "Refresh"
msgstr "参考"
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
#, fuzzy
msgid "Update"
msgstr "更新组别"
#: modules/webjournal/lib/webjournal_templates.py:625
#, fuzzy
msgid "Apply"
msgstr "四月"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
#, fuzzy
msgid "Internal configuration error"
msgstr "内部错误"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:194
#, fuzzy
msgid "No journal articles"
msgstr "没有可使用的文件种类。"
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:232
#, fuzzy
msgid "No journal issues"
msgstr "现在的状况:"
#: modules/webjournal/lib/webjournal_config.py:269
#, fuzzy
msgid "Journal article error"
msgstr "内部错误"
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:303
#, fuzzy
msgid "No journals available"
msgstr "没有可使用的文件种类。"
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:358
#, fuzzy
msgid "No current issue"
msgstr "现在的状况:"
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:450
#, fuzzy
msgid "No popup record"
msgstr "返回记录"
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:482
#, fuzzy
msgid "Update error"
msgstr "更新组别"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:513
#, fuzzy
msgid "Journal publishing DB error"
msgstr "内部错误"
#: modules/webjournal/lib/webjournal_config.py:544
#, fuzzy
msgid "Journal issue error"
msgstr "内部错误"
#: modules/webjournal/lib/webjournal_config.py:545
#, fuzzy
msgid "We could not find a current issue in the Database"
msgstr "已记录之OAI源"
#: modules/webjournal/lib/webjournal_config.py:575
#, fuzzy
msgid "Journal ID error"
msgstr "内部错误"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:611
#, fuzzy
msgid "Sorry, this category does not exist for this journal."
msgstr "对不起,记录 %s 并不存在。"
#: modules/webjournal/web/admin/webjournaladmin.py:74
#, fuzzy
msgid "WebJournal Admin"
msgstr "WebComment 管理"
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:148
#, fuzzy
msgid "Feature a record"
msgstr "外部记录"
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:309
#, fuzzy
msgid "Publishing Interface"
msgstr "内部错误"
#: modules/webjournal/web/admin/webjournaladmin.py:335
#, fuzzy
msgid "Add Journal"
msgstr "加入至用户"
#: modules/webjournal/web/admin/webjournaladmin.py:337
#, fuzzy
msgid "Edit Settings"
msgstr "修改设定"
#, fuzzy
#~ msgid "link"
#~ msgstr "在"
#, fuzzy
#~ msgid "links"
#~ msgstr "登入"
#~ msgid "The contents of this collection is restricted."
#~ msgstr "这是一个受限制的专辑."
#, fuzzy
#~ msgid "Sort:"
#~ msgstr "排序"
#, fuzzy
#~ msgid "Author"
#~ msgstr "作者"
#~ msgid "Parameter docid missing"
#~ msgstr "缺少 docid 参数"
#, fuzzy
#~ msgid "Please login to perform this action."
#~ msgstr "抱歉, 您必须先登入。"
#, fuzzy
#~ msgid "Alert sent successfully!"
#~ msgstr "这警报 %s 已成功被修改。"
#, fuzzy
#~ msgid "Webjournal Administration Interface"
#~ msgstr "WebSubmit 管理"
#, fuzzy
#~ msgid "Main file(s)"
#~ msgstr "文档"
#~ msgid "Display searches"
#~ msgstr "显示搜索"
#, fuzzy
#~ msgid " Username/Email: %s\n"
#~ msgstr "帐号"
#, fuzzy
#~ msgid " Password: %s\n"
#~ msgstr "密码"
#~ msgid "Migrate BibFormat Settings"
#~ msgstr "转移BibFormat的设置"
#~ msgid "Migrate Knowledge Bases"
#~ msgstr "转移知识库"
#~ msgid "Migrate Behaviours"
#~ msgstr "转移习性"
#~ msgid "Migrate Formats"
#~ msgstr "转移格式"
#, fuzzy
#~ msgid "Your account created on"
#~ msgstr "帐号已建立"
#, fuzzy
#~ msgid "You have created a new account on"
#~ msgstr "或创建"
#~ msgid ""
#~ "You can now go back to %(x_url_open)sBibEdit Admin Interface%(x_url_close)"
#~ "s."
#~ msgstr "返回%(x_url_open)sBibEdit 管理介面%(x_url_close)s。"
#, fuzzy
#~ msgid "No Articles"
#~ msgstr "文章"
#, fuzzy
#~ msgid "No Issues"
#~ msgstr "没有讯息"
#, fuzzy
#~ msgid "Article Error"
#~ msgstr "文章"
#, fuzzy
#~ msgid "%s Personalize, Main page"
#~ msgstr "个人化"
#, fuzzy
#~ msgid "%s , personalize"
#~ msgstr "个人化"
#, fuzzy
#~ msgid "Successfully featured record: %s"
#~ msgstr "成功查禁滥用报告"
#~ msgid "Convert"
#~ msgstr "转换"
#~ msgid "Library"
#~ msgstr "图书馆"
#~ msgid "Agenda"
#~ msgstr "议程"
#~ msgid "Webcast"
#~ msgstr "Webcast"
#~ msgid "Search Help"
#~ msgstr "搜索帮助"
#~ msgid "Comment Management"
#~ msgstr "管理意见"
#~ msgid "Format:"
#~ msgstr "格式:"
#~ msgid "Send lost password"
#~ msgstr "发送密码"
#~ msgid "Here are your user credentials for"
#~ msgstr "登入资料:"
#~ msgid "username"
#~ msgstr "帐号"
#~ msgid "password"
#~ msgstr "密码"
#~ msgid "You can login at"
#~ msgstr "您可以登入"
#~ msgid "You seem to be %(x_role)s."
#~ msgstr "您的身分角色是%(x_role)s。"
#~ msgid "Credentials for"
#~ msgstr "登入资料:"
#~ msgid ""
#~ "An email has been sent to the given address with the account information."
#~ msgstr "我们已经发送有关帐号的电邮给您。"
#~ msgid "Unable to find file."
#~ msgstr "无法找到档案。"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 7d2118bb1..40f5c8e5d 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -1,7155 +1,7155 @@
# # This file is part of CDS Invenio.
# # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
# #
# # CDS Invenio 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.
# #
# # CDS Invenio 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 CDS Invenio; if not, write to the Free Software Foundation, Inc.,
# # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
msgid ""
msgstr ""
-"Project-Id-Version: CDS-Invenio 0.99.2\n"
+"Project-Id-Version: CDS-Invenio 0.99.3\n"
"Report-Msgid-Bugs-To: cds.support@cern.ch\n"
"POT-Creation-Date: 2010-10-20 20:36+0200\n"
"PO-Revision-Date: 2008-02-29 15:40+0100\n"
"Last-Translator: Kam-ming Ku <kmku@hkusua.hku.hk>\n"
"Language-Team: ZH_TW <cds.support@cern.ch>\n"
"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"
#: modules/websearch/doc/search-guide.webdoc:357
#: modules/websearch/doc/search-guide.webdoc:392
#: modules/websearch/doc/search-guide.webdoc:489
#: modules/websearch/doc/search-guide.webdoc:524
#: modules/websearch/doc/search-guide.webdoc:626
#: modules/websearch/doc/search-guide.webdoc:661
#: modules/websearch/doc/search-guide.webdoc:764
#: modules/websearch/doc/search-guide.webdoc:799
#: modules/websearch/lib/search_engine.py:987
#: modules/websearch/lib/websearch_templates.py:1078
msgid "AND NOT"
msgstr "不包含"
#: modules/webhelp/web/admin/admin.webdoc:20
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:22
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:22
#: modules/bibedit/doc/admin/bibedit-admin-guide.webdoc:22
#: modules/bibupload/doc/admin/bibupload-admin-guide.webdoc:22
#: modules/bibformat/doc/admin/bibformat-admin-guide.webdoc:22
#: modules/bibharvest/doc/admin/bibharvest-admin-guide.webdoc:22
#: modules/webmessage/doc/admin/webmessage-admin-guide.webdoc:22
#: modules/webalert/doc/admin/webalert-admin-guide.webdoc:22
#: modules/bibclassify/doc/admin/bibclassify-admin-guide.webdoc:22
#: modules/bibmatch/doc/admin/bibmatch-admin-guide.webdoc:22
#: modules/bibconvert/doc/admin/bibconvert-admin-guide.webdoc:22
#: modules/bibsched/doc/admin/bibsched-admin-guide.webdoc:22
#: modules/bibrank/doc/admin/bibrank-admin-guide.webdoc:22
#: modules/webstat/doc/admin/webstat-admin-guide.webdoc:22
#: modules/bibindex/doc/admin/bibindex-admin-guide.webdoc:22
#: modules/webbasket/doc/admin/webbasket-admin-guide.webdoc:22
#: modules/webcomment/doc/admin/webcomment-admin-guide.webdoc:22
#: modules/websession/doc/admin/websession-admin-guide.webdoc:22
#: modules/webstyle/doc/admin/webstyle-admin-guide.webdoc:22
#: modules/elmsubmit/doc/admin/elmsubmit-admin-guide.webdoc:22
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:71
#: modules/webcomment/lib/webcommentadminlib.py:38
#: modules/webstyle/lib/webdoc_webinterface.py:155
msgid "Admin Area"
msgstr "管理"
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/lib/search_engine.py:3754
#: modules/websearch/lib/websearch_templates.py:718
#: modules/websearch/lib/websearch_templates.py:797
#: modules/websearch/lib/websearch_templates.py:920
#: modules/websearch/lib/websearch_templates.py:1812
#: modules/websearch/lib/websearch_templates.py:1903
#: modules/websearch/lib/websearch_templates.py:1960
#: modules/websearch/lib/websearch_templates.py:2017
#: modules/websearch/lib/websearch_templates.py:2056
#: modules/websearch/lib/websearch_templates.py:2079
#: modules/websearch/lib/websearch_templates.py:2110
msgid "Browse"
msgstr "瀏覽"
#: modules/webhelp/web/help-central.webdoc:51
#: modules/websearch/doc/search-tips.webdoc:21
#: modules/websearch/lib/websearch_templates.py:719
#: modules/websearch/lib/websearch_templates.py:798
#: modules/websearch/lib/websearch_templates.py:921
#: modules/websearch/lib/websearch_templates.py:1907
#: modules/websearch/lib/websearch_templates.py:1964
#: modules/websearch/lib/websearch_templates.py:2021
msgid "Search Tips"
msgstr "搜索幫助"
#: modules/websearch/doc/search-guide.webdoc:339
#: modules/websearch/doc/search-guide.webdoc:374
#: modules/websearch/doc/search-guide.webdoc:409
#: modules/websearch/doc/search-guide.webdoc:471
#: modules/websearch/doc/search-guide.webdoc:506
#: modules/websearch/doc/search-guide.webdoc:541
#: modules/websearch/doc/search-guide.webdoc:608
#: modules/websearch/doc/search-guide.webdoc:643
#: modules/websearch/doc/search-guide.webdoc:678
#: modules/websearch/doc/search-guide.webdoc:746
#: modules/websearch/doc/search-guide.webdoc:781
#: modules/websearch/doc/search-guide.webdoc:816
#: modules/miscutil/lib/inveniocfg.py:386
msgid "abstract"
msgstr "摘要"
#: modules/websearch/doc/search-guide.webdoc:344
#: modules/websearch/doc/search-guide.webdoc:379
#: modules/websearch/doc/search-guide.webdoc:414
#: modules/websearch/doc/search-guide.webdoc:476
#: modules/websearch/doc/search-guide.webdoc:511
#: modules/websearch/doc/search-guide.webdoc:546
#: modules/websearch/doc/search-guide.webdoc:613
#: modules/websearch/doc/search-guide.webdoc:648
#: modules/websearch/doc/search-guide.webdoc:683
#: modules/websearch/doc/search-guide.webdoc:751
#: modules/websearch/doc/search-guide.webdoc:786
#: modules/websearch/doc/search-guide.webdoc:821
#: modules/miscutil/lib/inveniocfg.py:391
msgid "fulltext"
msgstr "全文"
#: modules/websearch/doc/search-guide.webdoc:333
#: modules/websearch/doc/search-guide.webdoc:369
#: modules/websearch/doc/search-guide.webdoc:404
#: modules/websearch/doc/search-guide.webdoc:465
#: modules/websearch/doc/search-guide.webdoc:501
#: modules/websearch/doc/search-guide.webdoc:536
#: modules/websearch/doc/search-guide.webdoc:602
#: modules/websearch/doc/search-guide.webdoc:638
#: modules/websearch/doc/search-guide.webdoc:673
#: modules/websearch/doc/search-guide.webdoc:740
#: modules/websearch/doc/search-guide.webdoc:776
#: modules/websearch/doc/search-guide.webdoc:811
#: modules/websearch/lib/search_engine.py:1009
#: modules/websearch/lib/websearch_templates.py:1034
msgid "Regular expression:"
msgstr "正則表達式:"
#: modules/websearch/doc/search-guide.webdoc:329
#: modules/websearch/doc/search-guide.webdoc:365
#: modules/websearch/doc/search-guide.webdoc:400
#: modules/websearch/doc/search-guide.webdoc:461
#: modules/websearch/doc/search-guide.webdoc:497
#: modules/websearch/doc/search-guide.webdoc:532
#: modules/websearch/doc/search-guide.webdoc:598
#: modules/websearch/doc/search-guide.webdoc:634
#: modules/websearch/doc/search-guide.webdoc:669
#: modules/websearch/doc/search-guide.webdoc:736
#: modules/websearch/doc/search-guide.webdoc:772
#: modules/websearch/doc/search-guide.webdoc:807
#: modules/websearch/lib/search_engine.py:1005
#: modules/websearch/lib/websearch_templates.py:1026
msgid "All of the words:"
msgstr "包含以下全部的字詞:"
#: modules/websearch/doc/search-guide.webdoc:347
#: modules/websearch/doc/search-guide.webdoc:382
#: modules/websearch/doc/search-guide.webdoc:417
#: modules/websearch/doc/search-guide.webdoc:479
#: modules/websearch/doc/search-guide.webdoc:514
#: modules/websearch/doc/search-guide.webdoc:549
#: modules/websearch/doc/search-guide.webdoc:616
#: modules/websearch/doc/search-guide.webdoc:651
#: modules/websearch/doc/search-guide.webdoc:686
#: modules/websearch/doc/search-guide.webdoc:754
#: modules/websearch/doc/search-guide.webdoc:789
#: modules/websearch/doc/search-guide.webdoc:824
#: modules/miscutil/lib/inveniocfg.py:388
msgid "report number"
msgstr "報告編號"
#: modules/websearch/doc/search-tips.webdoc:407
#: modules/websearch/doc/search-tips.webdoc:414
#: modules/websearch/doc/search-tips.webdoc:415
#: modules/websearch/doc/search-tips.webdoc:416
#: modules/websearch/doc/search-tips.webdoc:434
#: modules/websearch/doc/search-tips.webdoc:435
#: modules/websearch/doc/search-tips.webdoc:436
#: modules/websearch/doc/search-guide.webdoc:350
#: modules/websearch/doc/search-guide.webdoc:385
#: modules/websearch/doc/search-guide.webdoc:420
#: modules/websearch/doc/search-guide.webdoc:482
#: modules/websearch/doc/search-guide.webdoc:517
#: modules/websearch/doc/search-guide.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:619
#: modules/websearch/doc/search-guide.webdoc:654
#: modules/websearch/doc/search-guide.webdoc:689
#: modules/websearch/doc/search-guide.webdoc:757
#: modules/websearch/doc/search-guide.webdoc:792
#: modules/websearch/doc/search-guide.webdoc:827
#: modules/miscutil/lib/inveniocfg.py:394
msgid "year"
msgstr "年份"
#: modules/websearch/doc/search-guide.webdoc:348
#: modules/websearch/doc/search-guide.webdoc:383
#: modules/websearch/doc/search-guide.webdoc:418
#: modules/websearch/doc/search-guide.webdoc:480
#: modules/websearch/doc/search-guide.webdoc:515
#: modules/websearch/doc/search-guide.webdoc:550
#: modules/websearch/doc/search-guide.webdoc:617
#: modules/websearch/doc/search-guide.webdoc:652
#: modules/websearch/doc/search-guide.webdoc:687
#: modules/websearch/doc/search-guide.webdoc:755
#: modules/websearch/doc/search-guide.webdoc:790
#: modules/websearch/doc/search-guide.webdoc:825
#: modules/miscutil/lib/inveniocfg.py:389
msgid "subject"
msgstr "主題"
#: modules/websearch/doc/search-guide.webdoc:332
#: modules/websearch/doc/search-guide.webdoc:368
#: modules/websearch/doc/search-guide.webdoc:403
#: modules/websearch/doc/search-guide.webdoc:464
#: modules/websearch/doc/search-guide.webdoc:500
#: modules/websearch/doc/search-guide.webdoc:535
#: modules/websearch/doc/search-guide.webdoc:601
#: modules/websearch/doc/search-guide.webdoc:637
#: modules/websearch/doc/search-guide.webdoc:672
#: modules/websearch/doc/search-guide.webdoc:739
#: modules/websearch/doc/search-guide.webdoc:775
#: modules/websearch/doc/search-guide.webdoc:810
#: modules/websearch/lib/search_engine.py:1008
#: modules/websearch/lib/websearch_templates.py:1032
msgid "Partial phrase:"
msgstr "包含以下的部分字句"
#: modules/websearch/doc/search-guide.webdoc:346
#: modules/websearch/doc/search-guide.webdoc:381
#: modules/websearch/doc/search-guide.webdoc:416
#: modules/websearch/doc/search-guide.webdoc:478
#: modules/websearch/doc/search-guide.webdoc:513
#: modules/websearch/doc/search-guide.webdoc:548
#: modules/websearch/doc/search-guide.webdoc:615
#: modules/websearch/doc/search-guide.webdoc:650
#: modules/websearch/doc/search-guide.webdoc:685
#: modules/websearch/doc/search-guide.webdoc:753
#: modules/websearch/doc/search-guide.webdoc:788
#: modules/websearch/doc/search-guide.webdoc:823
#: modules/miscutil/lib/inveniocfg.py:390
msgid "reference"
msgstr "參考"
#: modules/websearch/doc/search-tips.webdoc:38
#: modules/websearch/doc/search-tips.webdoc:69
#: modules/websearch/doc/search-tips.webdoc:107
#: modules/websearch/doc/search-tips.webdoc:155
#: modules/websearch/doc/search-tips.webdoc:178
#: modules/websearch/doc/search-tips.webdoc:202
#: modules/websearch/doc/search-tips.webdoc:247
#: modules/websearch/doc/search-tips.webdoc:287
#: modules/websearch/doc/search-tips.webdoc:298
#: modules/websearch/doc/search-tips.webdoc:318
#: modules/websearch/doc/search-tips.webdoc:338
#: modules/websearch/doc/search-tips.webdoc:372
#: modules/websearch/doc/search-tips.webdoc:406
#: modules/websearch/doc/search-tips.webdoc:427
#: modules/websearch/doc/search-tips.webdoc:447
#: modules/websearch/doc/search-tips.webdoc:483
#: modules/websearch/doc/search-tips.webdoc:508
#: modules/websearch/doc/search-tips.webdoc:516
#: modules/websearch/doc/search-tips.webdoc:519
#: modules/websearch/doc/search-tips.webdoc:521
#: modules/websearch/doc/search-tips.webdoc:532
#: modules/websearch/doc/search-tips.webdoc:553
#: modules/websearch/doc/search-guide.webdoc:222
#: modules/websearch/doc/search-guide.webdoc:246
#: modules/websearch/doc/search-guide.webdoc:272
#: modules/websearch/doc/search-guide.webdoc:297
#: modules/websearch/doc/search-guide.webdoc:340
#: modules/websearch/doc/search-guide.webdoc:375
#: modules/websearch/doc/search-guide.webdoc:410
#: modules/websearch/doc/search-guide.webdoc:472
#: modules/websearch/doc/search-guide.webdoc:507
#: modules/websearch/doc/search-guide.webdoc:542
#: modules/websearch/doc/search-guide.webdoc:609
#: modules/websearch/doc/search-guide.webdoc:644
#: modules/websearch/doc/search-guide.webdoc:679
#: modules/websearch/doc/search-guide.webdoc:747
#: modules/websearch/doc/search-guide.webdoc:782
#: modules/websearch/doc/search-guide.webdoc:817
#: modules/websearch/doc/search-guide.webdoc:877
#: modules/websearch/doc/search-guide.webdoc:908
#: modules/websearch/doc/search-guide.webdoc:948
#: modules/websearch/doc/search-guide.webdoc:982
#: modules/websearch/doc/search-guide.webdoc:1022
#: modules/websearch/doc/search-guide.webdoc:1044
#: modules/websearch/doc/search-guide.webdoc:1064
#: modules/websearch/doc/search-guide.webdoc:1080
#: modules/websearch/doc/search-guide.webdoc:1120
#: modules/websearch/doc/search-guide.webdoc:1143
#: modules/websearch/doc/search-guide.webdoc:1164
#: modules/websearch/doc/search-guide.webdoc:1179
#: modules/websearch/doc/search-guide.webdoc:1223
#: modules/websearch/doc/search-guide.webdoc:1248
#: modules/websearch/doc/search-guide.webdoc:1269
#: modules/websearch/doc/search-guide.webdoc:1285
#: modules/websearch/doc/search-guide.webdoc:1330
#: modules/websearch/doc/search-guide.webdoc:1353
#: modules/websearch/doc/search-guide.webdoc:1375
#: modules/websearch/doc/search-guide.webdoc:1391
#: modules/websearch/doc/search-guide.webdoc:1761
#: modules/websearch/doc/search-guide.webdoc:1775
#: modules/websearch/doc/search-guide.webdoc:1793
#: modules/websearch/doc/search-guide.webdoc:1812
#: modules/websearch/doc/search-guide.webdoc:1825
#: modules/websearch/doc/search-guide.webdoc:1843
#: modules/websearch/doc/search-guide.webdoc:1863
#: modules/websearch/doc/search-guide.webdoc:1878
#: modules/websearch/doc/search-guide.webdoc:1897
#: modules/websearch/doc/search-guide.webdoc:1920
#: modules/websearch/doc/search-guide.webdoc:1935
#: modules/websearch/doc/search-guide.webdoc:1954
#: modules/websearch/doc/search-guide.webdoc:1982
#: modules/websearch/doc/search-guide.webdoc:2020
#: modules/websearch/doc/search-guide.webdoc:2031
#: modules/websearch/doc/search-guide.webdoc:2045
#: modules/websearch/doc/search-guide.webdoc:2059
#: modules/websearch/doc/search-guide.webdoc:2072
#: modules/websearch/doc/search-guide.webdoc:2088
#: modules/websearch/doc/search-guide.webdoc:2099
#: modules/websearch/doc/search-guide.webdoc:2113
#: modules/websearch/doc/search-guide.webdoc:2127
#: modules/websearch/doc/search-guide.webdoc:2140
#: modules/websearch/doc/search-guide.webdoc:2156
#: modules/websearch/doc/search-guide.webdoc:2167
#: modules/websearch/doc/search-guide.webdoc:2181
#: modules/websearch/doc/search-guide.webdoc:2195
#: modules/websearch/doc/search-guide.webdoc:2208
#: modules/websearch/doc/search-guide.webdoc:2226
#: modules/websearch/doc/search-guide.webdoc:2237
#: modules/websearch/doc/search-guide.webdoc:2251
#: modules/websearch/doc/search-guide.webdoc:2265
#: modules/websearch/doc/search-guide.webdoc:2278
#: modules/websearch/doc/search-guide.webdoc:2307
#: modules/websearch/doc/search-guide.webdoc:2321
#: modules/websearch/doc/search-guide.webdoc:2356
#: modules/websearch/doc/search-guide.webdoc:2369
#: modules/websearch/doc/search-guide.webdoc:2404
#: modules/websearch/doc/search-guide.webdoc:2418
#: modules/websearch/doc/search-guide.webdoc:2454
#: modules/websearch/doc/search-guide.webdoc:2468
#: modules/websearch/doc/search-guide.webdoc:2517
#: modules/websearch/doc/search-guide.webdoc:2532
#: modules/websearch/doc/search-guide.webdoc:2546
#: modules/websearch/doc/search-guide.webdoc:2561
#: modules/websearch/doc/search-guide.webdoc:2589
#: modules/websearch/doc/search-guide.webdoc:2604
#: modules/websearch/doc/search-guide.webdoc:2618
#: modules/websearch/doc/search-guide.webdoc:2634
#: modules/websearch/doc/search-guide.webdoc:2666
#: modules/websearch/doc/search-guide.webdoc:2682
#: modules/websearch/doc/search-guide.webdoc:2696
#: modules/websearch/doc/search-guide.webdoc:2711
#: modules/websearch/doc/search-guide.webdoc:2742
#: modules/websearch/doc/search-guide.webdoc:2758
#: modules/websearch/doc/search-guide.webdoc:2772
#: modules/websearch/doc/search-guide.webdoc:2787
#: modules/websearch/doc/search-guide.webdoc:2829
#: modules/websearch/doc/search-guide.webdoc:2844
#: modules/websearch/doc/search-guide.webdoc:2858
#: modules/websearch/doc/search-guide.webdoc:2883
#: modules/websearch/doc/search-guide.webdoc:2898
#: modules/websearch/doc/search-guide.webdoc:2912
#: modules/websearch/doc/search-guide.webdoc:2941
#: modules/websearch/doc/search-guide.webdoc:2956
#: modules/websearch/doc/search-guide.webdoc:2970
#: modules/websearch/doc/search-guide.webdoc:2998
#: modules/websearch/doc/search-guide.webdoc:3013
#: modules/websearch/doc/search-guide.webdoc:3026
#: modules/websearch/doc/search-guide.webdoc:3061
#: modules/websearch/doc/search-guide.webdoc:3083
#: modules/websearch/doc/search-guide.webdoc:3107
#: modules/websearch/doc/search-guide.webdoc:3131
#: modules/websearch/doc/search-guide.webdoc:3155
#: modules/websearch/doc/search-guide.webdoc:3170
#: modules/websearch/doc/search-guide.webdoc:3186
#: modules/websearch/doc/search-guide.webdoc:3203
#: modules/websearch/doc/search-guide.webdoc:3223
#: modules/websearch/doc/search-guide.webdoc:3241
#: modules/websearch/doc/search-guide.webdoc:3259
#: modules/websearch/doc/search-guide.webdoc:3278
#: modules/websearch/doc/search-guide.webdoc:3299
#: modules/websearch/doc/search-guide.webdoc:3313
#: modules/websearch/doc/search-guide.webdoc:3333
#: modules/websearch/doc/search-guide.webdoc:3348
#: modules/websearch/doc/search-guide.webdoc:3367
#: modules/websearch/doc/search-guide.webdoc:3382
#: modules/websearch/doc/search-guide.webdoc:3402
#: modules/websearch/doc/search-guide.webdoc:3417
#: modules/websearch/doc/search-guide.webdoc:3479
#: modules/websearch/doc/search-guide.webdoc:3493
#: modules/websearch/doc/search-guide.webdoc:3510
#: modules/websearch/doc/search-guide.webdoc:3523
#: modules/websearch/doc/search-guide.webdoc:3541
#: modules/websearch/doc/search-guide.webdoc:3556
#: modules/websearch/doc/search-guide.webdoc:3574
#: modules/websearch/doc/search-guide.webdoc:3589
#: modules/websearch/doc/search-guide.webdoc:3622
#: modules/websearch/doc/search-guide.webdoc:3638
#: modules/websearch/doc/search-guide.webdoc:3655
#: modules/websearch/doc/search-guide.webdoc:3675
#: modules/websearch/doc/search-guide.webdoc:3689
#: modules/websearch/doc/search-guide.webdoc:3707
#: modules/websearch/doc/search-guide.webdoc:3728
#: modules/websearch/doc/search-guide.webdoc:3747
#: modules/websearch/doc/search-guide.webdoc:3765
#: modules/websearch/doc/search-guide.webdoc:3787
#: modules/websearch/doc/search-guide.webdoc:3806
#: modules/websearch/doc/search-guide.webdoc:3823
#: modules/websearch/doc/search-guide.webdoc:3944
#: modules/websearch/doc/search-guide.webdoc:3969
#: modules/websearch/doc/search-guide.webdoc:3992
#: modules/websearch/doc/search-guide.webdoc:4018
#: modules/websearch/doc/search-guide.webdoc:4042
#: modules/websearch/doc/search-guide.webdoc:4069
#: modules/websearch/doc/search-guide.webdoc:4094
#: modules/websearch/doc/search-guide.webdoc:4120
#: modules/websearch/doc/search-guide.webdoc:4149
#: modules/websearch/doc/search-guide.webdoc:4169
#: modules/websearch/doc/search-guide.webdoc:4193
#: modules/websearch/doc/search-guide.webdoc:4220
#: modules/websearch/doc/search-guide.webdoc:4260
#: modules/websearch/doc/search-guide.webdoc:4281
#: modules/websearch/doc/search-guide.webdoc:4305
#: modules/websearch/doc/search-guide.webdoc:4335
#: modules/websearch/doc/search-guide.webdoc:4379
#: modules/websearch/doc/search-guide.webdoc:4401
#: modules/websearch/doc/search-guide.webdoc:4426
#: modules/websearch/doc/search-guide.webdoc:4456
#: modules/websearch/doc/search-guide.webdoc:4501
#: modules/websearch/doc/search-guide.webdoc:4522
#: modules/websearch/doc/search-guide.webdoc:4547
#: modules/websearch/doc/search-guide.webdoc:4577
#: modules/websearch/doc/search-guide.webdoc:4869
#: modules/websearch/doc/search-guide.webdoc:4885
#: modules/websearch/doc/search-guide.webdoc:4905
#: modules/websearch/doc/search-guide.webdoc:4924
#: modules/websearch/doc/search-guide.webdoc:4945
#: modules/websearch/doc/search-guide.webdoc:4963
#: modules/websearch/doc/search-guide.webdoc:4984
#: modules/websearch/doc/search-guide.webdoc:5002
#: modules/websearch/doc/search-guide.webdoc:5035
#: modules/websearch/doc/search-guide.webdoc:5049
#: modules/websearch/doc/search-guide.webdoc:5064
#: modules/websearch/doc/search-guide.webdoc:5080
#: modules/websearch/doc/search-guide.webdoc:5099
#: modules/websearch/doc/search-guide.webdoc:5113
#: modules/websearch/doc/search-guide.webdoc:5129
#: modules/websearch/doc/search-guide.webdoc:5147
#: modules/websearch/doc/search-guide.webdoc:5166
#: modules/websearch/doc/search-guide.webdoc:5181
#: modules/websearch/doc/search-guide.webdoc:5196
#: modules/websearch/doc/search-guide.webdoc:5214
#: modules/websearch/doc/search-guide.webdoc:5234
#: modules/websearch/doc/search-guide.webdoc:5249
#: modules/websearch/doc/search-guide.webdoc:5264
#: modules/websearch/doc/search-guide.webdoc:5284
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:132
#: modules/miscutil/lib/inveniocfg.py:385
msgid "author"
msgstr "作者"
#: modules/webhelp/web/help-central.webdoc:99
#: modules/websearch/doc/search-guide.webdoc:21
#, fuzzy
msgid "Search Guide"
msgstr "參見指南"
#: modules/websearch/doc/search-guide.webdoc:343
#: modules/websearch/doc/search-guide.webdoc:378
#: modules/websearch/doc/search-guide.webdoc:413
#: modules/websearch/doc/search-guide.webdoc:475
#: modules/websearch/doc/search-guide.webdoc:510
#: modules/websearch/doc/search-guide.webdoc:545
#: modules/websearch/doc/search-guide.webdoc:612
#: modules/websearch/doc/search-guide.webdoc:647
#: modules/websearch/doc/search-guide.webdoc:682
#: modules/websearch/doc/search-guide.webdoc:750
#: modules/websearch/doc/search-guide.webdoc:785
#: modules/websearch/doc/search-guide.webdoc:820
#: modules/miscutil/lib/inveniocfg.py:396
msgid "experiment"
msgstr "實驗"
#: modules/websearch/doc/search-guide.webdoc:330
#: modules/websearch/doc/search-guide.webdoc:366
#: modules/websearch/doc/search-guide.webdoc:401
#: modules/websearch/doc/search-guide.webdoc:462
#: modules/websearch/doc/search-guide.webdoc:498
#: modules/websearch/doc/search-guide.webdoc:533
#: modules/websearch/doc/search-guide.webdoc:599
#: modules/websearch/doc/search-guide.webdoc:635
#: modules/websearch/doc/search-guide.webdoc:670
#: modules/websearch/doc/search-guide.webdoc:737
#: modules/websearch/doc/search-guide.webdoc:773
#: modules/websearch/doc/search-guide.webdoc:808
#: modules/websearch/lib/search_engine.py:1006
#: modules/websearch/lib/websearch_templates.py:1028
msgid "Any of the words:"
msgstr "包含以下任何一個字詞:"
#: modules/websearch/doc/search-guide.webdoc:342
#: modules/websearch/doc/search-guide.webdoc:377
#: modules/websearch/doc/search-guide.webdoc:412
#: modules/websearch/doc/search-guide.webdoc:474
#: modules/websearch/doc/search-guide.webdoc:509
#: modules/websearch/doc/search-guide.webdoc:544
#: modules/websearch/doc/search-guide.webdoc:611
#: modules/websearch/doc/search-guide.webdoc:646
#: modules/websearch/doc/search-guide.webdoc:681
#: modules/websearch/doc/search-guide.webdoc:749
#: modules/websearch/doc/search-guide.webdoc:784
#: modules/websearch/doc/search-guide.webdoc:819
#: modules/miscutil/lib/inveniocfg.py:393
msgid "division"
msgstr "分類"
#: modules/websearch/doc/search-tips.webdoc:40
#: modules/websearch/doc/search-tips.webdoc:71
#: modules/websearch/doc/search-tips.webdoc:109
#: modules/websearch/doc/search-tips.webdoc:157
#: modules/websearch/doc/search-tips.webdoc:180
#: modules/websearch/doc/search-tips.webdoc:204
#: modules/websearch/doc/search-tips.webdoc:249
#: modules/websearch/doc/search-tips.webdoc:289
#: modules/websearch/doc/search-tips.webdoc:300
#: modules/websearch/doc/search-tips.webdoc:320
#: modules/websearch/doc/search-tips.webdoc:340
#: modules/websearch/doc/search-tips.webdoc:374
#: modules/websearch/doc/search-tips.webdoc:409
#: modules/websearch/doc/search-tips.webdoc:429
#: modules/websearch/doc/search-tips.webdoc:449
#: modules/websearch/doc/search-tips.webdoc:485
#: modules/websearch/doc/search-tips.webdoc:510
#: modules/websearch/doc/search-tips.webdoc:534
#: modules/websearch/doc/search-tips.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:223
#: modules/websearch/doc/search-guide.webdoc:247
#: modules/websearch/doc/search-guide.webdoc:273
#: modules/websearch/doc/search-guide.webdoc:298
#: modules/websearch/doc/search-guide.webdoc:423
#: modules/websearch/doc/search-guide.webdoc:555
#: modules/websearch/doc/search-guide.webdoc:692
#: modules/websearch/doc/search-guide.webdoc:830
#: modules/websearch/doc/search-guide.webdoc:878
#: modules/websearch/doc/search-guide.webdoc:909
#: modules/websearch/doc/search-guide.webdoc:949
#: modules/websearch/doc/search-guide.webdoc:983
#: modules/websearch/doc/search-guide.webdoc:1023
#: modules/websearch/doc/search-guide.webdoc:1045
#: modules/websearch/doc/search-guide.webdoc:1065
#: modules/websearch/doc/search-guide.webdoc:1081
#: modules/websearch/doc/search-guide.webdoc:1121
#: modules/websearch/doc/search-guide.webdoc:1144
#: modules/websearch/doc/search-guide.webdoc:1165
#: modules/websearch/doc/search-guide.webdoc:1180
#: modules/websearch/doc/search-guide.webdoc:1224
#: modules/websearch/doc/search-guide.webdoc:1249
#: modules/websearch/doc/search-guide.webdoc:1270
#: modules/websearch/doc/search-guide.webdoc:1286
#: modules/websearch/doc/search-guide.webdoc:1331
#: modules/websearch/doc/search-guide.webdoc:1354
#: modules/websearch/doc/search-guide.webdoc:1376
#: modules/websearch/doc/search-guide.webdoc:1392
#: modules/websearch/doc/search-guide.webdoc:1762
#: modules/websearch/doc/search-guide.webdoc:1776
#: modules/websearch/doc/search-guide.webdoc:1794
#: modules/websearch/doc/search-guide.webdoc:1813
#: modules/websearch/doc/search-guide.webdoc:1826
#: modules/websearch/doc/search-guide.webdoc:1844
#: modules/websearch/doc/search-guide.webdoc:1864
#: modules/websearch/doc/search-guide.webdoc:1879
#: modules/websearch/doc/search-guide.webdoc:1898
#: modules/websearch/doc/search-guide.webdoc:1921
#: modules/websearch/doc/search-guide.webdoc:1936
#: modules/websearch/doc/search-guide.webdoc:1955
#: modules/websearch/doc/search-guide.webdoc:1984
#: modules/websearch/doc/search-guide.webdoc:2021
#: modules/websearch/doc/search-guide.webdoc:2032
#: modules/websearch/doc/search-guide.webdoc:2046
#: modules/websearch/doc/search-guide.webdoc:2060
#: modules/websearch/doc/search-guide.webdoc:2073
#: modules/websearch/doc/search-guide.webdoc:2089
#: modules/websearch/doc/search-guide.webdoc:2100
#: modules/websearch/doc/search-guide.webdoc:2114
#: modules/websearch/doc/search-guide.webdoc:2128
#: modules/websearch/doc/search-guide.webdoc:2141
#: modules/websearch/doc/search-guide.webdoc:2157
#: modules/websearch/doc/search-guide.webdoc:2168
#: modules/websearch/doc/search-guide.webdoc:2182
#: modules/websearch/doc/search-guide.webdoc:2196
#: modules/websearch/doc/search-guide.webdoc:2209
#: modules/websearch/doc/search-guide.webdoc:2227
#: modules/websearch/doc/search-guide.webdoc:2238
#: modules/websearch/doc/search-guide.webdoc:2252
#: modules/websearch/doc/search-guide.webdoc:2266
#: modules/websearch/doc/search-guide.webdoc:2279
#: modules/websearch/doc/search-guide.webdoc:2308
#: modules/websearch/doc/search-guide.webdoc:2322
#: modules/websearch/doc/search-guide.webdoc:2357
#: modules/websearch/doc/search-guide.webdoc:2370
#: modules/websearch/doc/search-guide.webdoc:2405
#: modules/websearch/doc/search-guide.webdoc:2419
#: modules/websearch/doc/search-guide.webdoc:2455
#: modules/websearch/doc/search-guide.webdoc:2469
#: modules/websearch/doc/search-guide.webdoc:2518
#: modules/websearch/doc/search-guide.webdoc:2533
#: modules/websearch/doc/search-guide.webdoc:2547
#: modules/websearch/doc/search-guide.webdoc:2562
#: modules/websearch/doc/search-guide.webdoc:2590
#: modules/websearch/doc/search-guide.webdoc:2605
#: modules/websearch/doc/search-guide.webdoc:2619
#: modules/websearch/doc/search-guide.webdoc:2635
#: modules/websearch/doc/search-guide.webdoc:2667
#: modules/websearch/doc/search-guide.webdoc:2683
#: modules/websearch/doc/search-guide.webdoc:2697
#: modules/websearch/doc/search-guide.webdoc:2712
#: modules/websearch/doc/search-guide.webdoc:2743
#: modules/websearch/doc/search-guide.webdoc:2759
#: modules/websearch/doc/search-guide.webdoc:2773
#: modules/websearch/doc/search-guide.webdoc:2788
#: modules/websearch/doc/search-guide.webdoc:2830
#: modules/websearch/doc/search-guide.webdoc:2845
#: modules/websearch/doc/search-guide.webdoc:2859
#: modules/websearch/doc/search-guide.webdoc:2884
#: modules/websearch/doc/search-guide.webdoc:2899
#: modules/websearch/doc/search-guide.webdoc:2913
#: modules/websearch/doc/search-guide.webdoc:2942
#: modules/websearch/doc/search-guide.webdoc:2957
#: modules/websearch/doc/search-guide.webdoc:2971
#: modules/websearch/doc/search-guide.webdoc:2999
#: modules/websearch/doc/search-guide.webdoc:3014
#: modules/websearch/doc/search-guide.webdoc:3027
#: modules/websearch/doc/search-guide.webdoc:3062
#: modules/websearch/doc/search-guide.webdoc:3084
#: modules/websearch/doc/search-guide.webdoc:3108
#: modules/websearch/doc/search-guide.webdoc:3132
#: modules/websearch/doc/search-guide.webdoc:3156
#: modules/websearch/doc/search-guide.webdoc:3171
#: modules/websearch/doc/search-guide.webdoc:3187
#: modules/websearch/doc/search-guide.webdoc:3204
#: modules/websearch/doc/search-guide.webdoc:3224
#: modules/websearch/doc/search-guide.webdoc:3242
#: modules/websearch/doc/search-guide.webdoc:3260
#: modules/websearch/doc/search-guide.webdoc:3279
#: modules/websearch/doc/search-guide.webdoc:3300
#: modules/websearch/doc/search-guide.webdoc:3314
#: modules/websearch/doc/search-guide.webdoc:3334
#: modules/websearch/doc/search-guide.webdoc:3349
#: modules/websearch/doc/search-guide.webdoc:3368
#: modules/websearch/doc/search-guide.webdoc:3383
#: modules/websearch/doc/search-guide.webdoc:3403
#: modules/websearch/doc/search-guide.webdoc:3418
#: modules/websearch/doc/search-guide.webdoc:3480
#: modules/websearch/doc/search-guide.webdoc:3494
#: modules/websearch/doc/search-guide.webdoc:3511
#: modules/websearch/doc/search-guide.webdoc:3524
#: modules/websearch/doc/search-guide.webdoc:3542
#: modules/websearch/doc/search-guide.webdoc:3557
#: modules/websearch/doc/search-guide.webdoc:3575
#: modules/websearch/doc/search-guide.webdoc:3590
#: modules/websearch/doc/search-guide.webdoc:3623
#: modules/websearch/doc/search-guide.webdoc:3639
#: modules/websearch/doc/search-guide.webdoc:3656
#: modules/websearch/doc/search-guide.webdoc:3676
#: modules/websearch/doc/search-guide.webdoc:3690
#: modules/websearch/doc/search-guide.webdoc:3708
#: modules/websearch/doc/search-guide.webdoc:3729
#: modules/websearch/doc/search-guide.webdoc:3748
#: modules/websearch/doc/search-guide.webdoc:3766
#: modules/websearch/doc/search-guide.webdoc:3788
#: modules/websearch/doc/search-guide.webdoc:3807
#: modules/websearch/doc/search-guide.webdoc:3824
#: modules/websearch/doc/search-guide.webdoc:3945
#: modules/websearch/doc/search-guide.webdoc:3970
#: modules/websearch/doc/search-guide.webdoc:3993
#: modules/websearch/doc/search-guide.webdoc:4019
#: modules/websearch/doc/search-guide.webdoc:4043
#: modules/websearch/doc/search-guide.webdoc:4070
#: modules/websearch/doc/search-guide.webdoc:4095
#: modules/websearch/doc/search-guide.webdoc:4121
#: modules/websearch/doc/search-guide.webdoc:4150
#: modules/websearch/doc/search-guide.webdoc:4170
#: modules/websearch/doc/search-guide.webdoc:4194
#: modules/websearch/doc/search-guide.webdoc:4221
#: modules/websearch/doc/search-guide.webdoc:4261
#: modules/websearch/doc/search-guide.webdoc:4282
#: modules/websearch/doc/search-guide.webdoc:4306
#: modules/websearch/doc/search-guide.webdoc:4336
#: modules/websearch/doc/search-guide.webdoc:4380
#: modules/websearch/doc/search-guide.webdoc:4402
#: modules/websearch/doc/search-guide.webdoc:4427
#: modules/websearch/doc/search-guide.webdoc:4457
#: modules/websearch/doc/search-guide.webdoc:4502
#: modules/websearch/doc/search-guide.webdoc:4523
#: modules/websearch/doc/search-guide.webdoc:4548
#: modules/websearch/doc/search-guide.webdoc:4578
#: modules/websearch/doc/search-guide.webdoc:4870
#: modules/websearch/doc/search-guide.webdoc:4886
#: modules/websearch/doc/search-guide.webdoc:4906
#: modules/websearch/doc/search-guide.webdoc:4925
#: modules/websearch/doc/search-guide.webdoc:4946
#: modules/websearch/doc/search-guide.webdoc:4964
#: modules/websearch/doc/search-guide.webdoc:4985
#: modules/websearch/doc/search-guide.webdoc:5003
#: modules/websearch/doc/search-guide.webdoc:5036
#: modules/websearch/doc/search-guide.webdoc:5050
#: modules/websearch/doc/search-guide.webdoc:5065
#: modules/websearch/doc/search-guide.webdoc:5081
#: modules/websearch/doc/search-guide.webdoc:5100
#: modules/websearch/doc/search-guide.webdoc:5114
#: modules/websearch/doc/search-guide.webdoc:5130
#: modules/websearch/doc/search-guide.webdoc:5148
#: modules/websearch/doc/search-guide.webdoc:5167
#: modules/websearch/doc/search-guide.webdoc:5182
#: modules/websearch/doc/search-guide.webdoc:5197
#: modules/websearch/doc/search-guide.webdoc:5215
#: modules/websearch/doc/search-guide.webdoc:5235
#: modules/websearch/doc/search-guide.webdoc:5250
#: modules/websearch/doc/search-guide.webdoc:5265
#: modules/websearch/doc/search-guide.webdoc:5285
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:134
#: modules/websearch/lib/websearch_templates.py:717
#: modules/websearch/lib/websearch_templates.py:796
#: modules/websearch/lib/websearch_templates.py:919
#: modules/websearch/lib/websearch_templates.py:1809
#: modules/websearch/lib/websearch_templates.py:1902
#: modules/websearch/lib/websearch_templates.py:1959
#: modules/websearch/lib/websearch_templates.py:2016
#: modules/webstyle/lib/webstyle_templates.py:379
#: modules/webstyle/lib/webstyle_templates.py:447
#: modules/webstyle/lib/webdoc_tests.py:78
msgid "Search"
msgstr "搜尋"
#: modules/websearch/doc/search-tips.webdoc:36
#: modules/websearch/doc/search-tips.webdoc:67
#: modules/websearch/doc/search-tips.webdoc:105
#: modules/websearch/doc/search-tips.webdoc:153
#: modules/websearch/doc/search-tips.webdoc:176
#: modules/websearch/doc/search-tips.webdoc:200
#: modules/websearch/doc/search-tips.webdoc:245
#: modules/websearch/doc/search-tips.webdoc:285
#: modules/websearch/doc/search-tips.webdoc:296
#: modules/websearch/doc/search-tips.webdoc:316
#: modules/websearch/doc/search-tips.webdoc:336
#: modules/websearch/doc/search-tips.webdoc:370
#: modules/websearch/doc/search-tips.webdoc:404
#: modules/websearch/doc/search-tips.webdoc:425
#: modules/websearch/doc/search-tips.webdoc:445
#: modules/websearch/doc/search-tips.webdoc:481
#: modules/websearch/doc/search-tips.webdoc:492
#: modules/websearch/doc/search-tips.webdoc:494
#: modules/websearch/doc/search-tips.webdoc:497
#: modules/websearch/doc/search-tips.webdoc:506
#: modules/websearch/doc/search-tips.webdoc:530
#: modules/websearch/doc/search-tips.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:220
#: modules/websearch/doc/search-guide.webdoc:244
#: modules/websearch/doc/search-guide.webdoc:270
#: modules/websearch/doc/search-guide.webdoc:295
#: modules/websearch/doc/search-guide.webdoc:338
#: modules/websearch/doc/search-guide.webdoc:373
#: modules/websearch/doc/search-guide.webdoc:408
#: modules/websearch/doc/search-guide.webdoc:470
#: modules/websearch/doc/search-guide.webdoc:505
#: modules/websearch/doc/search-guide.webdoc:540
#: modules/websearch/doc/search-guide.webdoc:607
#: modules/websearch/doc/search-guide.webdoc:642
#: modules/websearch/doc/search-guide.webdoc:677
#: modules/websearch/doc/search-guide.webdoc:745
#: modules/websearch/doc/search-guide.webdoc:780
#: modules/websearch/doc/search-guide.webdoc:815
#: modules/websearch/doc/search-guide.webdoc:875
#: modules/websearch/doc/search-guide.webdoc:906
#: modules/websearch/doc/search-guide.webdoc:946
#: modules/websearch/doc/search-guide.webdoc:980
#: modules/websearch/doc/search-guide.webdoc:1020
#: modules/websearch/doc/search-guide.webdoc:1042
#: modules/websearch/doc/search-guide.webdoc:1062
#: modules/websearch/doc/search-guide.webdoc:1078
#: modules/websearch/doc/search-guide.webdoc:1118
#: modules/websearch/doc/search-guide.webdoc:1141
#: modules/websearch/doc/search-guide.webdoc:1162
#: modules/websearch/doc/search-guide.webdoc:1177
#: modules/websearch/doc/search-guide.webdoc:1221
#: modules/websearch/doc/search-guide.webdoc:1246
#: modules/websearch/doc/search-guide.webdoc:1267
#: modules/websearch/doc/search-guide.webdoc:1283
#: modules/websearch/doc/search-guide.webdoc:1328
#: modules/websearch/doc/search-guide.webdoc:1351
#: modules/websearch/doc/search-guide.webdoc:1373
#: modules/websearch/doc/search-guide.webdoc:1389
#: modules/websearch/doc/search-guide.webdoc:1759
#: modules/websearch/doc/search-guide.webdoc:1773
#: modules/websearch/doc/search-guide.webdoc:1791
#: modules/websearch/doc/search-guide.webdoc:1810
#: modules/websearch/doc/search-guide.webdoc:1823
#: modules/websearch/doc/search-guide.webdoc:1841
#: modules/websearch/doc/search-guide.webdoc:1861
#: modules/websearch/doc/search-guide.webdoc:1876
#: modules/websearch/doc/search-guide.webdoc:1895
#: modules/websearch/doc/search-guide.webdoc:1918
#: modules/websearch/doc/search-guide.webdoc:1933
#: modules/websearch/doc/search-guide.webdoc:1952
#: modules/websearch/doc/search-guide.webdoc:1980
#: modules/websearch/doc/search-guide.webdoc:2018
#: modules/websearch/doc/search-guide.webdoc:2029
#: modules/websearch/doc/search-guide.webdoc:2043
#: modules/websearch/doc/search-guide.webdoc:2057
#: modules/websearch/doc/search-guide.webdoc:2070
#: modules/websearch/doc/search-guide.webdoc:2086
#: modules/websearch/doc/search-guide.webdoc:2097
#: modules/websearch/doc/search-guide.webdoc:2111
#: modules/websearch/doc/search-guide.webdoc:2125
#: modules/websearch/doc/search-guide.webdoc:2138
#: modules/websearch/doc/search-guide.webdoc:2154
#: modules/websearch/doc/search-guide.webdoc:2165
#: modules/websearch/doc/search-guide.webdoc:2179
#: modules/websearch/doc/search-guide.webdoc:2193
#: modules/websearch/doc/search-guide.webdoc:2206
#: modules/websearch/doc/search-guide.webdoc:2224
#: modules/websearch/doc/search-guide.webdoc:2235
#: modules/websearch/doc/search-guide.webdoc:2249
#: modules/websearch/doc/search-guide.webdoc:2263
#: modules/websearch/doc/search-guide.webdoc:2276
#: modules/websearch/doc/search-guide.webdoc:2305
#: modules/websearch/doc/search-guide.webdoc:2319
#: modules/websearch/doc/search-guide.webdoc:2354
#: modules/websearch/doc/search-guide.webdoc:2367
#: modules/websearch/doc/search-guide.webdoc:2402
#: modules/websearch/doc/search-guide.webdoc:2416
#: modules/websearch/doc/search-guide.webdoc:2452
#: modules/websearch/doc/search-guide.webdoc:2466
#: modules/websearch/doc/search-guide.webdoc:2515
#: modules/websearch/doc/search-guide.webdoc:2530
#: modules/websearch/doc/search-guide.webdoc:2544
#: modules/websearch/doc/search-guide.webdoc:2559
#: modules/websearch/doc/search-guide.webdoc:2587
#: modules/websearch/doc/search-guide.webdoc:2602
#: modules/websearch/doc/search-guide.webdoc:2616
#: modules/websearch/doc/search-guide.webdoc:2632
#: modules/websearch/doc/search-guide.webdoc:2664
#: modules/websearch/doc/search-guide.webdoc:2680
#: modules/websearch/doc/search-guide.webdoc:2694
#: modules/websearch/doc/search-guide.webdoc:2709
#: modules/websearch/doc/search-guide.webdoc:2740
#: modules/websearch/doc/search-guide.webdoc:2756
#: modules/websearch/doc/search-guide.webdoc:2770
#: modules/websearch/doc/search-guide.webdoc:2785
#: modules/websearch/doc/search-guide.webdoc:2827
#: modules/websearch/doc/search-guide.webdoc:2842
#: modules/websearch/doc/search-guide.webdoc:2856
#: modules/websearch/doc/search-guide.webdoc:2881
#: modules/websearch/doc/search-guide.webdoc:2896
#: modules/websearch/doc/search-guide.webdoc:2910
#: modules/websearch/doc/search-guide.webdoc:2939
#: modules/websearch/doc/search-guide.webdoc:2954
#: modules/websearch/doc/search-guide.webdoc:2968
#: modules/websearch/doc/search-guide.webdoc:2996
#: modules/websearch/doc/search-guide.webdoc:3011
#: modules/websearch/doc/search-guide.webdoc:3024
#: modules/websearch/doc/search-guide.webdoc:3059
#: modules/websearch/doc/search-guide.webdoc:3081
#: modules/websearch/doc/search-guide.webdoc:3105
#: modules/websearch/doc/search-guide.webdoc:3129
#: modules/websearch/doc/search-guide.webdoc:3153
#: modules/websearch/doc/search-guide.webdoc:3168
#: modules/websearch/doc/search-guide.webdoc:3184
#: modules/websearch/doc/search-guide.webdoc:3201
#: modules/websearch/doc/search-guide.webdoc:3221
#: modules/websearch/doc/search-guide.webdoc:3239
#: modules/websearch/doc/search-guide.webdoc:3257
#: modules/websearch/doc/search-guide.webdoc:3276
#: modules/websearch/doc/search-guide.webdoc:3297
#: modules/websearch/doc/search-guide.webdoc:3311
#: modules/websearch/doc/search-guide.webdoc:3331
#: modules/websearch/doc/search-guide.webdoc:3346
#: modules/websearch/doc/search-guide.webdoc:3365
#: modules/websearch/doc/search-guide.webdoc:3380
#: modules/websearch/doc/search-guide.webdoc:3400
#: modules/websearch/doc/search-guide.webdoc:3415
#: modules/websearch/doc/search-guide.webdoc:3477
#: modules/websearch/doc/search-guide.webdoc:3491
#: modules/websearch/doc/search-guide.webdoc:3508
#: modules/websearch/doc/search-guide.webdoc:3521
#: modules/websearch/doc/search-guide.webdoc:3539
#: modules/websearch/doc/search-guide.webdoc:3554
#: modules/websearch/doc/search-guide.webdoc:3572
#: modules/websearch/doc/search-guide.webdoc:3587
#: modules/websearch/doc/search-guide.webdoc:3620
#: modules/websearch/doc/search-guide.webdoc:3636
#: modules/websearch/doc/search-guide.webdoc:3653
#: modules/websearch/doc/search-guide.webdoc:3673
#: modules/websearch/doc/search-guide.webdoc:3687
#: modules/websearch/doc/search-guide.webdoc:3705
#: modules/websearch/doc/search-guide.webdoc:3726
#: modules/websearch/doc/search-guide.webdoc:3745
#: modules/websearch/doc/search-guide.webdoc:3763
#: modules/websearch/doc/search-guide.webdoc:3785
#: modules/websearch/doc/search-guide.webdoc:3804
#: modules/websearch/doc/search-guide.webdoc:3821
#: modules/websearch/doc/search-guide.webdoc:3942
#: modules/websearch/doc/search-guide.webdoc:3967
#: modules/websearch/doc/search-guide.webdoc:3990
#: modules/websearch/doc/search-guide.webdoc:4016
#: modules/websearch/doc/search-guide.webdoc:4040
#: modules/websearch/doc/search-guide.webdoc:4067
#: modules/websearch/doc/search-guide.webdoc:4092
#: modules/websearch/doc/search-guide.webdoc:4118
#: modules/websearch/doc/search-guide.webdoc:4147
#: modules/websearch/doc/search-guide.webdoc:4167
#: modules/websearch/doc/search-guide.webdoc:4191
#: modules/websearch/doc/search-guide.webdoc:4218
#: modules/websearch/doc/search-guide.webdoc:4258
#: modules/websearch/doc/search-guide.webdoc:4279
#: modules/websearch/doc/search-guide.webdoc:4303
#: modules/websearch/doc/search-guide.webdoc:4333
#: modules/websearch/doc/search-guide.webdoc:4377
#: modules/websearch/doc/search-guide.webdoc:4399
#: modules/websearch/doc/search-guide.webdoc:4424
#: modules/websearch/doc/search-guide.webdoc:4454
#: modules/websearch/doc/search-guide.webdoc:4499
#: modules/websearch/doc/search-guide.webdoc:4520
#: modules/websearch/doc/search-guide.webdoc:4545
#: modules/websearch/doc/search-guide.webdoc:4575
#: modules/websearch/doc/search-guide.webdoc:4867
#: modules/websearch/doc/search-guide.webdoc:4883
#: modules/websearch/doc/search-guide.webdoc:4903
#: modules/websearch/doc/search-guide.webdoc:4922
#: modules/websearch/doc/search-guide.webdoc:4943
#: modules/websearch/doc/search-guide.webdoc:4961
#: modules/websearch/doc/search-guide.webdoc:4982
#: modules/websearch/doc/search-guide.webdoc:5000
#: modules/websearch/doc/search-guide.webdoc:5033
#: modules/websearch/doc/search-guide.webdoc:5047
#: modules/websearch/doc/search-guide.webdoc:5062
#: modules/websearch/doc/search-guide.webdoc:5078
#: modules/websearch/doc/search-guide.webdoc:5097
#: modules/websearch/doc/search-guide.webdoc:5111
#: modules/websearch/doc/search-guide.webdoc:5127
#: modules/websearch/doc/search-guide.webdoc:5145
#: modules/websearch/doc/search-guide.webdoc:5164
#: modules/websearch/doc/search-guide.webdoc:5179
#: modules/websearch/doc/search-guide.webdoc:5194
#: modules/websearch/doc/search-guide.webdoc:5212
#: modules/websearch/doc/search-guide.webdoc:5232
#: modules/websearch/doc/search-guide.webdoc:5247
#: modules/websearch/doc/search-guide.webdoc:5262
#: modules/websearch/doc/search-guide.webdoc:5282
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:130
#: modules/miscutil/lib/inveniocfg.py:383
msgid "any field"
msgstr "任何欄位"
#: modules/webhelp/web/help-central.webdoc:21
#: modules/webhelp/web/help-central.webdoc:26
#: modules/webhelp/web/help-central.webdoc:27
#: modules/webhelp/web/help-central.webdoc:28
#: modules/webhelp/web/help-central.webdoc:29
#: modules/webhelp/web/help-central.webdoc:30
#: modules/webhelp/web/help-central.webdoc:31
#: modules/webhelp/web/help-central.webdoc:32
#: modules/webhelp/web/help-central.webdoc:33
#: modules/webhelp/web/help-central.webdoc:34
#: modules/webhelp/web/help-central.webdoc:35
#: modules/webhelp/web/help-central.webdoc:36
#: modules/webhelp/web/help-central.webdoc:37
#: modules/webhelp/web/help-central.webdoc:38
#: modules/webhelp/web/help-central.webdoc:39
#: modules/webhelp/web/help-central.webdoc:40
#: modules/webhelp/web/help-central.webdoc:41
#: modules/webhelp/web/help-central.webdoc:42
#: modules/webhelp/web/help-central.webdoc:43
#: modules/webhelp/web/help-central.webdoc:44
#: modules/webhelp/web/help-central.webdoc:45
#: modules/webhelp/web/help-central.webdoc:46
#: modules/websearch/doc/search-tips.webdoc:22
#: modules/websearch/doc/search-guide.webdoc:22
#: modules/websubmit/doc/submit-guide.webdoc:22
#: modules/webstyle/lib/webdoc_tests.py:100
#: modules/webstyle/lib/webdoc_webinterface.py:157
msgid "Help Central"
msgstr "幫助中心"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:6
#, fuzzy
msgid "Export as"
msgstr "舉報濫用"
#: modules/websearch/doc/search-guide.webdoc:341
#: modules/websearch/doc/search-guide.webdoc:376
#: modules/websearch/doc/search-guide.webdoc:411
#: modules/websearch/doc/search-guide.webdoc:473
#: modules/websearch/doc/search-guide.webdoc:508
#: modules/websearch/doc/search-guide.webdoc:543
#: modules/websearch/doc/search-guide.webdoc:610
#: modules/websearch/doc/search-guide.webdoc:645
#: modules/websearch/doc/search-guide.webdoc:680
#: modules/websearch/doc/search-guide.webdoc:748
#: modules/websearch/doc/search-guide.webdoc:783
#: modules/websearch/doc/search-guide.webdoc:818
#: modules/miscutil/lib/inveniocfg.py:392
msgid "collection"
msgstr "彙集"
#: modules/websearch/doc/admin/websearch-admin-guide.webdoc:21
msgid "WebSearch Admin Guide"
msgstr ""
#: modules/websearch/doc/search-guide.webdoc:331
#: modules/websearch/doc/search-guide.webdoc:367
#: modules/websearch/doc/search-guide.webdoc:402
#: modules/websearch/doc/search-guide.webdoc:463
#: modules/websearch/doc/search-guide.webdoc:499
#: modules/websearch/doc/search-guide.webdoc:534
#: modules/websearch/doc/search-guide.webdoc:600
#: modules/websearch/doc/search-guide.webdoc:636
#: modules/websearch/doc/search-guide.webdoc:671
#: modules/websearch/doc/search-guide.webdoc:738
#: modules/websearch/doc/search-guide.webdoc:774
#: modules/websearch/doc/search-guide.webdoc:809
#: modules/websearch/lib/search_engine.py:1007
#: modules/websearch/lib/websearch_templates.py:1030
msgid "Exact phrase:"
msgstr "包含以下的完整字句:"
#: modules/webhelp/web/help-central.webdoc:109
#: modules/websubmit/doc/submit-guide.webdoc:21
#, fuzzy
msgid "Submit Guide"
msgstr "提交幫助"
#: modules/websearch/doc/search-guide.webdoc:356
#: modules/websearch/doc/search-guide.webdoc:391
#: modules/websearch/doc/search-guide.webdoc:488
#: modules/websearch/doc/search-guide.webdoc:523
#: modules/websearch/doc/search-guide.webdoc:625
#: modules/websearch/doc/search-guide.webdoc:660
#: modules/websearch/doc/search-guide.webdoc:763
#: modules/websearch/doc/search-guide.webdoc:798
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/search_engine.py:986
#: modules/websearch/lib/websearch_templates.py:1077
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "OR"
msgstr "或"
#: modules/websearch/doc/search-guide.webdoc:355
#: modules/websearch/doc/search-guide.webdoc:390
#: modules/websearch/doc/search-guide.webdoc:487
#: modules/websearch/doc/search-guide.webdoc:522
#: modules/websearch/doc/search-guide.webdoc:624
#: modules/websearch/doc/search-guide.webdoc:659
#: modules/websearch/doc/search-guide.webdoc:762
#: modules/websearch/doc/search-guide.webdoc:797
#: modules/websearch/lib/search_engine.py:985
#: modules/websearch/lib/websearch_templates.py:1076
msgid "AND"
msgstr "和"
#: modules/websearch/doc/search-guide.webdoc:345
#: modules/websearch/doc/search-guide.webdoc:380
#: modules/websearch/doc/search-guide.webdoc:415
#: modules/websearch/doc/search-guide.webdoc:477
#: modules/websearch/doc/search-guide.webdoc:512
#: modules/websearch/doc/search-guide.webdoc:547
#: modules/websearch/doc/search-guide.webdoc:614
#: modules/websearch/doc/search-guide.webdoc:649
#: modules/websearch/doc/search-guide.webdoc:684
#: modules/websearch/doc/search-guide.webdoc:752
#: modules/websearch/doc/search-guide.webdoc:787
#: modules/websearch/doc/search-guide.webdoc:822
#: modules/miscutil/lib/inveniocfg.py:387
msgid "keyword"
msgstr "關鍵詞"
#: modules/websearch/doc/search-tips.webdoc:37
#: modules/websearch/doc/search-tips.webdoc:68
#: modules/websearch/doc/search-tips.webdoc:106
#: modules/websearch/doc/search-tips.webdoc:154
#: modules/websearch/doc/search-tips.webdoc:177
#: modules/websearch/doc/search-tips.webdoc:201
#: modules/websearch/doc/search-tips.webdoc:246
#: modules/websearch/doc/search-tips.webdoc:286
#: modules/websearch/doc/search-tips.webdoc:297
#: modules/websearch/doc/search-tips.webdoc:317
#: modules/websearch/doc/search-tips.webdoc:337
#: modules/websearch/doc/search-tips.webdoc:371
#: modules/websearch/doc/search-tips.webdoc:405
#: modules/websearch/doc/search-tips.webdoc:426
#: modules/websearch/doc/search-tips.webdoc:446
#: modules/websearch/doc/search-tips.webdoc:482
#: modules/websearch/doc/search-tips.webdoc:507
#: modules/websearch/doc/search-tips.webdoc:531
#: modules/websearch/doc/search-tips.webdoc:552
#: modules/websearch/doc/search-guide.webdoc:221
#: modules/websearch/doc/search-guide.webdoc:245
#: modules/websearch/doc/search-guide.webdoc:271
#: modules/websearch/doc/search-guide.webdoc:296
#: modules/websearch/doc/search-guide.webdoc:349
#: modules/websearch/doc/search-guide.webdoc:384
#: modules/websearch/doc/search-guide.webdoc:419
#: modules/websearch/doc/search-guide.webdoc:481
#: modules/websearch/doc/search-guide.webdoc:516
#: modules/websearch/doc/search-guide.webdoc:551
#: modules/websearch/doc/search-guide.webdoc:618
#: modules/websearch/doc/search-guide.webdoc:653
#: modules/websearch/doc/search-guide.webdoc:688
#: modules/websearch/doc/search-guide.webdoc:756
#: modules/websearch/doc/search-guide.webdoc:791
#: modules/websearch/doc/search-guide.webdoc:826
#: modules/websearch/doc/search-guide.webdoc:876
#: modules/websearch/doc/search-guide.webdoc:907
#: modules/websearch/doc/search-guide.webdoc:947
#: modules/websearch/doc/search-guide.webdoc:981
#: modules/websearch/doc/search-guide.webdoc:1021
#: modules/websearch/doc/search-guide.webdoc:1043
#: modules/websearch/doc/search-guide.webdoc:1063
#: modules/websearch/doc/search-guide.webdoc:1079
#: modules/websearch/doc/search-guide.webdoc:1119
#: modules/websearch/doc/search-guide.webdoc:1142
#: modules/websearch/doc/search-guide.webdoc:1163
#: modules/websearch/doc/search-guide.webdoc:1178
#: modules/websearch/doc/search-guide.webdoc:1222
#: modules/websearch/doc/search-guide.webdoc:1247
#: modules/websearch/doc/search-guide.webdoc:1268
#: modules/websearch/doc/search-guide.webdoc:1284
#: modules/websearch/doc/search-guide.webdoc:1329
#: modules/websearch/doc/search-guide.webdoc:1352
#: modules/websearch/doc/search-guide.webdoc:1374
#: modules/websearch/doc/search-guide.webdoc:1390
#: modules/websearch/doc/search-guide.webdoc:1760
#: modules/websearch/doc/search-guide.webdoc:1774
#: modules/websearch/doc/search-guide.webdoc:1792
#: modules/websearch/doc/search-guide.webdoc:1811
#: modules/websearch/doc/search-guide.webdoc:1824
#: modules/websearch/doc/search-guide.webdoc:1842
#: modules/websearch/doc/search-guide.webdoc:1862
#: modules/websearch/doc/search-guide.webdoc:1877
#: modules/websearch/doc/search-guide.webdoc:1896
#: modules/websearch/doc/search-guide.webdoc:1919
#: modules/websearch/doc/search-guide.webdoc:1934
#: modules/websearch/doc/search-guide.webdoc:1953
#: modules/websearch/doc/search-guide.webdoc:1981
#: modules/websearch/doc/search-guide.webdoc:2019
#: modules/websearch/doc/search-guide.webdoc:2030
#: modules/websearch/doc/search-guide.webdoc:2044
#: modules/websearch/doc/search-guide.webdoc:2058
#: modules/websearch/doc/search-guide.webdoc:2071
#: modules/websearch/doc/search-guide.webdoc:2087
#: modules/websearch/doc/search-guide.webdoc:2098
#: modules/websearch/doc/search-guide.webdoc:2112
#: modules/websearch/doc/search-guide.webdoc:2126
#: modules/websearch/doc/search-guide.webdoc:2139
#: modules/websearch/doc/search-guide.webdoc:2155
#: modules/websearch/doc/search-guide.webdoc:2166
#: modules/websearch/doc/search-guide.webdoc:2180
#: modules/websearch/doc/search-guide.webdoc:2194
#: modules/websearch/doc/search-guide.webdoc:2207
#: modules/websearch/doc/search-guide.webdoc:2225
#: modules/websearch/doc/search-guide.webdoc:2236
#: modules/websearch/doc/search-guide.webdoc:2250
#: modules/websearch/doc/search-guide.webdoc:2264
#: modules/websearch/doc/search-guide.webdoc:2277
#: modules/websearch/doc/search-guide.webdoc:2306
#: modules/websearch/doc/search-guide.webdoc:2320
#: modules/websearch/doc/search-guide.webdoc:2355
#: modules/websearch/doc/search-guide.webdoc:2368
#: modules/websearch/doc/search-guide.webdoc:2403
#: modules/websearch/doc/search-guide.webdoc:2417
#: modules/websearch/doc/search-guide.webdoc:2453
#: modules/websearch/doc/search-guide.webdoc:2467
#: modules/websearch/doc/search-guide.webdoc:2516
#: modules/websearch/doc/search-guide.webdoc:2531
#: modules/websearch/doc/search-guide.webdoc:2545
#: modules/websearch/doc/search-guide.webdoc:2560
#: modules/websearch/doc/search-guide.webdoc:2588
#: modules/websearch/doc/search-guide.webdoc:2603
#: modules/websearch/doc/search-guide.webdoc:2617
#: modules/websearch/doc/search-guide.webdoc:2633
#: modules/websearch/doc/search-guide.webdoc:2665
#: modules/websearch/doc/search-guide.webdoc:2681
#: modules/websearch/doc/search-guide.webdoc:2695
#: modules/websearch/doc/search-guide.webdoc:2710
#: modules/websearch/doc/search-guide.webdoc:2741
#: modules/websearch/doc/search-guide.webdoc:2757
#: modules/websearch/doc/search-guide.webdoc:2771
#: modules/websearch/doc/search-guide.webdoc:2786
#: modules/websearch/doc/search-guide.webdoc:2828
#: modules/websearch/doc/search-guide.webdoc:2843
#: modules/websearch/doc/search-guide.webdoc:2857
#: modules/websearch/doc/search-guide.webdoc:2882
#: modules/websearch/doc/search-guide.webdoc:2897
#: modules/websearch/doc/search-guide.webdoc:2911
#: modules/websearch/doc/search-guide.webdoc:2940
#: modules/websearch/doc/search-guide.webdoc:2955
#: modules/websearch/doc/search-guide.webdoc:2969
#: modules/websearch/doc/search-guide.webdoc:2997
#: modules/websearch/doc/search-guide.webdoc:3012
#: modules/websearch/doc/search-guide.webdoc:3025
#: modules/websearch/doc/search-guide.webdoc:3060
#: modules/websearch/doc/search-guide.webdoc:3082
#: modules/websearch/doc/search-guide.webdoc:3106
#: modules/websearch/doc/search-guide.webdoc:3130
#: modules/websearch/doc/search-guide.webdoc:3154
#: modules/websearch/doc/search-guide.webdoc:3169
#: modules/websearch/doc/search-guide.webdoc:3185
#: modules/websearch/doc/search-guide.webdoc:3202
#: modules/websearch/doc/search-guide.webdoc:3222
#: modules/websearch/doc/search-guide.webdoc:3240
#: modules/websearch/doc/search-guide.webdoc:3258
#: modules/websearch/doc/search-guide.webdoc:3277
#: modules/websearch/doc/search-guide.webdoc:3298
#: modules/websearch/doc/search-guide.webdoc:3312
#: modules/websearch/doc/search-guide.webdoc:3332
#: modules/websearch/doc/search-guide.webdoc:3347
#: modules/websearch/doc/search-guide.webdoc:3366
#: modules/websearch/doc/search-guide.webdoc:3381
#: modules/websearch/doc/search-guide.webdoc:3401
#: modules/websearch/doc/search-guide.webdoc:3416
#: modules/websearch/doc/search-guide.webdoc:3478
#: modules/websearch/doc/search-guide.webdoc:3492
#: modules/websearch/doc/search-guide.webdoc:3509
#: modules/websearch/doc/search-guide.webdoc:3522
#: modules/websearch/doc/search-guide.webdoc:3540
#: modules/websearch/doc/search-guide.webdoc:3555
#: modules/websearch/doc/search-guide.webdoc:3573
#: modules/websearch/doc/search-guide.webdoc:3588
#: modules/websearch/doc/search-guide.webdoc:3621
#: modules/websearch/doc/search-guide.webdoc:3637
#: modules/websearch/doc/search-guide.webdoc:3654
#: modules/websearch/doc/search-guide.webdoc:3674
#: modules/websearch/doc/search-guide.webdoc:3688
#: modules/websearch/doc/search-guide.webdoc:3706
#: modules/websearch/doc/search-guide.webdoc:3727
#: modules/websearch/doc/search-guide.webdoc:3746
#: modules/websearch/doc/search-guide.webdoc:3764
#: modules/websearch/doc/search-guide.webdoc:3786
#: modules/websearch/doc/search-guide.webdoc:3805
#: modules/websearch/doc/search-guide.webdoc:3822
#: modules/websearch/doc/search-guide.webdoc:3943
#: modules/websearch/doc/search-guide.webdoc:3968
#: modules/websearch/doc/search-guide.webdoc:3991
#: modules/websearch/doc/search-guide.webdoc:4017
#: modules/websearch/doc/search-guide.webdoc:4041
#: modules/websearch/doc/search-guide.webdoc:4068
#: modules/websearch/doc/search-guide.webdoc:4093
#: modules/websearch/doc/search-guide.webdoc:4119
#: modules/websearch/doc/search-guide.webdoc:4148
#: modules/websearch/doc/search-guide.webdoc:4168
#: modules/websearch/doc/search-guide.webdoc:4192
#: modules/websearch/doc/search-guide.webdoc:4219
#: modules/websearch/doc/search-guide.webdoc:4259
#: modules/websearch/doc/search-guide.webdoc:4280
#: modules/websearch/doc/search-guide.webdoc:4304
#: modules/websearch/doc/search-guide.webdoc:4334
#: modules/websearch/doc/search-guide.webdoc:4378
#: modules/websearch/doc/search-guide.webdoc:4400
#: modules/websearch/doc/search-guide.webdoc:4425
#: modules/websearch/doc/search-guide.webdoc:4455
#: modules/websearch/doc/search-guide.webdoc:4500
#: modules/websearch/doc/search-guide.webdoc:4521
#: modules/websearch/doc/search-guide.webdoc:4546
#: modules/websearch/doc/search-guide.webdoc:4576
#: modules/websearch/doc/search-guide.webdoc:4868
#: modules/websearch/doc/search-guide.webdoc:4884
#: modules/websearch/doc/search-guide.webdoc:4904
#: modules/websearch/doc/search-guide.webdoc:4923
#: modules/websearch/doc/search-guide.webdoc:4944
#: modules/websearch/doc/search-guide.webdoc:4962
#: modules/websearch/doc/search-guide.webdoc:4983
#: modules/websearch/doc/search-guide.webdoc:5001
#: modules/websearch/doc/search-guide.webdoc:5034
#: modules/websearch/doc/search-guide.webdoc:5048
#: modules/websearch/doc/search-guide.webdoc:5063
#: modules/websearch/doc/search-guide.webdoc:5079
#: modules/websearch/doc/search-guide.webdoc:5098
#: modules/websearch/doc/search-guide.webdoc:5112
#: modules/websearch/doc/search-guide.webdoc:5128
#: modules/websearch/doc/search-guide.webdoc:5146
#: modules/websearch/doc/search-guide.webdoc:5165
#: modules/websearch/doc/search-guide.webdoc:5180
#: modules/websearch/doc/search-guide.webdoc:5195
#: modules/websearch/doc/search-guide.webdoc:5213
#: modules/websearch/doc/search-guide.webdoc:5233
#: modules/websearch/doc/search-guide.webdoc:5248
#: modules/websearch/doc/search-guide.webdoc:5263
#: modules/websearch/doc/search-guide.webdoc:5283
#: modules/webstyle/doc/hacking/webstyle-webdoc-syntax.webdoc:131
#: modules/miscutil/lib/inveniocfg.py:384
msgid "title"
msgstr "標題"
#: modules/websearch/doc/search-tips.webdoc:73
#: modules/websearch/doc/search-tips.webdoc:111
#: modules/websearch/lib/websearch_templates.py:1190
msgid "Narrow by collection:"
msgstr "專輯:"
#: modules/bibformat/etc/format_templates/Default_HTML_actions.bft:5
#, fuzzy
msgid "Add to personal basket"
msgstr "加入個人收藏籃"
#: modules/websubmit/doc/admin/websubmit-admin-guide.webdoc:21
#, fuzzy
msgid "WebSubmit Admin Guide"
msgstr "WebSubmit 管理"
#: modules/bibformat/etc/format_templates/Default_HTML_files.bft:4
#, fuzzy
msgid "No fulltext"
msgstr "全文"
#: modules/websearch/doc/search-tips.webdoc:291
#: modules/websubmit/lib/websubmit_templates.py:1084
msgid "or"
msgstr "或"
#: modules/bibedit/lib/bibedit_templates.py:57
msgid "Add Subfield"
msgstr "新增副欄位"
#: modules/bibedit/lib/bibedit_templates.py:72
msgid "Edit institute"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:81
#: modules/bibedit/lib/bibedit_templates.py:89
#: modules/webalert/lib/webalert_templates.py:76
msgid "Field"
msgstr "欄位"
#: modules/bibedit/lib/bibedit_templates.py:116
msgid "Add Field"
msgstr "新增欄位"
#: modules/bibedit/lib/bibedit_templates.py:123
msgid "Verbose"
msgstr "詳細"
#: modules/bibedit/lib/bibedit_templates.py:134
#: modules/webstyle/lib/webstyle_templates.py:380
#: modules/webstyle/lib/webstyle_templates.py:448
#: modules/websubmit/lib/websubmit_engine.py:601
#: modules/websubmit/lib/websubmit_engine.py:970
#: modules/websubmit/lib/websubmit_engine.py:1017
#: modules/websubmit/lib/websubmit_engine.py:1243
msgid "Submit"
msgstr "提交"
#: modules/bibedit/lib/bibedit_templates.py:140
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/webbasket/lib/webbasket_templates.py:1242
#: modules/webbasket/lib/webbasket_templates.py:1347
#: modules/webbasket/lib/webbasket_templates.py:1447
#: modules/websession/lib/websession_templates.py:1547
#: modules/websession/lib/websession_templates.py:1655
#: modules/websession/lib/websession_templates.py:1840
#: modules/websession/lib/websession_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:2439
#: modules/websubmit/lib/websubmit_templates.py:2502
#: modules/websubmit/lib/websubmit_templates.py:2522
#: modules/websubmit/web/publiline.py:1163
#: modules/webjournal/lib/webjournaladminlib.py:103
#: modules/webjournal/lib/webjournaladminlib.py:200
msgid "Cancel"
msgstr "取消"
#: modules/bibedit/lib/bibedit_templates.py:142
#: modules/bibedit/lib/bibedit_templates.py:345
#: modules/bibedit/lib/bibedit_templates.py:414
#: modules/bibformat/lib/bibformat_templates.py:986
#: modules/bibformat/web/admin/bibformatadmin.py:392
#: modules/bibformat/web/admin/bibformatadmin.py:394
#: modules/bibformat/web/admin/bibformatadmin.py:680
#: modules/bibformat/web/admin/bibformatadmin.py:682
#: modules/bibformat/web/admin/bibformatadmin.py:1314
#: modules/bibformat/web/admin/bibformatadmin.py:1316
#: modules/webmessage/lib/webmessage_templates.py:116
#: modules/webjournal/lib/webjournaladminlib.py:102
#: modules/webjournal/lib/webjournaladminlib.py:105
msgid "Delete"
msgstr "刪除"
#: modules/bibedit/lib/bibedit_templates.py:153
#: modules/bibformat/lib/bibformat_templates.py:929
#: modules/bibformat/lib/bibformat_templates.py:1055
#: modules/webalert/lib/webalert_templates.py:326
#: modules/webalert/lib/webalert_templates.py:446
#: modules/webmessage/lib/webmessage_templates.py:90
#: modules/websubmit/lib/websubmit_templates.py:1429
msgid "Action"
msgstr "行動"
#: modules/bibedit/lib/bibedit_templates.py:154
#: modules/bibedit/lib/bibedit_templates.py:170
#: modules/bibedit/web/admin/bibeditadmin.py:74
#: modules/webcomment/lib/webcomment_templates.py:598
#: modules/webcomment/lib/webcomment_templates.py:1188
#: modules/websearch/lib/websearch_templates.py:482
#: modules/websearch/lib/websearch_templates.py:484
msgid "Record"
msgstr "記錄"
#: modules/bibedit/lib/bibedit_templates.py:155
msgid "Display"
msgstr "顯示"
#: modules/bibedit/lib/bibedit_templates.py:274
msgid "Done"
msgstr "完成"
#: modules/bibedit/lib/bibedit_templates.py:275
#, fuzzy
msgid "Add another subfield"
msgstr "新增副欄位"
#: modules/bibedit/lib/bibedit_templates.py:282
msgid ""
"Tags and values should be filled before pressing Done or Add another subfield"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:356
#, fuzzy
msgid "Move up"
msgstr "上移"
#: modules/bibedit/lib/bibedit_templates.py:369
#, fuzzy
msgid "Move down"
msgstr "下移"
#: modules/bibedit/lib/bibedit_templates.py:406
#: modules/bibedit/lib/bibedit_templates.py:523
msgid "Edit"
msgstr "編輯"
#: modules/bibedit/lib/bibedit_templates.py:461
msgid "Your changes are TEMPORARY."
msgstr "這更改是臨時性的"
#: modules/bibedit/lib/bibedit_templates.py:462
msgid "To save this record, please click on submit."
msgstr "請按'提交'來儲存記錄。"
#: modules/bibedit/lib/bibedit_templates.py:476
msgid "This record does not exist."
msgstr "這記錄並不存在。"
#: modules/bibedit/lib/bibedit_templates.py:477
msgid "Please try another record ID."
msgstr "請使用其他記錄ID重試。"
#: modules/bibedit/lib/bibedit_templates.py:485
msgid "This record is currently being edited by another user."
msgstr "這記錄正被編輯中。"
#: modules/bibedit/lib/bibedit_templates.py:486
msgid "Please try again later."
msgstr "請稍後再嘗試。"
#: modules/bibedit/lib/bibedit_templates.py:493
msgid "Cannot edit deleted record."
msgstr "不能編輯已刪除的記錄"
#: modules/bibedit/lib/bibedit_templates.py:500
#, fuzzy
msgid "There are record revisions not yet synchronized with the database."
msgstr "輸入的電郵並不存在。"
#: modules/bibedit/lib/bibedit_templates.py:501
#: modules/bibedit/lib/bibedit_templates.py:510
#, fuzzy
msgid "Please try again in a few minutes."
msgstr "請稍後再嘗試。"
#: modules/bibedit/lib/bibedit_templates.py:509
msgid ""
"A new revision of this record is not yet synchronized with the database."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:520
msgid "Please enter the ID of the record you want to edit"
msgstr "請輸入記錄ID"
#: modules/bibedit/lib/bibedit_templates.py:532
msgid ""
"Your modifications have now been submitted. They will be processed as soon "
"as the task queue is empty."
msgstr "您的修改已被接納,並將盡快處理。"
#: modules/bibedit/lib/bibedit_templates.py:533
#: modules/bibedit/lib/bibedit_templates.py:597
#: modules/bibedit/lib/bibedit_templates.py:602
#, fuzzy
msgid "Edit another record"
msgstr "請使用其他記錄ID重試。"
#: modules/bibedit/lib/bibedit_templates.py:554
msgid "Do you really want to delete this record?"
msgstr "您是否確定要刪除這筆紀錄?"
#: modules/bibedit/lib/bibedit_templates.py:558
#: modules/bibedit/lib/bibedit_templates.py:591
#: modules/webbasket/lib/webbasket_templates.py:1241
#: modules/webcomment/lib/webcomment_templates.py:207
#: modules/webcomment/lib/webcomment_templates.py:469
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:509
#: modules/websession/lib/websession_templates.py:1962
#: modules/websession/lib/websession_templates.py:2001
msgid "Yes"
msgstr "是"
#: modules/bibedit/lib/bibedit_templates.py:559
#: modules/bibedit/lib/bibedit_templates.py:592
#: modules/webalert/lib/webalert_templates.py:318
#: modules/webcomment/lib/webcomment_templates.py:208
#: modules/webcomment/lib/webcomment_templates.py:471
#: modules/webcomment/lib/webcomment_templates.py:1325
#: modules/webcomment/lib/webcomment_templates.py:1350
#: modules/webmessage/lib/webmessage_templates.py:510
#: modules/websession/lib/websession_templates.py:1963
#: modules/websession/lib/websession_templates.py:2002
msgid "No"
msgstr "否"
#: modules/bibedit/lib/bibedit_templates.py:563
#, fuzzy, python-format
msgid ""
"Do you really want to revert to revision %(revdate)s of record #%(recid)s?"
msgstr "您是否確定要刪除這筆紀錄?"
#: modules/bibedit/lib/bibedit_templates.py:566
#, python-format
msgid ""
"The current version will be replaced with a copy of revision %(revdate)s"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:568
msgid "You will also lose any unsubmitted changes for this record!"
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:596
msgid ""
"The new revision is being synchronized with the database and will be ready "
"shortly."
msgstr ""
#: modules/bibedit/lib/bibedit_templates.py:601
msgid "The record will be deleted as soon as the task queue is empty."
msgstr "這記錄將會盡快處理。"
#: modules/bibedit/web/admin/bibeditadmin.py:76
#, python-format
msgid "Record %s - Add a field"
msgstr "記錄 %s - 加入欄位"
#: modules/bibedit/web/admin/bibeditadmin.py:78
msgid "BibEdit Admin Interface"
msgstr "BibEdit 管理介面"
#: modules/bibedit/web/admin/bibeditadmin.py:115
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s"
msgstr "編輯記錄 %(x_recid)s, 欄位 %(x_field)s"
#: modules/bibedit/web/admin/bibeditadmin.py:118
#, python-format
msgid "Edit record %(x_recid)s, field %(x_field)s - Add a subfield"
msgstr "編輯記錄 %(x_recid)s, 欄位 %(x_field)s - 加入副欄位"
#: modules/bibedit/web/admin/bibeditadmin.py:148
#, python-format
msgid "Submit and save record %s"
msgstr "提交並儲存記錄 %s"
#: modules/bibedit/web/admin/bibeditadmin.py:183
#, fuzzy, python-format
msgid "Record #%s"
msgstr "記錄"
#: modules/bibedit/web/admin/bibeditadmin.py:185
#, fuzzy, python-format
msgid "Record #%(recid)s, revision %(revdate)s"
msgstr "編輯記錄 %(x_recid)s, 欄位 %(x_field)s"
#: modules/bibformat/lib/bibformat_templates.py:318
#: modules/bibformat/lib/bibformat_templates.py:430
#: modules/bibformat/lib/bibformat_templates.py:569
#: modules/bibformat/lib/bibformat_templates.py:584
#: modules/bibformat/lib/bibformat_templates.py:615
#: modules/bibformat/lib/bibformat_templates.py:926
#: modules/bibformat/lib/bibformat_templates.py:1061
#: modules/bibformat/lib/bibformat_templates.py:1377
#: modules/bibformat/lib/bibformat_templates.py:1481
#: modules/bibformat/lib/bibformat_templates.py:1541
#: modules/bibformat/lib/bibformat_templates.py:1803
#: modules/bibformat/lib/bibformat_templates.py:1886
#: modules/bibformat/lib/bibformat_templates.py:2048
#: modules/bibformat/lib/bibformat_templates.py:2116
#: modules/webcomment/lib/webcomment_templates.py:1036
#: modules/webjournal/lib/webjournal_templates.py:165
#: modules/webjournal/lib/webjournal_templates.py:503
#: modules/webjournal/lib/webjournal_templates.py:642
msgid "Menu"
msgstr "目錄"
#: modules/bibformat/lib/bibformat_templates.py:320
#: modules/bibformat/lib/bibformat_templates.py:431
#: modules/bibformat/lib/bibformat_templates.py:572
#: modules/bibformat/lib/bibformat_templates.py:587
#: modules/bibformat/lib/bibformat_templates.py:618
#: modules/bibformat/lib/bibformat_templates.py:1882
#: modules/bibformat/lib/bibformat_templates.py:2047
#: modules/bibformat/lib/bibformat_templates.py:2115
msgid "Close Editor"
msgstr "關閉編輯器"
#: modules/bibformat/lib/bibformat_templates.py:321
#: modules/bibformat/lib/bibformat_templates.py:432
#: modules/bibformat/lib/bibformat_templates.py:573
#: modules/bibformat/lib/bibformat_templates.py:588
#: modules/bibformat/lib/bibformat_templates.py:619
msgid "Modify Template Attributes"
msgstr "修改模板屬性"
#: modules/bibformat/lib/bibformat_templates.py:322
#: modules/bibformat/lib/bibformat_templates.py:433
#: modules/bibformat/lib/bibformat_templates.py:574
#: modules/bibformat/lib/bibformat_templates.py:589
#: modules/bibformat/lib/bibformat_templates.py:620
msgid "Template Editor"
msgstr "模板編輯器"
#: modules/bibformat/lib/bibformat_templates.py:323
#: modules/bibformat/lib/bibformat_templates.py:434
#: modules/bibformat/lib/bibformat_templates.py:575
#: modules/bibformat/lib/bibformat_templates.py:590
#: modules/bibformat/lib/bibformat_templates.py:621
#: modules/bibformat/lib/bibformat_templates.py:1176
#: modules/bibformat/lib/bibformat_templates.py:1376
#: modules/bibformat/lib/bibformat_templates.py:1480
msgid "Check Dependencies"
msgstr "檢查從屬關係"
#: modules/bibformat/lib/bibformat_templates.py:373
#: modules/bibformat/lib/bibformat_templates.py:924
#: modules/bibformat/lib/bibformat_templates.py:1051
#: modules/webalert/lib/webalert_templates.py:319
msgid "Name"
msgstr "名稱"
#: modules/bibformat/lib/bibformat_templates.py:392
#: modules/bibformat/lib/bibformat_templates.py:925
#: modules/bibformat/lib/bibformat_templates.py:1052
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
msgid "Description"
msgstr "描述"
#: modules/bibformat/lib/bibformat_templates.py:393
msgid "Update Format Attributes"
msgstr "更新格式屬性"
#: modules/bibformat/lib/bibformat_templates.py:570
#: modules/bibformat/lib/bibformat_templates.py:585
#: modules/bibformat/lib/bibformat_templates.py:616
msgid "Show Documentation"
msgstr "顯示文件"
#: modules/bibformat/lib/bibformat_templates.py:571
#: modules/bibformat/lib/bibformat_templates.py:586
#: modules/bibformat/lib/bibformat_templates.py:617
#: modules/bibformat/lib/bibformat_templates.py:668
msgid "Hide Documentation"
msgstr "隱藏文件"
#: modules/bibformat/lib/bibformat_templates.py:927
#: modules/bibformat/lib/bibformat_templates.py:1053
#: modules/websubmit/lib/websubmit_templates.py:1430
msgid "Status"
msgstr "狀態"
#: modules/bibformat/lib/bibformat_templates.py:928
#: modules/bibformat/lib/bibformat_templates.py:1054
msgid "Last Modification Date"
msgstr "更新日期"
#: modules/bibformat/lib/bibformat_templates.py:931
#: modules/bibformat/lib/bibformat_templates.py:1057
#: modules/bibformat/lib/bibformat_templates.py:1542
#: modules/bibformat/lib/bibformat_templates.py:1804
#: modules/bibformat/web/admin/bibformatadmin.py:102
#: modules/bibformat/web/admin/bibformatadmin.py:163
#: modules/bibformat/web/admin/bibformatadmin.py:234
#: modules/bibformat/web/admin/bibformatadmin.py:279
#: modules/bibformat/web/admin/bibformatadmin.py:371
#: modules/bibformat/web/admin/bibformatadmin.py:1353
msgid "Manage Output Formats"
msgstr "管理輸出格式"
#: modules/bibformat/lib/bibformat_templates.py:932
#: modules/bibformat/lib/bibformat_templates.py:1058
#: modules/bibformat/lib/bibformat_templates.py:1543
#: modules/bibformat/lib/bibformat_templates.py:1805
#: modules/bibformat/web/admin/bibformatadmin.py:445
#: modules/bibformat/web/admin/bibformatadmin.py:478
#: modules/bibformat/web/admin/bibformatadmin.py:549
#: modules/bibformat/web/admin/bibformatadmin.py:594
#: modules/bibformat/web/admin/bibformatadmin.py:660
#: modules/bibformat/web/admin/bibformatadmin.py:1374
msgid "Manage Format Templates"
msgstr "管理格式模板"
#: modules/bibformat/lib/bibformat_templates.py:933
#: modules/bibformat/lib/bibformat_templates.py:1059
#: modules/bibformat/lib/bibformat_templates.py:1544
#: modules/bibformat/lib/bibformat_templates.py:1806
#: modules/bibformat/web/admin/bibformatadmin.py:841
#: modules/bibformat/web/admin/bibformatadmin.py:862
#: modules/bibformat/web/admin/bibformatadmin.py:895
#: modules/bibformat/web/admin/bibformatadmin.py:1392
msgid "Format Elements Documentation"
msgstr "格式元件文件"
#: modules/bibformat/lib/bibformat_templates.py:934
#: modules/bibformat/lib/bibformat_templates.py:1060
#: modules/bibformat/lib/bibformat_templates.py:1545
#: modules/bibformat/lib/bibformat_templates.py:1807
#: modules/bibformat/web/admin/bibformatadmin.py:934
#: modules/bibformat/web/admin/bibformatadmin.py:960
#: modules/bibformat/web/admin/bibformatadmin.py:1007
#: modules/bibformat/web/admin/bibformatadmin.py:1052
#: modules/bibformat/web/admin/bibformatadmin.py:1099
#: modules/bibformat/web/admin/bibformatadmin.py:1150
#: modules/bibformat/web/admin/bibformatadmin.py:1203
#: modules/bibformat/web/admin/bibformatadmin.py:1258
#: modules/bibformat/web/admin/bibformatadmin.py:1270
#: modules/bibformat/web/admin/bibformatadmin.py:1285
#: modules/bibformat/web/admin/bibformatadmin.py:1321
msgid "Manage Knowledge Bases"
msgstr "管理知識庫"
#: modules/bibformat/lib/bibformat_templates.py:1009
msgid "Add New Format Template"
msgstr "新增格式模板"
#: modules/bibformat/lib/bibformat_templates.py:1010
msgid "Check Format Templates Extensively"
msgstr "詳盡的檢查格式模板"
#: modules/bibformat/lib/bibformat_templates.py:1050
msgid "Code"
msgstr "代號"
#: modules/bibformat/lib/bibformat_templates.py:1134
msgid "Add New Output Format"
msgstr "新增輸出格式"
#: modules/bibformat/lib/bibformat_templates.py:1172
msgid "menu"
msgstr "目錄"
#: modules/bibformat/lib/bibformat_templates.py:1173
#: modules/bibformat/lib/bibformat_templates.py:1373
#: modules/bibformat/lib/bibformat_templates.py:1477
msgid "Close Output Format"
msgstr "關閉輸出格式"
#: modules/bibformat/lib/bibformat_templates.py:1174
#: modules/bibformat/lib/bibformat_templates.py:1374
#: modules/bibformat/lib/bibformat_templates.py:1478
msgid "Rules"
msgstr "規則"
#: modules/bibformat/lib/bibformat_templates.py:1175
#: modules/bibformat/lib/bibformat_templates.py:1375
#: modules/bibformat/lib/bibformat_templates.py:1479
msgid "Modify Output Format Attributes"
msgstr "修改輸出格式屬性"
#: modules/bibformat/lib/bibformat_templates.py:1274
#: modules/bibformat/lib/bibformatadminlib.py:554
msgid "Remove Rule"
msgstr "移除規則"
#: modules/bibformat/lib/bibformat_templates.py:1327
#: modules/bibformat/lib/bibformatadminlib.py:561
msgid "Add New Rule"
msgstr "增添規則"
#: modules/bibformat/lib/bibformat_templates.py:1328
#: modules/bibformat/lib/bibformatadminlib.py:558
msgid "Save Changes"
msgstr "儲存"
#: modules/bibformat/lib/bibformat_templates.py:1883
#: modules/bibformat/lib/bibformat_templates.py:2049
#: modules/bibformat/lib/bibformat_templates.py:2117
msgid "Knowledge Base Mappings"
msgstr "知識庫對照"
#: modules/bibformat/lib/bibformat_templates.py:1884
#: modules/bibformat/lib/bibformat_templates.py:2050
#: modules/bibformat/lib/bibformat_templates.py:2118
msgid "Knowledge Base Attributes"
msgstr "知識庫屬性"
#: modules/bibformat/lib/bibformat_templates.py:1885
#: modules/bibformat/lib/bibformat_templates.py:2051
#: modules/bibformat/lib/bibformat_templates.py:2119
msgid "Knowledge Base Dependencies"
msgstr "知識庫從屬關係"
#: modules/bibformat/lib/bibformat_templates.py:2264
msgid "No problem found with format"
msgstr "格式正確無誤"
#: modules/bibformat/lib/bibformat_templates.py:2266
msgid "An error has been found"
msgstr "發現有錯誤"
#: modules/bibformat/lib/bibformat_templates.py:2268
msgid "The following errors have been found"
msgstr "發現以下錯誤"
#: modules/bibformat/lib/bibformatadminlib.py:56
#: modules/bibformat/web/admin/bibformatadmin.py:73
msgid "BibFormat Admin"
msgstr "BibFormat 管理"
#: modules/bibformat/lib/bibformatadminlib.py:348
#: modules/bibformat/lib/bibformatadminlib.py:387
#: modules/bibformat/lib/bibformatadminlib.py:389
msgid "Test with record:"
msgstr "用作測試之記錄:"
#: modules/bibformat/lib/bibformatadminlib.py:349
msgid "Enter a search query here."
msgstr "輸入查詢。"
#: modules/bibformat/lib/elements/bfe_authors.py:120
msgid "Hide"
msgstr "隱藏"
#: modules/bibformat/lib/elements/bfe_authors.py:121
#, python-format
msgid "Show all %i authors"
msgstr "顯示全部 %i 名作者"
#: modules/bibformat/lib/elements/bfe_fulltext.py:63
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:68
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:71
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:99
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:116
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:118
#, fuzzy
msgid "Download fulltext"
msgstr "全文"
#: modules/bibformat/lib/elements/bfe_fulltext.py:72
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:57
msgid "additional files"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:76
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:61
#, fuzzy
msgid "older versions"
msgstr "版本"
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:96
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:103
#, python-format
msgid "%(x_sitename)s links"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
msgid "external link"
msgstr ""
#: modules/bibformat/lib/elements/bfe_fulltext.py:105
#: modules/bibformat/lib/elements/bfe_fulltext_mini.py:121
#, fuzzy
msgid "external links"
msgstr "一般設定"
#: modules/bibformat/lib/elements/bfe_fulltext.py:197
#: modules/bibformat/lib/elements/bfe_fulltext.py:222
#: modules/websearch/lib/websearchadminlib.py:3207
msgid "Fulltext"
msgstr "全文"
#: modules/bibformat/web/admin/bibformatadmin.py:178
#: modules/bibformat/web/admin/bibformatadmin.py:246
#: modules/bibformat/web/admin/bibformatadmin.py:291
#: modules/bibformat/web/admin/bibformatadmin.py:1356
msgid "Restricted Output Format"
msgstr "限制輸出格式"
#: modules/bibformat/web/admin/bibformatadmin.py:204
#: modules/bibformat/web/admin/bibformatadmin.py:512
#: modules/bibformat/web/admin/bibformatadmin.py:1242
msgid "Ok"
msgstr "是"
#: modules/bibformat/web/admin/bibformatadmin.py:206
#, python-format
msgid "Output Format %s Rules"
msgstr "輸出格式 %s 規則"
#: modules/bibformat/web/admin/bibformatadmin.py:259
#, python-format
msgid "Output Format %s Attributes"
msgstr "輸出格式 %s 屬性"
#: modules/bibformat/web/admin/bibformatadmin.py:304
#, python-format
msgid "Output Format %s Dependencies"
msgstr "輸出格式 %s 從屬關係"
#: modules/bibformat/web/admin/bibformatadmin.py:371
msgid "Delete Output Format"
msgstr "刪除輸出格式"
#: modules/bibformat/web/admin/bibformatadmin.py:417
#, fuzzy
msgid "Cannot create output format"
msgstr "管理輸出格式"
#: modules/bibformat/web/admin/bibformatadmin.py:491
#: modules/bibformat/web/admin/bibformatadmin.py:563
#: modules/bibformat/web/admin/bibformatadmin.py:1377
msgid "Restricted Format Template"
msgstr "限制格式模板"
#: modules/bibformat/web/admin/bibformatadmin.py:517
#, python-format
msgid "Format Template %s"
msgstr "格式模板 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:574
#, python-format
msgid "Format Template %s Attributes"
msgstr "格式模板 %s 屬性"
#: modules/bibformat/web/admin/bibformatadmin.py:606
#, python-format
msgid "Format Template %s Dependencies"
msgstr "格式模板 %s 從屬關係"
#: modules/bibformat/web/admin/bibformatadmin.py:660
msgid "Delete Format Template"
msgstr "刪除格式模板"
#: modules/bibformat/web/admin/bibformatadmin.py:871
#, python-format
msgid "Format Element %s Dependencies"
msgstr "格式元件 %s 從屬關係"
#: modules/bibformat/web/admin/bibformatadmin.py:902
#, python-format
msgid "Test Format Element %s"
msgstr "測試格式元件 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:974
#: modules/bibformat/web/admin/bibformatadmin.py:1021
#: modules/bibformat/web/admin/bibformatadmin.py:1066
#: modules/bibformat/web/admin/bibformatadmin.py:1113
#: modules/bibformat/web/admin/bibformatadmin.py:1163
#: modules/bibformat/web/admin/bibformatadmin.py:1222
#: modules/bibformat/web/admin/bibformatadmin.py:1297
msgid "Unknown Knowledge Base"
msgstr "未知的知識庫"
#: modules/bibformat/web/admin/bibformatadmin.py:983
#, python-format
msgid "Knowledge Base %s"
msgstr "知識庫 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1030
#, python-format
msgid "Knowledge Base %s Attributes"
msgstr "知識庫 %s 屬性"
#: modules/bibformat/web/admin/bibformatadmin.py:1075
#, python-format
msgid "Knowledge Base %s Dependencies"
msgstr "知識庫 %s 從屬關係"
#: modules/bibformat/web/admin/bibformatadmin.py:1285
msgid "Delete Knowledge Base"
msgstr "刪除知識庫"
#: modules/bibformat/web/admin/bibformatadmin.py:1370
#, python-format
msgid "Validation of Output Format %s"
msgstr "驗證輸出格式 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1388
#, python-format
msgid "Validation of Format Template %s"
msgstr "驗證格式模板 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1396
msgid "Restricted Format Element"
msgstr "限制格式元件"
#: modules/bibformat/web/admin/bibformatadmin.py:1404
#, python-format
msgid "Validation of Format Element %s"
msgstr "驗證格式元件 %s"
#: modules/bibformat/web/admin/bibformatadmin.py:1407
msgid "Format Validation"
msgstr "驗證格式"
#: modules/bibharvest/lib/bibharvest_templates.py:54
#: modules/bibharvest/lib/bibharvest_templates.py:71
msgid "See Guide"
msgstr "參見指南"
#: modules/bibharvest/lib/bibharvest_templates.py:107
msgid "OAI sources currently present in the database"
msgstr "已記錄之OAI源"
#: modules/bibharvest/lib/bibharvest_templates.py:108
msgid "No OAI sources currently present in the database"
msgstr "沒有OAI源之記錄"
#: modules/bibharvest/lib/bibharvest_templates.py:118
msgid "Next oaiharvest task"
msgstr "下一個oaiharvest工作"
#: modules/bibharvest/lib/bibharvest_templates.py:119
msgid "scheduled time:"
msgstr "預定的時間:"
#: modules/bibharvest/lib/bibharvest_templates.py:120
msgid "current status:"
msgstr "現在的狀況:"
#: modules/bibharvest/lib/bibharvest_templates.py:121
msgid "No oaiharvest task currently scheduled."
msgstr "沒有預定的oaiharvest工作。"
#: modules/bibharvest/lib/bibharvest_templates.py:224
msgid "successfully validated"
msgstr "驗證有效"
#: modules/bibharvest/lib/bibharvest_templates.py:225
msgid "does not seem to be a OAI-compliant baseURL"
msgstr "並不是有效的OAI baseURL"
#: modules/bibrank/lib/bibrank_citation_grapher.py:129
#, fuzzy
msgid "Citation history:"
msgstr "引用之歷史記錄"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:78
#, fuzzy
msgid "Download history:"
msgstr "下載之歷史記錄"
#: modules/bibrank/lib/bibrank_downloads_grapher.py:100
#, fuzzy
msgid "Download user distribution:"
msgstr "下載之歷史記錄"
#: modules/miscutil/lib/dateutils.py:69 modules/miscutil/lib/dateutils.py:96
#: modules/webbasket/lib/webbasket.py:170
#: modules/webbasket/lib/webbasket.py:652
#: modules/websession/lib/webuser.py:301
#: modules/webstyle/lib/webstyle_templates.py:521
msgid "N/A"
msgstr "不適用"
#: modules/miscutil/lib/dateutils.py:159
msgid "Sun"
msgstr "星期日"
#: modules/miscutil/lib/dateutils.py:160
msgid "Mon"
msgstr "星期一"
#: modules/miscutil/lib/dateutils.py:161
msgid "Tue"
msgstr "星期二"
#: modules/miscutil/lib/dateutils.py:162
msgid "Wed"
msgstr "星期三"
#: modules/miscutil/lib/dateutils.py:163
msgid "Thu"
msgstr "星期四"
#: modules/miscutil/lib/dateutils.py:164
msgid "Fri"
msgstr "星期五"
#: modules/miscutil/lib/dateutils.py:165
msgid "Sat"
msgstr "星期六"
#: modules/miscutil/lib/dateutils.py:167
msgid "Sunday"
msgstr "星期日"
#: modules/miscutil/lib/dateutils.py:168
msgid "Monday"
msgstr "星期一"
#: modules/miscutil/lib/dateutils.py:169
msgid "Tuesday"
msgstr "星期二"
#: modules/miscutil/lib/dateutils.py:170
msgid "Wednesday"
msgstr "星期三"
#: modules/miscutil/lib/dateutils.py:171
msgid "Thursday"
msgstr "星期四"
#: modules/miscutil/lib/dateutils.py:172
msgid "Friday"
msgstr "星期五"
#: modules/miscutil/lib/dateutils.py:173
msgid "Saturday"
msgstr "星期六"
#: modules/miscutil/lib/dateutils.py:187 modules/miscutil/lib/dateutils.py:201
msgid "Month"
msgstr "月份"
#: modules/miscutil/lib/dateutils.py:188
msgid "Jan"
msgstr "一月"
#: modules/miscutil/lib/dateutils.py:189
msgid "Feb"
msgstr "二月"
#: modules/miscutil/lib/dateutils.py:190
msgid "Mar"
msgstr "三月"
#: modules/miscutil/lib/dateutils.py:191
msgid "Apr"
msgstr "四月"
#: modules/miscutil/lib/dateutils.py:192 modules/miscutil/lib/dateutils.py:206
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "May"
msgstr "五月"
#: modules/miscutil/lib/dateutils.py:193
msgid "Jun"
msgstr "六月"
#: modules/miscutil/lib/dateutils.py:194
msgid "Jul"
msgstr "七月"
#: modules/miscutil/lib/dateutils.py:195
msgid "Aug"
msgstr "八月"
#: modules/miscutil/lib/dateutils.py:196
msgid "Sep"
msgstr "九月"
#: modules/miscutil/lib/dateutils.py:197
msgid "Oct"
msgstr "十月"
#: modules/miscutil/lib/dateutils.py:198
msgid "Nov"
msgstr "十一月"
#: modules/miscutil/lib/dateutils.py:199
msgid "Dec"
msgstr "十二月"
#: modules/miscutil/lib/dateutils.py:202
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "January"
msgstr "一月"
#: modules/miscutil/lib/dateutils.py:203
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "February"
msgstr "二月"
#: modules/miscutil/lib/dateutils.py:204
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "March"
msgstr "三月"
#: modules/miscutil/lib/dateutils.py:205
#: modules/websearch/lib/search_engine.py:762
#: modules/websearch/lib/websearch_templates.py:1115
msgid "April"
msgstr "四月"
#: modules/miscutil/lib/dateutils.py:207
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "June"
msgstr "六月"
#: modules/miscutil/lib/dateutils.py:208
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "July"
msgstr "七月"
#: modules/miscutil/lib/dateutils.py:209
#: modules/websearch/lib/search_engine.py:763
#: modules/websearch/lib/websearch_templates.py:1116
msgid "August"
msgstr "八月"
#: modules/miscutil/lib/dateutils.py:210
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "September"
msgstr "九月"
#: modules/miscutil/lib/dateutils.py:211
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "October"
msgstr "十月"
#: modules/miscutil/lib/dateutils.py:212
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "November"
msgstr "十一月"
#: modules/miscutil/lib/dateutils.py:213
#: modules/websearch/lib/search_engine.py:764
#: modules/websearch/lib/websearch_templates.py:1117
msgid "December"
msgstr "十二月"
#: modules/miscutil/lib/dateutils.py:231
msgid "Day"
msgstr "日"
#: modules/miscutil/lib/dateutils.py:282
msgid "Year"
msgstr "年"
#: modules/miscutil/lib/errorlib_webinterface.py:66
#: modules/miscutil/lib/errorlib_webinterface.py:71
#: modules/miscutil/lib/errorlib_webinterface.py:76
#: modules/miscutil/lib/errorlib_webinterface.py:81
msgid "Sorry"
msgstr "對不起"
#: modules/miscutil/lib/errorlib_webinterface.py:67
#: modules/miscutil/lib/errorlib_webinterface.py:72
#: modules/miscutil/lib/errorlib_webinterface.py:77
#: modules/miscutil/lib/errorlib_webinterface.py:82
#, python-format
msgid "Cannot send error request, %s parameter missing."
msgstr "缺少 %s 參數,不能發送錯誤請求。"
#: modules/miscutil/lib/errorlib_webinterface.py:100
msgid "The error report has been sent."
msgstr "錯誤報告已被發送。"
#: modules/miscutil/lib/errorlib_webinterface.py:101
msgid "Many thanks for helping us make CDS Invenio better."
msgstr "多謝協助我們把 CDS Invenio 做得更好。"
#: modules/miscutil/lib/errorlib_webinterface.py:103
msgid "Use the back button of your browser to return to the previous page."
msgstr "使用您的瀏覽器的'back'按鈕返回到前頁。"
#: modules/miscutil/lib/errorlib_webinterface.py:105
msgid "Thank you!"
msgstr "謝謝!"
#: modules/miscutil/lib/inveniocfg.py:395
msgid "journal"
msgstr ""
#: modules/miscutil/lib/inveniocfg.py:397
msgid "record ID"
msgstr "記錄號"
#: modules/miscutil/lib/inveniocfg.py:410
msgid "word similarity"
msgstr "相似字詞"
#: modules/miscutil/lib/inveniocfg.py:411
msgid "journal impact factor"
msgstr "期刊影響系數"
#: modules/miscutil/lib/inveniocfg.py:412
#, fuzzy
msgid "times cited"
msgstr "設定已被修改"
#: modules/miscutil/lib/mailutils.py:144 modules/miscutil/lib/mailutils.py:157
#, fuzzy
msgid "Hello:"
msgstr "您好"
#: modules/miscutil/lib/mailutils.py:175 modules/miscutil/lib/mailutils.py:195
msgid "Best regards"
msgstr "頌安"
#: modules/miscutil/lib/mailutils.py:177 modules/miscutil/lib/mailutils.py:197
msgid "Need human intervention? Contact"
msgstr "需要協助?請聯絡"
#: modules/webaccess/lib/access_control_config.py:185
#: modules/websession/lib/websession_templates.py:1023
msgid "Run BibEdit"
msgstr "執行 BibEdit"
#: modules/webaccess/lib/access_control_config.py:186
#: modules/websession/lib/websession_templates.py:1025
msgid "Configure BibFormat"
msgstr "設定 BibFormat"
#: modules/webaccess/lib/access_control_config.py:187
#: modules/websession/lib/websession_templates.py:1027
msgid "Configure BibHarvest"
msgstr "設定 BibHarvest"
#: modules/webaccess/lib/access_control_config.py:188
#: modules/websession/lib/websession_templates.py:1029
#, fuzzy
msgid "Configure OAI Repository"
msgstr "設定 BibFormat"
#: modules/webaccess/lib/access_control_config.py:189
#: modules/websession/lib/websession_templates.py:1031
msgid "Configure BibIndex"
msgstr "設定 BibIndex"
#: modules/webaccess/lib/access_control_config.py:190
#: modules/websession/lib/websession_templates.py:1033
msgid "Configure BibRank"
msgstr "設定 BibRank"
#: modules/webaccess/lib/access_control_config.py:191
#: modules/websession/lib/websession_templates.py:1035
msgid "Configure WebAccess"
msgstr "設定 WebAccess"
#: modules/webaccess/lib/access_control_config.py:192
#: modules/websession/lib/websession_templates.py:1037
msgid "Configure WebComment"
msgstr "設定 WebComment"
#: modules/webaccess/lib/access_control_config.py:193
#: modules/websession/lib/websession_templates.py:1039
msgid "Configure WebSearch"
msgstr "設定 WebSearch"
#: modules/webaccess/lib/access_control_config.py:194
#: modules/websession/lib/websession_templates.py:1041
msgid "Configure WebSubmit"
msgstr "設定 WebSubmit"
#: modules/webaccess/lib/webaccessadmin_lib.py:3512
#, fuzzy, python-format
msgid "Your account on '%s' has been activated"
msgstr "帳號已建立。"
#: modules/webaccess/lib/webaccessadmin_lib.py:3513
#, fuzzy, python-format
msgid "Your account earlier created on '%s' has been activated:"
msgstr "帳號已建立。"
#: modules/webaccess/lib/webaccessadmin_lib.py:3515
#: modules/webaccess/lib/webaccessadmin_lib.py:3528
#: modules/webaccess/lib/webaccessadmin_lib.py:3554
#, fuzzy
msgid "Username/Email:"
msgstr "帳號"
#: modules/webaccess/lib/webaccessadmin_lib.py:3516
#: modules/webaccess/lib/webaccessadmin_lib.py:3529
#, fuzzy
msgid "Password:"
msgstr "密碼"
#: modules/webaccess/lib/webaccessadmin_lib.py:3526
#, fuzzy, python-format
msgid "Account created on '%s'"
msgstr "帳號已建立"
#: modules/webaccess/lib/webaccessadmin_lib.py:3527
#, fuzzy, python-format
msgid "An account has been created for you on '%s':"
msgstr "帳號已建立。"
#: modules/webaccess/lib/webaccessadmin_lib.py:3539
#, fuzzy, python-format
msgid "Account rejected on '%s'"
msgstr "帳號已建立"
#: modules/webaccess/lib/webaccessadmin_lib.py:3540
#, fuzzy, python-format
msgid "Your request for an account has been rejected on '%s':"
msgstr "您加入組別 %s的要求已被拒絕。"
#: modules/webaccess/lib/webaccessadmin_lib.py:3542
#, fuzzy, python-format
msgid "Username/Email: %s"
msgstr "帳號"
#: modules/webaccess/lib/webaccessadmin_lib.py:3552
#, fuzzy, python-format
msgid "Account deleted on '%s'"
msgstr "帳號已建立"
#: modules/webaccess/lib/webaccessadmin_lib.py:3553
#, fuzzy, python-format
msgid "Your account on '%s' has been deleted:"
msgstr "組別 %s 已被刪除"
#: modules/webalert/lib/htmlparser.py:129
#: modules/webbasket/lib/webbasket_templates.py:648
#: modules/websearch/lib/websearch_templates.py:1479
#: modules/websearch/lib/websearch_templates.py:2866
#: modules/websearch/lib/websearch_templates.py:2872
#: modules/websearch/lib/websearch_templates.py:2877
msgid "Detailed record"
msgstr "詳細記錄"
#: modules/webalert/lib/htmlparser.py:130
#: modules/websearch/lib/websearch_templates.py:1482
#: modules/websearch/lib/websearch_templates.py:2884
#: modules/webstyle/lib/webstyle_templates.py:769
msgid "Similar records"
msgstr "相似記錄"
#: modules/webalert/lib/htmlparser.py:131
msgid "Cited by"
msgstr "引用: "
#: modules/webalert/lib/webalert.py:54
#, python-format
msgid "You already have an alert named %s."
msgstr "您已經建立了名為 %s 的警報。"
#: modules/webalert/lib/webalert.py:111
#: modules/websearch/lib/websearch_templates.py:3301
msgid "unknown"
msgstr "未知的"
#: modules/webalert/lib/webalert.py:163 modules/webalert/lib/webalert.py:217
#: modules/webalert/lib/webalert.py:303 modules/webalert/lib/webalert.py:341
#, fuzzy
msgid "You do not have rights for this operation."
msgstr "您沒有足夠權限以讀取這收藏籃。"
#: modules/webalert/lib/webalert.py:198
msgid "You already have an alert defined for the specified query and basket."
msgstr "您已經建立了指定的查詢和收藏籃的警報。"
#: modules/webalert/lib/webalert.py:221 modules/webalert/lib/webalert.py:345
msgid "The alert name cannot be empty."
msgstr "警報的名稱不可以留空。"
#: modules/webalert/lib/webalert.py:226
msgid "You are not the owner of this basket."
msgstr "您並不是這收藏籃的擁有者。"
#: modules/webalert/lib/webalert.py:237
#, python-format
msgid "The alert %s has been added to your profile."
msgstr "這警報 %s 已加入您的設定檔。"
#: modules/webalert/lib/webalert.py:376
#, python-format
msgid "The alert %s has been successfully updated."
msgstr "這警報 %s 已成功被修改。"
#: modules/webalert/lib/webalert.py:428
#, fuzzy, python-format
msgid ""
"You have made %(x_nb)s queries. A %(x_url_open)sdetailed list%(x_url_close)s "
"is available with a possibility to (a) view search results and (b) subscribe "
"to an automatic email alerting service for these queries."
msgstr ""
"您已有 %(x_nb)s 條查詢。您可以用%(x_url_open)s详细列表%(x_url_close)s a)查閱"
"搜尋結果;b)訂閱讀警報電郵。"
#: modules/webalert/lib/webalert_templates.py:74
msgid "Pattern"
msgstr "式樣"
#: modules/webalert/lib/webalert_templates.py:78
msgid "Pattern 1"
msgstr "式樣 1"
#: modules/webalert/lib/webalert_templates.py:80
msgid "Field 1"
msgstr "欄位 1"
#: modules/webalert/lib/webalert_templates.py:82
msgid "Pattern 2"
msgstr "式樣 2"
#: modules/webalert/lib/webalert_templates.py:84
msgid "Field 2"
msgstr "欄位 2"
#: modules/webalert/lib/webalert_templates.py:86
msgid "Pattern 3"
msgstr "式樣 3"
#: modules/webalert/lib/webalert_templates.py:88
msgid "Field 3"
msgstr "欄位 3"
#: modules/webalert/lib/webalert_templates.py:90
msgid "Collections"
msgstr "專輯"
#: modules/webalert/lib/webalert_templates.py:92
msgid "Collection"
msgstr "專輯"
#: modules/webalert/lib/webalert_templates.py:113
msgid "You own the following alerts:"
msgstr "您擁有以下的警報:"
#: modules/webalert/lib/webalert_templates.py:114
msgid "alert name"
msgstr "警報名稱"
#: modules/webalert/lib/webalert_templates.py:123
msgid "SHOW"
msgstr "顯示"
#: modules/webalert/lib/webalert_templates.py:172
msgid ""
"This alert will notify you each time/only if a new item satisfies the "
"following query:"
msgstr "如果一個新增項目滿足以下的查詢條件,您會收到我們發出的警報電郵。"
#: modules/webalert/lib/webalert_templates.py:173
msgid "QUERY"
msgstr "詢問"
#: modules/webalert/lib/webalert_templates.py:211
msgid "Alert identification name:"
msgstr "警報辨認名稱:"
#: modules/webalert/lib/webalert_templates.py:213
msgid "Search-checking frequency:"
msgstr "檢查頻率:"
#: modules/webalert/lib/webalert_templates.py:217
#: modules/webalert/lib/webalert_templates.py:337
msgid "monthly"
msgstr "每月的"
#: modules/webalert/lib/webalert_templates.py:218
#: modules/webalert/lib/webalert_templates.py:335
msgid "weekly"
msgstr "每週的"
#: modules/webalert/lib/webalert_templates.py:219
#: modules/webalert/lib/webalert_templates.py:332
msgid "daily"
msgstr "每日的"
#: modules/webalert/lib/webalert_templates.py:220
msgid "Send notification email?"
msgstr "發送通知電郵?"
#: modules/webalert/lib/webalert_templates.py:223
#: modules/webalert/lib/webalert_templates.py:340
msgid "yes"
msgstr "是"
#: modules/webalert/lib/webalert_templates.py:224
#: modules/webalert/lib/webalert_templates.py:342
msgid "no"
msgstr "否"
#: modules/webalert/lib/webalert_templates.py:225
#, python-format
msgid "if %(x_fmt_open)sno%(x_fmt_close)s you must specify a basket"
msgstr "如 %(x_fmt_open)s否%(x_fmt_close)s,您需要指定一收藏籃"
#: modules/webalert/lib/webalert_templates.py:227
msgid "Store results in basket?"
msgstr "存儲結果於收藏籃?"
#: modules/webalert/lib/webalert_templates.py:248
msgid "SET ALERT"
msgstr "設置警報"
#: modules/webalert/lib/webalert_templates.py:249
msgid "CLEAR DATA"
msgstr "清除資料"
#: modules/webalert/lib/webalert_templates.py:300
#, fuzzy, python-format
msgid ""
"Set a new alert from %(x_url1_open)syour searches%(x_url1_close)s, the "
"%(x_url2_open)spopular searches%(x_url2_close)s, or the input form."
msgstr ""
"從%(x_url1_open)s您的檢索%(x_url1_close)s、 %(x_url2_open)s熱門檢"
"索%(x_url2_close)s或表格中建設新的警報。"
#: modules/webalert/lib/webalert_templates.py:320
msgid "Search checking frequency"
msgstr "檢查頻率"
#: modules/webalert/lib/webalert_templates.py:321
msgid "Notification by email"
msgstr "由電郵通知"
#: modules/webalert/lib/webalert_templates.py:322
msgid "Result in basket"
msgstr "收藏籃裡的結果"
#: modules/webalert/lib/webalert_templates.py:323
msgid "Date last run"
msgstr "最後執行日期"
#: modules/webalert/lib/webalert_templates.py:324
msgid "Creation date"
msgstr "創建日期"
#: modules/webalert/lib/webalert_templates.py:325
msgid "Query"
msgstr "詢問"
#: modules/webalert/lib/webalert_templates.py:364
#: modules/webbasket/lib/webbasket_templates.py:1462
msgid "no basket"
msgstr "沒有收藏籃"
#: modules/webalert/lib/webalert_templates.py:373
#: modules/webjournal/lib/webjournaladminlib.py:201
#: modules/webjournal/lib/webjournaladminlib.py:207
msgid "Remove"
msgstr "移除"
#: modules/webalert/lib/webalert_templates.py:374
msgid "Modify"
msgstr "修改"
#: modules/webalert/lib/webalert_templates.py:376
#: modules/webalert/lib/webalert_templates.py:466
msgid "Execute search"
msgstr "執行搜索"
#: modules/webalert/lib/webalert_templates.py:382
#, python-format
msgid "You have defined %s alerts."
msgstr "您已定義 %s 警報。"
#: modules/webalert/lib/webalert_templates.py:420
#, python-format
msgid ""
"You have not executed any search yet. Please go to the %(x_url_open)ssearch "
"interface%(x_url_close)s first."
msgstr "您未執行任何查尋。請先到%(x_url_open)s搜索介面%(x_url_close)s。"
#: modules/webalert/lib/webalert_templates.py:429
#, python-format
msgid ""
"You have performed %(x_nb1)s searches (%(x_nb2)s different questions) during "
"the last 30 days or so."
msgstr "在之前的三十天,您已執行了%(x_nb1)s 搜索 (%(x_nb2)s 不同的問題)。"
#: modules/webalert/lib/webalert_templates.py:434
#, python-format
msgid "Here are the %s most popular searches."
msgstr "這些是 %s 熱門檢索。"
#: modules/webalert/lib/webalert_templates.py:445
msgid "Question"
msgstr "問題"
#: modules/webalert/lib/webalert_templates.py:449
msgid "Last Run"
msgstr "最後執行"
#: modules/webalert/lib/webalert_templates.py:467
msgid "Set new alert"
msgstr "設置新警報"
#: modules/webalert/lib/webalert_webinterface.py:79
#, fuzzy
msgid "Popular Searches"
msgstr "您的搜尋結果"
#: modules/webalert/lib/webalert_webinterface.py:81
#: modules/websession/lib/websession_templates.py:438
#: modules/websession/lib/websession_templates.py:574
msgid "Your Searches"
msgstr "您的搜尋結果"
#: modules/webalert/lib/webalert_webinterface.py:88
#: modules/webalert/lib/webalert_webinterface.py:135
#: modules/webalert/lib/webalert_webinterface.py:156
#: modules/webalert/lib/webalert_webinterface.py:204
#: modules/webalert/lib/webalert_webinterface.py:225
#: modules/webalert/lib/webalert_webinterface.py:262
#: modules/webalert/lib/webalert_webinterface.py:308
#: modules/webalert/lib/webalert_webinterface.py:323
#: modules/webalert/lib/webalert_webinterface.py:370
#: modules/webalert/lib/webalert_webinterface.py:385
#: modules/webalert/lib/webalert_webinterface.py:429
#: modules/webalert/lib/webalert_webinterface.py:445
#: modules/webbasket/lib/webbasket_webinterface.py:92
#: modules/webbasket/lib/webbasket_webinterface.py:152
#: modules/webbasket/lib/webbasket_webinterface.py:211
#: modules/webbasket/lib/webbasket_webinterface.py:280
#: modules/webbasket/lib/webbasket_webinterface.py:409
#: modules/webbasket/lib/webbasket_webinterface.py:465
#: modules/webbasket/lib/webbasket_webinterface.py:542
#: modules/webbasket/lib/webbasket_webinterface.py:649
#: modules/webbasket/lib/webbasket_webinterface.py:718
#: modules/webmessage/lib/webmessage_templates.py:467
#: modules/websession/lib/websession_templates.py:570
#: modules/websession/lib/websession_templates.py:2075
#: modules/websession/lib/websession_webinterface.py:217
#: modules/websession/lib/websession_webinterface.py:234
#: modules/websession/lib/websession_webinterface.py:270
#: modules/websession/lib/websession_webinterface.py:457
#: modules/websession/lib/websession_webinterface.py:480
#: modules/websession/lib/websession_webinterface.py:508
#: modules/websession/lib/websession_webinterface.py:524
#: modules/websession/lib/websession_webinterface.py:576
#: modules/websession/lib/websession_webinterface.py:599
#: modules/websession/lib/websession_webinterface.py:625
#: modules/websession/lib/websession_webinterface.py:681
#: modules/websession/lib/websession_webinterface.py:716
#: modules/websession/lib/websession_webinterface.py:747
#: modules/websession/lib/websession_webinterface.py:818
#: modules/websubmit/web/publiline.py:132
#: modules/websubmit/web/publiline.py:153
#: modules/websubmit/web/yourapprovals.py:97
#: modules/websubmit/web/yoursubmissions.py:175
msgid "Your Account"
msgstr "帳戶"
#: modules/webalert/lib/webalert_webinterface.py:90
#, fuzzy, python-format
msgid "%s Personalize, Display searches"
msgstr "顯示搜索"
#: modules/webalert/lib/webalert_webinterface.py:91
#: modules/webalert/lib/webalert_webinterface.py:138
#: modules/webalert/lib/webalert_webinterface.py:159
#: modules/webalert/lib/webalert_webinterface.py:207
#: modules/webalert/lib/webalert_webinterface.py:228
#: modules/webalert/lib/webalert_webinterface.py:265
#: modules/webalert/lib/webalert_webinterface.py:311
#: modules/webalert/lib/webalert_webinterface.py:326
#: modules/webalert/lib/webalert_webinterface.py:373
#: modules/webalert/lib/webalert_webinterface.py:388
#: modules/webalert/lib/webalert_webinterface.py:432
#: modules/webalert/lib/webalert_webinterface.py:448
#: modules/websession/lib/websession_webinterface.py:220
#: modules/websession/lib/websession_webinterface.py:237
#: modules/websession/lib/websession_webinterface.py:272
#: modules/websession/lib/websession_webinterface.py:459
#: modules/websession/lib/websession_webinterface.py:482
#: modules/websession/lib/websession_webinterface.py:511
#: modules/websession/lib/websession_webinterface.py:527
#: modules/websession/lib/websession_webinterface.py:545
#: modules/websession/lib/websession_webinterface.py:555
#: modules/websession/lib/websession_webinterface.py:578
#: modules/websession/lib/websession_webinterface.py:601
#: modules/websession/lib/websession_webinterface.py:627
#, fuzzy, python-format
msgid "%s, personalize"
msgstr "個人化"
#: modules/webalert/lib/webalert_webinterface.py:130
#: modules/webalert/lib/webalert_webinterface.py:199
#: modules/webalert/lib/webalert_webinterface.py:303
#: modules/webalert/lib/webalert_webinterface.py:365
#: modules/webalert/lib/webalert_webinterface.py:424
#: modules/webstyle/lib/webstyle_templates.py:525
#: modules/webstyle/lib/webstyle_templates.py:562
#: modules/webstyle/lib/webstyle_templates.py:564
#: modules/websubmit/lib/websubmit_engine.py:1534
#: modules/websubmit/lib/websubmit_webinterface.py:502
msgid "Error"
msgstr "錯誤"
#: modules/webalert/lib/webalert_webinterface.py:137
#: modules/webalert/lib/webalert_webinterface.py:158
#: modules/webalert/lib/webalert_webinterface.py:206
#: modules/webalert/lib/webalert_webinterface.py:310
#: modules/webalert/lib/webalert_webinterface.py:372
#: modules/webalert/lib/webalert_webinterface.py:431
#, fuzzy, python-format
msgid "%s Personalize, Set a new alert"
msgstr "設置新警報"
#: modules/webalert/lib/webalert_webinterface.py:151
msgid "Set a new alert"
msgstr "設置新警報"
#: modules/webalert/lib/webalert_webinterface.py:220
msgid "Modify alert settings"
msgstr "修改警報設定"
#: modules/webalert/lib/webalert_webinterface.py:227
#, fuzzy, python-format
msgid "%s Personalize, Modify alert settings"
msgstr "修改警報設定"
#: modules/webalert/lib/webalert_webinterface.py:257
#: modules/websession/lib/websession_templates.py:449
msgid "Your Alerts"
msgstr "警報"
#: modules/webalert/lib/webalert_webinterface.py:264
#: modules/webalert/lib/webalert_webinterface.py:325
#: modules/webalert/lib/webalert_webinterface.py:387
#: modules/webalert/lib/webalert_webinterface.py:447
#, fuzzy, python-format
msgid "%s Personalize, Display alerts"
msgstr "顯示警報"
#: modules/webalert/lib/webalert_webinterface.py:318
#: modules/webalert/lib/webalert_webinterface.py:380
#: modules/webalert/lib/webalert_webinterface.py:440
msgid "Display alerts"
msgstr "顯示警報"
#: modules/webbasket/lib/webbasket.py:346
msgid "Your comment has been successfully posted"
msgstr "您的意見已被張貼。"
#: modules/webbasket/lib/webbasket.py:764
#: modules/webbasket/lib/webbasket_templates.py:97
msgid "Personal baskets"
msgstr "個人收藏籃"
#: modules/webbasket/lib/webbasket.py:788
#: modules/webbasket/lib/webbasket_templates.py:104
msgid "Group baskets"
msgstr "群組收藏籃"
#: modules/webbasket/lib/webbasket.py:814
#: modules/webbasket/lib/webbasket_templates.py:111
msgid "Others' baskets"
msgstr "其他的收藏籃"
#: modules/webbasket/lib/webbasket.py:852
#, python-format
msgid ""
"You have %(x_nb_perso)s personal baskets and are subscribed to "
"%(x_nb_group)s group baskets and %(x_nb_public)s other users public baskets."
msgstr ""
"您有 %(x_nb_perso)s 個個人收藏籃、訂閱 %(x_nb_group)s 組別收藏籃"
"和%(x_nb_public)s 其他用戶的共享收藏籃。"
#: modules/webbasket/lib/webbasket_templates.py:198
#, python-format
msgid "There are %i baskets"
msgstr "總共有 %i 個收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:206
msgid "updated on"
msgstr "更新"
#: modules/webbasket/lib/webbasket_templates.py:241
#: modules/webbasket/lib/webbasket_templates.py:474
msgid "Basket is empty"
msgstr "收藏籃沒有任何記錄"
#: modules/webbasket/lib/webbasket_templates.py:254
#, python-format
msgid ""
"This basket belongs to %(x_name)s. You can freely %(x_url_open)ssubscribe"
"%(x_url_close)s to it"
msgstr "您可以%(x_url_open)s訂閱%(x_url_close)s這屬於%(x_name)s的收藏籃。"
#: modules/webbasket/lib/webbasket_templates.py:281
#: modules/webbasket/lib/webbasket_webinterface.py:777
msgid "Public basket"
msgstr "共享收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:284
#: modules/webbasket/lib/webbasket_templates.py:545
#: modules/webbasket/lib/webbasket_templates.py:827
msgid "records"
msgstr "記錄"
#: modules/webbasket/lib/webbasket_templates.py:285
#: modules/webbasket/lib/webbasket_templates.py:546
#: modules/webbasket/lib/webbasket_templates.py:828
msgid "last update"
msgstr "最後更新"
#: modules/webbasket/lib/webbasket_templates.py:291
msgid "Subscribe to this basket"
msgstr "訂閱這收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:309
#: modules/webbasket/lib/webbasket_templates.py:1017
#: modules/webbasket/lib/webbasket_templates.py:1261
msgid "Basket's name"
msgstr "收藏籃名稱"
#: modules/webbasket/lib/webbasket_templates.py:310
msgid "Number of views"
msgstr "閱讀次數"
#: modules/webbasket/lib/webbasket_templates.py:311
msgid "Owner"
msgstr "擁有者"
#: modules/webbasket/lib/webbasket_templates.py:355
msgid "View"
msgstr "閱讀"
#: modules/webbasket/lib/webbasket_templates.py:364
msgid "Subscribe"
msgstr "訂閱"
#: modules/webbasket/lib/webbasket_templates.py:377
msgid "There is currently no publicly accessible basket"
msgstr "沒有共享收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:389
#, python-format
msgid ""
"Displaying baskets %(x_nb_begin)i-%(x_nb_end)i out of %(x_nb_total)i baskets "
"in total."
msgstr "共%(x_nb_total)i收藏籃。 顯示%(x_nb_begin)i-%(x_nb_end)i之收藏籃。"
#: modules/webbasket/lib/webbasket_templates.py:422
msgid "Actions"
msgstr "行動"
#: modules/webbasket/lib/webbasket_templates.py:453
#: modules/webbasket/lib/webbasket_templates.py:780
msgid "Non-shared basket"
msgstr "非共享收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:456
#: modules/webbasket/lib/webbasket_templates.py:782
msgid "Shared basket"
msgstr "共享收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:459
#: modules/webbasket/lib/webbasket_templates.py:784
msgid "Group-shared basket"
msgstr "組別共享收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:464
#: modules/webbasket/lib/webbasket_webinterface.py:659
msgid "Edit basket"
msgstr "編輯收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:503
msgid "You do not have sufficient rights to view this basket's content."
msgstr "您沒有足夠權限以讀取這收藏籃。"
#: modules/webbasket/lib/webbasket_templates.py:508
#: modules/webbasket/lib/webbasket_templates.py:789
msgid "Unsubscribe from this basket"
msgstr "取消訂閱收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:521
#: modules/webbasket/lib/webbasket_templates.py:645
msgid "comments"
msgstr "意見"
#: modules/webbasket/lib/webbasket_templates.py:521
msgid "last comment:"
msgstr "最新意見:"
#: modules/webbasket/lib/webbasket_templates.py:582
msgid "Move item up"
msgstr "上移"
#: modules/webbasket/lib/webbasket_templates.py:590
msgid "Move item down"
msgstr "下移"
#: modules/webbasket/lib/webbasket_templates.py:598
msgid "Copy item"
msgstr "拷貝"
#: modules/webbasket/lib/webbasket_templates.py:606
msgid "Remove item"
msgstr "移除"
#: modules/webbasket/lib/webbasket_templates.py:609
msgid "External record"
msgstr "外部記錄"
#: modules/webbasket/lib/webbasket_templates.py:646
msgid "last"
msgstr "最後"
#: modules/webbasket/lib/webbasket_templates.py:647
#, fuzzy
msgid "View comments"
msgstr "閱讀意見"
#: modules/webbasket/lib/webbasket_templates.py:672
msgid "This basket is publicly accessible at the following address:"
msgstr "可閱讀這收藏籃的地址:"
#: modules/webbasket/lib/webbasket_templates.py:702
#: modules/websearch/lib/websearch_templates.py:991
#: modules/websearch/lib/websearch_templates.py:2143
msgid "Sort by:"
msgstr "排序"
#: modules/webbasket/lib/webbasket_templates.py:703
#: modules/webbasket/lib/webbasket_templates.py:931
#: modules/websubmit/lib/websubmit_templates.py:2629
msgid "Title"
msgstr "標題"
#: modules/webbasket/lib/webbasket_templates.py:704
#: modules/webmessage/lib/webmessage_templates.py:89
msgid "Date"
msgstr "日期"
#: modules/webbasket/lib/webbasket_templates.py:774
#: modules/webcomment/lib/webcomment_templates.py:444
#: modules/webcomment/lib/webcomment_templates.py:454
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
#: modules/websubmit/lib/websubmit_templates.py:2576
msgid "Comments"
msgstr "意見"
#: modules/webbasket/lib/webbasket_templates.py:775
#, python-format
msgid "There is a total of %i comments"
msgstr "總共有 %i 意見"
#: modules/webbasket/lib/webbasket_templates.py:777
#: modules/webbasket/lib/webbasket_webinterface.py:218
#: modules/webcomment/lib/webcomment_templates.py:90
#: modules/webcomment/lib/webcomment_templates.py:574
#: modules/websubmit/lib/websubmit_templates.py:2578
msgid "Write a comment"
msgstr "撰寫意見"
#: modules/webbasket/lib/webbasket_templates.py:833
msgid "Back to baskets"
msgstr "返回收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:862
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "by"
msgstr "由"
#: modules/webbasket/lib/webbasket_templates.py:863
#: modules/webbasket/lib/webbasket_templates.py:890
msgid "on"
msgstr "在"
#: modules/webbasket/lib/webbasket_templates.py:875
#: modules/webcomment/lib/webcomment_templates.py:320
#: modules/webmessage/lib/webmessage_templates.py:112
msgid "Reply"
msgstr "回復"
#: modules/webbasket/lib/webbasket_templates.py:876
msgid "Delete comment"
msgstr "刪除意見"
#: modules/webbasket/lib/webbasket_templates.py:930
#: modules/webbasket/lib/webbasket_templates.py:935
#: modules/webcomment/lib/webcomment_webinterface.py:289
#: modules/websubmit/lib/websubmit_templates.py:2572
#: modules/websubmit/lib/websubmit_templates.py:2573
msgid "Add Comment"
msgstr "新增評論"
#: modules/webbasket/lib/webbasket_templates.py:932
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:807
#: modules/webcomment/lib/webcomment_templates.py:1191
#: modules/webcomment/lib/webcomment_templates.py:1257
#: modules/websubmit/lib/websubmit_templates.py:2631
msgid "Comment"
msgstr "意見"
#: modules/webbasket/lib/webbasket_templates.py:951
#: modules/webbasket/lib/webbasket_templates.py:1048
msgid "Create new basket"
msgstr "創建收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:1001
msgid "Select topic"
msgstr "選擇主題"
#: modules/webbasket/lib/webbasket_templates.py:1018
#: modules/webbasket/lib/webbasket_templates.py:1263
#: modules/webbasket/lib/webbasket_templates.py:1272
msgid "Choose topic"
msgstr "選擇主題"
#: modules/webbasket/lib/webbasket_templates.py:1019
#: modules/webbasket/lib/webbasket_templates.py:1274
msgid "or create a new one"
msgstr "或創建"
#: modules/webbasket/lib/webbasket_templates.py:1019
msgid "Create new topic"
msgstr "創建主題"
#: modules/webbasket/lib/webbasket_templates.py:1021
msgid "Create a new basket"
msgstr "創建收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:1082
#: modules/webbasket/lib/webbasket_templates.py:1103
#: modules/webbasket/lib/webbasket_templates.py:1119
msgid "Select basket"
msgstr "選擇收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:1090
msgid "Add to a personal basket"
msgstr "加入個人收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:1091
#: modules/webbasket/lib/webbasket_templates.py:1112
#: modules/webbasket/lib/webbasket_templates.py:1130
#, python-format
msgid "%i baskets"
msgstr "%i 收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:1111
msgid "Add to a group-shared basket"
msgstr "新增至組別收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:1129
msgid "Add to a public basket"
msgstr "新增至共享收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:1162
#, python-format
msgid "Adding %i records to these baskets"
msgstr "新增 %i 記錄至這些收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:1167
msgid "Add to baskets"
msgstr "新增至收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:1174
#, python-format
msgid "The selected records have been successfully added to %i baskets."
msgstr "您挑選的記錄已被加進 %i 收藏籃。"
#: modules/webbasket/lib/webbasket_templates.py:1177
msgid "No records were added to the selected baskets."
msgstr "沒有記錄被加進收藏籃。"
#: modules/webbasket/lib/webbasket_templates.py:1197
msgid "Are you sure you want to delete this basket?"
msgstr "您是否決定移除這收藏籃?"
#: modules/webbasket/lib/webbasket_templates.py:1199
#, python-format
msgid "%i users are subscribed to this basket."
msgstr "%i 用戶已訂閱這收藏籃。"
#: modules/webbasket/lib/webbasket_templates.py:1201
#, python-format
msgid "%i user groups are subscribed to this basket."
msgstr "%i 用戶組別已訂閱這收藏籃。"
#: modules/webbasket/lib/webbasket_templates.py:1203
#, python-format
msgid "You have set %i alerts on this basket."
msgstr "您的收藏籃已設有 %i 條警報。"
#: modules/webbasket/lib/webbasket_templates.py:1277
msgid "General settings"
msgstr "一般設定"
#: modules/webbasket/lib/webbasket_templates.py:1292
#: modules/webbasket/lib/webbasket_templates.py:1421
#: modules/webbasket/lib/webbasket_templates.py:1448
msgid "Add group"
msgstr "新增組別"
#: modules/webbasket/lib/webbasket_templates.py:1297
msgid "Manage group rights"
msgstr "管理組別權利"
#: modules/webbasket/lib/webbasket_templates.py:1309
msgid "Manage global sharing rights"
msgstr "管理系統性分享權利"
#: modules/webbasket/lib/webbasket_templates.py:1314
msgid "Delete basket"
msgstr "刪除收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:1338
msgid "Editing basket"
msgstr "編輯收藏籃"
#: modules/webbasket/lib/webbasket_templates.py:1346
msgid "Save changes"
msgstr "儲存更改"
#: modules/webbasket/lib/webbasket_templates.py:1359
#: modules/webbasket/lib/webbasket_templates.py:1383
msgid "No rights"
msgstr "沒有權限"
#: modules/webbasket/lib/webbasket_templates.py:1361
#: modules/webbasket/lib/webbasket_templates.py:1385
msgid "View records"
msgstr "閱讀記錄"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1387
#: modules/webbasket/lib/webbasket_templates.py:1389
#: modules/webbasket/lib/webbasket_templates.py:1391
#: modules/webbasket/lib/webbasket_templates.py:1393
#: modules/webbasket/lib/webbasket_templates.py:1395
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "and"
msgstr "和"
#: modules/webbasket/lib/webbasket_templates.py:1363
#: modules/webbasket/lib/webbasket_templates.py:1387
msgid "view comments"
msgstr "閱讀意見"
#: modules/webbasket/lib/webbasket_templates.py:1365
#: modules/webbasket/lib/webbasket_templates.py:1389
msgid "add comments"
msgstr "新增意見"
#: modules/webbasket/lib/webbasket_templates.py:1367
#: modules/webbasket/lib/webbasket_templates.py:1391
msgid "add records"
msgstr "添加記錄"
#: modules/webbasket/lib/webbasket_templates.py:1369
#: modules/webbasket/lib/webbasket_templates.py:1393
msgid "delete comments"
msgstr "刪除意見"
#: modules/webbasket/lib/webbasket_templates.py:1371
#: modules/webbasket/lib/webbasket_templates.py:1395
msgid "remove records"
msgstr "移除記錄"
#: modules/webbasket/lib/webbasket_templates.py:1373
#: modules/webbasket/lib/webbasket_templates.py:1397
msgid "manage sharing rights"
msgstr "管理共享權限"
#: modules/webbasket/lib/webbasket_templates.py:1419
msgid "You are not a member of a group."
msgstr "您並不是這組別的用戶。"
#: modules/webbasket/lib/webbasket_templates.py:1441
msgid "Sharing basket to a new group"
msgstr "分享這收藏籃於組別"
#: modules/webbasket/lib/webbasket_templates.py:1470
#: modules/websession/lib/websession_templates.py:483
msgid ""
"You are logged in as a guest user, so your baskets will disappear at the end "
"of the current session."
msgstr "您是用遊客登錄, 因此您的收藏籃將不會保存在這系統中。"
#: modules/webbasket/lib/webbasket_templates.py:1471
#: modules/webbasket/lib/webbasket_templates.py:1486
#: modules/websession/lib/websession_templates.py:486
#, python-format
msgid ""
"If you wish you can %(x_url_open)slogin or register here%(x_url_close)s."
msgstr "您可以%(x_url_open)s登入或%(x_url_close)s註冊。"
#: modules/webbasket/lib/webbasket_templates.py:1485
#: modules/websession/lib/websession_webinterface.py:259
msgid "This functionality is forbidden to guest users."
msgstr "遊客是被禁止使用這功能。"
#: modules/webbasket/lib/webbasket_templates.py:1546
#: modules/webcomment/lib/webcomment_templates.py:599
msgid "Back to search results"
msgstr "返回檢索結果頁"
#: modules/webbasket/lib/webbasket_webinterface.py:98
msgid "Display baskets"
msgstr "顯示收藏籃"
#: modules/webbasket/lib/webbasket_webinterface.py:159
#: modules/webbasket/lib/webbasket_webinterface.py:287
msgid "Details and comments"
msgstr "詳細資料和意見"
#: modules/webbasket/lib/webbasket_webinterface.py:404
#: modules/websession/lib/websession_templates.py:440
#: modules/websession/lib/websession_templates.py:572
msgid "Your Baskets"
msgstr "收藏"
#: modules/webbasket/lib/webbasket_webinterface.py:406
msgid "Add records to baskets"
msgstr "新增記錄進收藏籃"
#: modules/webbasket/lib/webbasket_webinterface.py:474
msgid "Delete a basket"
msgstr "刪除收藏籃"
#: modules/webbasket/lib/webbasket_webinterface.py:527
msgid "Copy record to basket"
msgstr "拷貝記錄進收藏籃"
#: modules/webbasket/lib/webbasket_webinterface.py:721
msgid "Create basket"
msgstr "創建收藏籃"
#: modules/webbasket/lib/webbasket_webinterface.py:751
#: modules/webbasket/lib/webbasket_webinterface.py:776
#: modules/webbasket/lib/webbasket_webinterface.py:809
msgid "List of public baskets"
msgstr "共享收藏籃列表"
#: modules/webcomment/lib/webcomment.py:830
#: modules/webcomment/lib/webcomment_templates.py:316
#, python-format
msgid "%(x_name)s wrote on %(x_date)s:"
msgstr "%(x_name)s 在 %(x_date)s 寫:"
#: modules/webcomment/lib/webcomment_templates.py:98
#, python-format
msgid "Showing the latest %i comments:"
msgstr "顯示最後的 %i 意見:"
#: modules/webcomment/lib/webcomment_templates.py:114
#: modules/webcomment/lib/webcomment_templates.py:139
msgid "Discuss this document"
msgstr "討論這評論"
#: modules/webcomment/lib/webcomment_templates.py:140
#: modules/webcomment/lib/webcomment_templates.py:584
msgid "Start a discussion about any aspect of this document."
msgstr "討論這文件。"
#: modules/webcomment/lib/webcomment_templates.py:156
#, python-format
msgid "Sorry, the record %s does not seem to exist."
msgstr "對不起,記錄 %s 並不存在。"
#: modules/webcomment/lib/webcomment_templates.py:158
#, python-format
msgid "Sorry, %s is not a valid ID value."
msgstr "對不起,%s 不是一有效數值。"
#: modules/webcomment/lib/webcomment_templates.py:160
msgid "Sorry, no record ID was provided."
msgstr "對不起,並沒有提供記錄ID。"
#: modules/webcomment/lib/webcomment_templates.py:164
#, python-format
msgid "You may want to start browsing from %s"
msgstr "您可以從%s開始瀏覽 "
#: modules/webcomment/lib/webcomment_templates.py:232
#: modules/webcomment/lib/webcomment_templates.py:506
msgid "Was this review helpful?"
msgstr "這評論有用嗎?"
#: modules/webcomment/lib/webcomment_templates.py:241
#: modules/webcomment/lib/webcomment_templates.py:278
#: modules/webcomment/lib/webcomment_templates.py:574
msgid "Write a review"
msgstr "撰寫評論"
#: modules/webcomment/lib/webcomment_templates.py:248
#: modules/webcomment/lib/webcomment_templates.py:562
#: modules/webcomment/lib/webcomment_templates.py:1371
#, python-format
msgid "Average review score: %(x_nb_score)s based on %(x_nb_reviews)s reviews"
msgstr "平均評論得分:%(x_nb_score)s 基於 %(x_nb_reviews)s 條評論"
#: modules/webcomment/lib/webcomment_templates.py:251
#, python-format
msgid "Readers found the following %s reviews to be most helpful."
msgstr "讀者覺得以下 %s 評論是有用的。"
#: modules/webcomment/lib/webcomment_templates.py:254
#: modules/webcomment/lib/webcomment_templates.py:277
#, python-format
msgid "View all %s reviews"
msgstr "閱讀全部%s評論"
#: modules/webcomment/lib/webcomment_templates.py:273
#: modules/webcomment/lib/webcomment_templates.py:295
#: modules/webcomment/lib/webcomment_templates.py:1412
msgid "Rate this document"
msgstr "評價這文件"
#: modules/webcomment/lib/webcomment_templates.py:296
#: modules/webcomment/lib/webcomment_templates.py:586
msgid "Be the first to review this document."
msgstr "成為第一個讀者去評論這文件。"
#: modules/webcomment/lib/webcomment_templates.py:324
#: modules/webcomment/lib/webcomment_templates.py:366
#: modules/webcomment/lib/webcomment_templates.py:507
msgid "Report abuse"
msgstr "舉報濫用"
#: modules/webcomment/lib/webcomment_templates.py:361
#, python-format
msgid "Reviewed by %(x_nickname)s on %(x_date)s"
msgstr "%(x_nickname)s 在 %(x_date)s 評論這文件"
#: modules/webcomment/lib/webcomment_templates.py:362
#, python-format
msgid "%(x_nb_people)i out of %(x_nb_total)i people found this review useful"
msgstr "%(x_nb_people)i/%(x_nb_total)i個讀者評價這評論是有用的"
#: modules/webcomment/lib/webcomment_templates.py:445
#: modules/webcomment/lib/webcomment_templates.py:455
#: modules/webcomment/lib/webcomment_webinterface.py:161
#: modules/webcomment/lib/webcomment_webinterface.py:243
msgid "Reviews"
msgstr "評論"
#: modules/webcomment/lib/webcomment_templates.py:537
msgid "Previous"
msgstr "前一個"
#: modules/webcomment/lib/webcomment_templates.py:553
msgid "Next"
msgstr "下一個"
#: modules/webcomment/lib/webcomment_templates.py:577
#, python-format
msgid "There is a total of %s reviews"
msgstr "總共有 %s 評論"
#: modules/webcomment/lib/webcomment_templates.py:579
#, python-format
msgid "There is a total of %s comments"
msgstr "總共有 %s "
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "review"
msgstr "評論"
#: modules/webcomment/lib/webcomment_templates.py:605
#: modules/webcomment/lib/webcomment_templates.py:664
msgid "comment"
msgstr "意見"
#: modules/webcomment/lib/webcomment_templates.py:606
#: modules/webcomment/lib/webcomment_templates.py:1257
msgid "Review"
msgstr "評論"
#: modules/webcomment/lib/webcomment_templates.py:662
msgid "Viewing"
msgstr "閱讀"
#: modules/webcomment/lib/webcomment_templates.py:663
msgid "Page:"
msgstr "頁:"
#: modules/webcomment/lib/webcomment_templates.py:784
#, python-format
msgid "Note: Your nickname, %s, will be displayed as author of this comment"
msgstr "注意:您的諢號 - %s - 將會成顯示為文件的作者名稱。"
#: modules/webcomment/lib/webcomment_templates.py:788
#: modules/webcomment/lib/webcomment_templates.py:843
#, python-format
msgid ""
"Note: you have not %(x_url_open)sdefined your nickname%(x_url_close)s. "
"%(x_nickname)s will be displayed as the author of this comment."
msgstr ""
"注意:您並未%(x_url_open)s定義您的諢號%(x_url_close)s。%(x_nickname)s 是會成"
"顯示為文件的作者名稱。"
#: modules/webcomment/lib/webcomment_templates.py:806
#: modules/webcomment/lib/webcomment_templates.py:899
msgid "Article"
msgstr "文章"
#: modules/webcomment/lib/webcomment_templates.py:808
#, fuzzy
msgid "Add comment"
msgstr "新增評論"
#: modules/webcomment/lib/webcomment_templates.py:838
#, python-format
msgid ""
"Note: Your nickname, %s, will be displayed as the author of this review."
msgstr "您的諢號 - %s - 將會成顯示為評論的作者名稱。"
#: modules/webcomment/lib/webcomment_templates.py:900
msgid "Rate this article"
msgstr "評價這文章"
#: modules/webcomment/lib/webcomment_templates.py:901
msgid "Select a score"
msgstr "選擇評分"
#: modules/webcomment/lib/webcomment_templates.py:902
msgid "Give a title to your review"
msgstr "輸入評論標題"
#: modules/webcomment/lib/webcomment_templates.py:903
msgid "Write your review"
msgstr "撰寫評論"
#: modules/webcomment/lib/webcomment_templates.py:908
#, fuzzy
msgid "Add review"
msgstr "新增評論"
#: modules/webcomment/lib/webcomment_templates.py:917
#: modules/webcomment/lib/webcomment_webinterface.py:287
msgid "Add Review"
msgstr "新增評論"
#: modules/webcomment/lib/webcomment_templates.py:938
msgid "Your review was successfully added."
msgstr "您的評論已被接受。"
#: modules/webcomment/lib/webcomment_templates.py:940
msgid "Your comment was successfully added."
msgstr "您的意見已被接受。"
#: modules/webcomment/lib/webcomment_templates.py:942
msgid "Back to record"
msgstr "返回記錄"
#: modules/webcomment/lib/webcomment_templates.py:1019
#: modules/webcomment/web/admin/webcommentadmin.py:134
msgid "View all reported comments"
msgstr "閱讀所有意見"
#: modules/webcomment/lib/webcomment_templates.py:1022
msgid "View all reported reviews"
msgstr "閱讀所有評論"
#: modules/webcomment/lib/webcomment_templates.py:1028
msgid "Delete a specific comment/review (by ID)"
msgstr "刪除某一意見/評論 (按照ID)"
#: modules/webcomment/lib/webcomment_templates.py:1029
msgid "View all users who have been reported"
msgstr "查閱全部曾給予意見/評論的用戶"
#: modules/webcomment/lib/webcomment_templates.py:1031
msgid "Guide"
msgstr "指南"
#: modules/webcomment/lib/webcomment_templates.py:1033
msgid "Comments and reviews are disabled"
msgstr "意見和評論已被禁止"
#: modules/webcomment/lib/webcomment_templates.py:1051
msgid ""
"Please enter the ID of the comment/review so that you can view it before "
"deciding whether to delete it or not"
msgstr "請輸入意見/評論ID以便查閱,之後您可以決定是否刪除它。"
#: modules/webcomment/lib/webcomment_templates.py:1063
msgid "Comment ID:"
msgstr "意見ID:"
#: modules/webcomment/lib/webcomment_templates.py:1065
msgid "View Comment"
msgstr "查閱意見"
#: modules/webcomment/lib/webcomment_templates.py:1086
msgid "There have been no reports so far."
msgstr "沒有任何報告記錄。"
#: modules/webcomment/lib/webcomment_templates.py:1090
#, python-format
msgid "View all %s reported comments"
msgstr "查閱全部 %s 意見"
#: modules/webcomment/lib/webcomment_templates.py:1093
#, python-format
msgid "View all %s reported reviews"
msgstr "查閱全部 %s 評論"
#: modules/webcomment/lib/webcomment_templates.py:1130
msgid ""
"Here is a list, sorted by total number of reports, of all users who have had "
"a comment reported at least once."
msgstr "這名單列出全部曾提交意見或評論的用戶。"
#: modules/webcomment/lib/webcomment_templates.py:1138
#: modules/webcomment/lib/webcomment_templates.py:1167
#: modules/websession/lib/websession_templates.py:162
#: modules/websession/lib/websession_templates.py:969
msgid "Nickname"
msgstr "諢號"
#: modules/webcomment/lib/webcomment_templates.py:1139
#: modules/webcomment/lib/webcomment_templates.py:1171
msgid "Email"
msgstr "電郵"
#: modules/webcomment/lib/webcomment_templates.py:1140
#: modules/webcomment/lib/webcomment_templates.py:1169
msgid "User ID"
msgstr "用戶ID"
#: modules/webcomment/lib/webcomment_templates.py:1142
msgid "Number positive votes"
msgstr "正面的投票"
#: modules/webcomment/lib/webcomment_templates.py:1143
msgid "Number negative votes"
msgstr "負面的投票"
#: modules/webcomment/lib/webcomment_templates.py:1144
msgid "Total number votes"
msgstr "全部投票數目"
#: modules/webcomment/lib/webcomment_templates.py:1145
msgid "Total number of reports"
msgstr "報告數目"
#: modules/webcomment/lib/webcomment_templates.py:1146
msgid "View all user's reported comments/reviews"
msgstr "查閱全部用戶的意見和評論"
#: modules/webcomment/lib/webcomment_templates.py:1179
#, python-format
msgid "This review has been reported %i times"
msgstr "這評論已被報告了%i次"
#: modules/webcomment/lib/webcomment_templates.py:1181
#, python-format
msgid "This comment has been reported %i times"
msgstr "這意見已被報告了%i次"
#: modules/webcomment/lib/webcomment_templates.py:1258
msgid "Written by"
msgstr "作者:"
#: modules/webcomment/lib/webcomment_templates.py:1259
msgid "General informations"
msgstr "一般資料"
#: modules/webcomment/lib/webcomment_templates.py:1260
msgid "Select"
msgstr "選擇"
#: modules/webcomment/lib/webcomment_templates.py:1274
msgid "Delete selected reviews"
msgstr "刪除已選擇的評論"
#: modules/webcomment/lib/webcomment_templates.py:1275
#: modules/webcomment/lib/webcomment_templates.py:1280
msgid "Suppress selected abuse report"
msgstr "查禁已選擇的濫用報告"
#: modules/webcomment/lib/webcomment_templates.py:1279
msgid "Delete selected comments"
msgstr "刪除已選擇的意見"
#: modules/webcomment/lib/webcomment_templates.py:1288
msgid "OK"
msgstr "是"
#: modules/webcomment/lib/webcomment_templates.py:1294
#, python-format
msgid "Here are the reported reviews of user %s"
msgstr "用戶 %s 的評論:"
#: modules/webcomment/lib/webcomment_templates.py:1296
#, python-format
msgid "Here are the reported comments of user %s"
msgstr "用戶 %s 的意見:"
#: modules/webcomment/lib/webcomment_templates.py:1299
#, python-format
msgid "Here is comment/review %s"
msgstr "評論/意見 %s"
#: modules/webcomment/lib/webcomment_templates.py:1301
#, python-format
msgid "Here is comment/review %(x_cmtID)s written by user %(x_user)s"
msgstr "用戶 %(x_user)s 的評論/意見 %(x_cmtID)s"
#: modules/webcomment/lib/webcomment_templates.py:1306
msgid "Here are all reported reviews sorted by the most reported"
msgstr "全部評論 (以最多提供評論者排序)"
#: modules/webcomment/lib/webcomment_templates.py:1308
msgid "Here are all reported comments sorted by the most reported"
msgstr "全部意見 (以最多提供意見者排序)"
#: modules/webcomment/lib/webcomment_templates.py:1333
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "comment ID"
msgstr "意見ID"
#: modules/webcomment/lib/webcomment_templates.py:1333
msgid "successfully deleted"
msgstr "成功刪除"
#: modules/webcomment/lib/webcomment_templates.py:1358
msgid "successfully suppressed abuse report"
msgstr "成功查禁濫用報告"
#: modules/webcomment/lib/webcomment_templates.py:1375
#, fuzzy
msgid "Not yet reviewed"
msgstr "撰寫評論"
#: modules/webcomment/lib/webcomment_webinterface.py:176
#: modules/webcomment/lib/webcomment_webinterface.py:302
msgid "Record Not Found"
msgstr "找不到記錄"
#: modules/webcomment/lib/webcomment_webinterface.py:262
#, python-format
msgid ""
"Before you add your comment, you need to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr "請先%(x_url_open)s登入%(x_url_close)s才發表意見"
#: modules/webcomment/lib/webcomment_webinterface.py:266
#: modules/websession/lib/websession_webinterface.py:679
#: modules/websession/lib/websession_webinterface.py:714
msgid "Login"
msgstr "登入"
#: modules/webcomment/web/admin/webcommentadmin.py:46
#: modules/webcomment/web/admin/webcommentadmin.py:60
#: modules/webcomment/web/admin/webcommentadmin.py:80
#: modules/webcomment/web/admin/webcommentadmin.py:120
#: modules/webcomment/web/admin/webcommentadmin.py:154
#: modules/webcomment/web/admin/webcommentadmin.py:191
msgid "WebComment Admin"
msgstr "WebComment 管理"
#: modules/webcomment/web/admin/webcommentadmin.py:51
#: modules/webcomment/web/admin/webcommentadmin.py:85
#: modules/webcomment/web/admin/webcommentadmin.py:125
#: modules/webcomment/web/admin/webcommentadmin.py:159
#: modules/webcomment/web/admin/webcommentadmin.py:196
#: modules/websearch/lib/websearch_webinterface.py:738
#: modules/websearch/lib/websearch_webinterface.py:822
#: modules/websearch/web/admin/websearchadmin.py:1070
#: modules/websession/lib/websession_webinterface.py:812
#: modules/webstyle/lib/webstyle_templates.py:527
#: modules/webjournal/web/admin/webjournaladmin.py:374
msgid "Internal Error"
msgstr "內部錯誤"
#: modules/webcomment/web/admin/webcommentadmin.py:95
msgid "Delete Comment"
msgstr "刪除意見"
#: modules/webcomment/web/admin/webcommentadmin.py:168
msgid "View all reported users"
msgstr "查閱全部用戶"
#: modules/webcomment/web/admin/webcommentadmin.py:214
msgid "Delete comments"
msgstr "刪除意見"
#: modules/webcomment/web/admin/webcommentadmin.py:217
msgid "Suppress abuse reports"
msgstr "查禁濫用報告"
#: modules/webmessage/lib/webmessage.py:129
msgid "The message could not be deleted."
msgstr "這訊息不能刪除。"
#: modules/webmessage/lib/webmessage.py:131
msgid "The message was successfully deleted."
msgstr "這訊息已被刪除。"
#: modules/webmessage/lib/webmessage.py:148
msgid "Your mailbox has been emptied."
msgstr "您的電郵箱已被清空。"
#: modules/webmessage/lib/webmessage.py:335
#, python-format
msgid "The chosen date (%(x_year)i/%(x_month)i/%(x_day)i) is invalid."
msgstr "日期 %(x_year)i/%(x_month)i/%(x_day)i) 錯誤"
#: modules/webmessage/lib/webmessage.py:344
msgid "Please enter a user name or a group name."
msgstr "請輸入用戶名稱或組別名稱。"
#: modules/webmessage/lib/webmessage.py:348
#, python-format
msgid ""
"Your message is too long, please edit it. Maximum size allowed is %i "
"characters."
msgstr "您的訊息太長,請修改它。最大允許是%i個字。"
#: modules/webmessage/lib/webmessage.py:359
#, python-format
msgid "Group %s does not exist."
msgstr "組別 %s 並不存在。"
#: modules/webmessage/lib/webmessage.py:384
#, python-format
msgid "User %s does not exist."
msgstr "用戶 %s 並不存在。"
#: modules/webmessage/lib/webmessage.py:397
#: modules/webmessage/lib/webmessage_webinterface.py:135
#: modules/webmessage/lib/webmessage_webinterface.py:215
msgid "Write a message"
msgstr "撰寫訊息"
#: modules/webmessage/lib/webmessage.py:412
msgid ""
"Your message could not be sent to the following recipients due to their "
"quota:"
msgstr "因限額問題,您的訊息不能發到以下的收件人:"
#: modules/webmessage/lib/webmessage.py:416
msgid "Your message has been sent."
msgstr "您的訊息已被發出。"
#: modules/webmessage/lib/webmessage.py:423
#: modules/webmessage/lib/webmessage_templates.py:473
#: modules/webmessage/lib/webmessage_webinterface.py:84
#: modules/webmessage/lib/webmessage_webinterface.py:280
#: modules/webmessage/lib/webmessage_webinterface.py:322
#: modules/websession/lib/websession_templates.py:571
msgid "Your Messages"
msgstr "訊息"
#: modules/webmessage/lib/webmessage_templates.py:87
msgid "Subject"
msgstr "主題"
#: modules/webmessage/lib/webmessage_templates.py:88
msgid "Sender"
msgstr "發送者"
#: modules/webmessage/lib/webmessage_templates.py:97
msgid "No messages"
msgstr "沒有訊息"
#: modules/webmessage/lib/webmessage_templates.py:101
msgid "No subject"
msgstr "沒有主題"
#: modules/webmessage/lib/webmessage_templates.py:147
msgid "Write new message"
msgstr "撰寫新訊息"
#: modules/webmessage/lib/webmessage_templates.py:148
msgid "Delete All"
msgstr "全部刪除"
#: modules/webmessage/lib/webmessage_templates.py:190
msgid "Re:"
msgstr "回覆:"
#: modules/webmessage/lib/webmessage_templates.py:282
msgid "Send later?"
msgstr "稍後發送?"
#: modules/webmessage/lib/webmessage_templates.py:283
#: modules/websubmit/lib/websubmit_templates.py:2975
msgid "To:"
msgstr "收件者:"
#: modules/webmessage/lib/webmessage_templates.py:284
msgid "Users"
msgstr "用戶"
#: modules/webmessage/lib/webmessage_templates.py:285
msgid "Groups"
msgstr "組別"
#: modules/webmessage/lib/webmessage_templates.py:286
#: modules/webmessage/lib/webmessage_templates.py:448
#: modules/websubmit/lib/websubmit_templates.py:2976
msgid "Subject:"
msgstr "主題:"
#: modules/webmessage/lib/webmessage_templates.py:287
#: modules/websubmit/lib/websubmit_templates.py:2977
msgid "Message:"
msgstr "訊息:"
#: modules/webmessage/lib/webmessage_templates.py:288
#: modules/websubmit/lib/websubmit_templates.py:2978
msgid "SEND"
msgstr "發送"
#: modules/webmessage/lib/webmessage_templates.py:447
msgid "From:"
msgstr "送件者:"
#: modules/webmessage/lib/webmessage_templates.py:449
msgid "Sent on:"
msgstr "發送日期:"
#: modules/webmessage/lib/webmessage_templates.py:450
msgid "Received on:"
msgstr "收件日期:"
#: modules/webmessage/lib/webmessage_templates.py:451
msgid "Sent to:"
msgstr "發送至:"
#: modules/webmessage/lib/webmessage_templates.py:452
msgid "Sent to groups:"
msgstr "發送至組別:"
#: modules/webmessage/lib/webmessage_templates.py:453
msgid "REPLY"
msgstr "回復"
#: modules/webmessage/lib/webmessage_templates.py:454
msgid "DELETE"
msgstr "刪除"
#: modules/webmessage/lib/webmessage_templates.py:507
msgid "Are you sure you want to empty your whole mailbox?"
msgstr "您是否決定清空電郵箱?"
#: modules/webmessage/lib/webmessage_templates.py:569
#, fuzzy, python-format
msgid "Quota used: %(x_nb_used)i messages out of max. %(x_nb_total)i"
msgstr "配額:%i/%i 訊息"
#: modules/webmessage/lib/webmessage_templates.py:587
msgid "Please select one or more:"
msgstr "請選擇:"
#: modules/webmessage/lib/webmessage_templates.py:618
msgid "Add to users"
msgstr "加入至用戶"
#: modules/webmessage/lib/webmessage_templates.py:620
msgid "Add to groups"
msgstr "加入至組別"
#: modules/webmessage/lib/webmessage_templates.py:623
msgid "No matching user"
msgstr "找尋不到用戶"
#: modules/webmessage/lib/webmessage_templates.py:625
#: modules/websession/lib/websession_templates.py:1585
msgid "No matching group"
msgstr "找尋不到組別"
#: modules/webmessage/lib/webmessage_templates.py:662
msgid "Find users or groups:"
msgstr "找尋用戶或組別"
#: modules/webmessage/lib/webmessage_templates.py:663
msgid "Find a user"
msgstr "找尋用戶"
#: modules/webmessage/lib/webmessage_templates.py:664
msgid "Find a group"
msgstr "找尋組別"
#: modules/webmessage/lib/webmessage_templates.py:679
#, fuzzy, python-format
msgid "You have %(x_nb_new)s new messages out of %(x_nb_total)s messages"
msgstr "您有%s個新訊息,總共有%s訊息。"
#: modules/webmessage/lib/webmessage_webinterface.py:363
msgid "Read a message"
msgstr "閱讀訊息"
#: modules/websearch/lib/search_engine.py:640
#: modules/websearch/lib/search_engine.py:670
#: modules/websearch/lib/search_engine.py:3776
#: modules/websearch/lib/search_engine.py:3826
#: modules/websearch/lib/search_engine.py:3871
msgid "Search Results"
msgstr "檢索結果"
#: modules/websearch/lib/search_engine.py:755
#: modules/websearch/lib/websearch_templates.py:1100
msgid "any day"
msgstr "任何日子"
#: modules/websearch/lib/search_engine.py:761
#: modules/websearch/lib/websearch_templates.py:1112
msgid "any month"
msgstr "任何月份"
#: modules/websearch/lib/search_engine.py:769
#: modules/websearch/lib/websearch_templates.py:1126
msgid "any year"
msgstr "任何年份"
#: modules/websearch/lib/search_engine.py:810
#: modules/websearch/lib/search_engine.py:825
msgid "any collection"
msgstr "任何專輯"
#: modules/websearch/lib/search_engine.py:821
msgid "add another collection"
msgstr "新增專輯"
#: modules/websearch/lib/search_engine.py:831
#: modules/websearch/lib/websearch_webcoll.py:532
msgid "rank by"
msgstr "排列"
#: modules/websearch/lib/search_engine.py:851
msgid "HTML brief"
msgstr "簡短的HTML"
#: modules/websearch/lib/search_engine.py:964
#: modules/websearch/lib/websearch_webcoll.py:502
msgid "latest first"
msgstr "時間"
#: modules/websearch/lib/search_engine.py:1584
msgid "No values found."
msgstr "沒有找到。"
#: modules/websearch/lib/search_engine.py:1716
#, python-format
msgid "No exact match found for %(x_query1)s, using %(x_query2)s instead..."
msgstr "用 %(x_query1)s 沒有確實匹配任何記錄,現嘗試用 %(x_query2)s 來查詢… ,"
#: modules/websearch/lib/search_engine.py:1845
msgid ""
"Nested or mismatched parentheses detected. Ignoring all parentheses in the "
"query..."
msgstr ""
#: modules/websearch/lib/search_engine.py:2068
#, python-format
msgid ""
"No match found in collection %(x_collection)s. Other public collections gave "
"%(x_url_open)s%(x_nb_hits)d hits%(x_url_close)s."
msgstr ""
"在專輯 %(x_collection)s 裡沒有匹配任何記錄;但在其他的專輯裡找"
"到%(x_url_open)s%(x_nb_hits)d 筆記錄%(x_url_close)s。"
#: modules/websearch/lib/search_engine.py:2077
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:2190
msgid "No words index available for"
msgstr "沒有可用的字索引給"
#: modules/websearch/lib/search_engine.py:2194
msgid "No phrase index available for"
msgstr "沒有可用的短語索引給"
#: modules/websearch/lib/search_engine.py:2226
#, python-format
msgid ""
"Search term %(x_term)s inside index %(x_index)s did not match any record. "
"Nearest terms in any collection are:"
msgstr "在索引 %(x_index)s 匹配不到關於 %(x_term)s 的任何記錄。接近的短語是:"
#: modules/websearch/lib/search_engine.py:2230
#, python-format
msgid ""
"Search term %s did not match any record. Nearest terms in any collection are:"
msgstr "匹配不到關於 %s 的任何記錄。接近的短語是:"
#: modules/websearch/lib/search_engine.py:2694
#, python-format
msgid ""
"Sorry, sorting is allowed on sets of up to %d records only. Using default "
"sort order."
msgstr "對不起,這排序功能只被允許在最多 %d 紀錄中使用。請用正常排序。"
#: modules/websearch/lib/search_engine.py:2718
#, python-format
msgid ""
"Sorry, %s does not seem to be a valid sort option. Choosing title sort "
"instead."
msgstr "對不起,%s 不是一正確的排序選項,請選用標題排序。"
#: modules/websearch/lib/search_engine.py:3022
msgid "Use different search terms."
msgstr "用其他關鍵詞。"
#: modules/websearch/lib/search_engine.py:3090
#: modules/websearch/lib/search_engine.py:3255
#: modules/websearch/lib/search_engine.py:3278
#: modules/websearch/lib/search_engine.py:3286
#: modules/websearch/lib/search_engine.py:3294
#: modules/websearch/lib/search_engine.py:3340
msgid "The record has been deleted."
msgstr "記錄已被刪除。"
#: modules/websearch/lib/search_engine.py:3750
#, fuzzy
msgid "Requested record does not seem to exist."
msgstr "對不起,記錄 %s 並不存在。"
#: modules/websearch/lib/search_engine.py:3984
msgid "No match within your time limits, discarding this condition..."
msgstr "沒有在時限內匹配到記錄, 放棄中..."
#: modules/websearch/lib/search_engine.py:4008
msgid "No match within your search limits, discarding this condition..."
msgstr "沒有在找尋限制內匹配到記錄, 放棄中..."
#: modules/websearch/lib/websearchadminlib.py:3202
#, fuzzy
msgid "Information"
msgstr "更多資料"
#: modules/websearch/lib/websearchadminlib.py:3203
#, fuzzy
msgid "References"
msgstr "參考"
#: modules/websearch/lib/websearchadminlib.py:3204
#, fuzzy
msgid "Citations"
msgstr "引用之歷史記錄"
#: modules/websearch/lib/websearchadminlib.py:3205
#, fuzzy
msgid "Discussion"
msgstr "連線階段"
#: modules/websearch/lib/websearchadminlib.py:3206
msgid "Usage statistics"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:607
#: modules/websearch/lib/websearch_templates.py:756
#, python-format
msgid "Search %s records for:"
msgstr "搜尋 %s 筆記錄: "
#: modules/websearch/lib/websearch_templates.py:659
#, fuzzy
msgid "less"
msgstr "規則"
#: modules/websearch/lib/websearch_templates.py:660
#: modules/websearch/lib/websearch_templates.py:1377
#: modules/websearch/lib/websearch_templates.py:3108
#: modules/websearch/lib/websearch_templates.py:3181
#: modules/websearch/lib/websearch_templates.py:3236
msgid "more"
msgstr "更多"
#: modules/websearch/lib/websearch_templates.py:665
#, python-format
msgid "Example: %(x_sample_search_query)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:677
#: modules/websearch/lib/websearch_templates.py:1976
#, python-format
msgid "Search in %(x_collection_name)s"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:681
#: modules/websearch/lib/websearch_templates.py:1980
#, fuzzy
msgid "Search everywhere"
msgstr "輸入查詢。"
#: modules/websearch/lib/websearch_templates.py:715
#: modules/websearch/lib/websearch_templates.py:793
#: modules/websearch/lib/websearch_templates.py:1948
#: modules/websearch/lib/websearch_templates.py:2005
msgid "Advanced Search"
msgstr "高級檢索"
#: modules/websearch/lib/websearch_templates.py:854
#, python-format
msgid "Search %s records for"
msgstr "搜尋 %s 筆記錄"
#: modules/websearch/lib/websearch_templates.py:904
#: modules/websearch/lib/websearch_templates.py:1864
msgid "Simple Search"
msgstr "初級檢索"
#: modules/websearch/lib/websearch_templates.py:938
msgid "Search options:"
msgstr "檢索選項"
#: modules/websearch/lib/websearch_templates.py:985
#: modules/websearch/lib/websearch_templates.py:2102
#, fuzzy
msgid "Added/modified since:"
msgstr "記錄日期 由:"
#: modules/websearch/lib/websearch_templates.py:986
#: modules/websearch/lib/websearch_templates.py:2103
msgid "until:"
msgstr "至:"
#: modules/websearch/lib/websearch_templates.py:992
#: modules/websearch/lib/websearch_templates.py:2144
msgid "Display results:"
msgstr "結果顯示"
#: modules/websearch/lib/websearch_templates.py:993
#: modules/websearch/lib/websearch_templates.py:2145
msgid "Output format:"
msgstr "輸出格式:"
#: modules/websearch/lib/websearch_templates.py:1153
msgid "Added since:"
msgstr "記錄日期 由:"
#: modules/websearch/lib/websearch_templates.py:1154
#, fuzzy
msgid "Modified since:"
msgstr "記錄日期 由:"
#: modules/websearch/lib/websearch_templates.py:1191
msgid "Focus on:"
msgstr "特輯:"
#: modules/websearch/lib/websearch_templates.py:1232
msgid "restricted"
msgstr "限制的"
#: modules/websearch/lib/websearch_templates.py:1252
msgid "Search also:"
msgstr "也搜尋:"
#: modules/websearch/lib/websearch_templates.py:1343
msgid "This collection does not contain any document yet."
msgstr "這專輯還未有記錄."
#: modules/websearch/lib/websearch_templates.py:1392
msgid "Latest additions:"
msgstr "新增:"
#: modules/websearch/lib/websearch_templates.py:1490
#: modules/websearch/lib/websearch_templates.py:2894
#, fuzzy, python-format
msgid "Cited by %i records"
msgstr "已有 %s 記錄引用"
#: modules/websearch/lib/websearch_templates.py:1556
#, python-format
msgid "Words nearest to %(x_word)s inside %(x_field)s in any collection are:"
msgstr "在全部專輯裡,最接近在 %(x_field)s 的字詞 %(x_word)s 是:"
#: modules/websearch/lib/websearch_templates.py:1559
#, python-format
msgid "Words nearest to %(x_word)s in any collection are:"
msgstr "在全部專輯裡,最接近 %(x_word)s 的字詞是:"
#: modules/websearch/lib/websearch_templates.py:1649
msgid "Hits"
msgstr "結果"
#: modules/websearch/lib/websearch_templates.py:1714
#: modules/websearch/lib/websearch_templates.py:2360
msgid "next"
msgstr "下一個"
#: modules/websearch/lib/websearch_templates.py:2051
msgid "collections"
msgstr "專輯"
#: modules/websearch/lib/websearch_templates.py:2073
msgid "Limit to:"
msgstr "只在:"
#: modules/websearch/lib/websearch_templates.py:2114
#: modules/websearch/lib/websearch_webcoll.py:550
msgid "results"
msgstr "結果"
#: modules/websearch/lib/websearch_templates.py:2149
#: modules/websearch/lib/websearch_webcoll.py:520
msgid "asc."
msgstr "順序排列"
#: modules/websearch/lib/websearch_templates.py:2152
#: modules/websearch/lib/websearch_webcoll.py:521
msgid "desc."
msgstr "降序排列"
#: modules/websearch/lib/websearch_templates.py:2158
#: modules/websearch/lib/websearch_webcoll.py:564
msgid "single list"
msgstr "單一列表"
#: modules/websearch/lib/websearch_templates.py:2161
#: modules/websearch/lib/websearch_webcoll.py:563
msgid "split by collection"
msgstr "以專輯分類"
#: modules/websearch/lib/websearch_templates.py:2196
msgid "MARC tag"
msgstr "MARC 標籤"
#: modules/websearch/lib/websearch_templates.py:2311
#: modules/websearch/lib/websearch_templates.py:2316
#: modules/websearch/lib/websearch_templates.py:2602
#, python-format
msgid "%s records found"
msgstr "找到 %s 筆記錄"
#: modules/websearch/lib/websearch_templates.py:2343
msgid "begin"
msgstr "開始"
#: modules/websearch/lib/websearch_templates.py:2348
#: modules/websubmit/lib/websubmit_templates.py:1199
msgid "previous"
msgstr "上頁"
#: modules/websearch/lib/websearch_templates.py:2367
msgid "end"
msgstr "最後"
#: modules/websearch/lib/websearch_templates.py:2387
msgid "jump to record:"
msgstr "跳到記錄:"
#: modules/websearch/lib/websearch_templates.py:2400
#, python-format
msgid "Search took %s seconds."
msgstr "檢索需時 %s 秒."
#: modules/websearch/lib/websearch_templates.py:2502
msgid "ADD TO BASKET"
msgstr "加入您的收藏籃"
#: modules/websearch/lib/websearch_templates.py:2589
#, python-format
msgid ""
"%(x_fmt_open)sResults overview:%(x_fmt_close)s Found %(x_nb_records)s "
"records in %(x_nb_seconds)s seconds."
msgstr ""
"%(x_fmt_open)s查詢結果:%(x_fmt_close)s 找到 %(x_nb_records)s 記錄,需時 in "
"%(x_nb_seconds)s 秒。"
#: modules/websearch/lib/websearch_templates.py:2637
msgid ""
"Boolean query returned no hits. Please combine your search terms differently."
msgstr "匹配不到記錄,請試用其他關鍵詞。"
#: modules/websearch/lib/websearch_templates.py:2669
msgid "See also: similar author names"
msgstr "參見:相似的作者"
#: modules/websearch/lib/websearch_templates.py:2996
#: modules/websearch/lib/websearch_webinterface.py:753
#, python-format
msgid "Collection %s Not Found"
msgstr "找不到 %s 專輯"
#: modules/websearch/lib/websearch_templates.py:3008
#: modules/websearch/lib/websearch_webinterface.py:751
#, python-format
msgid "Sorry, collection %s does not seem to exist."
msgstr "對不起,%s 專輯並不存在。"
#: modules/websearch/lib/websearch_templates.py:3010
#: modules/websearch/lib/websearch_webinterface.py:752
#, python-format
msgid "You may want to start browsing from %s."
msgstr "您可以從 %s 開始瀏覽。"
#: modules/websearch/lib/websearch_templates.py:3040
msgid "Interested in being notified about new results for this query?"
msgstr "您想得到有關這檢索條件的最新結果嗎?"
#: modules/websearch/lib/websearch_templates.py:3041
#, python-format
msgid ""
"Set up a personal %(x_url1_open)semail alert%(x_url1_close)s\n"
" or subscribe to the %(x_url2_open)sRSS feed"
"%(x_url2_close)s."
msgstr ""
"建立您的%(x_url1_open)s電郵警報%(x_url1_close)s\n"
"或訂閱%(x_url2_open)sRSS feed%(x_url2_close)s."
#: modules/websearch/lib/websearch_templates.py:3101
msgid "People who downloaded this document also downloaded:"
msgstr "下載這個文件的人們也下載:"
#: modules/websearch/lib/websearch_templates.py:3117
msgid "People who viewed this page also viewed:"
msgstr "閱讀這個文件的人們也閱讀:"
#: modules/websearch/lib/websearch_templates.py:3170
#, python-format
msgid "Cited by: %s records"
msgstr "已有 %s 記錄引用"
#: modules/websearch/lib/websearch_templates.py:3229
#, python-format
msgid "Co-cited with: %s records"
msgstr "引用: %s 記錄"
#: modules/websearch/lib/websearch_templates.py:3271
#, python-format
msgid ".. of which self-citations: %s records"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3310
#, fuzzy
msgid "Affiliations:"
msgstr "引用之歷史記錄"
#: modules/websearch/lib/websearch_templates.py:3327
msgid "Frequent keywords:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3337
msgid "Frequent co-authors:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3346
#, fuzzy
msgid "Publishes in"
msgstr "提交"
#: modules/websearch/lib/websearch_templates.py:3353
#, fuzzy
msgid "Papers:"
msgstr "頁:"
#: modules/websearch/lib/websearch_templates.py:3354
msgid "downloaded"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3355
#, fuzzy
msgid "times"
msgstr "時間"
#: modules/websearch/lib/websearch_templates.py:3383
#, fuzzy
msgid "Citations:"
msgstr "引用之歷史記錄"
#: modules/websearch/lib/websearch_templates.py:3413
#, fuzzy
msgid "Citation summary results"
msgstr "返回檢索結果頁"
#: modules/websearch/lib/websearch_templates.py:3418
#, fuzzy
msgid "Total number of citable papers analyzed:"
msgstr "報告數目"
#: modules/websearch/lib/websearch_templates.py:3441
#, fuzzy
msgid "Total number of citations:"
msgstr "報告數目"
#: modules/websearch/lib/websearch_templates.py:3446
msgid "Average citations per paper:"
msgstr ""
#: modules/websearch/lib/websearch_templates.py:3451
msgid "Breakdown of papers by citations:"
msgstr ""
#: modules/websearch/lib/websearch_webinterface.py:420
#, fuzzy
msgid "You are not authorized to view this area."
msgstr "您並不是這收藏籃的擁有者。"
#: modules/websearch/lib/websearch_webinterface.py:755
msgid "Not found"
msgstr "找尋不到"
#: modules/websearch/lib/websearch_external_collections.py:129
msgid "in"
msgstr "在"
#: modules/websearch/lib/websearch_external_collections_templates.py:52
msgid ""
"Haven't found what you were looking for? Try your search on other servers:"
msgstr "沒有尋找到什麼? 嘗試在以下的服務器查尋:"
#: modules/websearch/lib/websearch_external_collections_templates.py:80
msgid "External collections results overview:"
msgstr "外部專輯結果:"
#: modules/websearch/lib/websearch_external_collections_templates.py:120
msgid "Search timed out."
msgstr "時限已過。"
#: modules/websearch/lib/websearch_external_collections_templates.py:121
msgid ""
"The external search engine has not responded in time. You can check its "
"results here:"
msgstr "外部搜尋器沒有在時限前回應,您可檢索部分結果:"
#: modules/websearch/lib/websearch_external_collections_templates.py:146
#: modules/websearch/lib/websearch_external_collections_templates.py:154
#: modules/websearch/lib/websearch_external_collections_templates.py:167
msgid "No results found."
msgstr "找尋不到記錄"
#: modules/websearch/lib/websearch_external_collections_templates.py:150
#, python-format
msgid "%s results found"
msgstr "找到 %s 記錄"
#: modules/websearch/lib/websearch_external_collections_templates.py:152
#, python-format
msgid "%s seconds"
msgstr "%s 秒"
#: modules/websearch/lib/websearch_webcoll.py:585
msgid "brief"
msgstr "摘要"
#: modules/websession/lib/webaccount.py:115
#, python-format
msgid ""
"You are logged in as guest. You may want to %(x_url_open)slogin"
"%(x_url_close)s as a regular user."
msgstr "您的身份是遊客。您需要先%(x_url_open)s登入%(x_url_close)s。"
#: modules/websession/lib/webaccount.py:119
#, python-format
msgid ""
"The %(x_fmt_open)sguest%(x_fmt_close)s users need to %(x_url_open)sregister"
"%(x_url_close)s first"
msgstr ""
"%(x_fmt_open)s遊客%(x_fmt_close)s 需要先%(x_url_open)s註冊%(x_url_close)s。"
#: modules/websession/lib/webaccount.py:124
msgid "No queries found"
msgstr "沒有找到查詢"
#: modules/websession/lib/webaccount.py:260
msgid ""
"This collection is restricted. If you think you have right to access it, "
"please authenticate yourself."
msgstr ""
#: modules/websession/lib/websession_templates.py:97
msgid "External account settings"
msgstr "外部帳號設定"
#: modules/websession/lib/websession_templates.py:99
#, python-format
msgid ""
"You can consult the list of your external groups directly in the "
"%(x_url_open)sgroups page%(x_url_close)s."
msgstr "您可直接在%(x_url_open)s這裡%(x_url_close)s咨詢您的外部組別名單。"
#: modules/websession/lib/websession_templates.py:103
msgid "External user groups"
msgstr "外部用戶組別"
#: modules/websession/lib/websession_templates.py:160
msgid ""
"If you want to change your email or set for the first time your nickname, "
"please set new values in the form below."
msgstr "請用以下表格來改變您的電郵或諢號。"
#: modules/websession/lib/websession_templates.py:161
msgid "Edit login credentials"
msgstr "編輯登入資料"
#: modules/websession/lib/websession_templates.py:165
#: modules/websession/lib/websession_templates.py:168
#: modules/websession/lib/websession_templates.py:973
msgid "Example"
msgstr "例子"
#: modules/websession/lib/websession_templates.py:166
msgid "New email address"
msgstr "新電郵"
#: modules/websession/lib/websession_templates.py:167
#: modules/websession/lib/websession_templates.py:216
#: modules/websession/lib/websession_templates.py:971
msgid "mandatory"
msgstr "必須的"
#: modules/websession/lib/websession_templates.py:169
#: modules/websession/lib/websession_templates.py:220
#: modules/websession/lib/websession_templates.py:852
#: modules/websession/lib/websession_templates.py:974
msgid "Note"
msgstr "注意"
#: modules/websession/lib/websession_templates.py:170
msgid "Set new values"
msgstr "重設"
#: modules/websession/lib/websession_templates.py:174
msgid ""
"Since this is considered as a signature for comments and reviews, once set "
"it can not be changed."
msgstr ""
#: modules/websession/lib/websession_templates.py:215
msgid ""
"If you want to change your password, please enter the old one and set the "
"new value in the form below."
msgstr "請用以下表格來改變您的電郵。"
#: modules/websession/lib/websession_templates.py:217
msgid "Old password"
msgstr "舊密碼"
#: modules/websession/lib/websession_templates.py:218
msgid "New password"
msgstr "新密碼"
#: modules/websession/lib/websession_templates.py:219
#: modules/websession/lib/websession_templates.py:972
msgid "optional"
msgstr "可選擇的"
#: modules/websession/lib/websession_templates.py:221
#: modules/websession/lib/websession_templates.py:975
msgid "The password phrase may contain punctuation, spaces, etc."
msgstr "您的密碼可包含標點、空格等。"
#: modules/websession/lib/websession_templates.py:222
msgid "You must fill the old password in order to set a new one."
msgstr "您需要輸入舊密碼。"
#: modules/websession/lib/websession_templates.py:223
msgid "Retype password"
msgstr "重打密碼"
#: modules/websession/lib/websession_templates.py:224
msgid "Set new password"
msgstr "建立密碼"
#: modules/websession/lib/websession_templates.py:229
#, fuzzy, python-format
msgid ""
"If you are using a lightweight CERN account you can\n"
" %(x_url_open)sreset the password%(x_url_close)s."
msgstr "您可以%(x_url_open)s登入或%(x_url_close)s註冊。"
#: modules/websession/lib/websession_templates.py:235
#, fuzzy, python-format
msgid ""
"You can change or reset your CERN account password by means of the "
"%(x_url_open)sCERN account system%(x_url_close)s."
msgstr "您可以使用您的%(x_url_open)s帳號%(x_url_close)s。"
#: modules/websession/lib/websession_templates.py:249
#, fuzzy
msgid "Edit language-related settings"
msgstr "編輯有關搜索的設定"
#: modules/websession/lib/websession_templates.py:260
msgid "Select desired language of the web interface."
msgstr ""
#: modules/websession/lib/websession_templates.py:261
#: modules/websession/lib/websession_templates.py:294
msgid "Update settings"
msgstr "更新設定"
#: modules/websession/lib/websession_templates.py:278
msgid "Edit search-related settings"
msgstr "編輯有關搜索的設定"
#: modules/websession/lib/websession_templates.py:279
msgid "Show the latest additions box"
msgstr "顯示最新的新增方塊"
#: modules/websession/lib/websession_templates.py:281
msgid "Show collection help boxes"
msgstr "顯示專輯的幫助方塊"
#: modules/websession/lib/websession_templates.py:295
msgid "Number of search results per page"
msgstr "每頁的最高顯示的數量"
#: modules/websession/lib/websession_templates.py:325
msgid "Edit login method"
msgstr "編輯登錄方法"
#: modules/websession/lib/websession_templates.py:326
msgid ""
"Please select which login method you would like to use to authenticate "
"yourself"
msgstr "請選擇所需之登錄方法"
#: modules/websession/lib/websession_templates.py:327
#: modules/websession/lib/websession_templates.py:341
msgid "Select method"
msgstr "選擇方法"
#: modules/websession/lib/websession_templates.py:359
#, fuzzy, python-format
msgid ""
"If you have lost the password for your %(sitename)s %(x_fmt_open)sinternal "
"account%(x_fmt_close)s, then please enter your email address in the "
"following form in order to have a password reset link emailed to you."
msgstr "如果您丟失了密碼,請輸入您的電郵,我們會電郵密碼給您。"
#: modules/websession/lib/websession_templates.py:381
#: modules/websession/lib/websession_templates.py:968
msgid "Email address"
msgstr "電郵"
#: modules/websession/lib/websession_templates.py:382
#, fuzzy
msgid "Send password reset link"
msgstr "發送密碼"
#: modules/websession/lib/websession_templates.py:386
#, python-format
msgid ""
"If you have been using the %(x_fmt_open)sCERN login system%(x_fmt_close)s, "
"then you can recover your password through the %(x_url_open)sCERN "
"authentication system%(x_url_close)s."
msgstr ""
#: modules/websession/lib/websession_templates.py:389
#, fuzzy
msgid ""
"Note that if you have been using an external login system, then we cannot do "
"anything and you have to ask there."
msgstr "如果您是用外部的登錄系統,那麼我們將不能幫助您。"
#: modules/websession/lib/websession_templates.py:390
#, python-format
msgid ""
"Alternatively, you can ask %s to change your login system from external to "
"internal."
msgstr "另外,您可以向 %s 重設登錄系統。"
#: modules/websession/lib/websession_templates.py:417
#, python-format
msgid ""
"%s offers you the 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 "%s 提供以下服務:個人化介面、個人收藏籃、設定電郵警報。"
#: modules/websession/lib/websession_templates.py:427
#: modules/websession/lib/websession_webinterface.py:267
msgid "Your Settings"
msgstr "您的設定"
#: modules/websession/lib/websession_templates.py:428
msgid ""
"Set or change your account email address or password. Specify your "
"preferences about the look and feel of the interface."
msgstr "設定或更改您的電郵、密碼和介面。"
#: modules/websession/lib/websession_templates.py:439
msgid "View all the searches you performed during the last 30 days."
msgstr "查閱您過去三十天沒內曾進行過搜索。"
#: modules/websession/lib/websession_templates.py:441
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:450
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:459
msgid "Your Loans"
msgstr "外借"
#: modules/websession/lib/websession_templates.py:460
msgid ""
"Check out book you have on loan, submit borrowing requests, etc. Requires "
"CERN ID."
msgstr "借出書本、提交借出要求等。須要 CERN ID。"
#: modules/websession/lib/websession_templates.py:485
msgid ""
"You are logged in as a guest user, so your alerts will disappear at the end "
"of the current session."
msgstr "您是用遊客登錄, 因此您的警報將不會保存在這系統中。"
#: modules/websession/lib/websession_templates.py:508
#, python-format
msgid ""
"You are logged in as %(x_user)s. You may want to a) %(x_url1_open)slogout"
"%(x_url1_close)s; b) edit your %(x_url2_open)saccount settings"
"%(x_url2_close)s."
msgstr ""
"您是用%(x_user)s身份登錄,你可以 a)%(x_url1_open)s登出%(x_url1_close)s; b) "
"修改您的%(x_url2_open)s戶囗設定%(x_url2_close)s。"
#: modules/websession/lib/websession_templates.py:573
msgid "Your Alert Searches"
msgstr "搜查警報"
#: modules/websession/lib/websession_templates.py:575
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour groups%(x_url_close)s you are "
"administering or are a member of."
msgstr "您可直接在%(x_url_open)s這裡%(x_url_close)s咨詢您的組別名單。"
#: modules/websession/lib/websession_templates.py:578
#: modules/websession/lib/websession_templates.py:2073
#: modules/websession/lib/websession_webinterface.py:856
msgid "Your Groups"
msgstr "組別"
#: modules/websession/lib/websession_templates.py:579
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour submissions%(x_url_close)s "
"and inquire about their status."
msgstr "您可直接在%(x_url_open)s這裡%(x_url_close)s咨詢您的提交名單。"
#: modules/websession/lib/websession_templates.py:582
#: modules/websubmit/web/yoursubmissions.py:172
msgid "Your Submissions"
msgstr "提交"
#: modules/websession/lib/websession_templates.py:583
#, python-format
msgid ""
"You can consult the list of %(x_url_open)syour approvals%(x_url_close)s with "
"the documents you approved or refereed."
msgstr "您可直接在%(x_url_open)s這裡%(x_url_close)s咨詢您的批核名單。"
#: modules/websession/lib/websession_templates.py:586
#: modules/websubmit/web/yourapprovals.py:94
msgid "Your Approvals"
msgstr "批核"
#: modules/websession/lib/websession_templates.py:587
#: modules/websession/lib/websession_webinterface.py:574
msgid "Your Administrative Activities"
msgstr "管理行動"
#: modules/websession/lib/websession_templates.py:614
msgid "Try again"
msgstr "請重試"
#: modules/websession/lib/websession_templates.py:636
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"for a password reset at %(x_sitename)s\n"
"for the account \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:644
msgid "If you want to reset the password for this account, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:650
#: modules/websession/lib/websession_templates.py:687
msgid "in order to confirm the validity of this request."
msgstr ""
#: modules/websession/lib/websession_templates.py:651
#: modules/websession/lib/websession_templates.py:688
#, python-format
msgid ""
"Please note that this URL will remain valid for about %(days)s days only."
msgstr ""
#: modules/websession/lib/websession_templates.py:673
#, python-format
msgid ""
"Somebody (possibly you) coming from %(x_ip_address)s has asked\n"
"to register a new account at %(x_sitename)s\n"
"for the email address \"%(x_email)s\"."
msgstr ""
#: modules/websession/lib/websession_templates.py:681
msgid "If you want to complete this account registration, please go to:"
msgstr ""
#: modules/websession/lib/websession_templates.py:707
#, fuzzy, python-format
msgid "Okay, a password reset link has been emailed to %s."
msgstr "密碼已經電郵至 %s."
#: modules/websession/lib/websession_templates.py:722
msgid "Deleting your account"
msgstr "刪除帳戶"
#: modules/websession/lib/websession_templates.py:736
#, fuzzy
msgid "You are no longer recognized by our system."
msgstr "您已被刪除。"
#: modules/websession/lib/websession_templates.py:738
#, python-format
msgid ""
"You are still recognized by the centralized\n"
" %(x_fmt_open)sSSO%(x_fmt_close)s system. You can\n"
" %(x_url_open)slogout from SSO%(x_url_close)s, too."
msgstr ""
#: modules/websession/lib/websession_templates.py:745
#, python-format
msgid "If you wish you can %(x_url_open)slogin here%(x_url_close)s."
msgstr "您可以%(x_url_open)s登入%(x_url_close)s。"
#: modules/websession/lib/websession_templates.py:776
msgid "If you already have an account, please login using the form below."
msgstr "如果您已經登記帳號, 請登入."
#: modules/websession/lib/websession_templates.py:780
#, fuzzy, python-format
msgid ""
"If you don't own a CERN account yet, you can register a %(x_url_open)snew "
"CERN lightweight account%(x_url_close)s."
msgstr "如果您沒有帳號, 請先%(x_url_open)s註冊%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:783
#, python-format
msgid ""
"If you don't own an account yet, please %(x_url_open)sregister"
"%(x_url_close)s an internal account."
msgstr "如果您沒有帳號, 請先%(x_url_open)s註冊%(x_url_close)s."
#: modules/websession/lib/websession_templates.py:787
#, python-format
msgid ""
"It is not possible to create an account yourself. Contact %s if you want an "
"account."
msgstr "請聯絡 %s 關於創建帳號事情。"
#: modules/websession/lib/websession_templates.py:810
msgid "Login method:"
msgstr "登入方法:"
#: modules/websession/lib/websession_templates.py:837
msgid "Username"
msgstr "帳號"
#: modules/websession/lib/websession_templates.py:838
#: modules/websession/lib/websession_templates.py:970
msgid "Password"
msgstr "密碼"
#: modules/websession/lib/websession_templates.py:839
msgid "Remember login on this computer."
msgstr ""
#: modules/websession/lib/websession_templates.py:840
#: modules/websession/lib/websession_templates.py:1082
#: modules/websession/lib/websession_webinterface.py:105
#: modules/websession/lib/websession_webinterface.py:199
#: modules/websession/lib/websession_webinterface.py:715
msgid "login"
msgstr "登入"
#: modules/websession/lib/websession_templates.py:845
#: modules/websession/lib/websession_webinterface.py:478
msgid "Lost your password?"
msgstr "忘記您的密碼?"
#: modules/websession/lib/websession_templates.py:853
msgid "You can use your nickname or your email address to login."
msgstr "您可以使用您的諢號或電郵登入."
#: modules/websession/lib/websession_templates.py:877
msgid ""
"Your request is valid. Please set the new desired password in the following "
"form."
msgstr ""
#: modules/websession/lib/websession_templates.py:900
#, fuzzy
msgid "Set a new password for"
msgstr "建立密碼"
#: modules/websession/lib/websession_templates.py:901
#, fuzzy
msgid "Type the new password"
msgstr "建立密碼"
#: modules/websession/lib/websession_templates.py:902
#, fuzzy
msgid "Type again the new password"
msgstr "建立密碼"
#: modules/websession/lib/websession_templates.py:903
#, fuzzy
msgid "Set the new password"
msgstr "建立密碼"
#: modules/websession/lib/websession_templates.py:925
msgid "Please enter your email address and desired nickname and password:"
msgstr "請輸入您的電郵、諢號、密碼:"
#: modules/websession/lib/websession_templates.py:927
msgid ""
"It will not be possible to use the account before it has been verified and "
"activated."
msgstr "您的帳戶要被核實後才可使用."
#: modules/websession/lib/websession_templates.py:976
msgid "Retype Password"
msgstr "重打密碼"
#: modules/websession/lib/websession_templates.py:977
#: modules/websession/lib/websession_webinterface.py:817
msgid "register"
msgstr "註冊"
#: modules/websession/lib/websession_templates.py:978
#, 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 ""
"請不要使用您自己沿用的密碼。您的電郵不會被透露到第三方,它只會使用以辨認您"
"的%s服務。"
#: modules/websession/lib/websession_templates.py:1005
#, python-format
msgid ""
"You seem to be a guest user. You have to %(x_url_open)slogin%(x_url_close)s "
"first."
msgstr "您的身份是遊客。您需要先%(x_url_open)s登入%(x_url_close)s。"
#: modules/websession/lib/websession_templates.py:1011
msgid "You are not authorized to access administrative functions."
msgstr "您不能使用管理功能。"
#: modules/websession/lib/websession_templates.py:1014
#, fuzzy, python-format
msgid "You are enabled to the following roles: %(x_role)s."
msgstr "您是以下組別的成員:"
#: modules/websession/lib/websession_templates.py:1017
msgid "Here are some interesting web admin links for you:"
msgstr "以下是一些有用的連結:"
#: modules/websession/lib/websession_templates.py:1042
#, python-format
msgid ""
"For more admin-level activities, see the complete %(x_url_open)sAdmin Area"
"%(x_url_close)s."
msgstr "請到%(x_url_open)s管理區%(x_url_close)s以便使用更多管理功能。"
#: modules/websession/lib/websession_templates.py:1078
msgid "guest"
msgstr "遊客"
#: modules/websession/lib/websession_templates.py:1079
msgid "session"
msgstr "連線階段"
#: modules/websession/lib/websession_templates.py:1080
#: modules/websession/lib/websession_templates.py:1098
msgid "alerts"
msgstr "警報"
#: modules/websession/lib/websession_templates.py:1081
#: modules/websession/lib/websession_templates.py:1100
msgid "baskets"
msgstr "收藏"
#: modules/websession/lib/websession_templates.py:1097
msgid "account"
msgstr "帳號"
#: modules/websession/lib/websession_templates.py:1099
msgid "messages"
msgstr "訊息"
#: modules/websession/lib/websession_templates.py:1101
msgid "groups"
msgstr "組別"
#: modules/websession/lib/websession_templates.py:1102
msgid "statistics"
msgstr ""
#: modules/websession/lib/websession_templates.py:1108
msgid "submissions"
msgstr "提交"
#: modules/websession/lib/websession_templates.py:1114
msgid "approvals"
msgstr "批核"
#: modules/websession/lib/websession_templates.py:1120
msgid "administration"
msgstr "管理"
#: modules/websession/lib/websession_templates.py:1125
msgid "logout"
msgstr "登出"
#: modules/websession/lib/websession_templates.py:1250
msgid "You are an administrator of the following groups:"
msgstr "您是以下組別的管理人:"
#: modules/websession/lib/websession_templates.py:1270
#: modules/websession/lib/websession_templates.py:1344
#: modules/websession/lib/websession_templates.py:1407
#: modules/websubmit/lib/websubmit_templates.py:2915
#: modules/websubmit/lib/websubmit_templates.py:2921
msgid "Group"
msgstr "組別"
#: modules/websession/lib/websession_templates.py:1277
msgid "You are not an administrator of any groups."
msgstr "您不是以下組別的管理人:"
#: modules/websession/lib/websession_templates.py:1284
msgid "Edit group"
msgstr "編輯組別"
#: modules/websession/lib/websession_templates.py:1291
#, python-format
msgid "Edit %s members"
msgstr "編輯 %s 成員"
#: modules/websession/lib/websession_templates.py:1314
#: modules/websession/lib/websession_templates.py:1454
#: modules/websession/lib/websession_templates.py:1456
#: modules/websession/lib/websession_webinterface.py:911
msgid "Create new group"
msgstr "新增組別"
#: modules/websession/lib/websession_templates.py:1328
msgid "You are a member of the following groups:"
msgstr "您是以下組別的成員:"
#: modules/websession/lib/websession_templates.py:1351
msgid "You are not a member of any groups."
msgstr "您不是以下組別的成員:"
#: modules/websession/lib/websession_templates.py:1375
msgid "Join new group"
msgstr "加入組別"
#: modules/websession/lib/websession_templates.py:1376
#: modules/websession/lib/websession_templates.py:1911
#: modules/websession/lib/websession_templates.py:1922
msgid "Leave group"
msgstr "脫離組別"
#: modules/websession/lib/websession_templates.py:1391
msgid "You are a member of the following external groups:"
msgstr "您是以下外部組別的成員:"
#: modules/websession/lib/websession_templates.py:1414
msgid "You are not a member of any external groups."
msgstr "您不是以下外部組別的成員:"
#: modules/websession/lib/websession_templates.py:1462
msgid "Update group"
msgstr "更新組別"
#: modules/websession/lib/websession_templates.py:1464
#, python-format
msgid "Edit group %s"
msgstr "編輯組別 %s"
#: modules/websession/lib/websession_templates.py:1466
msgid "Delete group"
msgstr "刪除組別名稱"
#: modules/websession/lib/websession_templates.py:1539
msgid "Group name:"
msgstr "組別:"
#: modules/websession/lib/websession_templates.py:1541
msgid "Group description:"
msgstr "組別描述"
#: modules/websession/lib/websession_templates.py:1542
msgid "Group join policy:"
msgstr "加入組別條件:"
#: modules/websession/lib/websession_templates.py:1583
#: modules/websession/lib/websession_templates.py:1656
#: modules/websession/lib/websession_templates.py:1797
#: modules/websession/lib/websession_templates.py:1806
#: modules/websession/lib/websession_templates.py:1909
#: modules/websession/lib/websession_templates.py:2019
msgid "Please select:"
msgstr "請選擇:"
#: modules/websession/lib/websession_templates.py:1649
msgid "Join group"
msgstr "加入組別"
#: modules/websession/lib/websession_templates.py:1651
msgid "or find it"
msgstr "找尋"
#: modules/websession/lib/websession_templates.py:1652
msgid "Choose group:"
msgstr "選擇組別"
#: modules/websession/lib/websession_templates.py:1654
msgid "Find group"
msgstr "找尋組別"
#: modules/websession/lib/websession_templates.py:1802
msgid "Remove member"
msgstr "移除成員"
#: modules/websession/lib/websession_templates.py:1804
msgid "No members."
msgstr "沒有成員"
#: modules/websession/lib/websession_templates.py:1814
msgid "Accept member"
msgstr "接受成員"
#: modules/websession/lib/websession_templates.py:1814
msgid "Reject member"
msgstr "拒絕成員"
#: modules/websession/lib/websession_templates.py:1816
msgid "No members awaiting approval."
msgstr "沒有等待審批的成員"
#: modules/websession/lib/websession_templates.py:1818
#: modules/websession/lib/websession_templates.py:1835
msgid "Current members"
msgstr "現在成員"
#: modules/websession/lib/websession_templates.py:1819
#: modules/websession/lib/websession_templates.py:1836
msgid "Members awaiting approval"
msgstr "等待審批的成員"
#: modules/websession/lib/websession_templates.py:1820
#: modules/websession/lib/websession_templates.py:1837
msgid "Invite new members"
msgstr "邀請成員"
#: modules/websession/lib/websession_templates.py:1823
#, python-format
msgid ""
"If you want to invite new members to join your group, please use the "
"%(x_url_open)sweb message%(x_url_close)s system."
msgstr "請使用%(x_url_open)s訊息%(x_url_close)s來邀請成員加入組別。"
#: modules/websession/lib/websession_templates.py:1827
#, python-format
msgid "Group: %s"
msgstr "組別: %s"
#: modules/websession/lib/websession_templates.py:1910
msgid "Group list"
msgstr "組別名單"
#: modules/websession/lib/websession_templates.py:1913
msgid "You are not member of any group."
msgstr "您沒有加入任何組別。"
#: modules/websession/lib/websession_templates.py:1960
msgid "Are you sure you want to delete this group?"
msgstr "您是否決定刪除這組別?"
#: modules/websession/lib/websession_templates.py:1999
msgid "Are you sure you want to leave this group?"
msgstr "您是否決定離開這組別?"
#: modules/websession/lib/websession_templates.py:2015
msgid "Visible and open for new members"
msgstr "開放給新用戶"
#: modules/websession/lib/websession_templates.py:2017
msgid "Visible but new members need approval"
msgstr "審批後開放給新用戶"
#: modules/websession/lib/websession_templates.py:2102
#, python-format
msgid "Group %s: New membership request"
msgstr "組別 %s:新用戶要求加入"
#: modules/websession/lib/websession_templates.py:2106
#, python-format
msgid "A user wants to join the group %s."
msgstr "用戶要求加入組別 %s。"
#: modules/websession/lib/websession_templates.py:2107
#, python-format
msgid ""
"Please %(x_url_open)saccept or reject%(x_url_close)s this user's request."
msgstr "請%(x_url_open)s接納或拒絕%(x_url_close)s用戶要求。"
#: modules/websession/lib/websession_templates.py:2124
#, python-format
msgid "Group %s: Join request has been accepted"
msgstr "組別 %s:用戶加入要求已被接納"
#: modules/websession/lib/websession_templates.py:2125
#, python-format
msgid "Your request for joining group %s has been accepted."
msgstr "您加入組別 %s的要求已被接納。"
#: modules/websession/lib/websession_templates.py:2127
#, python-format
msgid "Group %s: Join request has been rejected"
msgstr "組別 %s:用戶加入要求已被拒絕"
#: modules/websession/lib/websession_templates.py:2128
#, python-format
msgid "Your request for joining group %s has been rejected."
msgstr "您加入組別 %s的要求已被拒絕。"
#: modules/websession/lib/websession_templates.py:2131
#: modules/websession/lib/websession_templates.py:2149
#, python-format
msgid "You can consult the list of %(x_url_open)syour groups%(x_url_close)s."
msgstr "您可直接在%(x_url_open)s這裡%(x_url_close)s咨詢您的組別名單。"
#: modules/websession/lib/websession_templates.py:2145
#, python-format
msgid "Group %s has been deleted"
msgstr "組別 %s 已被刪除"
#: modules/websession/lib/websession_templates.py:2147
#, python-format
msgid "Group %s has been deleted by its administrator."
msgstr "組別 %s 已被管理員刪除。"
#: modules/websession/lib/websession_templates.py:2164
#, python-format
msgid ""
"You can consult the list of %(x_url_open)s%(x_nb_total)i groups"
"%(x_url_close)s you are subscribed to (%(x_nb_member)i) or administering "
"(%(x_nb_admin)i)."
msgstr ""
"您可直接在%(x_url_open)s這裡%(x_url_close)s咨詢您的%(x_nb_total)i組別給"
"(%(x_nb_member)i) or 管理 (%(x_nb_admin)i)名單。"
#: modules/websession/lib/webuser.py:153
msgid "Database problem"
msgstr "數據庫錯誤"
#: modules/websession/lib/webuser.py:299
msgid "user"
msgstr "用戶"
#: modules/websession/lib/webuser.py:481
#, python-format
msgid "Account registration at %s"
msgstr ""
#: modules/websession/lib/webuser.py:713
#, fuzzy
msgid "New account on"
msgstr "顯示帳戶"
#: modules/websession/lib/webuser.py:715
msgid "PLEASE ACTIVATE"
msgstr ""
#: modules/websession/lib/webuser.py:716
#, fuzzy
msgid "A new account has been created on"
msgstr "帳號已建立。"
#: modules/websession/lib/webuser.py:718
msgid " and is awaiting activation"
msgstr ""
#: modules/websession/lib/webuser.py:720
#, fuzzy
msgid " Username/Email"
msgstr "帳號"
#: modules/websession/lib/webuser.py:721
msgid "You can approve or reject this account request at"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:87
msgid "Mail Cookie Service"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "Role authorization request"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:97
msgid "This request for an authorization has already been authorized."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:100
#, python-format
msgid ""
"You have successfully obtained an authorization as %(x_role)s! This "
"authorization will last until %(x_expiration)s and until you close your "
"browser if you are a guest user."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:117
msgid "You have confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:120
#: modules/websession/lib/websession_webinterface.py:130
msgid "Please, wait for the administrator to enable your account."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:124
#: modules/websession/lib/websession_webinterface.py:133
#, fuzzy, python-format
msgid "You can now go to %(x_url_open)syour account page%(x_url_close)s."
msgstr "您可以使用您的%(x_url_open)s帳號%(x_url_close)s。"
#: modules/websession/lib/websession_webinterface.py:125
#: modules/websession/lib/websession_webinterface.py:134
#, fuzzy
msgid "Email address successfully activated"
msgstr "驗證有效"
#: modules/websession/lib/websession_webinterface.py:128
msgid "You have already confirmed the validity of your email address!"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:137
msgid ""
"This request for confirmation of an email address is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:142
msgid "This request for an authorization is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:155
#, fuzzy
msgid "Reset password"
msgstr "重打密碼"
#: modules/websession/lib/websession_webinterface.py:161
msgid "This request for resetting a password has already been used."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:164
msgid "This request for resetting a password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:169
msgid "This request for resetting the password is not valid or is expired."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:182
msgid "The two provided passwords aren't equal."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:197
msgid "The password was successfully set! You can now proceed with the login."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:271
#, fuzzy, python-format
msgid "%s Personalize, Your Settings"
msgstr "您的設定"
#: modules/websession/lib/websession_webinterface.py:311
#: modules/websession/lib/websession_webinterface.py:379
#: modules/websession/lib/websession_webinterface.py:434
#: modules/websession/lib/websession_webinterface.py:445
msgid "Settings edited"
msgstr "設定已被修改"
#: modules/websession/lib/websession_webinterface.py:313
#: modules/websession/lib/websession_webinterface.py:378
#: modules/websession/lib/websession_webinterface.py:414
#: modules/websession/lib/websession_webinterface.py:436
#: modules/websession/lib/websession_webinterface.py:447
msgid "Show account"
msgstr "顯示帳戶"
#: modules/websession/lib/websession_webinterface.py:323
#, fuzzy
msgid "Switched to internal login method."
msgstr "<p>轉用內部登錄方法。"
#: modules/websession/lib/websession_webinterface.py:324
#, fuzzy
msgid ""
"Please note that if this is the first time that you are using this account "
"with the internal login method then the system has set for you a randomly "
"generated password. Please clic the following button to obtain a password "
"reset request link sent to you via email:"
msgstr "注意:如您是首次使用內部登錄方法登入,您可以點擊以下按鈕已取得密碼:"
#: modules/websession/lib/websession_webinterface.py:332
msgid "Send Password"
msgstr "發送密碼"
#: modules/websession/lib/websession_webinterface.py:342
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown."
msgstr "因為找不到您的電郵,所以不能轉用外部登錄方法 %s。"
#: modules/websession/lib/websession_webinterface.py:346
#, python-format
msgid ""
"Unable to switch to external login method %s, because your email address is "
"unknown to the external login system."
msgstr "因為外部登錄系統找不到您的電郵,所以不能轉用外部登錄方法 %s。"
#: modules/websession/lib/websession_webinterface.py:350
msgid "Login method successfully selected."
msgstr "登錄方法已成功選擇。"
#: modules/websession/lib/websession_webinterface.py:352
#, python-format
msgid ""
"The external login method %s does not support email address based logins. "
"Please contact the site administrators."
msgstr "外部登錄方法 %s 並不支援用電郵登入;請聯絡管理員。"
#: modules/websession/lib/websession_webinterface.py:376
msgid "Settings successfully edited."
msgstr "設定已被修改。"
#: modules/websession/lib/websession_webinterface.py:381
#: modules/websession/lib/websession_webinterface.py:787
#, python-format
msgid "Desired nickname %s is invalid."
msgstr "諢號 %s 無效。"
#: modules/websession/lib/websession_webinterface.py:382
#: modules/websession/lib/websession_webinterface.py:388
#: modules/websession/lib/websession_webinterface.py:401
#: modules/websession/lib/websession_webinterface.py:418
#: modules/websession/lib/websession_webinterface.py:424
#: modules/websession/lib/websession_webinterface.py:778
#: modules/websession/lib/websession_webinterface.py:783
#: modules/websession/lib/websession_webinterface.py:788
#: modules/websession/lib/websession_webinterface.py:799
msgid "Please try again."
msgstr "請重試。"
#: modules/websession/lib/websession_webinterface.py:384
#: modules/websession/lib/websession_webinterface.py:390
#: modules/websession/lib/websession_webinterface.py:397
#: modules/websession/lib/websession_webinterface.py:403
#: modules/websession/lib/websession_webinterface.py:420
#: modules/websession/lib/websession_webinterface.py:426
#: modules/websession/lib/websession_webinterface.py:452
msgid "Edit settings"
msgstr "修改設定"
#: modules/websession/lib/websession_webinterface.py:385
#: modules/websession/lib/websession_webinterface.py:391
#: modules/websession/lib/websession_webinterface.py:398
#: modules/websession/lib/websession_webinterface.py:404
#: modules/websession/lib/websession_webinterface.py:453
msgid "Editing settings failed"
msgstr "修改設定失敗"
#: modules/websession/lib/websession_webinterface.py:387
#: modules/websession/lib/websession_webinterface.py:782
#, python-format
msgid "Supplied email address %s is invalid."
msgstr "電郵 %s 無效。"
#: modules/websession/lib/websession_webinterface.py:393
#: modules/websession/lib/websession_webinterface.py:792
#, python-format
msgid "Supplied email address %s already exists in the database."
msgstr "電郵 %s 已被使用。"
#: modules/websession/lib/websession_webinterface.py:395
#: modules/websession/lib/websession_webinterface.py:794
msgid "Or please try again."
msgstr "請重試。"
#: modules/websession/lib/websession_webinterface.py:400
#, python-format
msgid "Desired nickname %s is already in use."
msgstr "諢號 %s 正被使用中。"
#: modules/websession/lib/websession_webinterface.py:412
msgid "Password successfully edited."
msgstr "密碼已被成功修改。"
#: modules/websession/lib/websession_webinterface.py:415
msgid "Password edited"
msgstr "密碼已被修改。"
#: modules/websession/lib/websession_webinterface.py:417
#: modules/websession/lib/websession_webinterface.py:777
msgid "Both passwords must match."
msgstr "輸入的密碼需要一致。"
#: modules/websession/lib/websession_webinterface.py:421
#: modules/websession/lib/websession_webinterface.py:427
msgid "Editing password failed"
msgstr "修改密碼失敗。"
#: modules/websession/lib/websession_webinterface.py:423
msgid "Wrong old password inserted."
msgstr "舊密碼錯誤。"
#: modules/websession/lib/websession_webinterface.py:437
#: modules/websession/lib/websession_webinterface.py:448
msgid "User settings saved correctly."
msgstr "用戶設定已儲存。"
#: modules/websession/lib/websession_webinterface.py:450
msgid "Unable to update settings."
msgstr "不能更新用戶設定。"
#: modules/websession/lib/websession_webinterface.py:507
#, fuzzy
msgid ""
"Cannot send password reset request since you are using external "
"authentication system."
msgstr "因為您使用外部登錄系統,所以不能用電郵發送密碼給您。"
#: modules/websession/lib/websession_webinterface.py:523
msgid "The entered email address does not exist in the database."
msgstr "輸入的電郵並不存在。"
#: modules/websession/lib/websession_webinterface.py:537
msgid "Password reset request for"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:541
msgid ""
"The entered email address is incorrect, please check that it is written "
"correctly (e.g. johndoe@example.com)."
msgstr "請核對您輸入的電郵是否有錯(e.g. johndoe@example.com)。"
#: modules/websession/lib/websession_webinterface.py:542
msgid "Incorrect email address"
msgstr "電郵不正確"
#: modules/websession/lib/websession_webinterface.py:552
#, fuzzy
msgid "Reset password link sent"
msgstr "已送出密碼"
#: modules/websession/lib/websession_webinterface.py:597
msgid "Delete Account"
msgstr "刪除帳號"
#: modules/websession/lib/websession_webinterface.py:623
msgid "Logout"
msgstr "登出"
#: modules/websession/lib/websession_webinterface.py:745
msgid "Register"
msgstr "註冊"
#: modules/websession/lib/websession_webinterface.py:748
#: modules/websession/lib/websession_webinterface.py:819
#, python-format
msgid "%s Personalize, Main page"
msgstr ""
#: modules/websession/lib/websession_webinterface.py:764
msgid "Your account has been successfully created."
msgstr "帳號已建立。"
#: modules/websession/lib/websession_webinterface.py:765
msgid "Account created"
msgstr "帳號已建立"
#: modules/websession/lib/websession_webinterface.py:767
msgid ""
"In order to confirm its validity, an email message containing an account "
"activation key has been sent to the given email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:768
msgid ""
"Please follow instructions presented there in order to complete the account "
"registration process."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:770
msgid ""
"A second email will be sent when the account has been activated and can be "
"used."
msgstr "當您的帳號已經開通,我們會再發送電郵給您。"
#: modules/websession/lib/websession_webinterface.py:773
#, python-format
msgid "You can now access your %(x_url_open)saccount%(x_url_close)s."
msgstr "您可以使用您的%(x_url_open)s帳號%(x_url_close)s。"
#: modules/websession/lib/websession_webinterface.py:780
#: modules/websession/lib/websession_webinterface.py:785
#: modules/websession/lib/websession_webinterface.py:790
#: modules/websession/lib/websession_webinterface.py:796
#: modules/websession/lib/websession_webinterface.py:801
#: modules/websession/lib/websession_webinterface.py:805
#: modules/websession/lib/websession_webinterface.py:809
#: modules/websession/lib/websession_webinterface.py:814
msgid "Registration failure"
msgstr "註冊失敗"
#: modules/websession/lib/websession_webinterface.py:798
#, python-format
msgid "Desired nickname %s already exists in the database."
msgstr "諢號 %s 已被使用。"
#: modules/websession/lib/websession_webinterface.py:803
msgid "Users cannot register themselves, only admin can register them."
msgstr "只有管理員才可建立帳號。"
#: modules/websession/lib/websession_webinterface.py:807
msgid ""
"The site is having troubles in sending you an email for confirming your "
"email address."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:807
#: modules/websubmit/lib/websubmit_webinterface.py:125
msgid ""
"The error has been logged and will be taken in consideration as soon as "
"possible."
msgstr ""
#: modules/websession/lib/websession_webinterface.py:972
msgid "Join New Group"
msgstr "加入新的組別"
#: modules/websession/lib/websession_webinterface.py:1021
msgid "Leave Group"
msgstr "退出組別"
#: modules/websession/lib/websession_webinterface.py:1088
msgid "Edit Group"
msgstr "修改組別"
#: modules/websession/lib/websession_webinterface.py:1157
msgid "Edit group members"
msgstr "修改組員"
#: modules/webstyle/lib/webstyle_templates.py:80
#: modules/webstyle/lib/webstyle_templates.py:89
#: modules/webstyle/lib/webstyle_templates.py:270
msgid "Home"
msgstr "主頁"
#: modules/webstyle/lib/webstyle_templates.py:381
#: modules/webstyle/lib/webstyle_templates.py:449
msgid "Personalize"
msgstr "個人化"
#: modules/webstyle/lib/webstyle_templates.py:382
#: modules/webstyle/lib/webstyle_templates.py:450
msgid "Help"
msgstr "幫助"
#: modules/webstyle/lib/webstyle_templates.py:414
msgid "Last updated"
msgstr "最後更新 "
#: modules/webstyle/lib/webstyle_templates.py:452
msgid "Powered by"
msgstr "伺服器系統:"
#: modules/webstyle/lib/webstyle_templates.py:453
msgid "Maintained by"
msgstr "管理者:"
#: modules/webstyle/lib/webstyle_templates.py:500
msgid "This site is also available in the following languages:"
msgstr "本網站提供以下語言選擇:"
#: modules/webstyle/lib/webstyle_templates.py:529
msgid "Browser"
msgstr "瀏覽器"
#: modules/webstyle/lib/webstyle_templates.py:551
msgid "System Error"
msgstr "系統錯誤"
#: modules/webstyle/lib/webstyle_templates.py:566
msgid "Traceback"
msgstr "後退"
#: modules/webstyle/lib/webstyle_templates.py:614
msgid "Time"
msgstr "時間"
#: modules/webstyle/lib/webstyle_templates.py:615
msgid "Client"
msgstr "客戶"
#: modules/webstyle/lib/webstyle_templates.py:617
msgid "Please send an error report to the Administrator."
msgstr "請給管理員發送錯誤報告。"
#: modules/webstyle/lib/webstyle_templates.py:618
msgid "Send error report"
msgstr "發送錯誤報告"
#: modules/webstyle/lib/webstyle_templates.py:624
#, python-format
msgid "Please contact %s quoting the following information:"
msgstr "請聯絡 %s 並引用以下資料:"
#: modules/webstyle/lib/webstyle_templates.py:772
#, python-format
msgid ""
"Record created %(x_date_creation)s, last modified %(x_date_modification)s"
msgstr "記錄創建於%(x_date_creation)s,最後更新在%(x_date_modification)s"
#: modules/webstyle/lib/webdoc.py:548
#, python-format
msgid "%(category)s Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:146
#: modules/webstyle/lib/webdoc_webinterface.py:151
#, fuzzy
msgid "Admin Pages"
msgstr "管理"
#: modules/webstyle/lib/webdoc_webinterface.py:148
#: modules/webstyle/lib/webdoc_webinterface.py:152
msgid "Help Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:150
#: modules/webstyle/lib/webdoc_webinterface.py:153
msgid "Hacking Pages"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:159
msgid "Hacking CDS Invenio"
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:161
#, fuzzy
msgid "Latest modifications:"
msgstr "更新日期"
#: modules/webstyle/lib/webdoc_webinterface.py:164
#, python-format
msgid "This is the table of contents of the %(x_category)s pages."
msgstr ""
#: modules/webstyle/lib/webdoc_webinterface.py:166
#, fuzzy
msgid "See also"
msgstr "也搜尋:"
#: modules/webstyle/lib/webdoc_webinterface.py:181
#, fuzzy, python-format
msgid "Page %s Not Found"
msgstr "找不到 %s 專輯"
#: modules/webstyle/lib/webdoc_webinterface.py:189
#, fuzzy, python-format
msgid "Sorry, page %s does not seem to exist."
msgstr "對不起,記錄 %s 並不存在。"
#: modules/webstyle/lib/webdoc_webinterface.py:192
#, fuzzy, python-format
msgid ""
"You may want to look at the %(x_url_open)s%(x_category)s pages"
"%(x_url_close)s."
msgstr "您可以使用您的%(x_url_open)s帳號%(x_url_close)s。"
#: modules/websubmit/lib/websubmit_engine.py:186
#: modules/websubmit/lib/websubmit_engine.py:712
#: modules/websubmit/web/yoursubmissions.py:73
msgid "Sorry, you must log in to perform this action."
msgstr "抱歉, 您必須先登入。"
#: modules/websubmit/lib/websubmit_engine.py:193
#: modules/websubmit/lib/websubmit_engine.py:719
msgid "Invalid parameter"
msgstr "參數無效"
#: modules/websubmit/lib/websubmit_engine.py:224
#: modules/websubmit/lib/websubmit_engine.py:745
msgid "Unable to find the submission directory."
msgstr "沒法找到提交目錄。"
#: modules/websubmit/lib/websubmit_engine.py:233
#: modules/websubmit/lib/websubmit_engine.py:848
msgid "Unknown document type"
msgstr "不知名文件種類"
#: modules/websubmit/lib/websubmit_engine.py:239
#: modules/websubmit/lib/websubmit_engine.py:854
msgid "Unknown action"
msgstr "不知名動作"
#: modules/websubmit/lib/websubmit_engine.py:247
#: modules/websubmit/lib/websubmit_engine.py:863
msgid "Unable to determine the number of submission pages."
msgstr "不能確定提交頁數數量。"
#: modules/websubmit/lib/websubmit_engine.py:276
msgid "Unable to create a directory for this submission."
msgstr "不能創建提交目錄。"
#: modules/websubmit/lib/websubmit_engine.py:343
#: modules/websubmit/lib/websubmit_engine.py:758
msgid "Cannot create submission directory."
msgstr "不能創建提交目錄。"
#: modules/websubmit/lib/websubmit_engine.py:384
msgid "Unknown form field found on submission page."
msgstr "不知名表格欄位。"
#: modules/websubmit/lib/websubmit_engine.py:512
msgid "Unknown form field found on one of the submission pages."
msgstr "不知名表格欄位。"
#: modules/websubmit/lib/websubmit_engine.py:1208
msgid "Unable to find document type."
msgstr "不能找到文件種類。"
#: modules/websubmit/lib/websubmit_engine.py:1469
msgid "The chosen action is not supported by the document type."
msgstr "這文件種類並不支援這行動。"
#: modules/websubmit/lib/websubmit_engine.py:1547
#: modules/websubmit/lib/websubmit_webinterface.py:518
msgid "Warning"
msgstr "警告"
#: modules/websubmit/lib/websubmit_templates.py:94
msgid "Document types available for submission"
msgstr "可使用的文件種類"
#: modules/websubmit/lib/websubmit_templates.py:95
#, fuzzy
msgid "Please select the type of document you want to submit"
msgstr "請選擇文件種類。"
#: modules/websubmit/lib/websubmit_templates.py:112
msgid "No document types available."
msgstr "沒有可使用的文件種類。"
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Please log in first."
msgstr "您必須先登入。"
#: modules/websubmit/lib/websubmit_templates.py:257
msgid "Use the top-right menu to log in."
msgstr "請用右上角的目錄進行登入。"
#: modules/websubmit/lib/websubmit_templates.py:301
msgid "Please select a category"
msgstr "請選擇類別"
#: modules/websubmit/lib/websubmit_templates.py:340
msgid "Notice"
msgstr "注意"
#: modules/websubmit/lib/websubmit_templates.py:341
msgid "Select a category and then click on an action button."
msgstr "請選擇類別並點擊行動按鈕。"
#: modules/websubmit/lib/websubmit_templates.py:364
msgid ""
"To continue with a previously interrupted submission, enter an access number "
"into the box below:"
msgstr "請輸入存取號碼以便繼續上次中斷的提交:"
#: modules/websubmit/lib/websubmit_templates.py:366
msgid "GO"
msgstr "去"
#: modules/websubmit/lib/websubmit_templates.py:491
#: modules/websubmit/lib/websubmit_templates.py:933
msgid "SUMMARY"
msgstr "概要"
#: modules/websubmit/lib/websubmit_templates.py:529
msgid "Previous page"
msgstr "上一頁"
#: modules/websubmit/lib/websubmit_templates.py:535
msgid "Submission number"
msgstr "提交號碼"
#: modules/websubmit/lib/websubmit_templates.py:549
msgid "Next page"
msgstr "下一頁"
#: modules/websubmit/lib/websubmit_templates.py:564
#: modules/websubmit/lib/websubmit_templates.py:975
msgid "Are you sure you want to quit this submission?"
msgstr "您是否決定離放棄提交?"
#: modules/websubmit/lib/websubmit_templates.py:565
#: modules/websubmit/lib/websubmit_templates.py:976
#: modules/websubmit/lib/websubmit_templates.py:984
msgid "Back to main menu"
msgstr "返回主目錄"
#: modules/websubmit/lib/websubmit_templates.py:568
msgid ""
"This is your submission access number. It can be used to continue with an "
"interrupted submission in case of problems."
msgstr "這是您的存取號碼,您可以用它以重試中斷的提交。"
#: modules/websubmit/lib/websubmit_templates.py:569
msgid "Mandatory fields appear in red in the SUMMARY window."
msgstr "紅色的欄位不可留空。"
#: modules/websubmit/lib/websubmit_templates.py:715
#, python-format
msgid "The field %s is mandatory."
msgstr "欄位 %s 不可留空。"
#: modules/websubmit/lib/websubmit_templates.py:715
msgid "Please make a choice in the select box"
msgstr "請選擇"
#: modules/websubmit/lib/websubmit_templates.py:729
msgid "Please press a button."
msgstr "請按鍵。"
#: modules/websubmit/lib/websubmit_templates.py:737
#, python-format
msgid "The field %s is mandatory. Please fill it in."
msgstr "欄位 %s 不可留空。請輸入。"
#: modules/websubmit/lib/websubmit_templates.py:813
#, python-format
msgid "The field %(field)s is mandatory."
msgstr "欄位 %(field)s 不可留空。"
#: modules/websubmit/lib/websubmit_templates.py:814
msgid "Going back to page"
msgstr "回到頁"
#: modules/websubmit/lib/websubmit_templates.py:924
msgid "finished!"
msgstr "完成!"
#: modules/websubmit/lib/websubmit_templates.py:932
msgid "end of action"
msgstr "完了"
#: modules/websubmit/lib/websubmit_templates.py:957
msgid "Submission no"
msgstr "提交號碼"
#: modules/websubmit/lib/websubmit_templates.py:1027
#, python-format
msgid ""
"Here is the %(x_action)s function list for %(x_doctype)s documents at level "
"%(x_step)s"
msgstr "這是 %(x_action)s 功能名單 %(x_doctype)s 文件 在 級別 %(x_step)s"
#: modules/websubmit/lib/websubmit_templates.py:1032
msgid "Function"
msgstr "功能"
#: modules/websubmit/lib/websubmit_templates.py:1033
msgid "Score"
msgstr "評分"
#: modules/websubmit/lib/websubmit_templates.py:1034
msgid "Running function"
msgstr "流動功能"
#: modules/websubmit/lib/websubmit_templates.py:1040
#, python-format
msgid "Function %s does not exist."
msgstr "功能 %s 並不存在。"
#: modules/websubmit/lib/websubmit_templates.py:1079
msgid "You must now"
msgstr "您要先"
#: modules/websubmit/lib/websubmit_templates.py:1111
msgid "record"
msgstr "記錄"
#: modules/websubmit/lib/websubmit_templates.py:1113
msgid "document"
msgstr "文件"
#: modules/websubmit/lib/websubmit_templates.py:1115
#: modules/websubmit/lib/websubmit_templates.py:1211
msgid "version"
msgstr "版本"
#: modules/websubmit/lib/websubmit_templates.py:1148
msgid "file(s)"
msgstr "文檔"
#: modules/websubmit/lib/websubmit_templates.py:1195
msgid "see"
msgstr "參見"
#: modules/websubmit/lib/websubmit_templates.py:1375
msgid "For"
msgstr "為"
#: modules/websubmit/lib/websubmit_templates.py:1376
msgid "all types of document"
msgstr "全部文件類型"
#: modules/websubmit/lib/websubmit_templates.py:1431
msgid "Id"
msgstr "Id"
#: modules/websubmit/lib/websubmit_templates.py:1432
msgid "Reference"
msgstr "參考"
#: modules/websubmit/lib/websubmit_templates.py:1434
msgid "First access"
msgstr "最初訪問"
#: modules/websubmit/lib/websubmit_templates.py:1435
msgid "Last access"
msgstr "最後訪問"
#: modules/websubmit/lib/websubmit_templates.py:1445
msgid "Are you sure you want to delete this submission?"
msgstr "您是否決定移除這提交?"
#: modules/websubmit/lib/websubmit_templates.py:1446
#, python-format
msgid "Delete submission %(x_id)s in %(x_docname)s"
msgstr "刪除提交%(x_id)s 在 %(x_docname)s"
#: modules/websubmit/lib/websubmit_templates.py:1463
msgid "Reference not yet given"
msgstr "並沒有參考"
#: modules/websubmit/lib/websubmit_templates.py:1534
msgid "Refereed Documents"
msgstr "參考文件"
#: modules/websubmit/lib/websubmit_templates.py:1544
msgid "You are a general referee"
msgstr "您是這一位裁判員為類別"
#: modules/websubmit/lib/websubmit_templates.py:1550
msgid "You are a referee for category:"
msgstr "您是以下類別的裁判員:"
#: modules/websubmit/lib/websubmit_templates.py:1588
#: modules/websubmit/lib/websubmit_templates.py:1633
msgid "List of refereed types of documents"
msgstr "文件類型名單"
#: modules/websubmit/lib/websubmit_templates.py:1589
#: modules/websubmit/lib/websubmit_templates.py:1634
#, fuzzy
msgid ""
"Select one of the following types of documents to check the documents status"
msgstr "選擇以下之文件類型以檢查其狀態。"
#: modules/websubmit/lib/websubmit_templates.py:1602
msgid "Go to specific approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1647
msgid "Go to general approval workflow"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1695
msgid "List of refereed categories"
msgstr "類別名單"
#: modules/websubmit/lib/websubmit_templates.py:1696
#: modules/websubmit/lib/websubmit_templates.py:1844
msgid "Please choose a category"
msgstr "請選擇類別"
#: modules/websubmit/lib/websubmit_templates.py:1716
#: modules/websubmit/lib/websubmit_templates.py:1757
#: modules/websubmit/lib/websubmit_templates.py:1866
#: modules/websubmit/lib/websubmit_templates.py:1920
#: modules/websubmit/lib/websubmit_templates.py:1986
#: modules/websubmit/lib/websubmit_templates.py:2111
msgid "Pending"
msgstr "等待中"
#: modules/websubmit/lib/websubmit_templates.py:1722
#: modules/websubmit/lib/websubmit_templates.py:1760
#: modules/websubmit/lib/websubmit_templates.py:1872
#: modules/websubmit/lib/websubmit_templates.py:1923
#: modules/websubmit/lib/websubmit_templates.py:1987
#: modules/websubmit/lib/websubmit_templates.py:2112
msgid "Approved"
msgstr "已批核"
#: modules/websubmit/lib/websubmit_templates.py:1728
#: modules/websubmit/lib/websubmit_templates.py:1762
#: modules/websubmit/lib/websubmit_templates.py:1763
#: modules/websubmit/lib/websubmit_templates.py:1878
#: modules/websubmit/lib/websubmit_templates.py:1925
#: modules/websubmit/lib/websubmit_templates.py:1926
#: modules/websubmit/lib/websubmit_templates.py:1988
#: modules/websubmit/lib/websubmit_templates.py:2113
msgid "Rejected"
msgstr "已拒絕"
#: modules/websubmit/lib/websubmit_templates.py:1756
#: modules/websubmit/lib/websubmit_templates.py:1919
msgid "Key"
msgstr "關鍵"
#: modules/websubmit/lib/websubmit_templates.py:1759
#: modules/websubmit/lib/websubmit_templates.py:1922
msgid "Waiting for approval"
msgstr "等待批核中"
#: modules/websubmit/lib/websubmit_templates.py:1761
#: modules/websubmit/lib/websubmit_templates.py:1924
msgid "Already approved"
msgstr "已批核"
#: modules/websubmit/lib/websubmit_templates.py:1764
#: modules/websubmit/lib/websubmit_templates.py:1929
msgid "Some documents are pending."
msgstr "有文件在等待批核中。"
#: modules/websubmit/lib/websubmit_templates.py:1803
msgid "List of specific approvals"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:1808
#, fuzzy
msgid "List of refereing categories"
msgstr "類別名單"
#: modules/websubmit/lib/websubmit_templates.py:1812
#, fuzzy
msgid "List of publication categories"
msgstr "共享收藏籃列表"
#: modules/websubmit/lib/websubmit_templates.py:1816
#, fuzzy
msgid "List of direct approval categories"
msgstr "類別名單"
#: modules/websubmit/lib/websubmit_templates.py:1884
#: modules/websubmit/lib/websubmit_templates.py:1927
#: modules/websubmit/lib/websubmit_templates.py:1928
#: modules/websubmit/lib/websubmit_templates.py:2114
#, fuzzy
msgid "Cancelled"
msgstr "取消"
#: modules/websubmit/lib/websubmit_templates.py:1983
#: modules/websubmit/lib/websubmit_templates.py:2071
msgid "List of refereed documents"
msgstr "文件名單"
#: modules/websubmit/lib/websubmit_templates.py:1984
#: modules/websubmit/lib/websubmit_templates.py:2108
msgid "Click on a report number for more information."
msgstr "點擊報告遍號以獲得更多資料。"
#: modules/websubmit/lib/websubmit_templates.py:1985
#: modules/websubmit/lib/websubmit_templates.py:2110
msgid "Report Number"
msgstr "報告遍號"
#: modules/websubmit/lib/websubmit_templates.py:2073
#, fuzzy
msgid "List of publication documents"
msgstr "共享收藏籃列表"
#: modules/websubmit/lib/websubmit_templates.py:2075
#, fuzzy
msgid "List of direct approval documents"
msgstr "文件名單"
#: modules/websubmit/lib/websubmit_templates.py:2246
msgid "Your request has been sent to the referee."
msgstr "您的請求已被送出。"
#: modules/websubmit/lib/websubmit_templates.py:2262
#: modules/websubmit/lib/websubmit_templates.py:2375
#: modules/websubmit/lib/websubmit_templates.py:2668
#: modules/websubmit/lib/websubmit_templates.py:2852
msgid "Title:"
msgstr "標題"
#: modules/websubmit/lib/websubmit_templates.py:2268
#: modules/websubmit/lib/websubmit_templates.py:2381
#: modules/websubmit/lib/websubmit_templates.py:2674
#: modules/websubmit/lib/websubmit_templates.py:2858
msgid "Author:"
msgstr "作者"
#: modules/websubmit/lib/websubmit_templates.py:2276
#: modules/websubmit/lib/websubmit_templates.py:2389
#: modules/websubmit/lib/websubmit_templates.py:2682
#: modules/websubmit/lib/websubmit_templates.py:2866
msgid "More information:"
msgstr "更多資料"
#: modules/websubmit/lib/websubmit_templates.py:2277
#: modules/websubmit/lib/websubmit_templates.py:2390
#: modules/websubmit/lib/websubmit_templates.py:2683
#: modules/websubmit/lib/websubmit_templates.py:2867
msgid "Click here"
msgstr "點擊這"
#: modules/websubmit/lib/websubmit_templates.py:2284
#, python-format
msgid ""
"This document is still %(x_fmt_open)swaiting for approval%(x_fmt_close)s."
msgstr "這文件還在%(x_fmt_open)s等候批核中%(x_fmt_close)s。"
#: modules/websubmit/lib/websubmit_templates.py:2287
#: modules/websubmit/lib/websubmit_templates.py:2308
#: modules/websubmit/lib/websubmit_templates.py:2318
msgid "It was first sent for approval on:"
msgstr "最初獲得批核日期:"
#: modules/websubmit/lib/websubmit_templates.py:2289
#: modules/websubmit/lib/websubmit_templates.py:2291
#: modules/websubmit/lib/websubmit_templates.py:2310
#: modules/websubmit/lib/websubmit_templates.py:2312
#: modules/websubmit/lib/websubmit_templates.py:2320
#: modules/websubmit/lib/websubmit_templates.py:2322
msgid "Last approval email was sent on:"
msgstr "最後的批核電郵已在這日期發送:"
#: modules/websubmit/lib/websubmit_templates.py:2292
msgid ""
"You can send an approval request email again by clicking the following "
"button:"
msgstr "您可以點擊以下按鈕從而再發送要求批核之電郵:"
#: modules/websubmit/lib/websubmit_templates.py:2294
#: modules/websubmit/web/publiline.py:356
msgid "Send Again"
msgstr "重新發送"
#: modules/websubmit/lib/websubmit_templates.py:2295
msgid "WARNING! Upon confirmation, an email will be sent to the referee."
msgstr "警告!"
#: modules/websubmit/lib/websubmit_templates.py:2298
#, fuzzy
msgid ""
"As a referee for this document, you may click this button to approve or "
"reject it"
msgstr "您可以點擊這個按鈕來批核或拒絕這文件。"
#: modules/websubmit/lib/websubmit_templates.py:2300
msgid "Approve/Reject"
msgstr "批核/拒絕"
#: modules/websubmit/lib/websubmit_templates.py:2305
#, python-format
msgid "This document has been %(x_fmt_open)sapproved%(x_fmt_close)s."
msgstr "這文件已被%(x_fmt_open)s批核%(x_fmt_close)s。"
#: modules/websubmit/lib/websubmit_templates.py:2307
msgid "Its approved reference is:"
msgstr "批核參考:"
#: modules/websubmit/lib/websubmit_templates.py:2313
msgid "It was approved on:"
msgstr "已被批核:"
#: modules/websubmit/lib/websubmit_templates.py:2315
#, python-format
msgid "This document has been %(x_fmt_open)srejected%(x_fmt_close)s."
msgstr "這文件已被%(x_fmt_open)s拒絕%(x_fmt_close)s。"
#: modules/websubmit/lib/websubmit_templates.py:2323
msgid "It was rejected on:"
msgstr "已被拒絕:"
#: modules/websubmit/lib/websubmit_templates.py:2399
#: modules/websubmit/lib/websubmit_templates.py:2443
#: modules/websubmit/lib/websubmit_templates.py:2506
msgid "It has first been asked for refereing process on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2401
#: modules/websubmit/lib/websubmit_templates.py:2445
msgid "Last request e-mail was sent to the publication committee chair on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2404
msgid "A referee has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2406
#: modules/websubmit/lib/websubmit_templates.py:2461
#, fuzzy
msgid "No referee has been selected yet."
msgstr "記錄已被刪除。"
#: modules/websubmit/lib/websubmit_templates.py:2408
#: modules/websubmit/lib/websubmit_templates.py:2463
#, fuzzy
msgid "Select a referee"
msgstr "選擇評分"
#: modules/websubmit/lib/websubmit_templates.py:2412
msgid ""
"The referee has sent his final recommendations to the publication committee "
"on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2414
#: modules/websubmit/lib/websubmit_templates.py:2469
msgid "No recommendation from the referee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2416
#: modules/websubmit/lib/websubmit_templates.py:2424
#: modules/websubmit/lib/websubmit_templates.py:2471
#: modules/websubmit/lib/websubmit_templates.py:2479
#: modules/websubmit/lib/websubmit_templates.py:2487
#, fuzzy
msgid "Send a recommendation"
msgstr "撰寫意見"
#: modules/websubmit/lib/websubmit_templates.py:2420
#: modules/websubmit/lib/websubmit_templates.py:2483
msgid ""
"The publication committee has sent his final recommendations to the project "
"leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2422
#: modules/websubmit/lib/websubmit_templates.py:2485
msgid "No recommendation from the publication committee yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2428
#: modules/websubmit/lib/websubmit_templates.py:2491
#: modules/websubmit/lib/websubmit_templates.py:2511
msgid "It has been cancelled by the author on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2431
#: modules/websubmit/lib/websubmit_templates.py:2494
#: modules/websubmit/lib/websubmit_templates.py:2514
msgid "It has been approved by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2433
#: modules/websubmit/lib/websubmit_templates.py:2496
#: modules/websubmit/lib/websubmit_templates.py:2516
msgid "It has been rejected by the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2435
#: modules/websubmit/lib/websubmit_templates.py:2498
#: modules/websubmit/lib/websubmit_templates.py:2518
msgid "No final decision taken yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2437
#: modules/websubmit/lib/websubmit_templates.py:2500
#: modules/websubmit/lib/websubmit_templates.py:2520
#: modules/websubmit/web/publiline.py:1071
#: modules/websubmit/web/publiline.py:1081
msgid "Take a decision"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2448
msgid ""
"An editorial board has been selected by the publication committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2450
msgid "Add an author list"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2453
#, fuzzy
msgid "No editorial board has been selected yet."
msgstr "記錄已被刪除。"
#: modules/websubmit/lib/websubmit_templates.py:2455
msgid "Select an editorial board"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2459
msgid "A referee has been selected by the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2467
msgid ""
"The referee has sent his final recommendations to the editorial board on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2475
msgid ""
"The editorial board has sent his final recommendations to the publication "
"committee on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2477
msgid "No recommendation from the editorial board yet."
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2508
msgid "Last request e-mail was sent to the project leader on the "
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2602
#, fuzzy
msgid "Comments overview"
msgstr "意見"
#: modules/websubmit/lib/websubmit_templates.py:2722
msgid "search for user"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2724
msgid "search for users"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2727
#: modules/websubmit/lib/websubmit_templates.py:2729
#: modules/websubmit/lib/websubmit_templates.py:2782
#: modules/websubmit/lib/websubmit_templates.py:2784
#, fuzzy
msgid "select user"
msgstr "選擇收藏籃"
#: modules/websubmit/lib/websubmit_templates.py:2738
msgid "connected"
msgstr ""
#: modules/websubmit/lib/websubmit_templates.py:2741
#, fuzzy
msgid "add this user"
msgstr "加入至用戶"
#: modules/websubmit/lib/websubmit_templates.py:2791
#, fuzzy
msgid "remove this user"
msgstr "找尋不到用戶"
#: modules/websubmit/lib/websubmit_templates.py:2906
#, fuzzy
msgid "User"
msgstr "用戶"
#: modules/websubmit/lib/websubmit_webinterface.py:124
msgid ""
"The system has encountered an error in retrieving the list of files for this "
"document."
msgstr ""
#: modules/websubmit/lib/websubmit_webinterface.py:172
#, fuzzy
msgid "The collection to which this file belong is restricted: "
msgstr "這是一個受限制的專輯."
#: modules/websubmit/lib/websubmit_webinterface.py:178
#, fuzzy
msgid "This file is restricted: "
msgstr "這是受讀取限制的檔案!"
#: modules/websubmit/lib/websubmit_webinterface.py:252
msgid "Access to Fulltext"
msgstr "讀取全文"
#: modules/websubmit/lib/websubmit_webinterface.py:303
#, fuzzy
msgid "Not enough information to retrieve the document"
msgstr "成為第一個讀者去評論這文件。"
#: modules/websubmit/web/publiline.py:129
msgid "Specific Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:150
msgid "Approval and Refereeing Workflow"
msgstr ""
#: modules/websubmit/web/publiline.py:328
#: modules/websubmit/web/publiline.py:423
#: modules/websubmit/web/publiline.py:626
msgid "Approval has never been requested for this document."
msgstr "這個文件未曾被請求批核。"
#: modules/websubmit/web/publiline.py:353
#: modules/websubmit/web/publiline.py:447
#: modules/websubmit/web/publiline.py:651
msgid "Unable to display document."
msgstr "無法顯示文件。"
#: modules/websubmit/web/publiline.py:655
#: modules/websubmit/web/publiline.py:773
#: modules/websubmit/web/publiline.py:884
#: modules/websubmit/web/publiline.py:936
#: modules/websubmit/web/publiline.py:977
#: modules/websubmit/web/publiline.py:1026
#: modules/websubmit/web/publiline.py:1087
#: modules/websubmit/web/publiline.py:1137
#, fuzzy
msgid "Action unauthorized for this document."
msgstr "這個文件未曾被請求批核。"
#: modules/websubmit/web/publiline.py:658
#: modules/websubmit/web/publiline.py:776
#: modules/websubmit/web/publiline.py:887
#: modules/websubmit/web/publiline.py:939
#: modules/websubmit/web/publiline.py:980
#: modules/websubmit/web/publiline.py:1029
#: modules/websubmit/web/publiline.py:1090
#: modules/websubmit/web/publiline.py:1140
#, fuzzy
msgid "Action unavailable for this document."
msgstr "無法顯示文件。"
#: modules/websubmit/web/publiline.py:668
#, fuzzy
msgid "Adding users to the editorial board"
msgstr "新增 %i 記錄至這些收藏籃"
#: modules/websubmit/web/publiline.py:690
#: modules/websubmit/web/publiline.py:809
msgid "no qualified users, try new search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
#, fuzzy
msgid "hits"
msgstr "結果"
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "too many qualified users, specify more narrow search."
msgstr ""
#: modules/websubmit/web/publiline.py:692
#: modules/websubmit/web/publiline.py:811
msgid "limit"
msgstr ""
#: modules/websubmit/web/publiline.py:708
msgid "users in brackets are already attached to the role, try another one..."
msgstr ""
#: modules/websubmit/web/publiline.py:714
msgid "Removing users from the editorial board"
msgstr ""
#: modules/websubmit/web/publiline.py:750
msgid "Validate the editorial board selection"
msgstr ""
#: modules/websubmit/web/publiline.py:793
#, fuzzy
msgid "Referee selection"
msgstr "並沒有參考"
#: modules/websubmit/web/publiline.py:877
#: modules/websubmit/web/publiline.py:1043
#, fuzzy
msgid "Come back to the document"
msgstr "評價這文件"
#: modules/websubmit/web/publiline.py:1068
#, fuzzy
msgid "Select:"
msgstr "選擇"
#: modules/websubmit/web/publiline.py:1069
#: modules/websubmit/web/publiline.py:1129
#, fuzzy
msgid "Approve"
msgstr "已批核"
#: modules/websubmit/web/publiline.py:1070
#: modules/websubmit/web/publiline.py:1130
#, fuzzy
msgid "Reject"
msgstr "已拒絕"
#: modules/websubmit/web/publiline.py:1168
#, fuzzy
msgid "Wrong action for this document."
msgstr "評價這文件"
#: modules/webjournal/lib/webjournal_templates.py:52
msgid "Available Journals"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:98
#, fuzzy, python-format
msgid "Mail %(x_url_open)sdevelopers%(x_url_close)s"
msgstr "您可以%(x_url_open)s登入%(x_url_close)s。"
#: modules/webjournal/lib/webjournal_templates.py:143
#, fuzzy
msgid "Regeneration Error"
msgstr "內部錯誤"
#: modules/webjournal/lib/webjournal_templates.py:144
msgid ""
"The issue could not be correctly regenerated. Please contact your "
"administrator."
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:397
#: modules/webjournal/lib/webjournal_templates.py:630
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:301
msgid "Add"
msgstr ""
#: modules/webjournal/lib/webjournal_templates.py:398
#: modules/webjournal/lib/webjournaladminlib.py:326
#, fuzzy
msgid "Publish"
msgstr "提交"
#: modules/webjournal/lib/webjournal_templates.py:399
#: modules/webjournal/lib/webjournaladminlib.py:267
#: modules/webjournal/lib/webjournaladminlib.py:298
#, fuzzy
msgid "Refresh"
msgstr "參考"
#: modules/webjournal/lib/webjournal_templates.py:462
#: modules/webjournal/lib/webjournaladminlib.py:340
#, fuzzy
msgid "Update"
msgstr "更新組別"
#: modules/webjournal/lib/webjournal_templates.py:625
#, fuzzy
msgid "Apply"
msgstr "四月"
#: modules/webjournal/lib/webjournal_config.py:62
#: modules/webjournal/lib/webjournal_config.py:94
#: modules/webjournal/lib/webjournal_config.py:126
#: modules/webjournal/lib/webjournal_config.py:161
#, fuzzy
msgid "Internal configuration error"
msgstr "內部錯誤"
#: modules/webjournal/lib/webjournal_config.py:63
#: modules/webjournal/lib/webjournal_config.py:95
msgid "There is no format configured for this journals index page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:127
msgid "There is no format configured for this journals search page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:162
msgid "There is no format configured for this journals popup page"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:194
#, fuzzy
msgid "No journal articles"
msgstr "沒有可使用的文件種類。"
#: modules/webjournal/lib/webjournal_config.py:195
#: modules/webjournal/lib/webjournal_config.py:233
msgid "Problem with the configuration of this journal"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:232
#, fuzzy
msgid "No journal issues"
msgstr "現在的狀況:"
#: modules/webjournal/lib/webjournal_config.py:269
#, fuzzy
msgid "Journal article error"
msgstr "內部錯誤"
#: modules/webjournal/lib/webjournal_config.py:270
msgid "We could not know which article you were looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:303
#, fuzzy
msgid "No journals available"
msgstr "沒有可使用的文件種類。"
#: modules/webjournal/lib/webjournal_config.py:304
msgid "We could not provide you any journals"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:305
msgid ""
"It seems that there are no journals defined on this server. Please contact "
"support if this is not right."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:330
msgid "Select a journal on this server"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:331
msgid "We couldn't guess which journal you are looking for"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:332
msgid ""
"You did not provide an argument for a journal name. Please select the "
"journal you want to read in the list below."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:358
#, fuzzy
msgid "No current issue"
msgstr "現在的狀況:"
#: modules/webjournal/lib/webjournal_config.py:359
msgid "We could not find any informtion on the current issue"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:360
msgid ""
"The configuration for the current issue seems to be empty. Try providing an "
"issue number or check with support."
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:387
msgid "Issue number badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:388
msgid "We could not read the issue number you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:417
msgid "Archive date badly formed"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:418
msgid "We could not read the archive date you provided"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:450
#, fuzzy
msgid "No popup record"
msgstr "返回記錄"
#: modules/webjournal/lib/webjournal_config.py:451
msgid "We could not deduce the popup article you requested"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:482
#, fuzzy
msgid "Update error"
msgstr "更新組別"
#: modules/webjournal/lib/webjournal_config.py:483
#: modules/webjournal/lib/webjournal_config.py:514
msgid "There was an internal error"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:513
#, fuzzy
msgid "Journal publishing DB error"
msgstr "內部錯誤"
#: modules/webjournal/lib/webjournal_config.py:544
#, fuzzy
msgid "Journal issue error"
msgstr "內部錯誤"
#: modules/webjournal/lib/webjournal_config.py:545
#, fuzzy
msgid "We could not find a current issue in the Database"
msgstr "已記錄之OAI源"
#: modules/webjournal/lib/webjournal_config.py:575
#, fuzzy
msgid "Journal ID error"
msgstr "內部錯誤"
#: modules/webjournal/lib/webjournal_config.py:576
msgid "We could not find the id for this journal in the Database"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:607
#: modules/webjournal/lib/webjournal_config.py:609
#, python-format
msgid "Category \"%(category_name)s\" not found"
msgstr ""
#: modules/webjournal/lib/webjournal_config.py:611
#, fuzzy
msgid "Sorry, this category does not exist for this journal."
msgstr "對不起,記錄 %s 並不存在。"
#: modules/webjournal/web/admin/webjournaladmin.py:74
#, fuzzy
msgid "WebJournal Admin"
msgstr "WebComment 管理"
#: modules/webjournal/web/admin/webjournaladmin.py:111
#, python-format
msgid "Administrate %(journal_name)s"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:148
#, fuzzy
msgid "Feature a record"
msgstr "外部記錄"
#: modules/webjournal/web/admin/webjournaladmin.py:206
msgid "Email Alert System"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:259
msgid "Issue regenerated"
msgstr ""
#: modules/webjournal/web/admin/webjournaladmin.py:309
#, fuzzy
msgid "Publishing Interface"
msgstr "內部錯誤"
#: modules/webjournal/web/admin/webjournaladmin.py:335
#, fuzzy
msgid "Add Journal"
msgstr "加入至用戶"
#: modules/webjournal/web/admin/webjournaladmin.py:337
#, fuzzy
msgid "Edit Settings"
msgstr "修改設定"
#, fuzzy
#~ msgid "link"
#~ msgstr "在"
#, fuzzy
#~ msgid "links"
#~ msgstr "登入"
#~ msgid "The contents of this collection is restricted."
#~ msgstr "這是一個受限制的專輯."
#, fuzzy
#~ msgid "Sort:"
#~ msgstr "排序"
#, fuzzy
#~ msgid "Author"
#~ msgstr "作者"
#~ msgid "Parameter docid missing"
#~ msgstr "缺少 docid 參數"
#, fuzzy
#~ msgid "Please login to perform this action."
#~ msgstr "抱歉, 您必須先登入。"
#, fuzzy
#~ msgid "Alert sent successfully!"
#~ msgstr "這警報 %s 已成功被修改。"
#, fuzzy
#~ msgid "Webjournal Administration Interface"
#~ msgstr "WebSubmit 管理"
#, fuzzy
#~ msgid "Main file(s)"
#~ msgstr "文檔"
#~ msgid "Display searches"
#~ msgstr "顯示搜索"
#, fuzzy
#~ msgid " Username/Email: %s\n"
#~ msgstr "帳號"
#, fuzzy
#~ msgid " Password: %s\n"
#~ msgstr "密碼"
#~ msgid "Migrate BibFormat Settings"
#~ msgstr "轉移BibFormat的設置"
#~ msgid "Migrate Knowledge Bases"
#~ msgstr "轉移知識庫"
#~ msgid "Migrate Behaviours"
#~ msgstr "轉移習性"
#~ msgid "Migrate Formats"
#~ msgstr "轉移格式"
#, fuzzy
#~ msgid "Your account created on"
#~ msgstr "帳號已建立"
#, fuzzy
#~ msgid "You have created a new account on"
#~ msgstr "或創建"
#~ msgid ""
#~ "You can now go back to %(x_url_open)sBibEdit Admin Interface%(x_url_close)"
#~ "s."
#~ msgstr "返回%(x_url_open)sBibEdit 管理介面%(x_url_close)s。"
#, fuzzy
#~ msgid "No Articles"
#~ msgstr "文章"
#, fuzzy
#~ msgid "No Issues"
#~ msgstr "沒有訊息"
#, fuzzy
#~ msgid "Article Error"
#~ msgstr "文章"
#, fuzzy
#~ msgid "%s Personalize, Main page"
#~ msgstr "個人化"
#, fuzzy
#~ msgid "%s , personalize"
#~ msgstr "個人化"
#, fuzzy
#~ msgid "Successfully featured record: %s"
#~ msgstr "成功查禁濫用報告"
#~ msgid "Convert"
#~ msgstr "轉換"
#~ msgid "Library"
#~ msgstr "圖書館"
#~ msgid "Agenda"
#~ msgstr "議程"
#~ msgid "Webcast"
#~ msgstr "Webcast"
#~ msgid "Search Help"
#~ msgstr "搜索幫助"
#~ msgid "Comment Management"
#~ msgstr "管理意見"
#~ msgid "Format:"
#~ msgstr "格式:"
#~ msgid "Send lost password"
#~ msgstr "發送密碼"
#~ msgid "Here are your user credentials for"
#~ msgstr "登入資料:"
#~ msgid "username"
#~ msgstr "帳號"
#~ msgid "password"
#~ msgstr "密碼"
#~ msgid "You can login at"
#~ msgstr "您可以登入"
#~ msgid "You seem to be %(x_role)s."
#~ msgstr "您的身份角色是%(x_role)s。"
#~ msgid "Credentials for"
#~ msgstr "登入資料:"
#~ msgid ""
#~ "An email has been sent to the given address with the account information."
#~ msgstr "我們已經發送有關帳號的電郵給您。"
#~ msgid "Unable to find file."
#~ msgstr "無法找到檔案。"

Event Timeline