[Japi-cvs] SF.net SVN: japi: [354] libs/argparser/trunk/src/doc/examples
Status: Beta
Brought to you by:
christianhujer
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. |