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