Thread: [Japi-cvs] SF.net SVN: japi: [263] libs/argparser/trunk/src/doc/examples
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2006-12-15 21:05:21
|
Revision: 263 http://svn.sourceforge.net/japi/?rev=263&view=rev Author: christianhujer Date: 2006-12-15 13:05:19 -0800 (Fri, 15 Dec 2006) Log Message: ----------- Removed redundant properties. Modified Paths: -------------- libs/argparser/trunk/src/doc/examples/head.properties libs/argparser/trunk/src/doc/examples/head_de.properties Modified: libs/argparser/trunk/src/doc/examples/head.properties =================================================================== --- libs/argparser/trunk/src/doc/examples/head.properties 2006-12-15 21:02:56 UTC (rev 262) +++ libs/argparser/trunk/src/doc/examples/head.properties 2006-12-15 21:05:19 UTC (rev 263) @@ -1,9 +1,6 @@ net.sf.japi.io.args.OptionType.REQUIRED=required net.sf.japi.io.args.OptionType.OPTIONAL=optional net.sf.japi.io.args.OptionType.TERMINAL=terminal -help=Display this help and exit. -setExiting=Quit Java VM with error code. -setNotExiting=Don't quit Java VM (default). setBytes=Print the first N bytes of each file. setLines=Print the first N lines of each file (default: 10). setQuiet=Never print headers giving file names. Modified: libs/argparser/trunk/src/doc/examples/head_de.properties =================================================================== --- libs/argparser/trunk/src/doc/examples/head_de.properties 2006-12-15 21:02:56 UTC (rev 262) +++ libs/argparser/trunk/src/doc/examples/head_de.properties 2006-12-15 21:05:19 UTC (rev 263) @@ -1,9 +1,6 @@ net.sf.japi.io.args.OptionType.REQUIRED=erforderlich net.sf.japi.io.args.OptionType.OPTIONAL=optional net.sf.japi.io.args.OptionType.TERMINAL=abbrechend -help=Diese Hilfe anzeigen und beenden. -setExiting=Java VM mit Fehlercode beenden -setNotExiting=Java VM nicht beenden (Voreinstellung). setBytes=Die ersten N Bytes jeder Datei ausgeben. setLines=Die ersten N Zeilen jeder Datei ausgeben (Voreinstellung: 10). setQuiet=Niemals Dateinamen vorab ausgeben. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2007-06-07 11:16:24
|
Revision: 354 http://svn.sourceforge.net/japi/?rev=354&view=rev Author: christianhujer Date: 2007-06-07 04:16:20 -0700 (Thu, 07 Jun 2007) Log Message: ----------- Added missing resource bundles. Added Paths: ----------- libs/argparser/trunk/src/doc/examples/Recode.properties libs/argparser/trunk/src/doc/examples/Recode_de.properties libs/argparser/trunk/src/doc/examples/Tail.properties libs/argparser/trunk/src/doc/examples/Tail_de.properties libs/argparser/trunk/src/doc/examples/Uniq.properties libs/argparser/trunk/src/doc/examples/Uniq_de.properties Added: libs/argparser/trunk/src/doc/examples/Recode.properties =================================================================== --- libs/argparser/trunk/src/doc/examples/Recode.properties (rev 0) +++ libs/argparser/trunk/src/doc/examples/Recode.properties 2007-06-07 11:16:20 UTC (rev 354) @@ -0,0 +1,24 @@ +# +# JAPI libs-argparser is a library for parsing command line arguments. +# Copyright (C) 2007 Christian Hujer. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# + +net.sf.japi.io.args.OptionType.REQUIRED=required +net.sf.japi.io.args.OptionType.OPTIONAL=optional +net.sf.japi.io.args.OptionType.TERMINAL=terminal +setInputEncoding=Sets the encoding for reading. +setOutputEncoding=Sets the encoding for writing. Property changes on: libs/argparser/trunk/src/doc/examples/Recode.properties ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + LF Added: libs/argparser/trunk/src/doc/examples/Recode_de.properties =================================================================== --- libs/argparser/trunk/src/doc/examples/Recode_de.properties (rev 0) +++ libs/argparser/trunk/src/doc/examples/Recode_de.properties 2007-06-07 11:16:20 UTC (rev 354) @@ -0,0 +1,24 @@ +# +# JAPI libs-argparser is a library for parsing command line arguments. +# Copyright (C) 2007 Christian Hujer. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# + +net.sf.japi.io.args.OptionType.REQUIRED=erforderlich +net.sf.japi.io.args.OptionType.OPTIONAL=optional +net.sf.japi.io.args.OptionType.TERMINAL=abbrechend +setInputEncoding=Legt die Kodierung zum Lesen fest. +setOutputEncoding=Legt die Kodierung zum Schreiben fest. Property changes on: libs/argparser/trunk/src/doc/examples/Recode_de.properties ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + LF Added: libs/argparser/trunk/src/doc/examples/Tail.properties =================================================================== --- libs/argparser/trunk/src/doc/examples/Tail.properties (rev 0) +++ libs/argparser/trunk/src/doc/examples/Tail.properties 2007-06-07 11:16:20 UTC (rev 354) @@ -0,0 +1,26 @@ +# +# JAPI libs-argparser is a library for parsing command line arguments. +# Copyright (C) 2007 Christian Hujer. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# + +net.sf.japi.io.args.OptionType.REQUIRED=required +net.sf.japi.io.args.OptionType.OPTIONAL=optional +net.sf.japi.io.args.OptionType.TERMINAL=terminal +setBytes=Print the last N bytes of each file. +setLines=Print the last N lines of each file (default: 10). +setQuiet=Never print headers giving file names. +setVerbose=Always print headers giving file names. Property changes on: libs/argparser/trunk/src/doc/examples/Tail.properties ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + LF Added: libs/argparser/trunk/src/doc/examples/Tail_de.properties =================================================================== --- libs/argparser/trunk/src/doc/examples/Tail_de.properties (rev 0) +++ libs/argparser/trunk/src/doc/examples/Tail_de.properties 2007-06-07 11:16:20 UTC (rev 354) @@ -0,0 +1,26 @@ +# +# JAPI libs-argparser is a library for parsing command line arguments. +# Copyright (C) 2007 Christian Hujer. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# + +net.sf.japi.io.args.OptionType.REQUIRED=erforderlich +net.sf.japi.io.args.OptionType.OPTIONAL=optional +net.sf.japi.io.args.OptionType.TERMINAL=abbrechend +setBytes=Die letzten N Bytes jeder Datei ausgeben. +setLines=Die letzten N Zeilen jeder Datei ausgeben (Voreinstellung: 10). +setQuiet=Niemals Dateinamen vorab ausgeben. +setVerbose=Immer Dateinamen vorab ausgeben. Property changes on: libs/argparser/trunk/src/doc/examples/Tail_de.properties ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + LF Added: libs/argparser/trunk/src/doc/examples/Uniq.properties =================================================================== --- libs/argparser/trunk/src/doc/examples/Uniq.properties (rev 0) +++ libs/argparser/trunk/src/doc/examples/Uniq.properties 2007-06-07 11:16:20 UTC (rev 354) @@ -0,0 +1,25 @@ +# +# JAPI libs-argparser is a library for parsing command line arguments. +# Copyright (C) 2007 Christian Hujer. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# + +net.sf.japi.io.args.OptionType.REQUIRED=erforderlich +net.sf.japi.io.args.OptionType.OPTIONAL=optional +net.sf.japi.io.args.OptionType.TERMINAL=abbrechend +setCount=Prefix lines with the number of occurrences. +setRepeated=Print only lines that occurred more than once. +setIgnoreCase=Ignore the case when comparing a line with its predecessor. Property changes on: libs/argparser/trunk/src/doc/examples/Uniq.properties ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + LF Added: libs/argparser/trunk/src/doc/examples/Uniq_de.properties =================================================================== --- libs/argparser/trunk/src/doc/examples/Uniq_de.properties (rev 0) +++ libs/argparser/trunk/src/doc/examples/Uniq_de.properties 2007-06-07 11:16:20 UTC (rev 354) @@ -0,0 +1,25 @@ +# +# JAPI libs-argparser is a library for parsing command line arguments. +# Copyright (C) 2007 Christian Hujer. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# + +net.sf.japi.io.args.OptionType.REQUIRED=erforderlich +net.sf.japi.io.args.OptionType.OPTIONAL=optional +net.sf.japi.io.args.OptionType.TERMINAL=abbrechend +setCount=Anzahl der Vorkommen vor jeder Zeile ausgeben. +setRepeated=Nur mehrfach vorkommende Zeilen ausgeben. +setIgnoreCase=Gro\xDF- und Kleinschreibung beim Vergleichen mit der vorherigen Zeile ignorieren. Property changes on: libs/argparser/trunk/src/doc/examples/Uniq_de.properties ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + LF This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |