From 8896bf12ad04c931fbb0f7af6fd9b302f5b03e47 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 22 Dec 2012 03:23:32 +0000 Subject: include minimal translations for de, en_gb, and ja, mostly for testing the installation procuedure svn path=/trunk/scripts/guiplugins/search-plugin/; revision=16737 --- po/Makefile | 6 +- po/de.po | 345 +++++++++++++++++++++++++++++++++++++++++++----------------- po/en_gb.po | 313 +++++++++++++++++++++++++++++++++++++++++------------- po/ja.po | 338 ++++++++++++++++++++++++++++++++++++++++++---------------- 4 files changed, 734 insertions(+), 268 deletions(-) diff --git a/po/Makefile b/po/Makefile index a1b8093..7cfb190 100644 --- a/po/Makefile +++ b/po/Makefile @@ -4,11 +4,11 @@ PACKAGE_VERSION = 1.0 TCLFILES = search-plugin.tcl # these are the supported languages, -ALL_LINGUAS = af az be bg ca cs de el en_ca en_gb es_es es_mx eu fr gd gu he hi hu it ja lt lv nl pa pt_br pt_pt ru sq sv tr vi zh_tw +ALL_LINGUAS = de en_gb ja POFILES = $(ALL_LINGUAS:=.po) MSGFILES = $(ALL_LINGUAS:=.msg) -TEMPLATE = template.pot +TEMPLATE = search-plugin.pot FILES = $(addprefix ../, $(TCLFILES)) # generate .msg files from the .po files @@ -36,7 +36,7 @@ $(TEMPLATE): $(FILES) $(POFILES): $(TEMPLATE) touch $@ - msgmerge --sort-by-file -C /home/hans/code/pd-extended.git/po/$@ --update $@ $(TEMPLATE) + msgmerge --sort-by-file --update $@ $(TEMPLATE) %.msg: %.po msgfmt --check --tcl --locale=$* -d . $< diff --git a/po/de.po b/po/de.po index 3831892..c0ea18f 100644 --- a/po/de.po +++ b/po/de.po @@ -3,16 +3,13 @@ # # Translators: # Hans-Christoph Steiner , 2012. -# Johannes Kolb , 2012. -# Max Neupert , 2009. -# , 2012. msgid "" msgstr "" "Project-Id-Version: Pure Data\n" "Report-Msgid-Bugs-To: http://bugs.puredata.info\n" -"POT-Creation-Date: 2012-11-15 21:17-0500\n" -"PO-Revision-Date: 2012-05-19 00:09+0000\n" -"Last-Translator: Johannes Kolb \n" +"POT-Creation-Date: 2012-12-21 22:22-0500\n" +"PO-Revision-Date: 2012-12-22 03:07+0000\n" +"Last-Translator: Hans-Christoph Steiner \n" "Language-Team: LANGUAGE \n" "Language: de\n" "MIME-Version: 1.0\n" @@ -20,221 +17,375 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../search-plugin.tcl:23 +#: ../search-plugin.tcl:45 msgid "All documents" msgstr "" -#: ../search-plugin.tcl:24 +#: ../search-plugin.tcl:46 msgid "Object Help Patches" msgstr "" -#: ../search-plugin.tcl:25 ../search-plugin.tcl:511 -#, fuzzy +#: ../search-plugin.tcl:47 ../search-plugin.tcl:776 msgid "All About Pd" -msgstr "Über Pd" +msgstr "" -#: ../search-plugin.tcl:26 +#: ../search-plugin.tcl:48 msgid "Tutorials" msgstr "" -#: ../search-plugin.tcl:27 -#, fuzzy +#: ../search-plugin.tcl:49 msgid "Manual" -msgstr "HTML Anleitung" +msgstr "" -#: ../search-plugin.tcl:28 +#: ../search-plugin.tcl:50 msgid "Uncategorized" msgstr "" -#: ../search-plugin.tcl:92 -#, fuzzy, tcl-format +#: ../search-plugin.tcl:57 +msgid "Search and Browse Documentation" +msgstr "" + +#: ../search-plugin.tcl:77 ../search-plugin.tcl:744 ../search-plugin.tcl:1099 +#: ../search-plugin.tcl:1114 ../search-plugin.tcl:1122 +msgid "Search" +msgstr "Suchen" + +#: ../search-plugin.tcl:82 +msgid "Match all terms" +msgstr "" + +#: ../search-plugin.tcl:84 +msgid "Match whole words" +msgstr "Ganzes Wort abgleichen" + +#: ../search-plugin.tcl:86 +msgid "Help" +msgstr "Hilfe" + +#: ../search-plugin.tcl:95 +msgid "Pure Data Search" +msgstr "Pure Data Suchen" + +#: ../search-plugin.tcl:329 +#, tcl-format msgid "Open %s" -msgstr "Öffnen" +msgstr "%s öffnen" -#: ../search-plugin.tcl:96 +#: ../search-plugin.tcl:333 #, tcl-format msgid "Browse %s%s" msgstr "" -#: ../search-plugin.tcl:116 +#: ../search-plugin.tcl:353 #, tcl-format msgid "Search for pattern: %s" msgstr "" -#: ../search-plugin.tcl:181 -#, fuzzy -msgid "Error\n" -msgstr "Fehler" +#: ../search-plugin.tcl:421 +msgid "Error" +msgstr "" + +#: ../search-plugin.tcl:423 +msgid "" +"The Pd Search Tool can't use the search term you entered. The tcl " +"interpreter gave the following error:" +msgstr "" -#: ../search-plugin.tcl:187 +#: ../search-plugin.tcl:429 msgid "" "The search term you enter must be formatted as a proper tcl list. This " "usually isn't an issue unless you use some special characters like brackets " -"or unmatched quotes in your search. For more info on tcl lists, see:\n" -"\n" +"or unmatched quotes in your search. For more info on tcl lists, see:" msgstr "" -#: ../search-plugin.tcl:196 +#: ../search-plugin.tcl:439 msgid "" "The search term you enter must have the proper syntax for a regular " "expression in Tcl. This usually isn't an issue unless you use special " "characters to create a complex regular expression. For more info on regular " -"expressions in Tcl, see:\n" -"\n" +"expressions in Tcl, see:" msgstr "" -#: ../search-plugin.tcl:278 +#: ../search-plugin.tcl:529 msgid "Found " msgstr "" -#: ../search-plugin.tcl:287 +#: ../search-plugin.tcl:538 #, tcl-format -msgid " matches out of %s docs" +msgid " out of %s docs" msgstr "" -#: ../search-plugin.tcl:402 +#: ../search-plugin.tcl:665 msgid "text of the license for this software" msgstr "" -#: ../search-plugin.tcl:404 +#: ../search-plugin.tcl:667 msgid "general information from the author" msgstr "" -#: ../search-plugin.tcl:440 +#: ../search-plugin.tcl:703 msgid "No DESCRIPTION tag." msgstr "" -#: ../search-plugin.tcl:444 +#: ../search-plugin.tcl:707 msgid "Keywords:" msgstr "" -#: ../search-plugin.tcl:488 -msgid "Enter terms above. Use the dropdown " +#: ../search-plugin.tcl:749 +msgid "Enter terms above. Use the dropdown menu to filter by category." msgstr "" -#: ../search-plugin.tcl:489 -msgid "menu to filter by category.\n" +#: ../search-plugin.tcl:752 +msgid "Browse the Documentation" msgstr "" -#: ../search-plugin.tcl:490 -msgid "Browse the Documentation\n" +#: ../search-plugin.tcl:754 +msgid "The \"doc\" directory" msgstr "" -#: ../search-plugin.tcl:491 -msgid "The \"doc\" directory" +#: ../search-plugin.tcl:758 +msgid "External Pd libraries" +msgstr "" + +#: ../search-plugin.tcl:760 +msgid "Browse Introductory Topics" msgstr "" -#: ../search-plugin.tcl:495 -msgid "External Pd libraries\n" +#: ../search-plugin.tcl:763 +msgid "HTML manual for Pure Data" msgstr "" -#: ../search-plugin.tcl:496 -msgid "Introductory Topics\n" +#: ../search-plugin.tcl:763 +msgid "Pd Manual" msgstr "" -#: ../search-plugin.tcl:514 -msgid " reference patches for key concepts and settings in Pd\n" +#: ../search-plugin.tcl:764 +msgid "Control Structure" msgstr "" -#: ../search-plugin.tcl:516 -msgid "Advanced Topics\n" +#: ../search-plugin.tcl:764 +msgid "tutorials for control objects" msgstr "" -#: ../search-plugin.tcl:518 +#: ../search-plugin.tcl:765 +msgid "Audio Signals" +msgstr "" + +#: ../search-plugin.tcl:765 +msgid "tutorials for audio signals" +msgstr "" + +#: ../search-plugin.tcl:780 +msgid " reference patches for key concepts and settings in Pd" +msgstr "" + +#: ../search-plugin.tcl:783 +msgid "Browse Advanced Topics" +msgstr "" + +#: ../search-plugin.tcl:786 msgid "Networking" msgstr "" -#: ../search-plugin.tcl:518 +#: ../search-plugin.tcl:786 msgid "sending data over networks with Pd" msgstr "" -#: ../search-plugin.tcl:519 +#: ../search-plugin.tcl:787 msgid "Writing Externals" msgstr "" -#: ../search-plugin.tcl:519 +#: ../search-plugin.tcl:787 msgid "how to code control and signal objects in C" msgstr "" -#: ../search-plugin.tcl:520 -#, fuzzy +#: ../search-plugin.tcl:788 msgid "Data Structures" -msgstr "Daten-Einstellungen" +msgstr "" -#: ../search-plugin.tcl:520 +#: ../search-plugin.tcl:788 msgid "creating graphical objects in Pure Data" msgstr "" -#: ../search-plugin.tcl:521 +#: ../search-plugin.tcl:789 msgid "Dynamic Patching" msgstr "" -#: ../search-plugin.tcl:521 +#: ../search-plugin.tcl:789 msgid "programmatically create/destroy Pd objects" msgstr "" -#: ../search-plugin.tcl:523 +#: ../search-plugin.tcl:791 msgid "Implementation Details" msgstr "" -#: ../search-plugin.tcl:523 +#: ../search-plugin.tcl:791 msgid "file format specification, license text, etc." msgstr "" -#: ../search-plugin.tcl:535 -msgid "Keywords\n" +#: ../search-plugin.tcl:803 +msgid "Search by Tag" msgstr "" -#: ../search-plugin.tcl:536 +#: ../search-plugin.tcl:805 msgid "" -"Many of the help documents are categorized by keyword. Click a link below to " -"search for documents that have been tagged with that keyword.\n" +"Many of the help documents are categorized by keyword tags. Click a link " +"below to search for documents that have been tagged with that keyword." msgstr "" -#: ../search-plugin.tcl:659 -#, fuzzy -msgid "External libraries" -msgstr "Bibliothek editieren" +#: ../search-plugin.tcl:814 +msgid "object itself is written in Pure Data" +msgstr "" -#: ../search-plugin.tcl:681 -msgid "no DESCRIPTION tag or values.\n" +#: ../search-plugin.tcl:816 +msgid "object's behavior only makes sense inside an abstraction" msgstr "" -#: ../search-plugin.tcl:756 -msgid "Home" +#: ../search-plugin.tcl:818 +msgid "performance some sort of analysis on the incoming signal or value" msgstr "" -#: ../search-plugin.tcl:791 -msgid "This help patch is for an internal Pd class" +#: ../search-plugin.tcl:820 +msgid "store or manipulate an anything" msgstr "" -#: ../search-plugin.tcl:792 ../search-plugin.tcl:807 ../search-plugin.tcl:820 -#: ../search-plugin.tcl:838 ../search-plugin.tcl:1009 -#, fuzzy -msgid "Search" -msgstr "Suche in" +#: ../search-plugin.tcl:822 +msgid "create or manipulate an array" +msgstr "" -#: ../search-plugin.tcl:806 -msgid "Sorry, can't find a README file for this object's library." +#: ../search-plugin.tcl:824 +msgid "object describes itself as being bandlimited" +msgstr "" + +#: ../search-plugin.tcl:826 +msgid "" +"signal object that performs block-wide operations (as opposed to repeating " +"the same operation for each sample of the block)" +msgstr "" + +#: ../search-plugin.tcl:829 +msgid "object's behavior only makes sense in context of a canvas" +msgstr "" + +#: ../search-plugin.tcl:831 +msgid "control rate objects" +msgstr "" + +#: ../search-plugin.tcl:833 +msgid "convert from one set of units to another" +msgstr "" + +#: ../search-plugin.tcl:835 +msgid "create or manage data structures" +msgstr "" + +#: ../search-plugin.tcl:837 +msgid "dynamic instantiation/deletion of objects or patches" +msgstr "" + +#: ../search-plugin.tcl:839 +msgid "object that reads from and/or writes to the file system" +msgstr "" + +#: ../search-plugin.tcl:841 +msgid "object that filters incoming data" msgstr "" #: ../search-plugin.tcl:843 -msgid "Match all terms" +msgid "graphical user interface" msgstr "" #: ../search-plugin.tcl:845 -#, fuzzy -msgid "Match whole words" -msgstr "Ganzes Wort abgleichen" +msgid "object that manipulates, outputs, or stores a list" +msgstr "" #: ../search-plugin.tcl:847 -msgid "Help" -msgstr "Hilfe" +msgid "object that provides MIDI functionality" +msgstr "" -#: ../search-plugin.tcl:854 -msgid "Pure Data Search" +#: ../search-plugin.tcl:849 +msgid "" +"help patches that are still under construction or otherwise are incomplete" +msgstr "" + +#: ../search-plugin.tcl:851 +msgid "provides access to or sends/receives data over a network" +msgstr "" + +#: ../search-plugin.tcl:853 +msgid "pass messages or data without patch wires" +msgstr "" + +#: ../search-plugin.tcl:855 +msgid "" +"help patches that cannot be accessed by right-clicking \"help\" for the " +"corresponding object" +msgstr "" + +#: ../search-plugin.tcl:857 +msgid "object whose behavior only makes sense in terms of a Pure Data patch" +msgstr "" + +#: ../search-plugin.tcl:859 +msgid "" +"object that can report on or manipulate global data associated with the " +"running instance of Pd" +msgstr "" + +#: ../search-plugin.tcl:861 +msgid "create a ramp between a starting and ending value" +msgstr "" + +#: ../search-plugin.tcl:863 +msgid "output a random value, list, signal, or other random data" +msgstr "" + +#: ../search-plugin.tcl:865 +msgid "audiorate object (so called \"tilde\" object)" +msgstr "" + +#: ../search-plugin.tcl:867 +msgid "" +"object that can play, manipulate, and/or save a sound file (wav, ogg, flac, " +"mp3, etc.)" +msgstr "" + +#: ../search-plugin.tcl:869 +msgid "object whose main function is to store data" +msgstr "" + +#: ../search-plugin.tcl:871 +msgid "manipulate or store a symbol" +msgstr "" + +#: ../search-plugin.tcl:873 +msgid "measure and/or manipulate time" +msgstr "" + +#: ../search-plugin.tcl:875 +msgid "provide trogonometric functionality" +msgstr "" + +#: ../search-plugin.tcl:958 +msgid "External libraries" +msgstr "" + +#: ../search-plugin.tcl:980 +msgid "no DESCRIPTION tag or values." +msgstr "" + +#: ../search-plugin.tcl:1059 +msgid "Home" +msgstr "" + +#: ../search-plugin.tcl:1098 +msgid "This help patch is for an internal Pd class" +msgstr "" + +#: ../search-plugin.tcl:1113 +msgid "Sorry, can't find a README file for this object's library." msgstr "" -#: ../search-plugin.tcl:1007 +#: ../search-plugin.tcl:1120 msgid "Report a bug" msgstr "Fehler melden" diff --git a/po/en_gb.po b/po/en_gb.po index 1ff4870..c3a9efc 100644 --- a/po/en_gb.po +++ b/po/en_gb.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Pure Data\n" "Report-Msgid-Bugs-To: http://bugs.puredata.info\n" -"POT-Creation-Date: 2012-11-15 21:17-0500\n" +"POT-Creation-Date: 2012-12-21 22:22-0500\n" "PO-Revision-Date: 2012-01-21 20:21+0000\n" "Last-Translator: maxn \n" "Language-Team: LANGUAGE \n" @@ -16,214 +16,375 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: ../search-plugin.tcl:23 +#: ../search-plugin.tcl:45 msgid "All documents" msgstr "" -#: ../search-plugin.tcl:24 +#: ../search-plugin.tcl:46 msgid "Object Help Patches" msgstr "" -#: ../search-plugin.tcl:25 ../search-plugin.tcl:511 +#: ../search-plugin.tcl:47 ../search-plugin.tcl:776 msgid "All About Pd" msgstr "" -#: ../search-plugin.tcl:26 +#: ../search-plugin.tcl:48 msgid "Tutorials" msgstr "" -#: ../search-plugin.tcl:27 +#: ../search-plugin.tcl:49 msgid "Manual" msgstr "" -#: ../search-plugin.tcl:28 +#: ../search-plugin.tcl:50 msgid "Uncategorized" +msgstr "Uncategorised" + +#: ../search-plugin.tcl:57 +msgid "Search and Browse Documentation" +msgstr "" + +#: ../search-plugin.tcl:77 ../search-plugin.tcl:744 ../search-plugin.tcl:1099 +#: ../search-plugin.tcl:1114 ../search-plugin.tcl:1122 +msgid "Search" +msgstr "" + +#: ../search-plugin.tcl:82 +msgid "Match all terms" +msgstr "" + +#: ../search-plugin.tcl:84 +msgid "Match whole words" +msgstr "" + +#: ../search-plugin.tcl:86 +msgid "Help" msgstr "" -#: ../search-plugin.tcl:92 +#: ../search-plugin.tcl:95 +msgid "Pure Data Search" +msgstr "" + +#: ../search-plugin.tcl:329 #, tcl-format msgid "Open %s" msgstr "" -#: ../search-plugin.tcl:96 +#: ../search-plugin.tcl:333 #, tcl-format msgid "Browse %s%s" msgstr "" -#: ../search-plugin.tcl:116 +#: ../search-plugin.tcl:353 #, tcl-format msgid "Search for pattern: %s" msgstr "" -#: ../search-plugin.tcl:181 -msgid "Error\n" +#: ../search-plugin.tcl:421 +msgid "Error" msgstr "" -#: ../search-plugin.tcl:187 +#: ../search-plugin.tcl:423 +msgid "" +"The Pd Search Tool can't use the search term you entered. The tcl " +"interpreter gave the following error:" +msgstr "" + +#: ../search-plugin.tcl:429 msgid "" "The search term you enter must be formatted as a proper tcl list. This " "usually isn't an issue unless you use some special characters like brackets " -"or unmatched quotes in your search. For more info on tcl lists, see:\n" -"\n" +"or unmatched quotes in your search. For more info on tcl lists, see:" msgstr "" -#: ../search-plugin.tcl:196 +#: ../search-plugin.tcl:439 msgid "" "The search term you enter must have the proper syntax for a regular " "expression in Tcl. This usually isn't an issue unless you use special " "characters to create a complex regular expression. For more info on regular " -"expressions in Tcl, see:\n" -"\n" +"expressions in Tcl, see:" msgstr "" -#: ../search-plugin.tcl:278 +#: ../search-plugin.tcl:529 msgid "Found " msgstr "" -#: ../search-plugin.tcl:287 +#: ../search-plugin.tcl:538 #, tcl-format -msgid " matches out of %s docs" +msgid " out of %s docs" msgstr "" -#: ../search-plugin.tcl:402 +#: ../search-plugin.tcl:665 msgid "text of the license for this software" -msgstr "" +msgstr "text of the licence for this software" -#: ../search-plugin.tcl:404 +#: ../search-plugin.tcl:667 msgid "general information from the author" msgstr "" -#: ../search-plugin.tcl:440 +#: ../search-plugin.tcl:703 msgid "No DESCRIPTION tag." msgstr "" -#: ../search-plugin.tcl:444 +#: ../search-plugin.tcl:707 msgid "Keywords:" msgstr "" -#: ../search-plugin.tcl:488 -msgid "Enter terms above. Use the dropdown " +#: ../search-plugin.tcl:749 +msgid "Enter terms above. Use the dropdown menu to filter by category." msgstr "" -#: ../search-plugin.tcl:489 -msgid "menu to filter by category.\n" +#: ../search-plugin.tcl:752 +msgid "Browse the Documentation" msgstr "" -#: ../search-plugin.tcl:490 -msgid "Browse the Documentation\n" +#: ../search-plugin.tcl:754 +msgid "The \"doc\" directory" msgstr "" -#: ../search-plugin.tcl:491 -msgid "The \"doc\" directory" +#: ../search-plugin.tcl:758 +msgid "External Pd libraries" +msgstr "" + +#: ../search-plugin.tcl:760 +msgid "Browse Introductory Topics" +msgstr "" + +#: ../search-plugin.tcl:763 +msgid "HTML manual for Pure Data" msgstr "" -#: ../search-plugin.tcl:495 -msgid "External Pd libraries\n" +#: ../search-plugin.tcl:763 +msgid "Pd Manual" msgstr "" -#: ../search-plugin.tcl:496 -msgid "Introductory Topics\n" +#: ../search-plugin.tcl:764 +msgid "Control Structure" msgstr "" -#: ../search-plugin.tcl:514 -msgid " reference patches for key concepts and settings in Pd\n" +#: ../search-plugin.tcl:764 +msgid "tutorials for control objects" msgstr "" -#: ../search-plugin.tcl:516 -msgid "Advanced Topics\n" +#: ../search-plugin.tcl:765 +msgid "Audio Signals" msgstr "" -#: ../search-plugin.tcl:518 +#: ../search-plugin.tcl:765 +msgid "tutorials for audio signals" +msgstr "" + +#: ../search-plugin.tcl:780 +msgid " reference patches for key concepts and settings in Pd" +msgstr "" + +#: ../search-plugin.tcl:783 +msgid "Browse Advanced Topics" +msgstr "" + +#: ../search-plugin.tcl:786 msgid "Networking" msgstr "" -#: ../search-plugin.tcl:518 +#: ../search-plugin.tcl:786 msgid "sending data over networks with Pd" msgstr "" -#: ../search-plugin.tcl:519 +#: ../search-plugin.tcl:787 msgid "Writing Externals" msgstr "" -#: ../search-plugin.tcl:519 +#: ../search-plugin.tcl:787 msgid "how to code control and signal objects in C" msgstr "" -#: ../search-plugin.tcl:520 +#: ../search-plugin.tcl:788 msgid "Data Structures" msgstr "" -#: ../search-plugin.tcl:520 +#: ../search-plugin.tcl:788 msgid "creating graphical objects in Pure Data" msgstr "" -#: ../search-plugin.tcl:521 +#: ../search-plugin.tcl:789 msgid "Dynamic Patching" msgstr "" -#: ../search-plugin.tcl:521 +#: ../search-plugin.tcl:789 msgid "programmatically create/destroy Pd objects" msgstr "" -#: ../search-plugin.tcl:523 +#: ../search-plugin.tcl:791 msgid "Implementation Details" msgstr "" -#: ../search-plugin.tcl:523 +#: ../search-plugin.tcl:791 msgid "file format specification, license text, etc." +msgstr "file format specification, licence text, etc." + +#: ../search-plugin.tcl:803 +msgid "Search by Tag" +msgstr "" + +#: ../search-plugin.tcl:805 +msgid "" +"Many of the help documents are categorized by keyword tags. Click a link " +"below to search for documents that have been tagged with that keyword." +msgstr "" + +#: ../search-plugin.tcl:814 +msgid "object itself is written in Pure Data" +msgstr "" + +#: ../search-plugin.tcl:816 +msgid "object's behavior only makes sense inside an abstraction" +msgstr "" + +#: ../search-plugin.tcl:818 +msgid "performance some sort of analysis on the incoming signal or value" +msgstr "" + +#: ../search-plugin.tcl:820 +msgid "store or manipulate an anything" msgstr "" -#: ../search-plugin.tcl:535 -msgid "Keywords\n" +#: ../search-plugin.tcl:822 +msgid "create or manipulate an array" msgstr "" -#: ../search-plugin.tcl:536 +#: ../search-plugin.tcl:824 +msgid "object describes itself as being bandlimited" +msgstr "" + +#: ../search-plugin.tcl:826 msgid "" -"Many of the help documents are categorized by keyword. Click a link below to " -"search for documents that have been tagged with that keyword.\n" +"signal object that performs block-wide operations (as opposed to repeating " +"the same operation for each sample of the block)" msgstr "" -#: ../search-plugin.tcl:659 -msgid "External libraries" +#: ../search-plugin.tcl:829 +msgid "object's behavior only makes sense in context of a canvas" msgstr "" -#: ../search-plugin.tcl:681 -msgid "no DESCRIPTION tag or values.\n" +#: ../search-plugin.tcl:831 +msgid "control rate objects" msgstr "" -#: ../search-plugin.tcl:756 -msgid "Home" +#: ../search-plugin.tcl:833 +msgid "convert from one set of units to another" msgstr "" -#: ../search-plugin.tcl:791 -msgid "This help patch is for an internal Pd class" +#: ../search-plugin.tcl:835 +msgid "create or manage data structures" msgstr "" -#: ../search-plugin.tcl:792 ../search-plugin.tcl:807 ../search-plugin.tcl:820 -#: ../search-plugin.tcl:838 ../search-plugin.tcl:1009 -msgid "Search" +#: ../search-plugin.tcl:837 +msgid "dynamic instantiation/deletion of objects or patches" msgstr "" -#: ../search-plugin.tcl:806 -msgid "Sorry, can't find a README file for this object's library." +#: ../search-plugin.tcl:839 +msgid "object that reads from and/or writes to the file system" +msgstr "" + +#: ../search-plugin.tcl:841 +msgid "object that filters incoming data" msgstr "" #: ../search-plugin.tcl:843 -msgid "Match all terms" +msgid "graphical user interface" msgstr "" #: ../search-plugin.tcl:845 -msgid "Match whole words" +msgid "object that manipulates, outputs, or stores a list" msgstr "" #: ../search-plugin.tcl:847 -msgid "Help" +msgid "object that provides MIDI functionality" msgstr "" -#: ../search-plugin.tcl:854 -msgid "Pure Data Search" +#: ../search-plugin.tcl:849 +msgid "" +"help patches that are still under construction or otherwise are incomplete" +msgstr "" + +#: ../search-plugin.tcl:851 +msgid "provides access to or sends/receives data over a network" +msgstr "" + +#: ../search-plugin.tcl:853 +msgid "pass messages or data without patch wires" +msgstr "" + +#: ../search-plugin.tcl:855 +msgid "" +"help patches that cannot be accessed by right-clicking \"help\" for the " +"corresponding object" +msgstr "" + +#: ../search-plugin.tcl:857 +msgid "object whose behavior only makes sense in terms of a Pure Data patch" +msgstr "" + +#: ../search-plugin.tcl:859 +msgid "" +"object that can report on or manipulate global data associated with the " +"running instance of Pd" +msgstr "" + +#: ../search-plugin.tcl:861 +msgid "create a ramp between a starting and ending value" +msgstr "" + +#: ../search-plugin.tcl:863 +msgid "output a random value, list, signal, or other random data" +msgstr "" + +#: ../search-plugin.tcl:865 +msgid "audiorate object (so called \"tilde\" object)" +msgstr "" + +#: ../search-plugin.tcl:867 +msgid "" +"object that can play, manipulate, and/or save a sound file (wav, ogg, flac, " +"mp3, etc.)" +msgstr "" + +#: ../search-plugin.tcl:869 +msgid "object whose main function is to store data" +msgstr "" + +#: ../search-plugin.tcl:871 +msgid "manipulate or store a symbol" +msgstr "" + +#: ../search-plugin.tcl:873 +msgid "measure and/or manipulate time" +msgstr "" + +#: ../search-plugin.tcl:875 +msgid "provide trogonometric functionality" +msgstr "" + +#: ../search-plugin.tcl:958 +msgid "External libraries" +msgstr "" + +#: ../search-plugin.tcl:980 +msgid "no DESCRIPTION tag or values." +msgstr "" + +#: ../search-plugin.tcl:1059 +msgid "Home" +msgstr "" + +#: ../search-plugin.tcl:1098 +msgid "This help patch is for an internal Pd class" +msgstr "" + +#: ../search-plugin.tcl:1113 +msgid "Sorry, can't find a README file for this object's library." msgstr "" -#: ../search-plugin.tcl:1007 +#: ../search-plugin.tcl:1120 msgid "Report a bug" msgstr "" diff --git a/po/ja.po b/po/ja.po index 2bb3c6d..074b13b 100644 --- a/po/ja.po +++ b/po/ja.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Pure Data\n" "Report-Msgid-Bugs-To: http://bugs.puredata.info\n" -"POT-Creation-Date: 2012-11-15 21:17-0500\n" +"POT-Creation-Date: 2012-12-21 22:22-0500\n" "PO-Revision-Date: 2012-04-16 08:42+0000\n" "Last-Translator: Sei Matsumura \n" "Language-Team: LANGUAGE \n" @@ -18,221 +18,375 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../search-plugin.tcl:23 +#: ../search-plugin.tcl:45 msgid "All documents" msgstr "" -#: ../search-plugin.tcl:24 +#: ../search-plugin.tcl:46 msgid "Object Help Patches" msgstr "" -#: ../search-plugin.tcl:25 ../search-plugin.tcl:511 -#, fuzzy +#: ../search-plugin.tcl:47 ../search-plugin.tcl:776 msgid "All About Pd" -msgstr "Pdについて" +msgstr "" -#: ../search-plugin.tcl:26 +#: ../search-plugin.tcl:48 msgid "Tutorials" msgstr "" -#: ../search-plugin.tcl:27 -#, fuzzy +#: ../search-plugin.tcl:49 msgid "Manual" -msgstr "HTMLマニュアル..." +msgstr "マニュアル" -#: ../search-plugin.tcl:28 +#: ../search-plugin.tcl:50 msgid "Uncategorized" msgstr "" -#: ../search-plugin.tcl:92 -#, fuzzy, tcl-format +#: ../search-plugin.tcl:57 +msgid "Search and Browse Documentation" +msgstr "" + +#: ../search-plugin.tcl:77 ../search-plugin.tcl:744 ../search-plugin.tcl:1099 +#: ../search-plugin.tcl:1114 ../search-plugin.tcl:1122 +msgid "Search" +msgstr "" + +#: ../search-plugin.tcl:82 +msgid "Match all terms" +msgstr "" + +#: ../search-plugin.tcl:84 +msgid "Match whole words" +msgstr "全文適合検索" + +#: ../search-plugin.tcl:86 +msgid "Help" +msgstr "ヘルプ" + +#: ../search-plugin.tcl:95 +msgid "Pure Data Search" +msgstr "" + +#: ../search-plugin.tcl:329 +#, tcl-format msgid "Open %s" -msgstr "開く" +msgstr "%s 開く" -#: ../search-plugin.tcl:96 +#: ../search-plugin.tcl:333 #, tcl-format msgid "Browse %s%s" msgstr "" -#: ../search-plugin.tcl:116 +#: ../search-plugin.tcl:353 #, tcl-format msgid "Search for pattern: %s" msgstr "" -#: ../search-plugin.tcl:181 -#, fuzzy -msgid "Error\n" -msgstr "エラー" +#: ../search-plugin.tcl:421 +msgid "Error" +msgstr "" + +#: ../search-plugin.tcl:423 +msgid "" +"The Pd Search Tool can't use the search term you entered. The tcl " +"interpreter gave the following error:" +msgstr "" -#: ../search-plugin.tcl:187 +#: ../search-plugin.tcl:429 msgid "" "The search term you enter must be formatted as a proper tcl list. This " "usually isn't an issue unless you use some special characters like brackets " -"or unmatched quotes in your search. For more info on tcl lists, see:\n" -"\n" +"or unmatched quotes in your search. For more info on tcl lists, see:" msgstr "" -#: ../search-plugin.tcl:196 +#: ../search-plugin.tcl:439 msgid "" "The search term you enter must have the proper syntax for a regular " "expression in Tcl. This usually isn't an issue unless you use special " "characters to create a complex regular expression. For more info on regular " -"expressions in Tcl, see:\n" -"\n" +"expressions in Tcl, see:" msgstr "" -#: ../search-plugin.tcl:278 +#: ../search-plugin.tcl:529 msgid "Found " msgstr "" -#: ../search-plugin.tcl:287 +#: ../search-plugin.tcl:538 #, tcl-format -msgid " matches out of %s docs" +msgid " out of %s docs" msgstr "" -#: ../search-plugin.tcl:402 +#: ../search-plugin.tcl:665 msgid "text of the license for this software" msgstr "" -#: ../search-plugin.tcl:404 +#: ../search-plugin.tcl:667 msgid "general information from the author" msgstr "" -#: ../search-plugin.tcl:440 +#: ../search-plugin.tcl:703 msgid "No DESCRIPTION tag." msgstr "" -#: ../search-plugin.tcl:444 +#: ../search-plugin.tcl:707 msgid "Keywords:" msgstr "" -#: ../search-plugin.tcl:488 -msgid "Enter terms above. Use the dropdown " +#: ../search-plugin.tcl:749 +msgid "Enter terms above. Use the dropdown menu to filter by category." msgstr "" -#: ../search-plugin.tcl:489 -msgid "menu to filter by category.\n" +#: ../search-plugin.tcl:752 +msgid "Browse the Documentation" msgstr "" -#: ../search-plugin.tcl:490 -msgid "Browse the Documentation\n" +#: ../search-plugin.tcl:754 +msgid "The \"doc\" directory" msgstr "" -#: ../search-plugin.tcl:491 -msgid "The \"doc\" directory" +#: ../search-plugin.tcl:758 +msgid "External Pd libraries" msgstr "" -#: ../search-plugin.tcl:495 -msgid "External Pd libraries\n" +#: ../search-plugin.tcl:760 +msgid "Browse Introductory Topics" msgstr "" -#: ../search-plugin.tcl:496 -msgid "Introductory Topics\n" +#: ../search-plugin.tcl:763 +msgid "HTML manual for Pure Data" msgstr "" -#: ../search-plugin.tcl:514 -msgid " reference patches for key concepts and settings in Pd\n" +#: ../search-plugin.tcl:763 +msgid "Pd Manual" +msgstr "Pdマニュアル" + +#: ../search-plugin.tcl:764 +msgid "Control Structure" msgstr "" -#: ../search-plugin.tcl:516 -msgid "Advanced Topics\n" +#: ../search-plugin.tcl:764 +msgid "tutorials for control objects" msgstr "" -#: ../search-plugin.tcl:518 +#: ../search-plugin.tcl:765 +msgid "Audio Signals" +msgstr "" + +#: ../search-plugin.tcl:765 +msgid "tutorials for audio signals" +msgstr "" + +#: ../search-plugin.tcl:780 +msgid " reference patches for key concepts and settings in Pd" +msgstr "" + +#: ../search-plugin.tcl:783 +msgid "Browse Advanced Topics" +msgstr "" + +#: ../search-plugin.tcl:786 msgid "Networking" msgstr "" -#: ../search-plugin.tcl:518 +#: ../search-plugin.tcl:786 msgid "sending data over networks with Pd" msgstr "" -#: ../search-plugin.tcl:519 +#: ../search-plugin.tcl:787 msgid "Writing Externals" msgstr "" -#: ../search-plugin.tcl:519 +#: ../search-plugin.tcl:787 msgid "how to code control and signal objects in C" msgstr "" -#: ../search-plugin.tcl:520 -#, fuzzy +#: ../search-plugin.tcl:788 msgid "Data Structures" -msgstr "データ プロパティ" +msgstr "" -#: ../search-plugin.tcl:520 +#: ../search-plugin.tcl:788 msgid "creating graphical objects in Pure Data" msgstr "" -#: ../search-plugin.tcl:521 +#: ../search-plugin.tcl:789 msgid "Dynamic Patching" msgstr "" -#: ../search-plugin.tcl:521 +#: ../search-plugin.tcl:789 msgid "programmatically create/destroy Pd objects" msgstr "" -#: ../search-plugin.tcl:523 +#: ../search-plugin.tcl:791 msgid "Implementation Details" msgstr "" -#: ../search-plugin.tcl:523 +#: ../search-plugin.tcl:791 msgid "file format specification, license text, etc." msgstr "" -#: ../search-plugin.tcl:535 -msgid "Keywords\n" +#: ../search-plugin.tcl:803 +msgid "Search by Tag" msgstr "" -#: ../search-plugin.tcl:536 +#: ../search-plugin.tcl:805 msgid "" -"Many of the help documents are categorized by keyword. Click a link below to " -"search for documents that have been tagged with that keyword.\n" +"Many of the help documents are categorized by keyword tags. Click a link " +"below to search for documents that have been tagged with that keyword." msgstr "" -#: ../search-plugin.tcl:659 -#, fuzzy -msgid "External libraries" -msgstr "ライブラリの編集" +#: ../search-plugin.tcl:814 +msgid "object itself is written in Pure Data" +msgstr "" -#: ../search-plugin.tcl:681 -msgid "no DESCRIPTION tag or values.\n" +#: ../search-plugin.tcl:816 +msgid "object's behavior only makes sense inside an abstraction" msgstr "" -#: ../search-plugin.tcl:756 -msgid "Home" +#: ../search-plugin.tcl:818 +msgid "performance some sort of analysis on the incoming signal or value" msgstr "" -#: ../search-plugin.tcl:791 -msgid "This help patch is for an internal Pd class" +#: ../search-plugin.tcl:820 +msgid "store or manipulate an anything" msgstr "" -#: ../search-plugin.tcl:792 ../search-plugin.tcl:807 ../search-plugin.tcl:820 -#: ../search-plugin.tcl:838 ../search-plugin.tcl:1009 -#, fuzzy -msgid "Search" -msgstr "検索範囲" +#: ../search-plugin.tcl:822 +msgid "create or manipulate an array" +msgstr "" -#: ../search-plugin.tcl:806 -msgid "Sorry, can't find a README file for this object's library." +#: ../search-plugin.tcl:824 +msgid "object describes itself as being bandlimited" +msgstr "" + +#: ../search-plugin.tcl:826 +msgid "" +"signal object that performs block-wide operations (as opposed to repeating " +"the same operation for each sample of the block)" +msgstr "" + +#: ../search-plugin.tcl:829 +msgid "object's behavior only makes sense in context of a canvas" +msgstr "" + +#: ../search-plugin.tcl:831 +msgid "control rate objects" +msgstr "" + +#: ../search-plugin.tcl:833 +msgid "convert from one set of units to another" +msgstr "" + +#: ../search-plugin.tcl:835 +msgid "create or manage data structures" +msgstr "" + +#: ../search-plugin.tcl:837 +msgid "dynamic instantiation/deletion of objects or patches" +msgstr "" + +#: ../search-plugin.tcl:839 +msgid "object that reads from and/or writes to the file system" +msgstr "" + +#: ../search-plugin.tcl:841 +msgid "object that filters incoming data" msgstr "" #: ../search-plugin.tcl:843 -msgid "Match all terms" +msgid "graphical user interface" msgstr "" #: ../search-plugin.tcl:845 -#, fuzzy -msgid "Match whole words" -msgstr "全文適合検索" +msgid "object that manipulates, outputs, or stores a list" +msgstr "" #: ../search-plugin.tcl:847 -msgid "Help" -msgstr "ヘルプ" +msgid "object that provides MIDI functionality" +msgstr "" -#: ../search-plugin.tcl:854 -msgid "Pure Data Search" +#: ../search-plugin.tcl:849 +msgid "" +"help patches that are still under construction or otherwise are incomplete" +msgstr "" + +#: ../search-plugin.tcl:851 +msgid "provides access to or sends/receives data over a network" +msgstr "" + +#: ../search-plugin.tcl:853 +msgid "pass messages or data without patch wires" +msgstr "" + +#: ../search-plugin.tcl:855 +msgid "" +"help patches that cannot be accessed by right-clicking \"help\" for the " +"corresponding object" +msgstr "" + +#: ../search-plugin.tcl:857 +msgid "object whose behavior only makes sense in terms of a Pure Data patch" +msgstr "" + +#: ../search-plugin.tcl:859 +msgid "" +"object that can report on or manipulate global data associated with the " +"running instance of Pd" +msgstr "" + +#: ../search-plugin.tcl:861 +msgid "create a ramp between a starting and ending value" +msgstr "" + +#: ../search-plugin.tcl:863 +msgid "output a random value, list, signal, or other random data" +msgstr "" + +#: ../search-plugin.tcl:865 +msgid "audiorate object (so called \"tilde\" object)" +msgstr "" + +#: ../search-plugin.tcl:867 +msgid "" +"object that can play, manipulate, and/or save a sound file (wav, ogg, flac, " +"mp3, etc.)" +msgstr "" + +#: ../search-plugin.tcl:869 +msgid "object whose main function is to store data" +msgstr "" + +#: ../search-plugin.tcl:871 +msgid "manipulate or store a symbol" +msgstr "" + +#: ../search-plugin.tcl:873 +msgid "measure and/or manipulate time" +msgstr "" + +#: ../search-plugin.tcl:875 +msgid "provide trogonometric functionality" +msgstr "" + +#: ../search-plugin.tcl:958 +msgid "External libraries" +msgstr "" + +#: ../search-plugin.tcl:980 +msgid "no DESCRIPTION tag or values." +msgstr "" + +#: ../search-plugin.tcl:1059 +msgid "Home" +msgstr "" + +#: ../search-plugin.tcl:1098 +msgid "This help patch is for an internal Pd class" +msgstr "" + +#: ../search-plugin.tcl:1113 +msgid "Sorry, can't find a README file for this object's library." msgstr "" -#: ../search-plugin.tcl:1007 +#: ../search-plugin.tcl:1120 msgid "Report a bug" msgstr "バグを報告する" -- cgit v1.2.1