Changeset 143
- Timestamp:
- Sun Jul 27 07:35:31 2008
- Files:
-
- branches/mbutscher/work/WikidPad.xrc (modified) (diff)
- branches/mbutscher/work/setup.py (modified) (diff)
- branches/mbutscher/work/WikidPad.pot (modified) (diff)
- branches/mbutscher/work/extensions/WikiSyntax.py (modified) (diff)
- branches/mbutscher/work/wikidpad_unicode.iss (modified) (diff)
- branches/mbutscher/work/Consts.py (modified) (diff)
- branches/mbutscher/work/WikidPadHelp/WikidPadHelp.wiki (modified) (diff)
- branches/mbutscher/work/WikidPadHelp/data/WIKIWORDPROPS.grl (modified)
- branches/mbutscher/work/WikidPadHelp/data/WIKIRELATIONS.grl (modified)
- branches/mbutscher/work/WikidPadHelp/data/OptionsDialog.wiki (modified) (diff)
- branches/mbutscher/work/WikidPadHelp/data/ChangeLog.wiki (modified) (diff)
- branches/mbutscher/work/WikidPadHelp/data/WIKIWORDS.grl (modified)
- branches/mbutscher/work/lib/pwiki/WikiTxtCtrl.py (modified) (diff)
- branches/mbutscher/work/lib/pwiki/Exporters.py (modified) (diff)
- branches/mbutscher/work/lib/pwiki/MainAreaPanel.py (modified) (diff)
- branches/mbutscher/work/lib/pwiki/wxHelper.py (modified) (diff)
- branches/mbutscher/work/lib/pwiki/OsAbstract.py (modified) (diff)
- branches/mbutscher/work/lib/pwiki/WindowLayout.py (modified) (diff)
- branches/mbutscher/work/lib/pwiki/wikidata/WikiDataManager.py (modified) (diff)
- branches/mbutscher/work/lib/pwiki/wikidata/compact_sqlite/DbStructure.py (modified) (diff)
- branches/mbutscher/work/lib/pwiki/wikidata/original_gadfly/DbStructure.py (modified) (diff)
- branches/mbutscher/work/lib/pwiki/Configuration.py (modified) (diff)
- branches/mbutscher/work/lib/pwiki/AdditionalDialogs.py (modified) (diff)
- branches/mbutscher/work/lib/pwiki/PersonalWikiFrame.py (modified) (diff)
- branches/mbutscher/work/lib/pwiki/SearchAndReplace.py (modified) (diff)
- branches/mbutscher/work/lib/pwiki/SearchAndReplaceDialogs.py (modified) (diff)
- branches/mbutscher/work/lib/pwiki/StringOps.py (modified) (diff)
- branches/mbutscher/work/lib/pwiki/WikiTreeCtrl.py (modified) (diff)
- branches/mbutscher/work/lib/pwiki/OptionsDialog.py (modified) (diff)
- branches/mbutscher/work/lib/pwiki/customtreectrl.py (modified) (diff)
- branches/mbutscher/work/lib/pwiki/DocPages.py (modified) (diff)
- branches/mbutscher/work/bld.bat (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
branches/mbutscher/work/WikidPad.xrc
r140 r143 142 142 </object> 143 143 <object class="sizeritem"> 144 <object class="wxCheckBox" name="cbWikiPathesRelative"> 145 <label>Store relative pathes to wikis</label> 146 </object> 147 <option>0</option> 148 <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag> 149 <border>5</border> 150 </object> 151 <object class="sizeritem"> 144 152 <object class="wxFlexGridSizer"> 145 153 <cols>3</cols> … … 326 334 <size>0,0</size> 327 335 </object> 336 <object class="sizeritem"> 337 <object class="wxStaticText"> 338 <label>Recent wikis list length:</label> 339 </object> 340 <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag> 341 <border>5</border> 342 </object> 343 <object class="sizeritem"> 344 <object class="wxSpinCtrl" name="scRecentWikisListLength"> 345 <value>5</value> 346 <min>1</min> 347 <max>99</max> 348 </object> 349 <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag> 350 <border>5</border> 351 </object> 352 <object class="spacer"> 353 <size>0,0</size> 354 </object> 328 355 </object> 329 356 <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag> … … 497 524 <object class="sizeritem"> 498 525 <object class="wxStaticText"> 526 <label>Background color:</label> 527 </object> 528 <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag> 529 <border>5</border> 530 </object> 531 <object class="sizeritem"> 532 <object class="wxTextCtrl" name="tfTreeBgColor"/> 533 <flag>wxALL|wxEXPAND</flag> 534 <border>5</border> 535 </object> 536 <object class="sizeritem"> 537 <object class="wxButton" name="btnSelectTreeBgColor"> 538 <label>...</label> 539 </object> 540 <option>0</option> 541 <flag>wxALL|wxALIGN_BOTTOM</flag> 542 <border>5</border> 543 <minsize>20,-1</minsize> 544 </object> 545 <object class="sizeritem"> 546 <object class="wxStaticText"> 499 547 <label>Position main tree:</label> 500 548 </object> … … 515 563 <border>5</border> 516 564 </object> 565 <object class="spacer"> 566 <size>0,0</size> 567 </object> 517 568 <object class="sizeritem"> 518 569 <object class="wxStaticText"> … … 536 587 <border>5</border> 537 588 </object> 538 <cols> 2</cols>589 <cols>3</cols> 538 589 <rows>2</rows> 590 <object class="spacer"> 591 <size>0,0</size> 592 </object> 539 593 </object> 540 594 <option>0</option> … … 1289 1343 <object class="sizeritem"> 1290 1344 <object class="wxStaticText"> 1345 <label>Margin color:</label> 1346 </object> 1347 <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag> 1348 <border>5</border> 1349 </object> 1350 <object class="sizeritem"> 1351 <object class="wxTextCtrl" name="tfEditorMarginBgColor"/> 1352 <flag>wxALL|wxEXPAND</flag> 1353 <border>5</border> 1354 </object> 1355 <object class="sizeritem"> 1356 <object class="wxButton" name="btnSelectEditorMarginBgColor"> 1357 <label>...</label> 1358 </object> 1359 <option>0</option> 1360 <flag>wxALL|wxALIGN_BOTTOM</flag> 1361 <border>5</border> 1362 <minsize>20,-1</minsize> 1363 </object> 1364 <object class="sizeritem"> 1365 <object class="wxStaticText"> 1291 1366 <label>Text cursor color:</label> 1292 1367 </object> -
branches/mbutscher/work/setup.py
r136 r143 11 11 version = '1.9', 12 12 name = 'WikidPad', 13 copyright = '(C) 2005-200 7Jason Horman, Michael Butscher, Gerhard Reitmayr',13 copyright = '(C) 2005-2008 Jason Horman, Michael Butscher, Gerhard Reitmayr', 13 13 description = 'Single user wiki notepad', 14 14 comments='', … … 21 21 22 22 23 setup(name='WikidPad', 23 excludes = ["win32api", "win32con", "win32pipe"] 24 25 setup( 26 options = {"py2exe": {"compressed": 1, 27 "optimize": 2, 28 "ascii": 1, 29 "excludes": excludes}}, 30 31 name='WikidPad', 24 32 version = '1.9beta', 25 33 author = 'Michael Butscher', -
branches/mbutscher/work/WikidPad.pot
r138 r143 6 6 msgstr "" 7 7 "Project-Id-Version: PACKAGE VERSION\n" 8 "POT-Creation-Date: 200 7-12-27 10:08\n"8 "POT-Creation-Date: 2008-07-26 22:29\n" 8 8 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 9 9 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 169 169 170 170 #: WikidPad.xrc:0 171 msgid "Always" 172 msgstr "" 173 174 #: WikidPad.xrc:0 171 175 msgid "App-bound hotkey:" 172 176 msgstr "" … … 181 185 182 186 #: WikidPad.xrc:0 187 msgid "Append wiki word" 188 msgstr "" 189 190 #: WikidPad.xrc:0 183 191 msgid "As Tree" 184 192 msgstr "" … … 253 261 254 262 #: WikidPad.xrc:0 263 msgid "Bookmark" 264 msgstr "" 265 266 #: WikidPad.xrc:0 255 267 msgid "Bottom" 256 268 msgstr "" … … 309 321 310 322 #: WikidPad.xrc:0 323 msgid "Copy URL to clipboard" 324 msgstr "" 325 326 #: WikidPad.xrc:0 311 327 msgid "Copy to clipboard:" 312 328 msgstr "" … … 497 513 498 514 #: WikidPad.xrc:0 515 msgid "Margin color:" 516 msgstr "" 517 518 #: WikidPad.xrc:0 499 519 msgid "Middle button with CTRL:" 500 520 msgstr "" … … 573 593 574 594 #: WikidPad.xrc:0 595 msgid "Not at all" 596 msgstr "" 597 598 #: WikidPad.xrc:0 575 599 msgid "OK" 576 600 msgstr "" … … 657 681 658 682 #: WikidPad.xrc:0 683 msgid "Prepend wiki word" 684 msgstr "" 685 686 #: WikidPad.xrc:0 659 687 msgid "Preview" 660 688 msgstr "" … … 697 725 698 726 #: WikidPad.xrc:0 727 msgid "Recent wikis list length:" 728 msgstr "" 729 730 #: WikidPad.xrc:0 731 msgid "Remember expanded tree nodes:" 732 msgstr "" 733 734 #: WikidPad.xrc:0 735 msgid "Rename" 736 msgstr "" 737 738 #: WikidPad.xrc:0 699 739 msgid "Rename links when renaming wiki word:" 700 740 msgstr "" … … 765 805 766 806 #: WikidPad.xrc:0 807 msgid "Set As Root" 808 msgstr "" 809 810 #: WikidPad.xrc:0 767 811 msgid "Set page &list" 768 812 msgstr "" … … 833 877 834 878 #: WikidPad.xrc:0 879 msgid "Store relative pathes to wikis" 880 msgstr "" 881 882 #: WikidPad.xrc:0 835 883 msgid "Structure window depth:" 836 884 msgstr "" … … 949 997 950 998 #: WikidPad.xrc:0 999 msgid "While wiki open" 1000 msgstr "" 1001 1002 #: WikidPad.xrc:0 951 1003 msgid "Whole wiki" 952 1004 msgstr "" … … 1020 1072 msgstr "" 1021 1073 1022 #: WikidPad.xrc:0 lib\pwiki\AdditionalDialogs.py:3 041074 #: WikidPad.xrc:0 lib\pwiki\AdditionalDialogs.py:316 1022 1074 msgid " OK " 1023 1075 msgstr "" 1024 1076 1025 #: WikidPad.xrc:0 lib\pwiki\AdditionalDialogs.py:308 1026 #: lib\pwiki\AdditionalDialogs.py:398 1077 #: WikidPad.xrc:0 lib\pwiki\AdditionalDialogs.py:320 1078 #: lib\pwiki\AdditionalDialogs.py:410 1027 1079 msgid " Cancel " 1028 1080 msgstr "" 1029 1081 1030 #: WikidPad.xrc:0 lib\pwiki\AdditionalDialogs.py:7 521082 #: WikidPad.xrc:0 lib\pwiki\AdditionalDialogs.py:764 1030 1082 msgid "Destination directory:" 1031 1083 msgstr "" 1032 1084 1033 #: WikidPad.xrc:0 lib\pwiki\AdditionalDialogs.py:9 871085 #: WikidPad.xrc:0 lib\pwiki\AdditionalDialogs.py:999 1033 1085 msgid "Source directory:" 1034 1086 msgstr "" 1035 1087 1036 #: WikidPad.xrc:0 lib\pwiki\OptionsDialog.py:3 781088 #: WikidPad.xrc:0 lib\pwiki\OptionsDialog.py:389 1036 1088 msgid "Default" 1037 1089 msgstr "" 1038 1090 1039 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:6 461091 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:650 1039 1091 msgid "Search Wiki" 1040 1092 msgstr "" 1041 1093 1042 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:6 571094 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:661 1042 1094 msgid "Export" 1043 1095 msgstr "" 1044 1096 1045 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:1095 1046 #: lib\pwiki\PersonalWikiFrame.py:1783 lib\pwiki\PersonalWikiFrame.py:1784 1097 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:1079 1098 #: lib\pwiki\PersonalWikiFrame.py:1772 lib\pwiki\PersonalWikiFrame.py:1773 1047 1099 msgid "Open Wiki Word" 1048 1100 msgstr "" 1049 1101 1050 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:1 1121102 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:1096 1050 1102 msgid "&Delete" 1051 1103 msgstr "" 1052 1104 1053 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:1314 1054 #: lib\pwiki\WikiTxtCtrl.py:2914 1105 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:1303 1106 #: lib\pwiki\WikiTxtCtrl.py:2890 1055 1107 msgid "Cut" 1056 1108 msgstr "" 1057 1109 1058 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:1323 1059 #: lib\pwiki\WikiTxtCtrl.py:2915 1110 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:1312 1111 #: lib\pwiki\WikiTxtCtrl.py:2891 1060 1112 msgid "Copy" 1061 1113 msgstr "" 1062 1114 1063 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:1338 1064 #: lib\pwiki\WikiTxtCtrl.py:2916 1115 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:1327 1116 #: lib\pwiki\WikiTxtCtrl.py:2892 1065 1117 msgid "Paste" 1066 1118 msgstr "" 1067 1119 1068 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:1346 1069 #: lib\pwiki\WikiTxtCtrl.py:2912 1120 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:1335 1121 #: lib\pwiki\WikiTxtCtrl.py:2888 1070 1122 msgid "Undo" 1071 1123 msgstr "" 1072 1124 1073 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:1349 1074 #: lib\pwiki\WikiTxtCtrl.py:2913 1125 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:1338 1126 #: lib\pwiki\WikiTxtCtrl.py:2889 1075 1127 msgid "Redo" 1076 1128 msgstr "" 1077 1129 1078 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:15 471130 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:1536 1078 1130 msgid "Switch Ed./Prev" 1079 1131 msgstr "" 1080 1132 1081 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:1819 1082 #: lib\pwiki\WikiTreeCtrl.py:1801 lib\pwiki\WikiTxtCtrl.py:2917 1133 #: WikidPad.xrc:0 lib\pwiki\PersonalWikiFrame.py:1808 1134 #: lib\pwiki\WikiTxtCtrl.py:2893 1083 1135 msgid "Delete" 1084 1136 msgstr "" 1085 1137 1086 #: WikidPad.xrc:0 lib\pwiki\SearchAndReplaceDialogs.py:8 621138 #: WikidPad.xrc:0 lib\pwiki\SearchAndReplaceDialogs.py:873 1086 1138 msgid "Title:" 1087 1139 msgstr "" 1088 1140 1089 #: WikidPad.xrc:0 lib\pwiki\SearchAndReplaceDialogs.py:1710 1090 #: lib\pwiki\WikiHtmlView.py:496 lib\pwiki\WikiTreeCtrl.py:1799 1091 #: lib\pwiki\WikiTxtCtrl.py:2921 1141 #: WikidPad.xrc:0 lib\pwiki\SearchAndReplaceDialogs.py:1731 1142 #: lib\pwiki\WikiHtmlView.py:501 lib\pwiki\WikiTxtCtrl.py:2897 1092 1143 msgid "Activate New Tab" 1093 1144 msgstr "" 1094 1145 1095 #: WikidPad.xrc:0 lib\pwiki\WikiTreeCtrl.py:1800 1096 msgid "Rename" 1097 msgstr "" 1098 1099 #: WikidPad.xrc:0 lib\pwiki\WikiTreeCtrl.py:1802 1100 msgid "Bookmark" 1101 msgstr "" 1102 1103 #: WikidPad.xrc:0 lib\pwiki\WikiTreeCtrl.py:1803 1104 msgid "Set As Root" 1105 msgstr "" 1106 1107 #: WikidPad.xrc:0 lib\pwiki\WikiTreeCtrl.py:1804 1108 msgid "Append wiki word" 1109 msgstr "" 1110 1111 #: WikidPad.xrc:0 lib\pwiki\WikiTreeCtrl.py:1805 1112 msgid "Prepend wiki word" 1113 msgstr "" 1114 1115 #: WikidPad.xrc:0 lib\pwiki\WikiTxtCtrl.py:2918 1146 #: WikidPad.xrc:0 lib\pwiki\WikiTxtCtrl.py:2894 1116 1147 msgid "Select All" 1117 1148 msgstr "" 1118 1149 1119 #: WikidPad.xrc:0 lib\pwiki\WikiTxtCtrl.py:29 241150 #: WikidPad.xrc:0 lib\pwiki\WikiTxtCtrl.py:2902 1119 1150 msgid "Close Tab" 1120 1151 msgstr "" 1121 1152 1122 #: WikidPad.xrc:0 lib\pwiki\timeView\TimelinePanel.py:7 671153 #: WikidPad.xrc:0 lib\pwiki\timeView\TimelinePanel.py:770 1122 1153 msgid "Show empty days" 1123 1154 msgstr "" 1124 1155 1125 #: WikidPad.xrc:0 lib\pwiki\timeView\TimelinePanel.py:7 681156 #: WikidPad.xrc:0 lib\pwiki\timeView\TimelinePanel.py:771 1125 1156 msgid "Sort dates ascending" 1126 1157 msgstr "" … … 1143 1174 1144 1175 #: WikidPadStarter.py:142 lib\pwiki\SearchAndReplaceDialogs.py:586 1145 #: lib\pwiki\SearchAndReplaceDialogs.py:11 141176 #: lib\pwiki\SearchAndReplaceDialogs.py:1125 1145 1176 msgid "Error!" 1146 1177 msgstr "" … … 1240 1271 msgstr "" 1241 1272 1242 #: lib\pwiki\AdditionalDialogs.py:180 1243 msgid "'%s' is not an existing wikiword. Create?" 1273 #: lib\pwiki\AdditionalDialogs.py:183 lib\pwiki\AdditionalDialogs.py:246 1274 msgid "'%s' is an invalid WikiWord" 1244 1275 msgstr "" 1245 1276 1246 #: lib\pwiki\AdditionalDialogs.py:181 1247 msgid "Create" 1277 #: lib\pwiki\AdditionalDialogs.py:190 1278 msgid "'%s' is not an existing wikiword. Create?" 1248 1279 msgstr "" 1249 1280 1250 #: lib\pwiki\AdditionalDialogs.py:234 1251 msgid "'%s' is an invalid WikiWord" 1281 #: lib\pwiki\AdditionalDialogs.py:191 1282 msgid "Create" 1252 1283 msgstr "" 1253 1284 1254 #: lib\pwiki\AdditionalDialogs.py:2 391285 #: lib\pwiki\AdditionalDialogs.py:251 1254 1285 msgid "'%s' exists already" 1255 1286 msgstr "" 1256 1287 1257 #: lib\pwiki\AdditionalDialogs.py:2 781288 #: lib\pwiki\AdditionalDialogs.py:290 1257 1288 msgid "Select Icon" 1258 1289 msgstr "" 1259 1290 1260 #: lib\pwiki\AdditionalDialogs.py:2 871291 #: lib\pwiki\AdditionalDialogs.py:299 1260 1291 msgid "Icon" 1261 1292 msgstr "" 1262 1293 1263 #: lib\pwiki\AdditionalDialogs.py:3 711294 #: lib\pwiki\AdditionalDialogs.py:383 1263 1294 msgid "Saved Versions" 1264 1295 msgstr "" 1265 1296 1266 #: lib\pwiki\AdditionalDialogs.py: 3941297 #: lib\pwiki\AdditionalDialogs.py:406 1266 1297 msgid " Retrieve " 1267 1298 msgstr "" 1268 1299 1269 #: lib\pwiki\AdditionalDialogs.py:4 321300 #: lib\pwiki\AdditionalDialogs.py:444 1269 1300 msgid "<html>\n" 1270 1301 "<body bgcolor=\"#FFFFFF\">\n" … … 1339 1370 msgstr "" 1340 1371 1341 #: lib\pwiki\AdditionalDialogs.py:5 401372 #: lib\pwiki\AdditionalDialogs.py:552 1341 1372 msgid "<invalid>" 1342 1373 msgstr "" 1343 1374 1344 #: lib\pwiki\AdditionalDialogs.py:7 551375 #: lib\pwiki\AdditionalDialogs.py:767 1344 1375 msgid "Destination file:" 1345 1376 msgstr "" 1346 1377 1347 #: lib\pwiki\AdditionalDialogs.py:7 851378 #: lib\pwiki\AdditionalDialogs.py:797 1347 1378 msgid "Destination directory does not exist" 1348 1379 msgstr "" 1349 1380 1350 #: lib\pwiki\AdditionalDialogs.py: 7901381 #: lib\pwiki\AdditionalDialogs.py:802 1350 1381 msgid "Destination must be a directory" 1351 1382 msgstr "" 1352 1383 1353 #: lib\pwiki\AdditionalDialogs.py: 7961384 #: lib\pwiki\AdditionalDialogs.py:808 1353 1384 msgid "Destination must be a file" 1354 1385 msgstr "" 1355 1386 1356 #: lib\pwiki\AdditionalDialogs.py:806 lib\pwiki\PersonalWikiFrame.py:4248 1357 #: lib\pwiki\PersonalWikiFrame.py:4262 lib\pwiki\Printing.py:214 1387 #: lib\pwiki\AdditionalDialogs.py:818 lib\pwiki\PersonalWikiFrame.py:4321 1388 #: lib\pwiki\PersonalWikiFrame.py:4335 lib\pwiki\Printing.py:214 1358 1389 msgid "No real wiki word selected as root" 1359 1390 msgstr "" 1360 1391 1361 #: lib\pwiki\AdditionalDialogs.py:8 461392 #: lib\pwiki\AdditionalDialogs.py:858 1361 1392 msgid "Error while exporting" 1362 1393 msgstr "" 1363 1394 1364 #: lib\pwiki\AdditionalDialogs.py:8 59 lib\pwiki\PersonalWikiFrame.py:42171395 #: lib\pwiki\AdditionalDialogs.py:871 lib\pwiki\PersonalWikiFrame.py:4290 1364 1395 msgid "Select Export Directory" 1365 1396 msgstr "" 1366 1397 1367 #: lib\pwiki\AdditionalDialogs.py:8 73 lib\pwiki\AdditionalDialogs.py:10601398 #: lib\pwiki\AdditionalDialogs.py:885 lib\pwiki\AdditionalDialogs.py:1072 1367 1398 msgid "All files (*.*)" 1368 1399 msgstr "" 1369 1400 1370 #: lib\pwiki\AdditionalDialogs.py:8 78 lib\pwiki\PersonalWikiFrame.py:42211401 #: lib\pwiki\AdditionalDialogs.py:890 lib\pwiki\PersonalWikiFrame.py:4294 1370 1401 msgid "Select Export File" 1371 1402 msgstr "" 1372 1403 1373 #: lib\pwiki\AdditionalDialogs.py: 9901404 #: lib\pwiki\AdditionalDialogs.py:1002 1373 1404 msgid "Source file:" 1374 1405 msgstr "" 1375 1406 1376 #: lib\pwiki\AdditionalDialogs.py:10 061407 #: lib\pwiki\AdditionalDialogs.py:1018 1376 1407 msgid "Source does not exist" 1377 1408 msgstr "" 1378 1409 1379 #: lib\pwiki\AdditionalDialogs.py:10 161410 #: lib\pwiki\AdditionalDialogs.py:1028 1379 1410 msgid "Source must be a directory" 1380 1411 msgstr "" 1381 1412 1382 #: lib\pwiki\AdditionalDialogs.py:10 211413 #: lib\pwiki\AdditionalDialogs.py:1033 1382 1413 msgid "Source must be a file" 1383 1414 msgstr "" 1384 1415 1385 #: lib\pwiki\AdditionalDialogs.py:10 321416 #: lib\pwiki\AdditionalDialogs.py:1044 1385 1416 msgid "Error while importing" 1386 1417 msgstr "" 1387 1418 1388 #: lib\pwiki\AdditionalDialogs.py:10 461419 #: lib\pwiki\AdditionalDialogs.py:1058 1388 1419 msgid "Select Import Directory" 1389 1420 msgstr "" 1390 1421 1391 #: lib\pwiki\AdditionalDialogs.py:10 611422 #: lib\pwiki\AdditionalDialogs.py:1073 1391 1422 msgid "*" 1392 1423 msgstr "" 1393 1424 1394 #: lib\pwiki\AdditionalDialogs.py:10 651425 #: lib\pwiki\AdditionalDialogs.py:1077 1394 1425 msgid "Select Import File" 1395 1426 msgstr "" 1396 1427 1397 #: lib\pwiki\AdditionalDialogs.py:11 251428 #: lib\pwiki\AdditionalDialogs.py:1137 1397 1428 msgid "Do you want to delete %i wiki page(s)?" 1398 1429 msgstr "" 1399 1430 1400 #: lib\pwiki\AdditionalDialogs.py:11 671431 #: lib\pwiki\AdditionalDialogs.py:1179 1400 1431 msgid "\n" 1401 1432 "<html>\n" … … 1449 1480 " \n" 1450 1481 " <p />Your configuration directory is: %s\n" 1482 " <p />Sqlite version: %s\n" 1451 1483 "</body>\n" 1452 1484 "</html>\n" 1453 1485 msgstr "" 1454 1486 1455 #: lib\pwiki\AdditionalDialogs.py:12 04 lib\pwiki\PersonalWikiFrame.py:17041487 #: lib\pwiki\AdditionalDialogs.py:1217 lib\pwiki\PersonalWikiFrame.py:1693 1455 1487 msgid "About WikidPad" 1456 1488 msgstr "" 1457 1489 1458 #: lib\pwiki\AdditionalDialogs.py:1211 1459 msgid "Okay" 1490 #: lib\pwiki\AdditionalDialogs.py:1221 lib\pwiki\AdditionalDialogs.py:1277 1491 #: lib\pwiki\AdditionalDialogs.py:1285 1492 msgid "N/A" 1460 1493 msgstr "" 1461 1494 1462 #: lib\pwiki\AdditionalDialogs.py:1256 1463 msgid "Wiki database backend:" 1495 #: lib\pwiki\AdditionalDialogs.py:1230 1496 msgid "Okay" 1464 1497 msgstr "" 1465 1498 1466 #: lib\pwiki\AdditionalDialogs.py:1258 lib\pwiki\AdditionalDialogs.py:1266 1467 msgid "N/A" 1499 #: lib\pwiki\AdditionalDialogs.py:1275 1500 msgid "Wiki database backend:" 1468 1501 msgstr "" 1469 1502 1470 #: lib\pwiki\AdditionalDialogs.py:12 641503 #: lib\pwiki\AdditionalDialogs.py:1283 1470 1503 msgid "Number of wiki pages:" 1471 1504 msgstr "" … … 1491 1524 msgstr "" 1492 1525 1493 #: lib\pwiki\Configuration.py:197 lib\pwiki\Configuration.py:347 1494 #: lib\pwiki\Configuration.py:401 1526 #: lib\pwiki\Configuration.py:197 lib\pwiki\Configuration.py:344 1527 #: lib\pwiki\Configuration.py:398 1495 1528 msgid "Unknown option %s:%s" 1496 1529 msgstr "" … … 1504 1537 msgstr "" 1505 1538 1506 #: lib\pwiki\DocPagePresenter.py:2 191539 #: lib\pwiki\DocPagePresenter.py:236 1506 1539 msgid "'%s' is an invalid wiki word." 1507 1540 msgstr "" 1508 1541 1509 #: lib\pwiki\DocPagePresenter.py:2 551542 #: lib\pwiki\DocPagePresenter.py:272 1509 1542 msgid "Wiki page not found, a new page will be created" 1510 1543 msgstr "" 1511 1544 1512 #: lib\pwiki\DocPagePresenter.py:4 06 lib\pwiki\DocPagePresenter.py:4071545 #: lib\pwiki\DocPagePresenter.py:423 lib\pwiki\DocPagePresenter.py:424 1512 1545 msgid "History" 1513 1546 msgstr "" 1514 1547 1515 #: lib\pwiki\DocPages.py:10 631548 #: lib\pwiki\DocPages.py:1089 1515 1548 msgid "Func. tag %s does not exist" 1516 1549 msgstr "" 1517 1550 1518 #: lib\pwiki\DocPages.py:13 381551 #: lib\pwiki\DocPages.py:1378 1518 1551 msgid "Global text blocks" 1519 1552 msgstr "" 1520 1553 1521 #: lib\pwiki\DocPages.py:13 391554 #: lib\pwiki\DocPages.py:1379 1521 1554 msgid "Wiki text blocks" 1522 1555 msgstr "" 1523 1556 1524 #: lib\pwiki\DocPages.py:13 401557 #: lib\pwiki\DocPages.py:1380 1524 1557 msgid "Global spell list" 1525 1558 msgstr "" 1526 1559
