Skip to content

Commit

Permalink
Shortened some user-visible strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmalsburg committed Jul 7, 2014
1 parent 521706b commit 5842ccb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions helm-bibtex.el
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,15 @@ should be a single character."
:type 'string)

(defcustom helm-bibtex-fallback-options
'(("Search in Google Scholar" . "http://scholar.google.co.uk/scholar?q=%s")
("Search in Pubmed" . "http://www.ncbi.nlm.nih.gov/pubmed/?term=%s")
("Search in arXiv" . helm-bibtex-arxiv)
("Search in Bodleian Library" . "http://solo.bodleian.ox.ac.uk/primo_library/libweb/action/search.do?vl(freeText0)=%s&fn=search&tab=all")
("Search in Library of Congress" . "http://www.loc.gov/search/?q=%s&all=true&st=list")
("Search in Deutsche Nationalbibliothek" . "https://portal.dnb.de/opac.htm?query=%s")
("Search in British National Library" . "http://explore.bl.uk/primo_library/libweb/action/search.do?&vl(freeText0)=%s&fn=search")
("Search in Bibliothèque nationale de France" . "http://catalogue.bnf.fr/servlet/RechercheEquation?host=catalogue?historique1=Recherche+par+mots+de+la+notice&niveau1=1&url1=/jsp/recherchemots_simple.jsp?host=catalogue&maxNiveau=1&categorieRecherche=RechercheMotsSimple&NomPageJSP=/jsp/recherchemots_simple.jsp?host=catalogue&RechercheMotsSimpleAsauvegarder=0&ecranRechercheMot=/jsp/recherchemots_simple.jsp&resultatsParPage=20&x=40&y=22&nbElementsHDJ=6&nbElementsRDJ=7&nbElementsRCL=12&FondsNumerise=M&CollectionHautdejardin=TVXZROM&HDJ_DAV=R&HDJ_D2=V&HDJ_D1=T&HDJ_D3=X&HDJ_D4=Z&HDJ_SRB=O&CollectionRezdejardin=UWY1SPQM&RDJ_DAV=S&RDJ_D2=W&RDJ_D1=U&RDJ_D3=Y&RDJ_D4=1&RDJ_SRB=P&RDJ_RLR=Q&RICHELIEU_AUTRE=ABCDEEGIKLJ&RCL_D1=A&RCL_D2=K&RCL_D3=D&RCL_D4=E&RCL_D5=E&RCL_D6=C&RCL_D7=B&RCL_D8=J&RCL_D9=G&RCL_D10=I&RCL_D11=L&ARSENAL=H&LivrePeriodique=IP&partitions=C&images_fixes=F&son=S&images_animees=N&Disquette_cederoms=E&multimedia=M&cartes_plans=D&manuscrits=BT&monnaies_medailles_objets=JO&salle_spectacle=V&Monographie_TN=M&Periodique_TN=S&Recueil_TN=R&CollectionEditorial_TN=C&Ensemble_TN=E&Spectacle_TN=A&NoticeB=%s")
("Search in Gallica Bibliothèque Numérique" . "http://gallica.bnf.fr/Search?q=%s"))
'(("Google Scholar" . "http://scholar.google.co.uk/scholar?q=%s")
("Pubmed" . "http://www.ncbi.nlm.nih.gov/pubmed/?term=%s")
("arXiv" . helm-bibtex-arxiv)
("Bodleian Library" . "http://solo.bodleian.ox.ac.uk/primo_library/libweb/action/search.do?vl(freeText0)=%s&fn=search&tab=all")
("Library of Congress" . "http://www.loc.gov/search/?q=%s&all=true&st=list")
("Deutsche Nationalbibliothek" . "https://portal.dnb.de/opac.htm?query=%s")
("British National Library" . "http://explore.bl.uk/primo_library/libweb/action/search.do?&vl(freeText0)=%s&fn=search")
("Bibliothèque nationale de France" . "http://catalogue.bnf.fr/servlet/RechercheEquation?host=catalogue?historique1=Recherche+par+mots+de+la+notice&niveau1=1&url1=/jsp/recherchemots_simple.jsp?host=catalogue&maxNiveau=1&categorieRecherche=RechercheMotsSimple&NomPageJSP=/jsp/recherchemots_simple.jsp?host=catalogue&RechercheMotsSimpleAsauvegarder=0&ecranRechercheMot=/jsp/recherchemots_simple.jsp&resultatsParPage=20&x=40&y=22&nbElementsHDJ=6&nbElementsRDJ=7&nbElementsRCL=12&FondsNumerise=M&CollectionHautdejardin=TVXZROM&HDJ_DAV=R&HDJ_D2=V&HDJ_D1=T&HDJ_D3=X&HDJ_D4=Z&HDJ_SRB=O&CollectionRezdejardin=UWY1SPQM&RDJ_DAV=S&RDJ_D2=W&RDJ_D1=U&RDJ_D3=Y&RDJ_D4=1&RDJ_SRB=P&RDJ_RLR=Q&RICHELIEU_AUTRE=ABCDEEGIKLJ&RCL_D1=A&RCL_D2=K&RCL_D3=D&RCL_D4=E&RCL_D5=E&RCL_D6=C&RCL_D7=B&RCL_D8=J&RCL_D9=G&RCL_D10=I&RCL_D11=L&ARSENAL=H&LivrePeriodique=IP&partitions=C&images_fixes=F&son=S&images_animees=N&Disquette_cederoms=E&multimedia=M&cartes_plans=D&manuscrits=BT&monnaies_medailles_objets=JO&salle_spectacle=V&Monographie_TN=M&Periodique_TN=S&Recueil_TN=R&CollectionEditorial_TN=C&Ensemble_TN=E&Spectacle_TN=A&NoticeB=%s")
("Gallica Bibliothèque Numérique" . "http://gallica.bnf.fr/Search?q=%s"))
"Alist of online sources that can be used to search for
publications. The key of each entry is the name of the online
source. The value is the URL used for retrieving results. This
Expand Down Expand Up @@ -538,7 +538,7 @@ entry for each BibTeX file that will open that file for editing."


(defvar helm-source-bibtex
'((name . "Search BibTeX entries")
'((name . "BibTeX entries")
(init . helm-bibtex-init)
(candidates . helm-bibtex-candidates)
(filtered-candidate-transformer . helm-bibtex-candidates-formatter)
Expand All @@ -548,9 +548,9 @@ entry for each BibTeX file that will open that file for editing."
("Insert reference at point" . helm-bibtex-insert-reference)
("Insert BibTeX key at point" . helm-bibtex-insert-key)
("Insert BibTeX entry at point" . helm-bibtex-insert-bibtex)
("Add PDF as attachment" . helm-bibtex-add-PDF-attachment)
("Attach PDF" . helm-bibtex-add-PDF-attachment)
("Edit notes" . helm-bibtex-edit-notes)
("Show entry in BibTex file" . helm-bibtex-show-entry))))
("Show entry" . helm-bibtex-show-entry))))
"Source for searching in BibTeX files.")

(defvar helm-source-fallback-options
Expand Down

0 comments on commit 5842ccb

Please sign in to comment.