1# SOME DESCRIPTIVE TITLE. 2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3# This file is distributed under the same license as the PACKAGE package. 4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5# 6#, fuzzy 7msgid "" 8msgstr "" 9"Project-Id-Version: PACKAGE VERSION\n" 10"Report-Msgid-Bugs-To: \n" 11"POT-Creation-Date: 2013-10-11 22:00+0200\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14"Language-Team: LANGUAGE <[email protected]>\n" 15"Language: \n" 16"MIME-Version: 1.0\n" 17"Content-Type: text/plain; charset=CHARSET\n" 18"Content-Transfer-Encoding: 8bit\n" 19 20#: ls-config.c:49 21#, c-format 22msgid "Configuration file handling\n" 23msgstr "" 24 25#: ls-config.c:51 26#, c-format 27msgid "Usage: ls-config [OPTION]\n" 28msgstr "" 29 30#: ls-config.c:52 31#, c-format 32msgid "Reading and writening data from configuration files\n" 33msgstr "" 34 35#: ls-config.c:53 36#, c-format 37msgid "in libconfig9 format.\n" 38msgstr "" 39 40#: ls-config.c:55 41#, c-format 42msgid "CAUTION: using without given config file are cause error!\n" 43msgstr "" 44 45#: ls-config.c:57 46#, c-format 47msgid "Available options:\n" 48msgstr "" 49 50#: ls-config.c:58 51#, c-format 52msgid " -f, --file=FILE Configuration file to handle.\n" 53msgstr "" 54 55#: ls-config.c:60 56#, c-format 57msgid " -s, --set=PATH Set configuration variable of given path.\n" 58msgstr "" 59 60#: ls-config.c:61 61#, c-format 62msgid " -d, --data=DATA Configuration variable value (only with -s)\n" 63msgstr "" 64 65#: ls-config.c:62 66#, c-format 67msgid " -p, --type=TYPE Configuration value type\n" 68msgstr "" 69 70#: ls-config.c:64 71#, c-format 72msgid " -g, --get=PATH Get configuration variable of given path.\n" 73msgstr "" 74 75#: ls-config.c:65 76#, c-format 77msgid " -n, --names Printout variables names.\n" 78msgstr "" 79 80#: ls-config.c:66 81#, c-format 82msgid " -t, --types Printout variables types.\n" 83msgstr "" 84 85#: ls-config.c:67 86#, c-format 87msgid " -v, --values Printout variables values.\n" 88msgstr "" 89 90#: ls-config.c:68 91#, c-format 92msgid " -i, --indexes Printout variables indexes.\n" 93msgstr "" 94 95#: ls-config.c:69 96#, c-format 97msgid "" 98" -c, --count Printout elements count (only: array, list, " 99"group).\n" 100msgstr "" 101 102#: ls-config.c:70 103#, c-format 104msgid " -b, --bool-string Printout boolean variables as text.\n" 105msgstr "" 106 107#: ls-config.c:72 108#, c-format 109msgid " -q, --quiet Quiet output to use in scripts.\n" 110msgstr "" 111 112#: ls-config.c:73 113#, c-format 114msgid " -h, --help Print this help message.\n" 115msgstr "" 116 117#: ls-config.c:75 118#, c-format 119msgid "TYPE: Variable types:\n" 120msgstr "" 121 122#: ls-config.c:76 123#, c-format 124msgid " group - variables group,\n" 125msgstr "" 126 127#: ls-config.c:77 128#, c-format 129msgid " array - array of variables,\n" 130msgstr "" 131 132#: ls-config.c:78 133#, c-format 134msgid " list - list of variables,\n" 135msgstr "" 136 137#: ls-config.c:79 138#, c-format 139msgid " int - integer number,\n" 140msgstr "" 141 142#: ls-config.c:80 143#, c-format 144msgid " int64 - 64bit integer number,\n" 145msgstr "" 146 147#: ls-config.c:81 148#, c-format 149msgid " float - float point number,\n" 150msgstr "" 151 152#: ls-config.c:82 153#, c-format 154msgid " bool - boolean value,\n" 155msgstr "" 156 157#: ls-config.c:83 158#, c-format 159msgid " string - character string.\n" 160msgstr "" 161 162#: ls-config.c:87 163#, c-format 164msgid "Licence: " 165msgstr "" 166 167#: ls-config.c:102 ls-config.c:126 ls-config.c:149 ls-config.c:172 168#, c-format 169msgid "ERROR! Incorrect data format.\n" 170msgstr "" 171 172#: ls-config.c:110 ls-config.c:133 ls-config.c:156 ls-config.c:179 173#: ls-config.c:346 ls-config.c:364 ls-config.c:431 ls-config.c:477 174#: ls-config.c:507 ls-config.c:535 ls-config.c:555 ls-config.c:575 175#: ls-config.c:595 ls-config.c:602 ls-config.c:616 ls-config.c:662 176#: ls-config.c:681 ls-config.c:739 177#, c-format 178msgid "ERROR! Variable set failed.\n" 179msgstr "" 180 181#: ls-config.c:272 ls-config.c:779 ls-config.c:855 ls-config.c:1314 182#, c-format 183msgid "ERROR! Can't read configuration file.\n" 184msgstr "" 185 186#: ls-config.c:279 ls-config.c:785 ls-config.c:1322 187#, c-format 188msgid "ERROR! Conviguration variable path not given.\n" 189msgstr "" 190 191#: ls-config.c:284 192#, c-format 193msgid "ERROR! Configuration variable value not given.\n" 194msgstr "" 195 196#: ls-config.c:303 197#, c-format 198msgid "ERROR! Inavlid configuration variable path.\n" 199msgstr "" 200 201#: ls-config.c:310 202#, c-format 203msgid "" 204"ERROR! New named configuration variable can be added only to group element.\n" 205msgstr "" 206 207#: ls-config.c:316 ls-config.c:454 ls-config.c:634 ls-config.c:705 208#, c-format 209msgid "ERROR! Configuration variable type not given.\n" 210msgstr "" 211 212#: ls-config.c:339 ls-config.c:655 ls-config.c:732 213#, c-format 214msgid "ERROR! Inlegal data type.\n" 215msgstr "" 216 217#: ls-config.c:385 ls-config.c:398 ls-config.c:411 ls-config.c:424 218#: ls-config.c:438 ls-config.c:528 ls-config.c:548 ls-config.c:568 219#: ls-config.c:588 ls-config.c:609 220#, c-format 221msgid "ERROR! inconsistent value type.\n" 222msgstr "" 223 224#: ls-config.c:470 225#, c-format 226msgid "ERROR! Prohibited data type.\n" 227msgstr "" 228 229#: ls-config.c:696 ls-config.c:746 230#, c-format 231msgid "Added element index: %d\n" 232msgstr "" 233 234#: ls-config.c:710 235#, c-format 236msgid "ERROR! Bad name of configuration variable.\n" 237msgstr "" 238 239#: ls-config.c:758 ls-config.c:820 240#, c-format 241msgid "ERROR! Configuration file write failed.\n" 242msgstr "" 243 244#: ls-config.c:792 ls-config.c:867 245#, c-format 246msgid "ERROR! Given variable path not found.\n" 247msgstr "" 248 249#: ls-config.c:799 250#, c-format 251msgid "ERROR! Can't remove root element.\n" 252msgstr "" 253 254#: ls-config.c:806 255#, c-format 256msgid "ERROR! Can't find parent element.\n" 257msgstr "" 258 259#: ls-config.c:813 260#, c-format 261msgid "ERROR! Variable unset failed.\n" 262msgstr "" 263 264#: ls-config.c:1115 265#, c-format 266msgid "Variable name: %s\n" 267msgstr "" 268 269#: ls-config.c:1118 270#, c-format 271msgid "Variable type: %s\n" 272msgstr "" 273 274#: ls-config.c:1121 275#, c-format 276msgid "Variable value: %s\n" 277msgstr "" 278 279#: ls-config.c:1124 280#, c-format 281msgid "Variable index: %d\n" 282msgstr "" 283 284#: ls-config.c:1127 285#, c-format 286msgid "Variable elements count: %d\n" 287msgstr "" 288