Changeset 11115
- Timestamp:
- 03/14/10 16:27:25 (2 years ago)
- Location:
- trunk/Padre
- Files:
-
- 3 edited
-
lib/Padre/Task/Outline/Perl.pm (modified) (1 diff)
-
share/locale/de.po (modified) (4 diffs)
-
share/locale/messages.pot (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Task/Outline/Perl.pm
r10997 r11115 262 262 my ( $outlinebar, $pkg, $type, $root ) = @_; 263 263 264 my %type_caption = ( 265 pragmata => Wx::gettext('Pragmata'), 266 modules => Wx::gettext('Modules'), 267 methods => Wx::gettext('Methods'), 268 ); 269 264 270 my $type_elem = undef; 265 271 if ( defined( $pkg->{$type} ) && scalar( @{ $pkg->{$type} } ) > 0 ) { 272 my $type_caption = ucfirst($type); 273 if (exists $type_caption{$type}) { 274 $type_caption = $type_caption{$type}; 275 } 276 else { 277 warn "Type not translated: $type_caption\n"; 278 } 279 266 280 $type_elem = $outlinebar->AppendItem( 267 281 $root, 268 ucfirst($type),282 $type_caption, 269 283 -1, 270 284 -1, -
trunk/Padre/share/locale/de.po
r11114 r11115 8 8 "Project-Id-Version: 0.23\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2010-03-1 4 22:11+0100\n"10 "POT-Creation-Date: 2010-03-15 00:12+0100\n" 11 11 "PO-Revision-Date: 2010-02-01 10:30+0100\n" 12 12 "Last-Translator: Sebastian Willing\n" … … 1433 1433 1434 1434 #: lib/Padre/Wx/Dialog/Find.pm:331 lib/Padre/Wx/Dialog/Replace.pm:535 1435 #: lib/Padre/Wx/Dialog/Replace.pm:58 11435 #: lib/Padre/Wx/Dialog/Replace.pm:582 1436 1436 msgid "No matches found" 1437 1437 msgstr "Nichts gefunden" … … 2110 2110 msgstr "Ersetzen durch:" 2111 2111 2112 #: lib/Padre/Wx/Dialog/Replace.pm:536 lib/Padre/Wx/Dialog/Replace.pm:57 72113 #: lib/Padre/Wx/Dialog/Replace.pm:58 22112 #: lib/Padre/Wx/Dialog/Replace.pm:536 lib/Padre/Wx/Dialog/Replace.pm:578 2113 #: lib/Padre/Wx/Dialog/Replace.pm:583 2114 2114 msgid "Search and Replace" 2115 2115 msgstr "Suchen und ersetzen" … … 4613 4613 msgid "&GoTo Element" 4614 4614 msgstr "&Gehe zu Element" 4615 4616 #: lib/Padre/Task/Outline/Perl.pm:265 4617 msgid "Pragmata" 4618 msgstr "Pragmata" 4619 4620 #: lib/Padre/Task/Outline/Perl.pm:266 4621 msgid "Modules" 4622 msgstr "Module" 4623 4624 #: lib/Padre/Task/Outline/Perl.pm:267 4625 msgid "Methods" 4626 msgstr "Methoden" 4615 4627 4616 4628 #~ msgid "Yesterday" -
trunk/Padre/share/locale/messages.pot
r11114 r11115 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2010-03-1 4 22:11+0100\n"11 "POT-Creation-Date: 2010-03-15 00:12+0100\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 1399 1399 1400 1400 #: lib/Padre/Wx/Dialog/Find.pm:331 lib/Padre/Wx/Dialog/Replace.pm:535 1401 #: lib/Padre/Wx/Dialog/Replace.pm:58 11401 #: lib/Padre/Wx/Dialog/Replace.pm:582 1402 1402 msgid "No matches found" 1403 1403 msgstr "" … … 2066 2066 msgstr "" 2067 2067 2068 #: lib/Padre/Wx/Dialog/Replace.pm:536 lib/Padre/Wx/Dialog/Replace.pm:57 72069 #: lib/Padre/Wx/Dialog/Replace.pm:58 22068 #: lib/Padre/Wx/Dialog/Replace.pm:536 lib/Padre/Wx/Dialog/Replace.pm:578 2069 #: lib/Padre/Wx/Dialog/Replace.pm:583 2070 2070 msgid "Search and Replace" 2071 2071 msgstr "" … … 4512 4512 msgid "&GoTo Element" 4513 4513 msgstr "" 4514 4515 #: lib/Padre/Task/Outline/Perl.pm:265 4516 msgid "Pragmata" 4517 msgstr "" 4518 4519 #: lib/Padre/Task/Outline/Perl.pm:266 4520 msgid "Modules" 4521 msgstr "" 4522 4523 #: lib/Padre/Task/Outline/Perl.pm:267 4524 msgid "Methods" 4525 msgstr ""
Note: See TracChangeset
for help on using the changeset viewer.
