- Timestamp:
- 06/08/05 06:22:27 (19 years ago)
- Location:
- pykota/trunk
- Files:
-
- 15 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/dumpykota
r2267 r2282 76 76 is the default value and means stdout. 77 77 WARNING : existing files are truncated ! 78 78 79 -s | --sum Summarize the selected datas. 80 ONLY AVAILABLE WITH --data history or payments 81 79 82 Use the filter expressions to extract only parts of the 80 83 datas. Allowed filters are of the form : … … 142 145 "output" : "-", \ 143 146 } 144 short_options = "vhd:f:o: "145 long_options = ["help", "version", "data=", "format=", "output=" ]147 short_options = "vhd:f:o:s" 148 long_options = ["help", "version", "data=", "format=", "output=", "sum"] 146 149 147 150 # Initializes the command line tool … … 158 161 options["format"] = options["f"] or options["format"] or defaults["format"] 159 162 options["output"] = options["o"] or options["output"] or defaults["output"] 163 options["sum"] = options["s"] or options["sum"] 160 164 161 165 if options["help"] : -
pykota/trunk/po/de/pykota.po
r2267 r2282 229 229 " is the default value and means stdout.\n" 230 230 " WARNING : existing files are truncated !\n" 231 " \n" 231 "\n" 232 " -s | --sum Summarize the selected datas.\n" 233 " ONLY AVAILABLE WITH --data history or payments\n" 234 "\n" 232 235 " Use the filter expressions to extract only parts of the \n" 233 236 " datas. Allowed filters are of the form :\n" -
pykota/trunk/po/el_GR/pykota.po
r2267 r2282 225 225 " is the default value and means stdout.\n" 226 226 " WARNING : existing files are truncated !\n" 227 " \n" 227 "\n" 228 " -s | --sum Summarize the selected datas.\n" 229 " ONLY AVAILABLE WITH --data history or payments\n" 230 "\n" 228 231 " Use the filter expressions to extract only parts of the \n" 229 232 " datas. Allowed filters are of the form :\n" -
pykota/trunk/po/es/pykota.po
r2267 r2282 243 243 " is the default value and means stdout.\n" 244 244 " WARNING : existing files are truncated !\n" 245 " \n" 245 "\n" 246 " -s | --sum Summarize the selected datas.\n" 247 " ONLY AVAILABLE WITH --data history or payments\n" 248 "\n" 246 249 " Use the filter expressions to extract only parts of the \n" 247 250 " datas. Allowed filters are of the form :\n" -
pykota/trunk/po/fr/pykota.po
r2267 r2282 239 239 " is the default value and means stdout.\n" 240 240 " WARNING : existing files are truncated !\n" 241 " \n" 241 "\n" 242 " -s | --sum Summarize the selected datas.\n" 243 " ONLY AVAILABLE WITH --data history or payments\n" 244 "\n" 242 245 " Use the filter expressions to extract only parts of the \n" 243 246 " datas. Allowed filters are of the form :\n" … … 350 353 "standard.\n" 351 354 " ATTENTION : les fichiers existants sont tronqu�!\n" 352 " \n" 355 "\n" 356 " -s | --sum Effectue la somme des donn� s�ctionn�.\n" 357 " DISPONIBLE SEULEMENT AVEC --data history ou " 358 "payments\n" 359 "\n" 353 360 " Utilisez les expressions de filtrage pour extraire seulement certaines \n" 354 361 " parties des donn�. Les filtres autoris�sont de la forme :\n" -
pykota/trunk/po/it/pykota.po
r2267 r2282 187 187 " is the default value and means stdout.\n" 188 188 " WARNING : existing files are truncated !\n" 189 " \n" 189 "\n" 190 " -s | --sum Summarize the selected datas.\n" 191 " ONLY AVAILABLE WITH --data history or payments\n" 192 "\n" 190 193 " Use the filter expressions to extract only parts of the \n" 191 194 " datas. Allowed filters are of the form :\n" -
pykota/trunk/po/nb_NO/pykota.po
r2267 r2282 239 239 " is the default value and means stdout.\n" 240 240 " WARNING : existing files are truncated !\n" 241 " \n" 241 "\n" 242 " -s | --sum Summarize the selected datas.\n" 243 " ONLY AVAILABLE WITH --data history or payments\n" 244 "\n" 242 245 " Use the filter expressions to extract only parts of the \n" 243 246 " datas. Allowed filters are of the form :\n" -
pykota/trunk/po/pt_BR/pykota.po
r2267 r2282 185 185 " is the default value and means stdout.\n" 186 186 " WARNING : existing files are truncated !\n" 187 " \n" 187 "\n" 188 " -s | --sum Summarize the selected datas.\n" 189 " ONLY AVAILABLE WITH --data history or payments\n" 190 "\n" 188 191 " Use the filter expressions to extract only parts of the \n" 189 192 " datas. Allowed filters are of the form :\n" -
pykota/trunk/po/pt/pykota.po
r2267 r2282 185 185 " is the default value and means stdout.\n" 186 186 " WARNING : existing files are truncated !\n" 187 " \n" 187 "\n" 188 " -s | --sum Summarize the selected datas.\n" 189 " ONLY AVAILABLE WITH --data history or payments\n" 190 "\n" 188 191 " Use the filter expressions to extract only parts of the \n" 189 192 " datas. Allowed filters are of the form :\n" -
pykota/trunk/po/pykota.pot
r2267 r2282 187 187 " is the default value and means stdout.\n" 188 188 " WARNING : existing files are truncated !\n" 189 " \n" 189 "\n" 190 " -s | --sum Summarize the selected datas.\n" 191 " ONLY AVAILABLE WITH --data history or payments\n" 192 "\n" 190 193 " Use the filter expressions to extract only parts of the \n" 191 194 " datas. Allowed filters are of the form :\n" -
pykota/trunk/po/sv_SE/pykota.po
r2267 r2282 188 188 " is the default value and means stdout.\n" 189 189 " WARNING : existing files are truncated !\n" 190 " \n" 190 "\n" 191 " -s | --sum Summarize the selected datas.\n" 192 " ONLY AVAILABLE WITH --data history or payments\n" 193 "\n" 191 194 " Use the filter expressions to extract only parts of the \n" 192 195 " datas. Allowed filters are of the form :\n" -
pykota/trunk/po/th/pykota.po
r2267 r2282 186 186 " is the default value and means stdout.\n" 187 187 " WARNING : existing files are truncated !\n" 188 " \n" 188 "\n" 189 " -s | --sum Summarize the selected datas.\n" 190 " ONLY AVAILABLE WITH --data history or payments\n" 191 "\n" 189 192 " Use the filter expressions to extract only parts of the \n" 190 193 " datas. Allowed filters are of the form :\n" -
pykota/trunk/po/tr/pykota.po
r2267 r2282 232 232 " is the default value and means stdout.\n" 233 233 " WARNING : existing files are truncated !\n" 234 " \n" 234 "\n" 235 " -s | --sum Summarize the selected datas.\n" 236 " ONLY AVAILABLE WITH --data history or payments\n" 237 "\n" 235 238 " Use the filter expressions to extract only parts of the \n" 236 239 " datas. Allowed filters are of the form :\n" -
pykota/trunk/po/zh_TW/pykota.po
r2267 r2282 188 188 " is the default value and means stdout.\n" 189 189 " WARNING : existing files are truncated !\n" 190 " \n" 190 "\n" 191 " -s | --sum Summarize the selected datas.\n" 192 " ONLY AVAILABLE WITH --data history or payments\n" 193 "\n" 191 194 " Use the filter expressions to extract only parts of the \n" 192 195 " datas. Allowed filters are of the form :\n"