Changeset 5653
- Timestamp:
- 06/27/09 00:21:02 (3 years ago)
- Location:
- trunk/Padre-Plugin-Perl6/lib/Padre/Plugin
- Files:
-
- 5 edited
-
Perl6.pm (modified) (1 diff)
-
Perl6/Perl6Document.pm (modified) (1 diff)
-
Perl6/Perl6StdColorizerTask.pm (modified) (1 diff)
-
Perl6/share/locale/Perl6-ar.po (modified) (4 diffs)
-
Perl6/share/locale/messages.pot (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6.pm
r5530 r5653 251 251 $about->SetName("Padre::Plugin::Perl6"); 252 252 $about->SetDescription( 253 Wx::gettext("Perl 6 syntax highlighting is based on\n") .253 Wx::gettext("Perl 6 coloring is based on\n") . 254 254 Wx::gettext("Syntax::Highlight::Perl6 version ") . $Syntax::Highlight::Perl6::VERSION . "\n" 255 255 ); -
trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6/Perl6Document.pm
r5530 r5653 472 472 # 1 == 2 ?? 1 !! 2; 473 473 push @items, { 474 text => Wx::gettext('Use !! for conditional operator else clause'),474 text => Wx::gettext('Use !! for conditional operator'), 475 475 listener => sub { 476 476 #Replace first '!!' with '::' in the current line -
trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6/Perl6StdColorizerTask.pm
r5530 r5653 205 205 } elsif($msg =~ /^Can't locate object method ".+?" via package "STD"/i) { 206 206 # STD lex cache is corrupt... 207 $msg = Wx::gettext("'STD Lex Cache' is corrupt. Please click on Plugins/Perl6/Cleanup STD Lex Cacheand then re-open the file.");207 $msg = Wx::gettext("'STD Lex Cache' folder is corrupt. Please click on 'Plugins/Perl6/Cleanup STD Lex Cache' and then re-open the file."); 208 208 push @{$issues}, { line => 1, msg => $msg, severity => 'E', }; 209 209 # no need to continue collecting errors... -
trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6/share/locale/Perl6-ar.po
r5647 r5653 3 3 "Project-Id-Version: Padre-Plugin-Perl6\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2009-06-27 08:43+0300\n"5 "POT-Creation-Date: 2009-06-27 10:22+0300\n" 6 6 "PO-Revision-Date: \n" 7 7 "Last-Translator: Ahmad M. Zawawi <ahmad.zawawi@gmail.com>\n" … … 106 106 107 107 #: lib/Padre/Plugin/Perl6.pm:253 108 msgid "Perl 6 syntax highlighting is based on\n"109 msgstr " "108 msgid "Perl 6 coloring is based on\n" 109 msgstr "ÙØ³ØªÙد تÙÙÙÙ Perl 6 عÙÙ\n" 110 110 111 111 #: lib/Padre/Plugin/Perl6.pm:254 … … 202 202 203 203 #: lib/Padre/Plugin/Perl6/Perl6Document.pm:474 204 msgid "Use !! for conditional operator else clause" 205 msgstr "" 204 msgid "Use !! for conditional operator" 205 msgstr "استخد٠206 ?? !! ÙÙØ¹Ø§Ù 207 ٠اÙÙ 208 ØŽØ±ÙØ·" 206 209 207 210 #: lib/Padre/Plugin/Perl6/Perl6Document.pm:493 … … 290 293 291 294 #: lib/Padre/Plugin/Perl6/Perl6StdColorizerTask.pm:207 292 msgid "'STD Lex Cache' is corrupt. Please click on Plugins/Perl6/Cleanup STD Lex Cache and then re-open the file." 293 msgstr "" 295 msgid "'STD Lex Cache' folder is corrupt. Please click on 'Plugins/Perl6/Cleanup STD Lex Cache' and then re-open the file." 296 msgstr "Ù 297 Ø¬ÙØ¯ 'STD Lex Cache' خرؚاÙ. Ø§ÙØ±Ø¬Ø§Ø¡ اÙÙÙØ± عÙÙ 'Plugins/Perl6/ØªÙØžÙÙ STD Lex Cache' ث٠298 أعد ÙØªØ اÙÙ 299 ÙÙ." 294 300 295 301 #: lib/Padre/Plugin/Perl6/Preferences.pm:30 -
trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6/share/locale/messages.pot
r5640 r5653 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2009-06-27 08:43+0300\n"11 "POT-Creation-Date: 2009-06-27 10:22+0300\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 94 94 95 95 #: lib/Padre/Plugin/Perl6.pm:253 96 msgid "Perl 6 syntax highlighting is based on\n"96 msgid "Perl 6 coloring is based on\n" 97 97 msgstr "" 98 98 … … 171 171 172 172 #: lib/Padre/Plugin/Perl6/Perl6Document.pm:474 173 msgid "Use !! for conditional operator else clause"173 msgid "Use !! for conditional operator" 174 174 msgstr "" 175 175 … … 236 236 #: lib/Padre/Plugin/Perl6/Perl6StdColorizerTask.pm:207 237 237 msgid "" 238 "'STD Lex Cache' is corrupt. Please click on Plugins/Perl6/Cleanup STD Lex"239 " Cacheand then re-open the file."238 "'STD Lex Cache' folder is corrupt. Please click on 'Plugins/Perl6/Cleanup " 239 "STD Lex Cache' and then re-open the file." 240 240 msgstr "" 241 241
Note: See TracChangeset
for help on using the changeset viewer.
