From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/75169 Path: news.gmane.org!not-for-mail From: Jan Heinen Newsgroups: gmane.comp.tex.context Subject: Translate tooltip on button in pdf Date: Sun, 18 Mar 2012 19:08:38 +0100 Message-ID: <4F6624A6.30102@gmx.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1332094131 26487 80.91.229.3 (18 Mar 2012 18:08:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 18 Mar 2012 18:08:51 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sun Mar 18 19:08:46 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S9KX8-0005pz-N2 for gctc-ntg-context-518@m.gmane.org; Sun, 18 Mar 2012 19:08:46 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 187BC10253; Sun, 18 Mar 2012 19:08:46 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id hJhlSjjzKEwz; Sun, 18 Mar 2012 19:08:44 +0100 (CET) Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 954D91024D; Sun, 18 Mar 2012 19:08:44 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A02121024D for ; Sun, 18 Mar 2012 19:08:42 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with LMTP id nh1HJqjy4sWt for ; Sun, 18 Mar 2012 19:08:41 +0100 (CET) Original-Received: from filter1-til.mf.surf.net (filter1-til.mf.surf.net [194.171.167.217]) by balder.ntg.nl (Postfix) with ESMTP id C06A51023F for ; Sun, 18 Mar 2012 19:08:41 +0100 (CET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by filter1-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id q2II8ew0018366 for ; Sun, 18 Mar 2012 19:08:41 +0100 Original-Received: from [192.168.178.101] (p57BA0CC1.dip0.t-ipconnect.de [87.186.12.193]) by mrelayeu.kundenserver.de (node=mreu3) with ESMTP (Nemesis) id 0M3q7C-1SQaT41iPC-00rZBy; Sun, 18 Mar 2012 19:08:40 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.21) Gecko/20110831 Icedove/3.1.13 X-Provags-ID: V02:K0:bd54EgEZ8p4PDd0dJUfsaT71N2nhvBK74HX2PHsSfnK nR2m+eNiBs/YeP/bb5b/n7b/xCVqZiRyi+30ijogbTKOdKIgsC sEGKQyOlrEvo3YCTnVc8R2OQf1jQhu0WfAP/28iqTgSZg3Q8qx HmR292fw/dN3VcKw69rdVa9qsaE4u8S7Uuwn5f9ni1mft1NQyl ay6mZCQMD4uH3TaRRZPDtLn5GB3rCnrkXtsPic/aKx7VfR25JT 6wY4ZZ6M8hgpbigUf5xiXEG0ac4nc2sMRTA7JzW13cxdgtJAPQ uSObIuvIk9oPf5HsK/kXfxnHqO3o1031nOZ/S5BmnTQtYZM7Q= = X-Bayes-Prob: 0.0013 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=212.227.126.186; country=DE; region=01; city=Ludwigsburg; latitude=48.9000; longitude=9.1833; http://maps.google.com/maps?q=48.9000,9.1833&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0RGL68F00 - dce281be11a0 - 20120318 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.217 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:75169 Archived-At: Hello how to change the tooltipps from english "First page" to german "Erste Seite"? \setupinteraction[state=start] \starttext \button {\scale[height=2em] {\symbol[navigation 1][nextpage]}} [NextPage] \page \button {\scale[height=2em] {\symbol[navigation 1][previouspage]}} [PreviousPage] \page \stoptext Regards Jannis -- Better organization and integration of all ConTeXT-information: http://wiki.contextgarden.net/Category:ConTeXt ............ All information arround ConTeXt http://wiki.contextgarden.net/Category:Commands ........ Commands !!! new: "One-Click" from every command in the wiki to the rich resources of the ConTeXt-mailinglist ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________