From 675e4dc867d29602bf959b1ea6e6172de76e50c7 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 1 Jan 2013 02:06:55 +0000 Subject: remove leading spaces from translatable strings svn path=/trunk/scripts/guiplugins/search-plugin/; revision=16798 --- po/search-plugin.pot | 16 ++++++++-------- search-plugin.tcl | 6 ++++-- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/po/search-plugin.pot b/po/search-plugin.pot index d0f64a1..a8c9aef 100644 --- a/po/search-plugin.pot +++ b/po/search-plugin.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: search plugin 1.0\n" "Report-Msgid-Bugs-To: http://bugs.puredata.info\n" -"POT-Creation-Date: 2012-12-22 22:04-0500\n" +"POT-Creation-Date: 2012-12-31 21:04-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,13 +16,6 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#, tcl-format -msgid " out of %s docs" -msgstr "" - -msgid " reference patches for key concepts and settings in Pd" -msgstr "" - msgid "Advanced search options" msgstr "" @@ -269,6 +262,10 @@ msgstr "" msgid "object's behavior only makes sense inside an abstraction" msgstr "" +#, tcl-format +msgid "out of %s docs" +msgstr "" + msgid "output a random value, list, signal, or other random data" msgstr "" @@ -287,6 +284,9 @@ msgstr "" msgid "provides access to or sends/receives data over a network" msgstr "" +msgid "reference patches for key concepts and settings in Pd" +msgstr "" + msgid "sending data over networks with Pd" msgstr "" diff --git a/search-plugin.tcl b/search-plugin.tcl index 4c1020b..98ffbf2 100644 --- a/search-plugin.tcl +++ b/search-plugin.tcl @@ -535,8 +535,9 @@ proc ::dialog_helpbrowser2::results_epilog {widget} { $widget insert 1.end [lindex $count $i] "$tag navbar" incr i } + $widget insert 1.end " " "navbar" $widget insert 1.end \ - [format [_ " out of %s docs"] [llength $filelist]] "navbar" + [format [_ "out of %s docs"] [llength $filelist]] "navbar" $widget configure -state disabled .helpbrowser2.resultstext configure -state disabled } @@ -777,8 +778,9 @@ proc ::dialog_helpbrowser2::intro { t } { $t insert end [_ "All About Pd"] "link homepage_file" $t insert end [file join $::sys_libdir doc 5.reference] basedir $t insert end all_about.pd filename + $t insert end " " description $t insert end \ - [_ " reference patches for key concepts and settings in Pd"] \ + [_ "reference patches for key concepts and settings in Pd"] \ description $t insert end "\n" $t insert end [_ "Browse Advanced Topics"] homepage_title -- cgit v1.2.1