# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-28 16:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../src/cli/help_texts.h:7
msgid ""
"Usage: scpm [global_options] command [command_options] [command_args]\n"
"\n"
"global options may be:\n"
"-q  quiet mode (only errors will be printed)\n"
"-v  verbose mode\n"
"-f  force action, will write changed profile on a switch\n"
"-s  skip, changes on profiles will be dropped while switching\n"
"-d  print debug messages\n"
"-m  print hash marks\n"
"-b  boot mode (does not call resource actions start/stop, only restores)\n"
"-w  exit on warning (aborts on errors AND on warnings)\n"
"-x  force using of db even if versions do not match\n"
"\n"
"command may be:\n"
"active           prints active profile\n"
"list             prints a list of all profiles defined\n"
"add              creates a new profile using the actual configuration\n"
"copy             creates a new profile, you must supply an exiting profile\n"
"                 name as command arg\n"
"delete           removes a profile (can't be the active one)\n"
"disable          disables SCPM\n"
"enable           enables SCPM\n"
"reload           reloads the active profile\n"
"save             saves modified resources to active profile\n"
"rename           renames a profile, you have to give an existing profile "
"and\n"
"                 the new name for this profile as command args\n"
"switch           switch to another profile, you have to give the profile "
"you\n"
"                 want to switch to as command arg\n"
"set              set profile description or switch scripts (see man page)\n"
"get              get profile description or switch scripts\n"
"modify           not yet implemented\n"
"status           prints some status information\n"
"db               perform SCDB action (see man page)\n"
"rebuild          performs SCDB rebuild\n"
"list_groups      list resource groups (use -a to list only active ones)\n"
"activate_group   activates a resource group\n"
"deactivate_group deactivates a resource group\n"
"remove_group     removes a resource group\n"
"reset_group      resets a resource group to its defaults\n"
"reset_all        resets resource group defaults and active groups list\n"
"backup           runs a backup command\n"
"recover          recovers an unfinished command"
msgstr ""

#: ../src/cli/help_texts.h:51
msgid ""
"Commands: (type 'help command' for further info)\n"
"help [command]\n"
"load [scdb_file]\n"
"save [scdb_file]\n"
"info\n"
"db_version\n"
"scpm_version\n"
"quit\n"
"create {resource|profile}\n"
"drop {resource|profile}\n"
"show\n"
"minimize\n"
"maximize\n"
"customize\n"
"rebuild_deps\n"
"convert\n"
"get\n"
"set\n"
"dump\n"
"import\n"
"export"
msgstr ""

#: ../src/cli/help_texts.h:74
msgid ""
"help [command]\n"
"\n"
"help (with no args) shows a command summary\n"
"help command shows help about the given command"
msgstr ""

#: ../src/cli/help_texts.h:80
msgid ""
"load [scdb_file]\n"
"\n"
"loads the SCDB: the file given, the file defined\n"
"in /etc/scpm.conf, or /var/lib/scpm/scdb/scdb.db"
msgstr ""

#: ../src/cli/help_texts.h:85
msgid ""
"save [scdb_file]\n"
"\n"
"saves the SCDB: to the file given, the file defined\n"
"in /etc/scpm.conf, or /var/lib/scpm/scdb/scdb.db"
msgstr ""

#: ../src/cli/help_texts.h:90
msgid "prints some information about the SCPM subsystem and the SCDB"
msgstr ""

#: ../src/cli/help_texts.h:93
msgid ""
"db_version\n"
"\n"
"displays SCDB version"
msgstr ""

#: ../src/cli/help_texts.h:97
msgid ""
"scpm_version\n"
"\n"
"displays version of the SCPM subsystem"
msgstr ""

#: ../src/cli/help_texts.h:101
msgid ""
"quit\n"
"\n"
"quit exits immediately. It does not save your SCDB.\n"
"If you made changes to your SCDB, call save before quitting. This may\n"
"change in a future release."
msgstr ""

#: ../src/cli/help_texts.h:107
msgid ""
"create resource name type [attribute_type:attribute=value] [...]\n"
"\n"
"Using this command, you can create a resource in your SCDB.\n"
"Example:\n"
"create /etc/foo file\n"
"This adds a resource /etc/foo of type file to your database and all\n"
"existing profiles. Supported attribute types are actually 'deps' and\n"
"and 'data'. If 'deps' is omitted, dependencies are determined "
"automaticallyas much as possible. 'data' is actually of not much use yet.\n"
"This command may be able to create other things in future, too."
msgstr ""

#: ../src/cli/help_texts.h:118
msgid ""
"drop resource name type\n"
"\n"
"This command completely removes the resource 'name' of resource type 'type'\n"
"from the SCDB."
msgstr ""

#: ../src/cli/help_texts.h:122
msgid ""
"show resources|profiles|unused|unused_resources|unhandled|"
"unhandeld_resources\n"
"\n"
"show profiles prints all defined profiles including a description\n"
"(if available).\n"
"show resources prints a list of all resources\n"
"show unused_resources prints all currently unused resources, meaning\n"
"resources that are unmodified in all profiles compared to their actual "
"states.\n"
"show unhandled_resources prints all available resources that are currently\n"
"not under control of SCPM.\n"
"unused and unhandled are the appropriate shortcuts."
msgstr ""

#: ../src/cli/help_texts.h:133
msgid ""
"minimize [all|profiles_only]\n"
"\n"
"minimize reduces your SCDB to a needed minimum. It checks for unused "
"resources\n"
"like the 'show unused' command and removes them from the SCDB. If the\n"
"option 'all' is given, the resources are removed entirely. For\n"
"option 'profiles_only', the resources are removed from the profiles only.\n"
"The default is 'all'."
msgstr ""

#: ../src/cli/help_texts.h:141
msgid ""
"maximize [all|resources_only]\n"
"\n"
"maximize searches resources in your system that are currently not under\n"
"control of SCPM and adds them to your database. If you specify the\n"
"'resources_only' option, these resources are only added to the global\n"
"resource database, not to the already existing profiles. The 'all' option\n"
"also adds those resources to every profile. This is the default."
msgstr ""

#: ../src/cli/help_texts.h:149
msgid ""
"customize will let you define resource sets some time without the need\n"
"to do some things manually (like setting the wanted resource set in\n"
"/etc/scpm.conf).\n"
"It may also incorporate the 'minimize' and 'maximize' function and obsolete\n"
"them. Stay tuned."
msgstr ""

#: ../src/cli/help_texts.h:156
msgid ""
"rebuild_deps\n"
"\n"
"rebuild_deps redetermines the dependencies for all resources. This may be\n"
"useful after a system or SCPM update. It is actually needed to fix the\n"
"database after an update to SCPM 0.7 from the 0.6 branch."
msgstr ""

#: ../src/cli/help_texts.h:162
msgid ""
"convert\n"
"\n"
"Calling this function brings your SCDB from version 1.0 to 1.1.\n"
"It may be able to do more conversion in the future, like converting\n"
"a local database to a network one."
msgstr ""

#: ../src/cli/help_texts.h:168
msgid ""
"clean\n"
"\n"
"This command determines all obsolete resources and removes them from the\n"
"SCDB. It is especially useful if you have switched from a full-blown SCDB "
"to\n"
"a resource set driven one."
msgstr ""

#: ../src/cli/help_texts.h:174
msgid ""
"get key\n"
"\n"
"searches for 'key' in the database and returns the value of it. 'key'\n"
"must address a leaf node in the database and must be unique.\n"
"Example:\n"
"get status*enabled"
msgstr ""

#: ../src/cli/help_texts.h:181
msgid ""
"set key value\n"
"\n"
"sets the leaf node specified by 'key' to 'value'. The key must be\n"
"unique. Example:\n"
"set profiles*profile|name=default|clean yes\n"
"\n"
"Use this only if you really know what you are doing."
msgstr ""

#: ../src/cli/help_texts.h:189
msgid ""
"dump [key]\n"
"\n"
"dumps the database or parts of it on stdout using xml\n"
"formatting. 'key' is defined as in the 'get' command,\n"
"but it has not to be a leaf node of course."
msgstr ""

#: ../src/cli/help_texts.h:195
msgid ""
"import profile path name\n"
"\n"
"imports a previously exported profile from given path."
msgstr ""

#: ../src/cli/help_texts.h:199
msgid ""
"export profile path [name]\n"
"\n"
"exports a profile to the given path. If name is omitted, the active profile\n"
"is exported."
msgstr ""

#: ../src/cli/help_texts.h:203 ../src/cli/cli.cc:306
msgid "Unknown command"
msgstr ""

#: ../src/cli/cli.cc:125
msgid "Global option '-r' needs an argument"
msgstr ""

#: ../src/cli/cli.cc:134
msgid "Unknown global option "
msgstr ""

#: ../src/cli/cli.cc:144
msgid "No command given"
msgstr ""

#: ../src/cli/cli.cc:178
msgid "Unknown command "
msgstr ""

#: ../src/cli/cli.cc:198
msgid "Unknown add option"
msgstr ""

#: ../src/cli/cli.cc:203
msgid "Unknown list option"
msgstr ""

#: ../src/cli/cli.cc:210
msgid "Unknown switch/save option"
msgstr ""

#: ../src/cli/cli.cc:216
msgid "Unknown list_groups option"
msgstr ""

#: ../src/cli/cli.cc:221
msgid "Unknown activate_group option"
msgstr ""

#: ../src/cli/cli.cc:226
msgid "Unknown deactivate_group option"
msgstr ""

#: ../src/cli/cli.cc:230
msgid "Unknown show_group option"
msgstr ""

#: ../src/cli/cli.cc:235
msgid "unexpected end of command"
msgstr ""

#: ../src/cli/cli.cc:238
msgid "Unknown backup option"
msgstr ""

#: ../src/cli/cli.cc:247
msgid "Unknown command option"
msgstr ""

#: ../src/cli/cli.cc:307
msgid "(type 'help' for help)"
msgstr ""

#: ../src/cli/cli.cc:387
msgid "The following resources are modified"
msgstr ""

#: ../src/cli/cli.cc:394 ../src/cli/cli.cc:465
msgid " NEW  add ([y]es/[n]o/[a]bort)? "
msgstr ""

#: ../src/cli/cli.cc:396 ../src/cli/cli.cc:467
msgid " DELETED  remove ([y]es/[n]o/[a]bort)? "
msgstr ""

#: ../src/cli/cli.cc:398 ../src/cli/cli.cc:469
msgid "  save ([y]es/[n]o/[a]bort/[d]iff/app[l]y/[p]atch)? "
msgstr ""

#: ../src/cli/cli.cc:420
msgid "The following resource groups are modified"
msgstr ""

#: ../src/cli/cli.cc:437
msgid "  save ([y]es/[n]o/show [r]esources/[a]bort)? "
msgstr ""

#: ../src/cli/cli.cc:534
msgid "Could not determine your login name"
msgstr ""

#: ../src/cli/cli.cc:535 ../src/cli/cli.cc:551
msgid "Running scpm in read-only mode"
msgstr ""

#: ../src/cli/cli.cc:550
msgid "You are not root and not in /etc/scpm.users"
msgstr ""

#: ../src/cli/cli.cc:559
msgid "not running as root, read-only mode enabled"
msgstr ""

#: ../src/cli/cli.cc:568
msgid "this command is not available in read-only mode"
msgstr ""

#: ../src/cli/cli.cc:616
msgid "add needs one argument"
msgstr ""

#: ../src/cli/cli.cc:620
msgid "copy needs two arguments"
msgstr ""

#: ../src/cli/cli.cc:624
msgid "delete needs one argument"
msgstr ""

#: ../src/cli/cli.cc:628
msgid "rename needs two arguments"
msgstr ""

#: ../src/cli/cli.cc:633
msgid "reload must not have arguments"
msgstr ""

#: ../src/cli/cli.cc:641
msgid "save must not have arguments"
msgstr ""

#: ../src/cli/cli.cc:650
msgid "switch needs one argument"
msgstr ""

#: ../src/cli/cli.cc:665
msgid ""
"Saving resource failed. Do you want to proceed anyway (not recommended)? "
msgstr ""

#: ../src/cli/cli.cc:681
msgid "modify needs two arguments"
msgstr ""

#: ../src/cli/cli.cc:685
msgid "diff needs two arguments"
msgstr ""

#: ../src/cli/cli.cc:689
msgid "set needs at least two arguments"
msgstr ""

#: ../src/cli/cli.cc:717
msgid "get needs at least one argument"
msgstr ""

#: ../src/cli/cli.cc:762
msgid "list_groups must not have arguments"
msgstr ""

#: ../src/cli/cli.cc:778
msgid "activate_group needs an argument"
msgstr ""

#: ../src/cli/cli.cc:783
msgid "deactivate_group needs an argument"
msgstr ""

#: ../src/cli/cli.cc:788
msgid "show_group needs an argument"
msgstr ""

#: ../src/cli/cli.cc:799
msgid "remove_group needs an argument"
msgstr ""

#: ../src/cli/cli.cc:804
msgid "reset_group needs an argument"
msgstr ""

#: ../src/cli/cli.cc:809
msgid "reset_all must not have arguments"
msgstr ""

#: ../src/cli/cli.cc:814
msgid "rebuild must not have arguments"
msgstr ""

#: ../src/cli/cli.cc:819
msgid "update needs at least one argument"
msgstr ""

#: ../src/cli/cli.cc:823
msgid "script file is inaccessible"
msgstr ""

#: ../src/cli/cli.cc:828 ../src/cli/cli.cc:845
msgid "you need to specify resource types and names"
msgstr ""

#: ../src/cli/cli.cc:836
msgid "update_resources must not have arguments"
msgstr ""

#: ../src/cli/cli.cc:841
msgid "backup needs at least one argument"
msgstr ""

#: ../src/cli/cli.cc:868
msgid "Unknown command number. This is a bug."
msgstr ""

#: ../src/cli/db_commands.cc:90 ../src/cli/db_commands.cc:132
#: ../src/cli/db_commands.cc:192 ../src/cli/db_commands.cc:197
#: ../src/cli/db_commands.cc:234 ../src/cli/db_commands.cc:238
#: ../src/cli/db_commands.cc:252 ../src/cli/db_commands.cc:276
#: ../src/cli/db_commands.cc:288 ../src/cli/db_commands.cc:300
#: ../src/cli/db_commands.cc:313 ../src/cli/db_commands.cc:332
#: ../src/cli/db_commands.cc:362 ../src/cli/db_commands.cc:375
#: ../src/cli/db_commands.cc:391 ../src/cli/db_commands.cc:431
#: ../src/cli/db_commands.cc:451 ../src/cli/db_commands.cc:467
#: ../src/cli/db_commands.cc:483 ../src/cli/db_commands.cc:494
#: ../src/cli/db_commands.cc:523 ../src/cli/db_commands.cc:550
#: ../src/cli/db_commands.cc:616 ../src/cli/db_commands.cc:642
#: ../src/cli/db_commands.cc:646 ../src/cli/db_commands.cc:668
#: ../src/cli/db_commands.cc:672
msgid "Operation failed. Reason:"
msgstr ""

#: ../src/cli/db_commands.cc:158
msgid "create needs at least 3 arguments"
msgstr ""

#: ../src/cli/db_commands.cc:169
msgid "invalid argument syntax"
msgstr ""

#: ../src/cli/db_commands.cc:207
msgid "drop needs at least 3 arguments"
msgstr ""

#: ../src/cli/db_commands.cc:220
msgid "unknown drop resource option"
msgstr ""

#: ../src/cli/db_commands.cc:229
msgid "drop: unknown object"
msgstr ""

#: ../src/cli/db_commands.cc:263
msgid "show needs one argument"
msgstr ""

#: ../src/cli/db_commands.cc:380
msgid "unknown show option"
msgstr ""

#: ../src/cli/db_commands.cc:438
msgid "not yet implemented"
msgstr ""

#: ../src/cli/db_commands.cc:459
msgid "get needs one argument"
msgstr ""

#: ../src/cli/db_commands.cc:475
msgid "set needs two arguments"
msgstr ""

#: ../src/cli/db_commands.cc:565
msgid "This tool can only convert SCDB Version 1.0 and 1.1 to 1.2"
msgstr ""

#: ../src/cli/db_commands.cc:566
msgid "Your SCDB has version"
msgstr ""

#: ../src/cli/db_commands.cc:573 ../src/cli/db_commands.cc:597
msgid "Database is already at version 1.2"
msgstr ""

#: ../src/cli/db_commands.cc:576 ../src/cli/db_commands.cc:601
msgid "Converting database to version 1.2"
msgstr ""

#: ../src/cli/db_commands.cc:580 ../src/cli/db_commands.cc:605
msgid "Running /lib/scpm/update_storage"
msgstr ""

#: ../src/cli/db_commands.cc:588
msgid "Database is already at version 1.1"
msgstr ""

#: ../src/cli/db_commands.cc:592
msgid "Converting database to version 1.1"
msgstr ""

#: ../src/cli/db_commands.cc:609
msgid "Unknown target version number"
msgstr ""

#: ../src/cli/db_commands.cc:624
msgid "export needs at least 2 argument"
msgstr ""

#: ../src/cli/db_commands.cc:636
msgid "Unknown export command "
msgstr ""

#: ../src/cli/db_commands.cc:654
msgid "import needs 3 arguments"
msgstr ""

#: ../src/cli/db_commands.cc:662
msgid "Unknown import command "
msgstr ""
