Changeset 11114
- Timestamp:
- 03/14/10 14:23:34 (2 years ago)
- Location:
- trunk/Padre
- Files:
-
- 3 edited
-
lib/Padre/Wx/Dialog/Replace.pm (modified) (1 diff)
-
share/locale/de.po (modified) (18 diffs)
-
share/locale/messages.pot (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Dialog/Replace.pm
r11043 r11114 570 570 571 571 # Apply the search to the current editor 572 my $changes = $main->replace_all($search); 573 if ($changes) { 572 my $number_of_changes = $main->replace_all($search); 573 if ($number_of_changes) { 574 my $message_text = $number_of_changes == 1 ? Wx::gettext('Replaced %d match') : Wx::gettext('Replaced %d matches'); 575 # remark: It would be better to use gettext for plural handling, but wxperl does not seem to support this at the moment. 574 576 $main->info( 575 sprintf( Wx::gettext('Replaced %d matches'), $changes),577 sprintf($message_text, $number_of_changes), 576 578 Wx::gettext('Search and Replace') 577 579 ); -
trunk/Padre/share/locale/de.po
r11110 r11114 8 8 "Project-Id-Version: 0.23\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2010-03-14 15:47+0100\n"10 "POT-Creation-Date: 2010-03-14 22:11+0100\n" 11 11 "PO-Revision-Date: 2010-02-01 10:30+0100\n" 12 12 "Last-Translator: Sebastian Willing\n" … … 15 15 "Content-Type: text/plain; charset=UTF-8\n" 16 16 "Content-Transfer-Encoding: 8bit\n" 17 "Plural-Forms: nplurals=2; plural=(n ! = 1);\n"17 "Plural-Forms: nplurals=2; plural=(n !E= 1);\n" 18 18 19 19 #: lib/Padre/Project.pm:41 … … 309 309 310 310 #: lib/Padre/PluginManager.pm:909 lib/Padre/Wx/Main.pm:5525 311 #: lib/Padre/ Util/FileBrowser.pm:47 lib/Padre/Util/FileBrowser.pm:87312 #: lib/Padre/Util/FileBrowser.pm: 135311 #: lib/Padre/Wx/Dialog/SpecialValues.pm:160 lib/Padre/Util/FileBrowser.pm:47 312 #: lib/Padre/Util/FileBrowser.pm:87 lib/Padre/Util/FileBrowser.pm:135 313 313 msgid "No filename" 314 314 msgstr "Kein Dateiname" … … 708 708 #: lib/Padre/Wx/FindResult.pm:99 lib/Padre/Wx/FindResult.pm:178 709 709 msgid "Line No" 710 msgstr "Zeile Nr."710 msgstr "Zeilennummer" 711 711 712 712 #: lib/Padre/Wx/FindResult.pm:124 … … 1042 1042 #: lib/Padre/Wx/Main.pm:5557 1043 1043 msgid "Space to Tab" 1044 msgstr "In Tabulatoren wandeln..."1044 msgstr "In Tabulatoren umwandeln..." 1045 1045 1046 1046 #: lib/Padre/Wx/Main.pm:5558 1047 1047 msgid "Tab to Space" 1048 msgstr "In Leerzeichen wandeln..."1048 msgstr "In Leerzeichen umwandeln..." 1049 1049 1050 1050 #: lib/Padre/Wx/Main.pm:5563 … … 1263 1263 msgstr "Spezielle Kopierfunktionen" 1264 1264 1265 #: lib/Padre/Wx/Menu/Edit.pm:1 591265 #: lib/Padre/Wx/Menu/Edit.pm:121 1266 1266 msgid "Insert" 1267 1267 msgstr "EinfÃŒgen" … … 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 01435 #: lib/Padre/Wx/Dialog/Replace.pm:581 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 62113 #: lib/Padre/Wx/Dialog/Replace.pm:58 12112 #: lib/Padre/Wx/Dialog/Replace.pm:536 lib/Padre/Wx/Dialog/Replace.pm:577 2113 #: lib/Padre/Wx/Dialog/Replace.pm:582 2114 2114 msgid "Search and Replace" 2115 2115 msgstr "Suchen und ersetzen" 2116 2116 2117 #: lib/Padre/Wx/Dialog/Replace.pm:575 2117 #: lib/Padre/Wx/Dialog/Replace.pm:574 2118 #, perl-format 2119 msgid "Replaced %d match" 2120 msgstr "%d Ersetzung durchgefÃŒhrt." 2121 2122 #: lib/Padre/Wx/Dialog/Replace.pm:574 2118 2123 #, perl-format 2119 2124 msgid "Replaced %d matches" … … 2126 2131 #: lib/Padre/Wx/Dialog/Warning.pm:49 2127 2132 msgid "Do not show this again" 2128 msgstr "Nicht noch einmal anzeigen ."2133 msgstr "Nicht noch einmal anzeigen" 2129 2134 2130 2135 #: lib/Padre/Wx/Dialog/Encode.pm:53 2131 2136 msgid "Encode to:" 2132 msgstr " Enkodieren zu:"2137 msgstr "Kodieren als:" 2133 2138 2134 2139 #: lib/Padre/Wx/Dialog/Encode.pm:63 lib/Padre/Action/Edit.pm:442 … … 2159 2164 2160 2165 #: lib/Padre/Wx/Dialog/OpenResource.pm:263 2161 msgid "Skip VCSfiles"2162 msgstr "V CS-Dateien ignorieren"2166 msgid "Skip version control system files" 2167 msgstr "Versionskontrollsystem-Dateien ignorieren" 2163 2168 2164 2169 #: lib/Padre/Wx/Dialog/OpenResource.pm:265 2165 2170 msgid "Skip using MANIFEST.SKIP" 2166 msgstr " Ãberspringen mittels MANIFEST.SKIP"2171 msgstr "Dateien in MANIFEST.SKIP ignorieren" 2167 2172 2168 2173 #: lib/Padre/Wx/Dialog/Advanced.pm:26 … … 2912 2917 msgstr "%s nicht gefunden." 2913 2918 2914 #: lib/Padre/Document/Perl.pm:14 95lib/Padre/Action/Perl.pm:692919 #: lib/Padre/Document/Perl.pm:1488 lib/Padre/Action/Perl.pm:69 2915 2920 msgid "Find Variable Declaration" 2916 2921 msgstr "Variablen-Deklaration suchen" 2917 2922 2918 #: lib/Padre/Document/Perl.pm:150 7lib/Padre/Action/Refactor.pm:492923 #: lib/Padre/Document/Perl.pm:1500 lib/Padre/Action/Refactor.pm:49 2919 2924 msgid "Lexically Rename Variable" 2920 2925 msgstr "Variable lexikalisch umbenennen" 2921 2926 2922 #: lib/Padre/Document/Perl.pm:151 9 lib/Padre/Document/Perl.pm:15202927 #: lib/Padre/Document/Perl.pm:1512 lib/Padre/Document/Perl.pm:1513 2923 2928 #: lib/Padre/Action/Refactor.pm:57 lib/Padre/Action/Refactor.pm:58 2924 2929 msgid "Replacement" 2925 2930 msgstr "Ersatz" 2926 2931 2927 #: lib/Padre/Document/Perl.pm:15 35lib/Padre/Action/Perl.pm:812932 #: lib/Padre/Document/Perl.pm:1528 lib/Padre/Action/Perl.pm:81 2928 2933 msgid "Find Method Declaration" 2929 2934 msgstr "Methoden-Deklaration suchen" 2930 2935 2931 #: lib/Padre/Document/Perl.pm:15 54lib/Padre/Action/Refactor.pm:1022936 #: lib/Padre/Document/Perl.pm:1547 lib/Padre/Action/Refactor.pm:102 2932 2937 msgid "Introduce Temporary Variable" 2933 2938 msgstr "TemporÀre Variable einfÃŒhren" 2934 2939 2935 #: lib/Padre/Document/Perl.pm:156 7 lib/Padre/Document/Perl.pm:15682940 #: lib/Padre/Document/Perl.pm:1560 lib/Padre/Document/Perl.pm:1561 2936 2941 #: lib/Padre/Action/Refactor.pm:110 lib/Padre/Action/Refactor.pm:111 2937 2942 msgid "Variable Name" 2938 2943 msgstr "Variablenname" 2939 2944 2940 #: lib/Padre/Document/Perl.pm:157 92945 #: lib/Padre/Document/Perl.pm:1572 2941 2946 msgid "Edit with Regex Editor" 2942 2947 msgstr "Mit Regex-Editor editieren" … … 2977 2982 #: lib/Padre/Action/Search.pm:101 2978 2983 msgid "Quick Find" 2979 msgstr "Schnell finden"2984 msgstr "Schnell suchen" 2980 2985 2981 2986 #: lib/Padre/Action/Search.pm:102 … … 3273 3278 #: lib/Padre/Action/View.pm:229 3274 3279 msgid "Show/hide the tabs and the spaces with special characters" 3275 msgstr "Tab sund Leerzeichen als spezielle Zeichen anzeigen"3280 msgstr "Tabulator- und Leerzeichen als spezielle Zeichen anzeigen" 3276 3281 3277 3282 #: lib/Padre/Action/View.pm:238 … … 3382 3387 #: lib/Padre/Action/Window.pm:43 3383 3388 msgid "Put focus on tab visited the longest time ago." 3384 msgstr "D as Àlteste besuchte TabauswÀhlen"3389 msgstr "Den Àltesten besuchten Reiter auswÀhlen" 3385 3390 3386 3391 #: lib/Padre/Action/Window.pm:53 … … 3390 3395 #: lib/Padre/Action/Window.pm:54 3391 3396 msgid "Put focus on the next tab to the right" 3392 msgstr "D as nÀchste (rechter Nachbar) TabauswÀhlen"3397 msgstr "Den nÀchsten (rechter Nachbar) Reiter auswÀhlen" 3393 3398 3394 3399 #: lib/Padre/Action/Window.pm:64 … … 3398 3403 #: lib/Padre/Action/Window.pm:65 3399 3404 msgid "Put focus on the previous tab to the left" 3400 msgstr "D as vorherige (linker Nachbar) TabauswÀhlen"3405 msgstr "Den vorherigen (linker Nachbar) Reiter auswÀhlen" 3401 3406 3402 3407 #: lib/Padre/Action/Window.pm:78 … … 3731 3736 #: lib/Padre/Action/Edit.pm:486 3732 3737 msgid "Tabs to Spaces..." 3733 msgstr " In Leerzeichenwandeln..."3738 msgstr "Tabulator- zu Leerzeichen umwandeln..." 3734 3739 3735 3740 #: lib/Padre/Action/Edit.pm:487 … … 4392 4397 #: lib/Padre/Action/File.pm:233 4393 4398 msgid "Close all the files except the current one" 4394 msgstr "Alle Dateien bis auf die gerade ausgewÀhlteschlieÃen"4399 msgstr "Alle Dateien bis auf die aktuelle Datei schlieÃen" 4395 4400 4396 4401 #: lib/Padre/Action/File.pm:242 -
trunk/Padre/share/locale/messages.pot
r11110 r11114 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2010-03-14 15:47+0100\n"11 "POT-Creation-Date: 2010-03-14 22:11+0100\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 291 291 292 292 #: lib/Padre/PluginManager.pm:909 lib/Padre/Wx/Main.pm:5525 293 #: lib/Padre/ Util/FileBrowser.pm:47 lib/Padre/Util/FileBrowser.pm:87294 #: lib/Padre/Util/FileBrowser.pm: 135293 #: lib/Padre/Wx/Dialog/SpecialValues.pm:160 lib/Padre/Util/FileBrowser.pm:47 294 #: lib/Padre/Util/FileBrowser.pm:87 lib/Padre/Util/FileBrowser.pm:135 295 295 msgid "No filename" 296 296 msgstr "" … … 1229 1229 msgstr "" 1230 1230 1231 #: lib/Padre/Wx/Menu/Edit.pm:1 591231 #: lib/Padre/Wx/Menu/Edit.pm:121 1232 1232 msgid "Insert" 1233 1233 msgstr "" … … 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 01401 #: lib/Padre/Wx/Dialog/Replace.pm:581 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 62069 #: lib/Padre/Wx/Dialog/Replace.pm:58 12068 #: lib/Padre/Wx/Dialog/Replace.pm:536 lib/Padre/Wx/Dialog/Replace.pm:577 2069 #: lib/Padre/Wx/Dialog/Replace.pm:582 2070 2070 msgid "Search and Replace" 2071 2071 msgstr "" 2072 2072 2073 #: lib/Padre/Wx/Dialog/Replace.pm:575 2073 #: lib/Padre/Wx/Dialog/Replace.pm:574 2074 #, perl-format 2075 msgid "Replaced %d match" 2076 msgstr "" 2077 2078 #: lib/Padre/Wx/Dialog/Replace.pm:574 2074 2079 #, perl-format 2075 2080 msgid "Replaced %d matches" … … 2113 2118 2114 2119 #: lib/Padre/Wx/Dialog/OpenResource.pm:263 2115 msgid "Skip VCSfiles"2120 msgid "Skip version control system files" 2116 2121 msgstr "" 2117 2122 … … 2865 2870 msgstr "" 2866 2871 2867 #: lib/Padre/Document/Perl.pm:14 95lib/Padre/Action/Perl.pm:692872 #: lib/Padre/Document/Perl.pm:1488 lib/Padre/Action/Perl.pm:69 2868 2873 msgid "Find Variable Declaration" 2869 2874 msgstr "" 2870 2875 2871 #: lib/Padre/Document/Perl.pm:150 7lib/Padre/Action/Refactor.pm:492876 #: lib/Padre/Document/Perl.pm:1500 lib/Padre/Action/Refactor.pm:49 2872 2877 msgid "Lexically Rename Variable" 2873 2878 msgstr "" 2874 2879 2875 #: lib/Padre/Document/Perl.pm:151 9 lib/Padre/Document/Perl.pm:15202880 #: lib/Padre/Document/Perl.pm:1512 lib/Padre/Document/Perl.pm:1513 2876 2881 #: lib/Padre/Action/Refactor.pm:57 lib/Padre/Action/Refactor.pm:58 2877 2882 msgid "Replacement" 2878 2883 msgstr "" 2879 2884 2880 #: lib/Padre/Document/Perl.pm:15 35lib/Padre/Action/Perl.pm:812885 #: lib/Padre/Document/Perl.pm:1528 lib/Padre/Action/Perl.pm:81 2881 2886 msgid "Find Method Declaration" 2882 2887 msgstr "" 2883 2888 2884 #: lib/Padre/Document/Perl.pm:15 54lib/Padre/Action/Refactor.pm:1022889 #: lib/Padre/Document/Perl.pm:1547 lib/Padre/Action/Refactor.pm:102 2885 2890 msgid "Introduce Temporary Variable" 2886 2891 msgstr "" 2887 2892 2888 #: lib/Padre/Document/Perl.pm:156 7 lib/Padre/Document/Perl.pm:15682893 #: lib/Padre/Document/Perl.pm:1560 lib/Padre/Document/Perl.pm:1561 2889 2894 #: lib/Padre/Action/Refactor.pm:110 lib/Padre/Action/Refactor.pm:111 2890 2895 msgid "Variable Name" 2891 2896 msgstr "" 2892 2897 2893 #: lib/Padre/Document/Perl.pm:157 92898 #: lib/Padre/Document/Perl.pm:1572 2894 2899 msgid "Edit with Regex Editor" 2895 2900 msgstr ""
Note: See TracChangeset
for help on using the changeset viewer.
